diff --git a/schema/scenario_47.xsd b/schema/scenario_47.xsd index 3c1feda9..a45b0f10 100644 --- a/schema/scenario_47.xsd +++ b/schema/scenario_47.xsd @@ -2223,2253 +2223,1913 @@ - - - - - + + + + A library of drug related data for the PK/PD model. + + name:Pharmacology library; + + + - Changes to the health system + A library of drug deployment schedules and dosages. - name:Change health system; + name:Treatments library; - - - - - - - A complete replacement health system. Replaces all previous properties. - (Health system can be replaced multiple times if necessary.) - - name:Timed replacement; - - - - - Time at which this replacement occurs. See doc on - intervention period and on monitoring/startDate for - details of how times work. - - Can be specified in steps, days, years, or as a date - (examples: 15t, 75d, 0.2y, 2000-03-16). - - name:Time;units:User defined (defauls to steps);min:0; - - - - - - + + - - - - Name of intervention - - name:Name of intervention; - - - + - New description of transmission level for models not - supporting vector control interventions. Use of this overrides - previous transmission levels such that human infectiousness no - longer has any feedback effect on transmission. Supplied EIR - data must last until end of simulation. + A library of drug PK/PD data. - name:Change transmission levels; + name:Drug library; - - - - - - - Replacement transmission levels. Disables feedback of - human infectiousness to mosquitoes on further mosquito - to human transmission. Must last until end of simulation. - - name:Timed replacement; - - - - - Time at which this replacement occurs. See doc on - intervention period and on monitoring/startDate for - details of how times work. - - Can be specified in steps, days, years, or as a date - (examples: 15t, 75d, 0.2y, 2000-03-16). - - name:Time;units:User defined (defauls to steps);min:0; - - - - - - + - - - - Name of intervention - - name:Name of intervention; - - - - - - Models importation of P. falciparum infections directly into humans - from an external source. This is infections, not inoculations or - EIR being imported. - - name:Imported infections; - - - - + + + + + + + + A schedule for the administration of drugs in a course of treatment. + + Note that dose sizes are multiplied by some multiplier (see dosages) + and the times of all doses may be delayed. + + name:Schedule of doses taken as a course of treatment; + + + + + + + + Name for referring to this deployment schedule + + name:Name; + + + + + + + + Abbreviated name of drug compound + + name:drug; + + + + + + Quantity of drug compound in mg per *something*. A separate dosage + table must be used when medicating, which may specify multipliers of + this number based on patient age or weight. + + units:mg per something;name:Drug dose (mg with multiplier); + + + + + + Number of hours past start of timestep this drug dose is administered + at (first dose should be at hour 0). + + units:Hours;min:0;name:Time of administration; + + + + + + + A table for selecting a dose size. There are several ways this can + work: using the patient's age or body mass in a look-up table to get a + multplier, or directly using body mass as the multiplier. + + The doses specified in "mg" in the treatment schedule are then + multiplied by this multiplier. + + name:Dosage table; + + + + + + + Select dose multiplier from a look-up table using the patient's age. + + name:Look-up table (age); + + + + + + Select dose multiplier from a look-up table using the patient's body mass. + + name:Look-up table (weight); + + + + + + Multiply the dose by some quantity, such as patient weight. + + name:Multiply dose; + + + - Rate of case importation, as a step function. Each value is - valid until replaced by the next value. + Quantity to multiply the dose by. Only option is "kg" + (patient weight in kg). - name:Rate of importation + name:By what?; + + + + + + + + + + + + + + + Name for referring to this dosage table + + name:Name; + + + + + + + A look-up table which uses patient age (in years) or weight (in kg) to + find a multiplier. + + name:Age/weight range; + + + + name:Lower bound (inclusive);min:0;units:years or kg; + + + + + + The dose size given in the schedule (in "mg") is multiplied by + this value for patients falling into this range when this + dosage table is used. + + name:Dose multiplier;min:0; + + + + + + + + A drug description with PK/PD parameters. + + name:Drug parameters; + + + + + + + + + Pharmaco-Dynamic parameters for some resistance phenotype. + + To model resistance to this drug, describe multiple infection + phenotypes (with respect to these PD parameters) and list one + or more "restrict" elements for each phenotype. + + Loci are specified elsewhere. Multiple loci may influence the + action of a single drug and each locus may influence multiple + drugs. + + name:PD parameters for some allele / resistance phenotype; - - - - - - - - A time-rate pair. - name:Rate;units:Imported cases per thousand people per year; - - - - - Time at which this importation rate becomes active. - - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - - name:Time of start;units:User defined (defauls to steps);min:0; - - - - - - - - - - - If period is 0 (or effectively infinite), the last specified - value remains indefinitely in effect. - - If period is less than the length of the simulation's intervention phase, - then all "rate" deployments are repeated with this periodicity. - In this case, the first "rate" deployment must coincide with the start of - the intervention phase (monitoring/startDate). - - Can be specified in steps (e.g. 1t) or days (e.g. 365d). - - name:Period of repetition;units:User defined (default: steps);min:0 - - - - + - Name of intervention + Optional; if present specifies the locus corresponding to this + drug's PD phenotypes: each phenotype must then match one of + that locus's alleles. Otherwise the drug should specify only + one phenotype. + + There is currently a one-to-many correspondance between loci + and drugs. - name:Name of intervention; + name:Locus; - - - - Used to simulate R_0. First, infections should be eliminated, - immunity removed, and the population given an effective transmission- - blocking vaccine (not done by this intervention). Then this - intervention may be used to: pick one human, infect him, administer - a fully effective Preerythrocytic vaccine and remove - transmission-blocking vaccine effect on this human. Thus only this - one human will be a source of infections in an unprotected population, - and will not reinfected himself. - - name:Insert R_0 case; - + - - + + + + Concentration below which drug's effects are deemed negligible and can + be removed from simulation. + + units:mg/l;min:0;name:Drug concentration considered negligible; + + + + - name:Timed occurrence; + + Used to calculate elimination rate λ, calculated as + λ = ln(2) / half_life. The basic form of decay is + C(t) = C0 * exp(-λ*t). + + Alternatively, elimination rate can be specified via k + and m_exponent. + + units:days;min:0;name:drug half-life; - + + + - Time at which this intervention occurs. + Constant used to calculate the elimination rate λ, which + is calculated as λ = k / (body_mass ^ m_exponent), where + body_mass is the patient's weight in kg and m_exponent is + the next parameter. The basic form of decay is + C(t) = C0 * exp(-λ*t). - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - - name:Time;units:User defined (defauls to steps);min:0; + If CV > 0, k is sampled per-human from the log-normal + distribution: ln N( ln(mean) - σ^2 / 2, σ^2). + + Alternatively, elimination rate can be specified via half_life. + + units:day^-1;min:0;name:Constant associated with elimination rate (k); - - - - - - - - Name of intervention - - name:Name of intervention; - - - - - - - - Removes all infections from mosquitoes -- resulting in zero EIR to - humans, until such time that mosquitoes are re-infected and become - infectious. Only efficacious in dynamic EIR mode (when changeEIR was - not used). - - Hypothetical, but potentially useful to simulate a setting starting - from no infections, but with enough mosquitoes to reach a set - equilibrium of exposure. - - units:List of elements;name:Uninfect vectors; - - - - - - - name:Timed occurrence; - - + + - Time at which this intervention occurs. + Constant used to calculate the elimination rate λ, which + is calculated as λ = k / (body_mass ^ m_exponent), where + body_mass is the patient's weight in kg and k is the + previous parameter. The basic form of decay is + C(t) = C0 * exp(-λ*t). - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + Alternatively, elimination rate can be specified via half_life. + + Note that in the case of a conversion model, this applies + to *both* the elimination and the conversion rates. - name:Time;units:User defined (defauls to steps);min:0; + units:day^-1;min:0;name:Constant associated with elimination rate (m_exponent); - - + + + + + + + Absorption rate parameter. Not allowed for one compartment + models, but required for two and three compartment models and + one compartment with conversion model (for the parent drug + only). + + name:Absorption rate constant (k_a);min:0; + + + + + + Configures the parent drug in a conversion model. + + To use a conversion model, the parent drug should have this + section defined as well as half-life or k (direct + elimination; this may be zero) and k_a (absorption rate; + this may be large). + + The metabolite drug should define half-life or k (elimination + of metabolite), but not k_a (absorption rate) or this section + (conversion). It is not possible for the metabolite to itself + undergo conversion with the current models. + + name:Conversion parameters (parent drug); + + + + + + + The abbreviation of the metabolite drug (e.g. "DHA" or + "DHA_AR"). + + name:Metabolite drug (abbreviation); + + + + + + Rate of conversion of parent drug to metabolite. + + name:Rate of conversion;unit:Per day; + + + + + + Ratio of molecular weights: molecular weight of the + metabolite divided by molecular weight of the parent. + + name:Molecular weight ratio;unit:unitless; + + + + + + The IC50 values of parent and metabolite drugs may be + sampled from the log-normal distribution (if CV is greater than 0). + This parameter controls correlation between these samples, + measured in log-space. + + If this value is 1, samples are fully correlated: a single z-score is + used to calculate both samples. If this is 0, two independent + samples are used. + + Values between 0 and 1 (partial correlation) are supported; + in this case IC50 values are sampled such that + cor(log(x), log(y)) matches this value (where x, y are parent and + metabolite IC50 values). + + name:IC50 log correlation;min:0;max:1; + + + + + + + + + Volume of Distribution. + + If CV > 0 this is sampled from a log-normal distribution. + + units:l/kg;min:0;name:Volume of Distribution (Vd); + + + + + + Optional element specifying conversion parameters to- and + from- a second compartment. + + name:Second compartment parameters; + + + + + + + Absorption rate from the central compartment to the + first periphery compartment (2). + + It is sampled per-patient when CV > 0. + + units:day^-1;min:0;name:Absorption rate to compartment 2 (k12); + + + + + + Absorption rate from the first periphery compartment + (2) to the central compartment. + + It is sampled per-patient when CV > 0. + + units:day^-1;min:0;name:Absorption rate from compartment 2 (k21); + + + + + + + + + Optional element specifying conversion parameters to- and + from- a third compartment. + + name:Third compartment parameters; + + + + + + + Absorption rate from the central compartment to the + second periphery compartment (3). + + It is sampled per-patient when CV > 0. + + units:day^-1;min:0;name:Absorption rate to compartment 3 (k13); + + + + + + Absorption rate from the second periphery compartment + (3) to the central compartment. + + It is sampled per-patient when CV > 0. + + units:day^-1;min:0;name:Absorption rate from compartment 3 (k31); + + + + - - - - - Name of intervention - - name:Name of intervention; - - - - - - - A list of parameterisations of generic vector host-inspecific interventions. - name:Vector population intervention;units:List of elements; - - - - - - - - - - - - Traps attract and kill mosquitoes. They are modelled as a - non-human-host where the probability of mosquitoes surviving - feeding is zero (since otherwise the simulator would assume - surviving mosquitoes have had a blood meal), and where this - "host" is initially not present. - - Model: each type of trap has has an initial availability - relative to a human and a decay in availability. Each - deployment has a fixed maximum lifespan, after which the - traps from that deployment are removed (it is up to the - user whether this is after availability is effectively zero - or sooner, either coinciding with a redeployment or - causing a reduction in overall effectiveness of traps). - - name:Baited trap - - - - - + + + + + + - List of interventions that modify parameters of non-human hosts described in the <entomology> <vector> <anopheles>. + + Specifies the mapping from genotype to phenotype. For each drug + type, if only one phenotype is present, restrictions need not be + specified, but otherwise restrictions must be specified. + + The set of loci affecting phenotypes of this drug's action must be + fixed for any drug type. Each phenotype must list, for each of + these loci, a restriction to one or more alleles under the locus. + + name:Restrict phenotype applicability to certain alleles; - - - + + + + A locus under which only a restricted set of alleles map to + this phenotype. + + name:Locus relevant to the mapping of alleles to this phenotype; + + + + + + One allele of a locus upon which phenotype choice depends. + If multiple alleles under this locus should map to the same + phenotype, repeat the whole "restriction onLocus..." element. + + name:Alleles mapping to this phenotype; + + - + - List of intervention that add new non-human hosts that have not been described in the <entomology> <vector> -<anopheles> <nonHumanHosts>. + + k1 — Maximal parasite killing rate. + + units:1/days;min:0;name:Maximal parasite killing rate; - - - - - - + - Encapsulates all interventions whose effects are specific to the - human host: any interventions where target humans may be selected - via population-coverage, age limits and sub-population membership. + Half maximal effect concentration. + + If CV > 0, the IC50 is sampled from a log-normal distribution. - name:Human-specific interventions; + units:mg/l;min:0;name:IC50; - - + + + + n — Slope of the concentration effect curve + + units:dimensionless;name:Slope of effect curve; + + + + - Name of set of interventions - name:Name of intervention set; + + Name of the phenotype; for documentation use only. + + name:Name of phenotype; - - - - - - A parameterisation of an effect achieved by one component of an - intervention. (An intervention is described as the effects of a set - of components plus deployments of those components. This describes - the components individually, not deployments or which components - comprise an intervention.) - - Each element describes one component: its effects, decay of the(se) - effect(s), and related stuff (e.g. description of indirect decay - and of usage levels). - - Different interventions can deploy the same component to the same - perso. In most cases this will just deploy a fresh instance (e.g. a - new bed net will replace the old (nobody uses multiple bed nets), - or a new drug dose will act on top of previous doses, or in the - case of a vaccine, effect depends on the total number of previous - inoculations (including from other interventions). - - Where multiple components of the same type (but with different ids) - are deployed (whether within a single intervention or by multiple - interventions), they act independently (e.g. two bed nets deployed - to a single host would act to reduce attractiveness or survival of - mosquitoes biting that host twice — this may be useful to simulate - some novel vector intervention since the two nets may have separate - parameters). - - name:Component; - - - - - - This element describes deployment of an intervention: which - components are deployed, how humans are selected for deployment - (via timed or age-based deployment) as well as a few additional - restrictions (e.g. vaccine dosing restrictions). - - All components deployed by this intervention are deployed to the - same people (each timed or continuous deployment selects recipients - and then gives each recipient all components of the intervention). - - name:Deployment; - + + + + + + The list of components deployed to eligible humans. + + name:Component to be deployed; + + + + + The identifier (short name) of a component. + + name:Identifier; + + + + + + + Lists intervention components which are deployed according to some + external trigger (for example, screening with a negative patency + outcome or health-system treatment). + + Components are referenced from one or more sub-lists. Each of these + lists is deployed independently if and only if its age constraints are + met by the human host and a random sample with the given probability of + a positive outcome is positive. + + name:Triggered intervention deployment; + + + - - - - If conditions are specified, deployment of this intervention will only go ahead - if all specified conditions are true. Condition statements are evaluated only - during surveys, so deployment is enabled or disabled depending on the results - of the most recent survey. So called *unreported surveys* can be used to - reevaluate conditions without increasing granularity of output. - - Conditions are evaluated for the whole population, not for individual age-groups - or cohorts. - - This affects all types of deployment. - - name:Condition; - - - - - - The monitoring measure to test. Not all measures are available for use. - - name:Measure; - - - - - - Minimum value. If specified, the measured variable must be greater than - or equal to this value for the condition to be satisfied. - - name:Minimum value; - - - - - - Maximum value. If specified, the measured variable must be less than or - equal to this value for the condition to be satisfied. - - name:Maximum value; - - - - - - Whether this condition is considered true or false before updated by a survey. - - name:Initial state; - - - - - - - List of ages at which deployment takes place - (through EPI, post-natal and school-based programmes, etc.). - - A sub-population restriction may be added as a property of the - list of continuous deployments. - - name:Age-based (continuous) deployment; - - - - - - List of timed deployments of the intervention (that is, of - deployment campaigns). - - Cumulative deployment mode can be specified for all deployments in a timed list. - To allow multiple cumulative deployment descriptions, the entire timed list - may be repeated. - - name:Mass (timed) deployment; - - - + - Name of intervention - name:Intervention name; + + Maximum age of eligible humans (defaults to no limit). + + Input is rounded to the nearest time step. + + units:Years;min:0;name:Maximum age of eligible humans; + + + + + + Minimum age of eligible humans (defaults to 0). + + Input is rounded to the nearest time step. + + units:Years;min:0;name:Minimum age of eligible humans; + + + + + + Probability of this list of components being deployed, given + that other constraints are met. + + units:dimensionless;min:0;max:1;name:Probability of delivery to eligible humans; - + - - - - - - - - - Pre-erythrocytic vaccine (PEV): prevents a proportion of infections - from commencing. - - name:Vaccines; - - - - - - Blood-stage vaccine (BSV): acts as a killing factor on blood-stage - parasites. Exact action depends on the within host model. - - name:Vaccines; - - - - - - Transmission-blocking vaccine (TBV): one minus this scales the - probability of transmission to mosquitoes - - name:Vaccines; - - - - - - Description of bed-net interventions (ITNs, LLINs). - - name:Bed nets; - - - - - - Description of indoor residual spraying interventions. - - name:Indoor residual spraying; - - - - - - Low-level description of intervention effects on vectors (i.e. - mosquitoes). Can be used to describe simple ITN or IRS - interventions (though more complex models are available for these - interventions) or other interventions such as mosquito repellant - or ivermectin. - - Note that all actions of this intervention component will decay - according to a single decay function. If independant decay is - wanted, a separate component can be used for each action. - - name:Generic vector intervention; - - - - - - Recruitment of a host into a sub-population. - - All human-targeting intervention deployments recruit simulated - humans into a sub-population which can be used for the purposes - of cumulative deployment, deployment only to a sub-population and - defining a cohort. This pseudo-intervention can be used to define - a sub-population without also deploying some intervention. - - name:Recruitment only; - - - - - - - Removes all exposure-related immunitsy gained over time by hosts - without removing infections (or affecting the ability to gain - immunity through exposure). - - Hypothetical, but potentially useful to simulate scenarios with - unprotected humans. - - name:Clear Immunity; - - - - - + - + + + - A short name or code identifying the intervention component - (used to refer to this component when describing an intervention). - Also the id of the sub-population defined as those hosts who have - received this intervention and who haven't subsequently been removed - from the sub-population. + Name of an option (monitoring measure or model option). - name:Component identifier; + name:Option name; - + - An informal name/description for the component + Option on/off switch (true/false). Specifying value="true" is + the same as not specifying a value; specifying value="false" + explicitly turns the option off. If an option is not mentioned + at all, it is left at its default value (normally off, but + in a few cases, such as some bug-fix options, on). - name:Name of component; + name:Indicator of whether option is required; - + + + + + + - Each human intervention component corresponds to a sub-population: - those who have received or are considered to be protected by the - intervention component. Humans automatically become members of this - sub-population when receiving an intervention component; this element - controls how humans are removed from the sub-population. - - ITN attrition also removes humans from sub-populations. - - Note that sub-populations do not directly correspond to an - intervention's effects: lack of effectiveness does not imply removal - from the sub-population (except as explicitly configured here) and - removal from the sub-population does not halt an intervention's - effects. - - Sub-populations may be used to define a cohort, to restrict deployment - of other interventions and to use cumulative deployment mode. A sub- - population may or may not correspond (roughly) to humans protected by - some intervention. + Specification of decay or survival of a parameter. - name:Remove from sub-population ...; + name:Decay or survival of a parameter - + + + + - If true, remove individuals from the sub-population at the start of - the first episode (start of a clinical bout) since they were - recruited into the sub-population. This is intended for cohort - studies which measure time to the first episode, using active - case detection. + Determines which decay function to use. Available decay functions, + for age t in years: - Reports delayed due to health-system memory are forced out when this - occurs. Note that this can increase the number of uncomplicated cases - reported across the entire population; for this reason reports are - not forced on recruitment or most removal options. + constant: 1 - This does not prevent re-recruitment in the case that recruitment - settings could conceivably recruit the same individual twice. + step: 1 for t less than L, otherwise 0 + + linear: 1 - t/L for t less than L, otherwise 0 + + exponential: exp( - t/L * log(2) ) + + weibull: exp( -(t/L)^k * log(2) ) + + hill: 1 / (1 + (t/L)^k) + + smooth-compact: exp( k - k / (1 - (t/L)^2) ) for t less than L, otherwise 0 - name:Time to first episode only; + units:None;min:0;max:1;name:function; + + + + + + + + + + + + + + + - + - If true, remove individuals from the sub-population when they first - seektreatment since they were recruited into the sub-population. This - is intended for cohort studies which measure the time to first - episode, using passive case detection. - - Reports delayed due to health-system memory are forced out when this - occurs. Note that this can increase the number of uncomplicated cases - reported across the entire population; for this reason reports are - not forced on recruitment or most removal options. + (Time) scale parameter of distribution: this is either the age of + complete decay (smooth-compact, step and linear functions) or the age + at which the parameter has decayed to half its original value + (exponential, weibull and hill). Not used when function="constant" + (i.e. no decay). - This does not prevent re-recruitment in the case that recruitment - settings could conceivably recruit the same individual twice. + This value can be specified in years, days or steps (e.g. 2y, 180d or + 100t). When the unit is not specified years are assumed. The value is + used without rounding except when sampling an age of decay, when the + rounding happens as late as possible. - name:Time to first treatment only; + units:User-defined (defaults to years);min:0;name:L; - + - If true, remove individuals from the sub-population at completion of - the first survey in which they present with a patent infection since - they were recruited into the sub-population. This intended for cohort - studies which measure time to the first infection, using active - case detection. - - Reports delayed due to health-system memory are forced out when this - occurs. Note that this can increase the number of uncomplicated cases - reported across the entire population; for this reason reports are - not forced on recruitment or most removal options. - - This does not prevent re-recruitment in the case that recruitment settings could - conceivably recruit the same individual twice. + Shape parameter of distribution. If not specified, default value of + 1 is used. Meaning depends on function; not used in some cases. - name:Time to first infection only; + min:0;name:k;units:none; - + - If given, membership to the sub-population of humans who have - received this intervention component expires after the given number of - years. Note that future deployments renew membership (e.g. if this - parameter is 4 years and the intervention is redeployed 3 years from - now, expiry happens after 7 years). - - This provides a crude way of modelling a cohort protected by some - intervention. A few interventions provide more detailed ways of - modelling expiry of protection. In any case, "expiry of protection" - is an abstract concept and does not imply that all protection has - ceased, even in the simulator. - - This may also be useful for cumulative deployment. - - Minimum duration is zero, which implies the human is effectively - never a member of the sub-population; a duration of one timestep - implies the human is a member of the sub-population while any futher - interventions are deployed on the same time as this human becomes a - member and on the next update of the human (including transmission - and health system events) but not beyond that. If this attribute is - not given, the simulated human is a member until death or some other - option triggers removal. - - Input is rounded to the nearest time step. + If CV is non-zero, heterogeneity of decay is introduced via a random + variable sampled from the log-normal distribution. This distribution is + parameterised with mean=1 and CV as given. + + The effective age of decay is the real age multiplied by this variable + (for decay functions with a half-life, this is equivalent to dividing + the half-life by the variable). + + min:0;name:Coefficient of Variation; + + + + + + (Boolean) If True, this tells OpenMalaria to use the complement of the + DecayFunction defined as 1-f(x). This is useful to model increasing + functions that will "decay" to 1. This only works if f(x) is contained + between 0 and 1. + + units:User-defined (defaults to years);min:0;name:L; + + + + + + biphasic: Efficacy between 0 and 1. + + + + + + + biphasic: Proportion between 0 and 1, proportion of the response that is short-lived. + + + + + + biphasic: halflife of short lived component (default to years). + + + + + + + + biphasic: halflife of long lived component (default to years). + - name:Remove from sub-population after;units:Years;min:0; - + - This can be combined with MDA to achieve mass screen and treat (MSAT) - or other types of mass screening intervention. - - When deployed to a host, this simulates a test of patent malaria - (microscopy, RDT or some such), then triggers deployment of whichever - intervention components are configured (deployments for both positive - and negative test outcomes can be configured). + A parameter with optional heterogeneity. - The use of the screening itself is reported (if enabled), but not the - outcome. Deployment of interventions triggered by the screening may - be reported, however. + Optionally, a distribution ("distr") and standard of deviation ("SD") may be specified. - name:(Mass) screening; + name:Sampled value (normal); - - - - - + - Name of a parameterised diagnostic (see scenario/diagnostics). + The mean value. - name:Name of diagnostic; + name:mean; - - - - - An intervention which may have various effects on the vector populations as a whole. (Not host specific.) - - Multiple instances of this intervention class are allowed (multiple parameterisations, not just deployments). - - Each instance may have multiple deployments. In this case the effects of each instance - are independent (effects are combined) but the effects of multiple deployments of a single - instance are not independent (only the latest deployment has any effect). - - units:List of elements;name:Vector population intervention; - - - - - - - - - - - - - List of timed vector population intervention deployment - - name:Vector population intervention deployment; - - - - + - Name of intervention (e.g. larviciding, sugar bait). + The standard deviation of variates. - name:Name of intervention; + name:standard deviation; + + + + + + To allow heterogeneity, a distribution must be specified. + + Valid options are as follows. + + "const": no variation or sampling. Specifying distr="const" has the + same effect as not specifying distr at all. + + "normal": the parameter is sampled from a normal distribution. + + name:Distribution; + + + + + + - + - Parameters and deployment of one type of trap. In case multiple types - of trap are needed simultaneously, multiple elements can be used. Note - that different types of trap do not interact except that all will - attract mosquitoes. + Parameters of a normal distribution, provided as mean and variance. + + Variates are sampled from Be(α,β) where α and β are determined from the + mean and variance as follows: let v be the variance and c=mean/(1-mean). + Then we set α=cβ and β=((c+1)²v - c)/((c+1)³v). - name:Vector trap intervetion; + name:Log-normal parameters; - - - - - Parameters associated with a vector trap intervention, per - mosquito species. - - name:Description; - - - - - - - Describes the availiability of a trap to a - host-seeking mosquito relative to an average - unprotected adult. - - I.e. if this parameter is 2, then each trap will on - average attract twice as many mosquitoes as - unprotected adults. - - This is the initial availability; it may decay - towards zero depending on the configured - decay function. - - units:Proportion;name:Initial relative availability;min:0;max:inf; - - - - - - Describes how availability decays to zero. - - If decay heterogeneity/variance is used, there will be a - sample once-per-deployment (i.e. all traps of the same - deployment will be affected the same way). There is no - support for variances between traps (except in this crude - way, between deployments). - - name:Decay of availability; - - - - - - - Name of the species/subspecies/variant. - - name:Species/subspecies/variant name - - - - - - - - List of timed vector trap intervention deployment - - name:Vector trap intervention deployment; - - - - - - - - - - - The number of traps deployed, by this - deployment, per adult human. - - E.g. if there are currently 100 traps and 1000 - humans, then a ratio of 0.1 will increase the - number of traps to 200. - - name:Ratio to humans;unit:dimensionless;min:0;max:inf; - - - - - - Life of the trap until replaced or removed, e.g. - "73t" or "1y". After this time period, these traps - will be removed from the simulation. - - New deployments do not automatically remove old - traps. Existing traps cannot be refurbished in the - model. It may make sense to make the end-of-life - coincide with a new deployment. - - name:Lifespan;units:Steps or Days or Years; - - - - - - - - - - - + - Optional name for this type of trap + The mean of the beta distribution (must be in the open range (0,1)). - name:Descriptive name for type of trap; + units:none;name:mean; - - - + - Time at which this deployment occurs. - - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + The standard deviation of variates. - name:Time;units:User defined (defauls to steps);min:0; + units:none;name:variance; - - + + + + A parameter with optional heterogeneity. + + The mean cannot be specified (unless this type is extended). + Optionally, a distribution ("distr") and coefficient of variation ("CV") may be specified. + + name:Sampled value (log normal); + + - Proportion of otherwise eligible individuals who will receive this - deployment. + The (linear) coefficient of variation. + + This value must be specified when a (non-constant) distribution is used. + Note: since version 46, variance can be used instead. + + Note that specifying CV="0" has the same effect as distr="const" and + disables sampling of this parameter, even if distr is not "const". - units:dimensionless;min:0;max:1;name:Coverage; + name:Coefficient of variation;units:unitless; - + - Applies to vaccines only: vaccine doses are only deployed by this - deployment if the previous number of doses (for the component - deployed) is at least this number. + To allow heterogeneity, a distribution must be specified. - For example, if this is the second deployment opportunity for this - vaccine and this value is 1, then this deployment cannot deploy the - vaccine to individuals who did not receive the first deployment. + Valid options are as follows. + + "const": no variation or sampling. Specifying distr="const" has the + same effect as not specifying distr at all. + + "lognormal": the parameter is sampled from a log-normal distribution. + Note that the "mean" and "CV" values are linear (arithmetic) properties + of the distribution and not log-space properties. - name:Vaccine min previous doses;units:inoculations;min:0; + name:Distribution; + + + + + + + - + - Applies to vaccines only: vaccine doses are only deployed by this - deployment if the previous number of doses (for the component - deployed) is less than this number. + The variance parameter of the distirbution. + + This value can be specified when a (non-constant) distribution is used. + + Note that specifying variance="0" has the same effect as distr="const" and + disables sampling of this parameter, even if distr is not "const". - name:Vaccine max cumulative doses;units:inoculations;min:0; + name:Coefficient of variation;units:unitless; - - - - Minimum ento availability percentile. - - This option is meant to be used with heterogeneity of availability, which can be specified in the entomology section. Without heterogenity (default), all hosts have the same availability and this option will have no effect. - - The percentile must be an integer value between 0 and 100. Percentile 99th represents individuals who are more available than 99% of the population. Percentile 0 represents the least available individuals. 100 is equivalent for infinity. - - units:percent;min:0;name:Minimum ento availability; - - - - - - Maximum ento availability percentile. - - This option is meant to be used with heterogeneity of availability, which can be specified in the entomology section. Without heterogenity (default), all hosts have the same availability and this option will have no effect. - - The percentile must be an integer value between 0 and 100. Percentile 99th represents individuals who are more available than 99% of the population. Percentile 0 represents the least available individuals. 100 is equivalent for infinity. - units:percent;min:0;name:Maximum ento availability; - - - - - - - - - - Time at which this deployment occurs. - - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - - name:Time;units:User defined (defauls to steps);min:0; - - - - - - Maximum age of eligible individuals (defaults to no limit). - - Input is rounded to the nearest time step. - - units:Years;min:0;name:Maximum age of eligible individuals; - - - - - - Minimum age of eligible individuals (defaults to 0). - - Input is rounded to the nearest time step. - - units:Years;min:0;name:Minimum age of eligible individuals; - - - - - See repeatEnd's documentation. - name:Step of repetition;units:User defined; - - - - - - Either both repeatStep and repeatEnd should be present - or neither. If present, the deployment is repeated every - repeatStep timesteps (i.e. if t0 is the initial time - and x is repeatStep, depolyments are done at times t0, - t0+x, t0+2*x, ...), ending before repeatEnd - (final repetition is the one before repeatEnd). - - Note that repeatEnd may be specified as a date but - repeatStep must be a duration (days, steps or years). - - name:End of repetition (exclusive);units:User defined; - - - - - - - - - - - - + + + + A parameter with optional log-normal heterogeneity. + + The mean value must be specified. Optionally, a distribution ("distr") + and coefficient of variation ("CV") may be specified. + + name:Sampled value; + - - - - - Target age of intervention. - - Input is rounded to the nearest time step. - - units:Years;min:0;max:100;name:Target age; - - - - - - First time at which this deployment is active. If not specified, - deployment starts at the beginning of the intervention period. - - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - - name:First time active;units:User defined (defauls to steps); - - - + + - End of the period during which the intervention is active (to be - exact, the first step of the intervention period at which the - item becomes inactive). If not specified, deployment never - ceases after starting during the simulation. - - See doc on intervention period and on monitoring/startDate for - details of how times work. Can be specified in steps, days, - years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + The (linear) mean value. - units:User defined (defauls to steps);name:End step; + name:mean; - - - - - - - - - - - - - If this element is not specified, standard deployment occurs, where - a portion of the population as given by the coverage property of this - campaign is selected, and interventions are deployed to all of - these people (regardless of previous coverage). - - If this attribute is specified, instead, the population is divided - into two sets: those who are a member of a certain sub-population and - those who are not (see "subPopRemoval" element). - If the proportion of people in the - first set is less than the desired coverage, then the proportion of - people from the second set needed to increase total coverage to the - desired coverage is calculated. This proportion is then used as the - probablity of selection from the second set into a third set of - people who then receive all interventions deployed by this campaign. - - Note that selection is stochastic so the final coverage level may not - be exactly that desired. Note also that the component used when - selecting people need not actually be one of the components deployed - by this intervention, although that is the intended use case. - - name:Cumulative coverage; - - - - - - The identifier (short name) of the component used when - selecting people. - - name:Component identifier; - - - - - - - - - + - If this element is specified, deployment is restricted to some - sub-population (specified via the "id" attribute); otherwise the - target population is the entire simulated population. Either way, other - deployment restrictions (age, time, number of vaccine doeses) still - apply. + Parameters of a Weibull distribution. - name:Restrict to sub-population; + name:Weibull parameters; - + - The identifier (short name) of the sub-population (i.e. the "id" of - some intervention component). Also see the "complement" attribute. + The Weibull scale parameter (λ). - name:Sub-population identifier; + name:Scale; - + - If this is not specified or is false, deployment is restricted to the - sub-population of people protected by the intervention component - who's id is given. If complement is set to true, deployment is - instead restricted to the complement of that sub-population, i.e. to - those not protected by the intervention component. + The Weibull shape parameter (k). - name:Complement; + name:shape; + + + + + + To allow heterogeneity, a distribution must be specified. + In this case, only "weibull" is allowed. + + name:Distribution; + + + + + - - - Description of a vaccine's effect - name:Vaccine descriptions; - - - - - - Specification of decay of efficacy. Documentation: see DecayFunction type - or https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions - - name:Decay of effect; - - - - - - Measure of variation in vaccine efficacy: efficacy is sampled from - a beta distribution with efficacyB its beta parameter and its alpha - parameter fixed such that the mean is that given by initialEfficacy. - - units:Positive real;min:0.001;max:1.00E+06;name:Variance parameter for vaccine efficacy; - - - - - - Mean efficacy values before decay (see efficacyB and decay parameter - descriptions for sampling and decay). The i-th value in this list - is used for the efficacy of the vaccine after the i-th dose. Where - more doses are given than there are values in this list, the last - value is repeated. - - units:dimensionless;min:0;max:1;name:Initial mean efficacy; - - - + + + + A double-precision floating-point value. + name:Input parameter value;exposed:false; + + + + + + + An integer value. + name:Input parameter value;exposed:false; + + + + + + + A boolean value. + name:Input parameter value;exposed:false; + + + + + + - Pharmaco-Dynamic parameters for some resistance phenotype. - - To model resistance to this drug, describe multiple infection - phenotypes (with respect to these PD parameters) and list one - or more "restrict" elements for each phenotype. - - Loci are specified elsewhere. Multiple loci may influence the - action of a single drug and each locus may influence multiple - drugs. - - name:PD parameters for some allele / resistance phenotype; + A series of values according to age groups, each specified with + a lower-bound and a value. The first lower-bound specified must be + zero; a final upper-bound of infinity is added to complete the last + age group. At least one age group is required. Normally these are + interpolated by a continuous function (see interpolation attribute). + + name:age group; + + + + + + + Lower bound of age group + + units:Years;min:0;max:100;name:Lower bound; + + + + + - - - - name:Description - - - - - - Usage of nets by humans, from 0 to 1. + + + + + Interpolation algorithm. Normally it is desirable for age-based + values to be continuous w.r.t. age. By default linear interpolation + is used. - At the moment this is constant across humans and deterministic: - relative attractiveness and survival factors are - base*(1-usage*propActing) + intervention_factor*usage*propActing. + With all algorithms except "none", the age groups are converted to a + set of points centred within each age range. Extra + points are added at each end (zero and infinity) to keep value + constant at both ends of the function. A zero-length age group may + be used as a kind of barrier to adjust the distribution; e.g. with + age group boundaries at 15, 20 and 25 years, a (linear) spline would + be drawn between ages 17.5 and 22.5, whereas with boundaries at + 15, 20 and 20 years, a spline would be drawn between ages 17.5 and 20 + years (may be desired if individuals are assumed to reach adult size + at 20). - See also "propActing" (proportion of bits for which net acts). + Algorithms: + 1. none: input values are used directly + 2. linear: straight lines (on an age vs. value graph) are used to + interpolate data points. - units:dimensionless;min:0;max:1;name:Proportion of time nets are used by humans; - - - + name:interpolation; + + + + + + + + + + + + + + + + - The rate at which new holes are made in nets. - - nHoles(t) = nHoles(t-1) + X where X~Pois(R/T) where T is the number - of time-steps per year. R is sampled from - log-normal: R ~ log N( log(mean)-sigma²/2, sigma² ) and is covariant - with ripRate and insecticideDecay. (To be exact, a single Gaussian - sample is taken, adjusted for each sigma then exponentiated.) - - units:Holes per annum;min:0;name:Rate at which holes are made; + Changes to the health system + + name:Change health system; + + + + + + + + + A complete replacement health system. Replaces all previous properties. + (Health system can be replaced multiple times if necessary.) + + name:Timed replacement; + + + + + Time at which this replacement occurs. See doc on + intervention period and on monitoring/startDate for + details of how times work. + + Can be specified in steps, days, years, or as a date + (examples: 15t, 75d, 0.2y, 2000-03-16). + + name:Time;units:User defined (defauls to steps);min:0; + + + + + + + + + + + Name of intervention + + name:Name of intervention; + + + - + - Each existing hole has a probability of being ripped bigger according - to a Poisson process with this rate as (only) parameter. - - New rips occur in a net at rate X~Pois(h×R/T) where h is the number - of existing holes and T the number of time-steps per year. R is - sampled from log-normal: R ~ log N( log(mean)-sigma²/2, sigma² ) - and is covariant with holeRate and insecticideDecay. (To be exact, a - single Gaussian sample is taken, adjusted for the each and sigma - then exponentiated.) - - units:Rips per existing hole per annum;min:0;name:Rate at which holes are enlarged; + New description of transmission level for models not + supporting vector control interventions. Use of this overrides + previous transmission levels such that human infectiousness no + longer has any feedback effect on transmission. Supplied EIR + data must last until end of simulation. + + name:Change transmission levels; + + + + + + + + + Replacement transmission levels. Disables feedback of + human infectiousness to mosquitoes on further mosquito + to human transmission. Must last until end of simulation. + + name:Timed replacement; + + + + + Time at which this replacement occurs. See doc on + intervention period and on monitoring/startDate for + details of how times work. + + Can be specified in steps, days, years, or as a date + (examples: 15t, 75d, 0.2y, 2000-03-16). + + name:Time;units:User defined (defauls to steps);min:0; + + + + + + + + + + + Name of intervention + + name:Name of intervention; + + + - + - This factor expresses how important rips are in increasing the hole. - - The hole index of a net is h + F×x where h and x are the total numbers - of holes and rips respectively and F is the rip factor. - - units:none;min:0;name:Rip factor; + Models importation of P. falciparum infections directly into humans + from an external source. This is infections, not inoculations or + EIR being imported. + + name:Imported infections; - - - + + + + + + Rate of case importation, as a step function. Each value is + valid until replaced by the next value. + + name:Rate of importation + + + + + + + + + A time-rate pair. + name:Rate;units:Imported cases per thousand people per year; + + + + + Time at which this importation rate becomes active. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + + name:Time of start;units:User defined (defauls to steps);min:0; + + + + + + + + + + + If period is 0 (or effectively infinite), the last specified + value remains indefinitely in effect. + + If period is less than the length of the simulation's intervention phase, + then all "rate" deployments are repeated with this periodicity. + In this case, the first "rate" deployment must coincide with the start of + the intervention phase (monitoring/startDate). + + Can be specified in steps (e.g. 1t) or days (e.g. 365d). + + name:Period of repetition;units:User defined (default: steps);min:0 + + + + + + + + + Name of intervention + + name:Name of intervention; + + + + + + - The insecticide concentration of new nets is Gaussian distributed with - mean "mu" and a standard deviation "sigma". The standard deviation - should be small relative to the mean to avoid negative initial - concentration. Any negative values sampled are set to 0. - - units:mg/m²;min:0;name:Initial insecticide; + Used to simulate R_0. First, infections should be eliminated, + immunity removed, and the population given an effective transmission- + blocking vaccine (not done by this intervention). Then this + intervention may be used to: pick one human, infect him, administer + a fully effective Preerythrocytic vaccine and remove + transmission-blocking vaccine effect on this human. Thus only this + one human will be a source of infections in an unprotected population, + and will not reinfected himself. + + name:Insert R_0 case; + + + + + + name:Timed occurrence; + + + + + Time at which this intervention occurs. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + + name:Time;units:User defined (defauls to steps);min:0; + + + + + + + + + Name of intervention + + name:Name of intervention; + + + - + - Decay curve for insecticide content of nets. Documentation: see DecayFunction - type or https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions - - The distribution of decay rates over nets is covariant with the - distribution of ripRate and holeRate over nets. This distribution is - generated by taking one sample per net from a Gaussian distribution - with mean 0 and standard deviation 1. For each variable, the sample - is multiplied by the respective sigma and a constant added such that, - once exponentiated, the mean of the variable over nets is 1. The - variable is then exponentiated and multiplied by the required mean - rate for the respective variable. - - units:none;name:Decay of insecticide; + Removes all infections from mosquitoes -- resulting in zero EIR to + humans, until such time that mosquitoes are re-infected and become + infectious. Only efficacious in dynamic EIR mode (when changeEIR was + not used). + + Hypothetical, but potentially useful to simulate a setting starting + from no infections, but with enough mosquitoes to reach a set + equilibrium of exposure. + + units:List of elements;name:Uninfect vectors; + + + + + + + name:Timed occurrence; + + + + + Time at which this intervention occurs. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + + name:Time;units:User defined (defauls to steps);min:0; + + + + + + + + + Name of intervention + + name:Name of intervention; + + + + + + + A list of parameterisations of generic vector host-inspecific interventions. + name:Vector population intervention;units:List of elements; + + + + + + - + - Specifies the rate at which nets are disposed of over time. - Documentation: see DecayFunction type or - https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions - - In the current model, nets are disposed of randomly (no correlation - with state of decay) such that the chance of each net surviving until - age t is the value of this decay function at time t. Equivalently - (where a large number of nets are distributed at the same time), the - proportion of nets remaining in use should match this decay function - over time. - - Humans are removed from the intervention component's sub-population - on disposal (attrition) of their nets. Currently this event is not - reported. - - units:dimensionless;name:Attrition of nets; + Traps attract and kill mosquitoes. They are modelled as a + non-human-host where the probability of mosquitoes surviving + feeding is zero (since otherwise the simulator would assume + surviving mosquitoes have had a blood meal), and where this + "host" is initially not present. + + Model: each type of trap has has an initial availability + relative to a human and a decay in availability. Each + deployment has a fixed maximum lifespan, after which the + traps from that deployment are removed (it is up to the + user whether this is after availability is effectively zero + or sooner, either coinciding with a redeployment or + causing a reduction in overall effectiveness of traps). + + name:Baited trap + + + + + - + + + List of interventions that modify parameters of non-human hosts described in the <entomology> <vector> <anopheles>. + - - - - Used by logit attacking and killing models only, holeIndexMax - is a user defined maximum hole index (typically, the total surface area of a net). - - units:in same unit as holeIndex;name:maximum of holed surface area that has an effect (comparable to no net) - - - - - - - Effect of net on attractiveness of humans to mosquitoes relative to - an unprotected adult human. Parameterisations should take into - account that mosquitoes do not always bite indoors. - - Attractiveness of the human is multiplied by - exp(log(H)×h + log(P)×p + log(I)×h×p - where H, P and I are the hole, insecticide and interaction factors - respectively, h=exp(-holeIndex×holeScalingFactor) and - p=1−exp(-insecticideContent×insecticideScalingFactor). - - units:dimensionless;min:0;max:1;name:Relative attractiveness; - - - - - - Effect of net on attractiveness of humans to mosquitoes relative to - an unprotected adult human. Parameterisations should take into - account that mosquitoes do not always bite indoors. - - This deterrency model multiplies human attractiveness by - pEnt×pAtt. - - units:dimensionless;name:Relative attractiveness; - - - - - - - - pEnt represents the relative probability of entering due to - ITNs: pEnt = exp(log(P)×p) where P is the insecticide - factor and - p=1−exp(-insecticideContent×insecticideScalingFactor). - - units:dimensionless;name:Deterrency: entering; - - - - - - pEnt represents the relative probability of entering due to insecticide - in the hut: - pEnt = exp(logit.pEnt) / (exp(logit.pEnt) + 1) - logit.pEnt = B + P * p - where B is the basefactor (without net); P is insecticide factor, and - p = log(insecticideContent+1). - Without a net, probability of entering a house is - pEnt0 = exp(logit.pEnt0) / (exp(logit.pEnt0) + 1) - logit.pEnt0 = B - Entering of mosquitoes is adjusted via multiplication by pEnt / pEnt0. - To keep this in the range [0,1], we (normally) require that - pEnt ≤ pEnt0 - and thus P ≤ 0 and give a warning if this is not fulfilled. - - units:dimensionless;name:Deterrency: entering (logit model); - - - - - - - - pAtt represents the relative probability of attacking a human after - entering a house due to ITNs (i.e. of feeding/dying vs. flying off): - pAtt = B + H×h + P×p + I×h×p - where B is the base (without net) probability; H, P and I are the hole, - insecticide and interaction factors respectively, - h=exp(-holeIndex × holeScalingFactor) - and - p=1 - exp(-insecticideContent × insecticideScalingFactor). - - units:dimensionless;name:Deterrency: attacking; - - - - - - pAtt represents the relative probability of attacking a human - after entering a house due to ITNs (i.e. of feeding/dying vs. - flying off): - pAtt = exp(logit.pAtt) / (exp(logit.pAtt) + 1) - logit.pAtt = B + H×min(h, hMax) + P×p + I×min(h, hMax)×p - where B is the base factor (without net); H, P and - I are the hole, insecticide and interaction factors - respectively, and: - h = log(holeIndex + 1) - p = log(insecticideContent + 1) - Without a net, probability of attacking a human - after entering a house is - pAtt0 = exp(logit.pAtt0) / (exp(logit.pAtt0) + 1) - logit.pAtt0 = B + H×hMax - where hMax=log(holeIndexMax + 1) and holeIndexMax is a user defined - maximum hole index (typically, the total surface area of a net). - Attacking of mosquitoes is adjusted via multiplication by pAtt / pAtt0. - This may be larger and smaller than 1 (but will not be negative). - By definition (through the logit transformation) pAtt0 > 0. - - units:dimensionless;name:Deterrency: attacking (logit model); - - - - - - - - - - - - Effect of net on survival mosquitoes as they seek to bite a human - after choosing that human, relative to the same person not - sleeping under a net. Parameterisations should take into - account that mosquitoes do not always bite indoors. - - Killing proportion is calculated as K = B + H×h + P×p + I×h×p - where B is the base (without net) probability of death, - H, P and I are the hole, insecticide and interaction factors - respectively, h=exp(-holeIndex×holeScalingFactor) and - p=1−exp(-insecticideContent×insecticideScalingFactor). - - Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). - To keep this in the range [0,1], we require that B+H ≤ 1, B+P ≤ 1, - B+H+P+I ≤ 1, H ≥ 0, P ≥ 0 and H+P+I ≥ 0. - - units:dimensionless;min:0;max:1;name:Pre-prandial killing effect; - - - - - - Effect of net on survival mosquitoes as they seek to bite a human - after choosing that human, relative to the same person not - sleeping under a net. - Killing proportion is calculated as - K=exp(logit.K)/(exp(logit.K)+1) - logit.K = B + H×min(h,hMax) + P×p + I×min(h,hMax)×p - where B is the basefactor (without net), - H, P and I are the hole, insecticide and interaction factors - respectively, h=log(holeIndex+1) and - p=log(insecticideContent+1). - Without a net, the killing proportion - K0=exp(logit.K0)/(exp(logit.K0)+1) - logit.K0 = B + H×hMax - where hMax=log(holeIndexMax+1) and holeIndexMax is a user defined maximum hole index (typically, the total surface area of a net). - Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−K0). - To keep this in the range [0,1], we require that K ≥ K0. We enforce that P ≥ 0 (It would not make sense biologically if P were negative) and P+I*hMax ≥ 0 and H ≤ 0 and holeIndex ≤ holeIndexMax and give a warning if these conditions are not fulfilled. - - units:dimensionless;min:0;max:1;name:Pre-prandial killing effect (logit); - - - - - - - - Effect of net on survival mosquitoes as they seek to escape from - a human host and rest after a blood meal, relative to the same - person not sleeping under a net. Parameterisations should take - into account that mosquitoes do not always bite indoors. - - Killing proportion is calculated as K = B + H×h + P×p + I×h×p - where B is the base (without net) probability of death, - H, P and I are the hole, insecticide and interaction factors - respectively, h=exp(-holeIndex×holeScalingFactor) and - p=1−exp(-insecticideContent×insecticideScalingFactor). - - Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). - To keep this in the range [0,1], we require that B+H ≤ 1, B+P ≤ 1, - B+H+P+I ≤ 1, H ≥ 0, P ≥ 0 and H+P+I ≥ 0. - - units:dimensionless;min:0;max:1;name:Post-prandial killing effect; - - - - - - Effect of net on survival mosquitoes as they seek to escape from - a human host and rest after a blood meal, relative to the same - person not sleeping under a net. - Killing proportion is calculated as - K=exp(logit.K)/(exp(logit.K)+1) - logit.K = B + H×min(h,hMax) + P×p + I×min(h,hMax)×p - where B is the basefactor (without net), - H, P and I are the hole, insecticide and interaction factors - respectively, h=log(holeIndex+1) and - p=log(insecticideContent+1). - Without a net, the killing proportion - K0=exp(logit.K0)/(exp(logit.K0)+1) - logit.K0 = B + H×hMax - where hMax=log(holeIndexMax+1) and holeIndexMax is a user defined maximum hole index (typically, the total surface area of a net). - Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−K0). - To keep this in the range [0,1], we require that K ≥ K0. We enforce that P ≥ 0 (It would not make sense biologically if P were negative) and P+I*hMax ≥ 0 and H ≤ 0 and holeIndex ≤ holeIndexMax and give a warning if these conditions are not fulfilled. - - units:dimensionless;min:0;max:1;name:Post-prandial killing effect (logit); - - - - - - - - Effect of net on fertility of mosquitoes who survive feeding - on a protected human, relative to an unprotected human. - - Fertility (number of eggs laid) is multiplied by (1-K) / (1-B), - similar to killing effects. This is not allowed to be greater than 1. - - name:Fecundity reduction; - - - - - - Effect of net on fertility of mosquitoes who survive feeding - on a protected human, relative to an unprotected human. - - Fertility (number of eggs laid) is multiplied by (1-K) / (1-K0), - similar to killing effects. This is not allowed to be greater than 1. - - name:Fecundity reduction (logit); - - - - - - - - Name of the affected anopheles-mosquito species. - - name:Mosquito species; - - - - - - Deprecated: propActive can still be used but its value must be set to either 0 or 1. - Any other value will result in an error at initialization. - - The proportion of bites, when nets are in use, for which the net - has any action whatsoever on the mosquito. - - At the moment this is constant across humans and deterministic: - relative attractiveness and survival factors are - base*(1-usage*propActing) + intervention_factor*usage*propActing. - - See also "usage" (proportion of time nets are used by humans). - - units:dimensionless;min:0;max:1;name:Proportion of bites for which net acts; - - - - - - - - - - - - Usage of Generic vector interventions, from 0 to 1. - - units:dimensionless;min:0;max:1;name:Proportion of generic vector interventions; - - - - - - Description of decay of all intervention effects. - Documentation: see DecayFunction type or - https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions - - name:Decay; - - - - - name:Per-mosquito species parameters; - - - - - - - Effect of intervention on attractiveness of humans to mosquitoes relative to - an unprotected adult human. Parameterisations should take into - account that mosquitoes do not always bite indoors. - - Attractiveness of the human is multiplied this factor times - survival of effect. - - units:dimensionless;min:0;max:1;name:Relative attractiveness - - - - - - Effect of intervention on survival of mosquitoes as they seek to bite a human - after choosing that human, relative to the same person not - protected by the intervention. Parameterisations should take into account - that mosquitoes do not always bite indoors. This parameter has - been added since some data shows IRS to have a preprandial - killing effect. - - Killing proportion is this factor multiplied by survival of effect. - - units:dimensionless;min:0;max:1;name:Pre-prandial killing effect - - - - - - Effect of intervention on survival of mosquitoes as they seek to escape from - a human host and rest after a blood meal, relative to the same - person not protected by the intervention. Parameterisations should take - into account that mosquitoes do not always bite indoors. - - Killing proportion is this factor multiplied by survival of effect. - - units:dimensionless;min:0;max:1;name:Post-prandial killing effect - - - - - - Effect of intervention on fertility mosquitoes after successfully feeding on - a human host, relative to an unproteced human. Parameterisations should take - into account that mosquitoes do not always bite indoors. - - Fertility is multiplied by 1 - (fecundityReduction * decay). - - min:0;name:Fecundity reduction effect - - - - - - - Name of the affected anopheles-mosquito species. - - name:Mosquito species - - - - - - The proportion of bites for which the IRS - has any action whatsoever on the mosquito. - - At the moment this is constant across humans and deterministic: - relative attractiveness and survival factors are - base*(1-propActing) + intervention_factor*propActing. - - units:dimensionless;min:0;max:1;name:Proportion of bites for which IRS acts; - - - - - - - - - - Description of effect for the more complex and probably more realistic - Briet model: IRS has three effects, whos strength is calculated as a - function of surviving insecticide content. - - name:Description (based on decay of insecticide); - - - - - - Usage of Indoor residual spraying (IRS) interventions, from 0 to 1. - - units:dimensionless;min:0;max:1;name:Proportion of Indoor residual spraying (IRS) interventions; - - - - - - The insecticide concentration of IRS (at time of spraying) is - Gaussian distributed with mean "mu" and a standard deviation "sigma". - The standard deviation should be small relative to the mean to avoid - negative initial concentration. Any negative values sampled are set - to 0. - - units:μg/cm²;min:0;name:Initial insecticide - - - - - - Decay curve for insecticide content of IRS. Documentation: see DecayFunction - type or https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions - - units:none;name:Decay of insecticide - - - - - name:Per-mosquito species parameters; - - - - - - - Effect of IRS on attractiveness of humans to mosquitoes relative to - an unprotected adult human. Parameterisations should take into - account that mosquitoes do not always bite indoors. - - Attractiveness of the human is multiplied by exp(P×log(p)) - where P is the insecticide factor, - p=1−exp(-insecticideContent×insecticideScalingFactor). - - units:dimensionless;min:0;max:1;name:Relative attractiveness - - - - - - Effect of IRS on survival mosquitoes as they seek to bite a human - after choosing that human, relative to the same person not - protected by IRS. Parameterisations should take into account - that mosquitoes do not always bite indoors. This parameter has - been added since some data shows IRS to have a preprandial - killing effect. - - Killing proportion is calculated as K = B + P×p where B is the - base (without protection) probability of death, and P is the - insecticide factor, - p=1−exp(-insecticideContent×insecticideScalingFactor). - - Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). - To keep this in the range [0,1], we require that B+P ≤ 1 and P ≥ 0. - - units:dimensionless;min:0;max:1;name:Pre-prandial killing effect - - - - - - Effect of IRS on survival mosquitoes as they seek to escape from - a human host and rest after a blood meal, relative to the same - person not protected by IRS. Parameterisations should take - into account that mosquitoes do not always bite indoors. - - Killing proportion is calculated as K = B + P×p where B is the - base (without protection) probability of death, and P is the - insecticide factor, - p=1−exp(-insecticideContent×insecticideScalingFactor). - - Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). - To keep this in the range [0,1], we require that B+P ≤ 1 and P ≥ 0. - - units:dimensionless;min:0;max:1;name:Post-prandial killing effect - - - - - - Effect of IRS on fertility mosquitoes after successfully feeding on - a human host, relative to an unproteced human. Parameterisations should take - into account that mosquitoes do not always bite indoors. - - First, we calculate K = B + P×p where B is the - base (without protection) probability of death, and P is the - insecticide factor, - p=1−exp(-insecticideContent×insecticideScalingFactor). - - Fecundity is multiplied by (1−K) / (1−B). It is not allowed to be greater than 1. - To keep this in the range [0,1], we require that B+P ≤ 1 and P ≥ 0. - - name:Fecundity reduction - - + - - - - Name of the affected anopheles-mosquito species. - - name:Mosquito species - - - - - - The proportion of bites for which the IRS - has any action whatsoever on the mosquito. - - At the moment this is constant across humans and deterministic: - relative attractiveness and survival factors are - base*(1-propActing) + intervention_factor*propActing. - - units:dimensionless;min:0;max:1;name:Proportion of bites for which IRS acts; - - - - - - - - - Value expected to be at least 0. Negative values are not - necessarily invalid, but allow nets to increase transmission. - - units:none;name:Insecticide factor;max:1 - - - - - units:none;name:Insecticide scaling factor;min:0 - - - - - - - - See parent element documentation - - units:none;name:Base factor; - - - - - - See parent element documentation - - units:none;name:Insecticide factor; - - - - - - - - - units:dimensionless;name:Probability of mosquito death without intervention - - - - - - - - - - - - Value expected to be at least 0. Negative values are not - necessarily invalid, but allow nets to increase transmission. - - units:none;name:Hole factor;max:1 - - - - - - holeFactor + insecticideFactor + interactionFactor must not be greater - than 1, and is expected to be at least 0. A negative value is not - necessarily invalid, but allows nets to increase transmission. - - units:none;name:Interaction factor;max:1 - - - - - units:none;name:Hole scaling factor;min:0 - - - - - - - - - - - units:dimensionless;name:Probability of mosquito death without intervention - - - - - - - - - - Logit of the probability (e.g. of death, of entry, of attacking) without intervention. - - units:dimensionless;name:Base factor; - - - - - - Coefficient of log(insecticide content+1) in a generalized linear model with logit link - function. - - units:none;name:Insecticide factor; - - - - - - Coefficient of log(total holed surface area (in cm2) +1) in a generalized linear model - with logit link function. - - units:none;name:Hole factor; - - - - - - Coefficient of the interaction term of log(total holed surface area (in cm2) +1) with - log(insecticide content+1) in a generalized linear model with logit link function. - - units:none;name:Interaction factor; - - - - - - - Descriptions of the effects of vector interventions with per-species effects. - - units:dimensionless;min:0;max:1;name:Vector population intervention; - - - + - - Describe an effect on the increase in the death rate while host - seeking (mu_vA) due to this intervention. - - Enter the rate increase (i.e. if rate increases to 120% of normal, - give 0.2). New death rate while seeking is old × (1 + increase) - where increase is this factor given. Must have increas ≥ -1. - - units:dimensionless;name:Proportional increase in deaths while host searching; + List of intervention that add new non-human hosts that have not been described in the <entomology> <vector> +<anopheles> <nonHumanHosts>. - + - - - units:dimensionless;min:-1;max:inf;name:Initial proportion increase - - - + - Describe an effect of increased mortality while ovipositing - due to this intervention. Enter the probability of dying due to - this intervention. + Encapsulates all interventions whose effects are specific to the + human host: any interventions where target humans may be selected + via population-coverage, age limits and sub-population membership. - units:dimensionless;name:Proportion ovipositing mosquitoes killed; + name:Human-specific interventions; - - - - - - - units:dimensionless;min:0;max:1;name:Initial probability of killing - - - - + + + + Name of set of interventions + name:Name of intervention set; + + + + + + - Describe an effect on emergence of pupa into adults: this value is the - proportion of emerging pupa which are killed by this intervention. + A parameterisation of an effect achieved by one component of an + intervention. (An intervention is described as the effects of a set + of components plus deployments of those components. This describes + the components individually, not deployments or which components + comprise an intervention.) - This can be used as a crude way of modelling larviciding. It ca - also be used to increase emergence by giving a negative value. - The emergence rate is "old rate" × (1 - factor) where factor is the - value given here; thus, for example, using -1 will double emergence. + Each element describes one component: its effects, decay of the(se) + effect(s), and related stuff (e.g. description of indirect decay + and of usage levels). + + Different interventions can deploy the same component to the same + perso. In most cases this will just deploy a fresh instance (e.g. a + new bed net will replace the old (nobody uses multiple bed nets), + or a new drug dose will act on top of previous doses, or in the + case of a vaccine, effect depends on the total number of previous + inoculations (including from other interventions). + + Where multiple components of the same type (but with different ids) + are deployed (whether within a single intervention or by multiple + interventions), they act independently (e.g. two bed nets deployed + to a single host would act to reduce attractiveness or survival of + mosquitoes biting that host twice — this may be useful to simulate + some novel vector intervention since the two nets may have separate + parameters). - units:dimensionless;name:Proportion of emerging pupa killed; + name:Component; - - - - - - - units:dimensionless;min:-inf;max:1;name:Initial proportion reduction - - - - + - Describe an effect on the increase in the death rate while host - seeking (mu_vA) due to this intervention. This works like - adding an non-human host with its own availability. The - difference is that biting this sugar bait is associated with a - probability of dying of 1: all mosquitoes biting the sugar bait - will die. OpenMalaria will automatically compute the - availability for this host so that the probability of biting this - 'host' (and thus dying) is equal to the input parameter. + This element describes deployment of an intervention: which + components are deployed, how humans are selected for deployment + (via timed or age-based deployment) as well as a few additional + restrictions (e.g. vaccine dosing restrictions). - Enter the probability of dying while host seeking due to this - intervention. If multiple interventions overlap, the cumulative - probability will be used. Note that it cannot exceed 1, and - OpenMalaria will return an error during the simulation if this - ever happens. - - OpenMalaria will dynamically compute the necessary increase - in mu_vA based on the given probability. Note that this is done - by solving an equation numerically every timestep, which can - cause a small drop in performance. - units:dimensionless;name:Probability of death while host searching as a result of feeding on a sugar bait (used to dynamically adjust mu_vA); + All components deployed by this intervention are deployed to the + same people (each timed or continuous deployment selects recipients + and then gives each recipient all components of the intervention). + + name:Deployment; - + + + + + If conditions are specified, deployment of this intervention will only go ahead + if all specified conditions are true. Condition statements are evaluated only + during surveys, so deployment is enabled or disabled depending on the results + of the most recent survey. So called *unreported surveys* can be used to + reevaluate conditions without increasing granularity of output. + + Conditions are evaluated for the whole population, not for individual age-groups + or cohorts. + + This affects all types of deployment. + + name:Condition; + + + + + + The monitoring measure to test. Not all measures are available for use. + + name:Measure; + + + + + + Minimum value. If specified, the measured variable must be greater than + or equal to this value for the condition to be satisfied. + + name:Minimum value; + + + + + + Maximum value. If specified, the measured variable must be less than or + equal to this value for the condition to be satisfied. + + name:Maximum value; + + + + + + Whether this condition is considered true or false before updated by a survey. + + name:Initial state; + + + + + + + List of ages at which deployment takes place + (through EPI, post-natal and school-based programmes, etc.). + + A sub-population restriction may be added as a property of the + list of continuous deployments. + + name:Age-based (continuous) deployment; + + + + + + List of timed deployments of the intervention (that is, of + deployment campaigns). + + Cumulative deployment mode can be specified for all deployments in a timed list. + To allow multiple cumulative deployment descriptions, the entire timed list + may be repeated. + + name:Mass (timed) deployment; + + - + - units:dimensionless;min:-1;max:inf;name:Initial proportion increase + Name of intervention + name:Intervention name; - - + + + + + + + + + + + + + Pre-erythrocytic vaccine (PEV): prevents a proportion of infections + from commencing. + + name:Vaccines; + + + + + + Blood-stage vaccine (BSV): acts as a killing factor on blood-stage + parasites. Exact action depends on the within host model. + + name:Vaccines; + + + + + + Transmission-blocking vaccine (TBV): one minus this scales the + probability of transmission to mosquitoes + + name:Vaccines; + + + + + + Description of bed-net interventions (ITNs, LLINs). + + name:Bed nets; + + + + + + Description of indoor residual spraying interventions. + + name:Indoor residual spraying; + + + + + + Low-level description of intervention effects on vectors (i.e. + mosquitoes). Can be used to describe simple ITN or IRS + interventions (though more complex models are available for these + interventions) or other interventions such as mosquito repellant + or ivermectin. + + Note that all actions of this intervention component will decay + according to a single decay function. If independant decay is + wanted, a separate component can be used for each action. + + name:Generic vector intervention; + + + + + + Recruitment of a host into a sub-population. + + All human-targeting intervention deployments recruit simulated + humans into a sub-population which can be used for the purposes + of cumulative deployment, deployment only to a sub-population and + defining a cohort. This pseudo-intervention can be used to define + a sub-population without also deploying some intervention. + + name:Recruitment only; + + + + + + + Removes all exposure-related immunitsy gained over time by hosts + without removing infections (or affecting the ability to gain + immunity through exposure). + + Hypothetical, but potentially useful to simulate scenarios with + unprotected humans. + + name:Clear Immunity; + + + + + + + - Name of the species/subspecies/variant. + A short name or code identifying the intervention component + (used to refer to this component when describing an intervention). + Also the id of the sub-population defined as those hosts who have + received this intervention and who haven't subsequently been removed + from the sub-population. - name:Species/subspecies/variant name + name:Component identifier; + + + + + + An informal name/description for the component + + name:Name of component; - + - This intervention modifies parameters of non-human hosts described in the <entomology> <vector> <anopheles> -<nonHumanHosts> section of the input scenario file. - -The intervention is described by 5 parameters that define the change in each of non-human host parameters: - -reduceAvailability: Reduction in the availability rate, αi. For example a value of 0 will result in no change; a value of 0.2 will reduce the availability to 0.8 of its initial value; and a value of 1 will set the availability to 0; - -prePrandialKillingEffect: Reduction in the pre-prandial survival probability, PBi. For example a value of 0 will result in no change; a value of 0.2 will reduce PBi to 0.8 of its initial value; and a value of 1 will set PBi to 0; - -postPrandialKillingEffect: Reduction in the post-prandial survival probability, PCi. For example a value of 0 will result in no change; a value of 0.2 will reduce PCi to 0.8 of its initial value; and a value of 1 will set PCi to 0; - -restingKillingEffect: Reduction in the survival probability of the resting period, PDi. For example a value of 0 will result in no change; a value of 0.2 will reduce PDi to 0.8 of its initial value; and a value of 1 will set PDi to 0; + + Each human intervention component corresponds to a sub-population: + those who have received or are considered to be protected by the + intervention component. Humans automatically become members of this + sub-population when receiving an intervention component; this element + controls how humans are removed from the sub-population. + + ITN attrition also removes humans from sub-populations. + + Note that sub-populations do not directly correspond to an + intervention's effects: lack of effectiveness does not imply removal + from the sub-population (except as explicitly configured here) and + removal from the sub-population does not halt an intervention's + effects. + + Sub-populations may be used to define a cohort, to restrict deployment + of other interventions and to use cumulative deployment mode. A sub- + population may or may not correspond (roughly) to humans protected by + some intervention. + + name:Remove from sub-population ...; - - - - - - - - - - - - - List of timed vector population intervention deployment - - name:Vector population intervention deployment; - - - - + - Name of intervention (e.g. larviciding, sugar bait). + If true, remove individuals from the sub-population at the start of + the first episode (start of a clinical bout) since they were + recruited into the sub-population. This is intended for cohort + studies which measure time to the first episode, using active + case detection. + + Reports delayed due to health-system memory are forced out when this + occurs. Note that this can increase the number of uncomplicated cases + reported across the entire population; for this reason reports are + not forced on recruitment or most removal options. + + This does not prevent re-recruitment in the case that recruitment + settings could conceivably recruit the same individual twice. - name:Name of intervention; + name:Time to first episode only; - + - Name of intervention (e.g. larviciding, sugar bait). + If true, remove individuals from the sub-population when they first + seektreatment since they were recruited into the sub-population. This + is intended for cohort studies which measure the time to first + episode, using passive case detection. + + Reports delayed due to health-system memory are forced out when this + occurs. Note that this can increase the number of uncomplicated cases + reported across the entire population; for this reason reports are + not forced on recruitment or most removal options. + + This does not prevent re-recruitment in the case that recruitment + settings could conceivably recruit the same individual twice. - name:Name of intervention; + name:Time to first treatment only; + + + + + + If true, remove individuals from the sub-population at completion of + the first survey in which they present with a patent infection since + they were recruited into the sub-population. This intended for cohort + studies which measure time to the first infection, using active + case detection. + + Reports delayed due to health-system memory are forced out when this + occurs. Note that this can increase the number of uncomplicated cases + reported across the entire population; for this reason reports are + not forced on recruitment or most removal options. + + This does not prevent re-recruitment in the case that recruitment settings could + conceivably recruit the same individual twice. + + name:Time to first infection only; + + + + + + If given, membership to the sub-population of humans who have + received this intervention component expires after the given number of + years. Note that future deployments renew membership (e.g. if this + parameter is 4 years and the intervention is redeployed 3 years from + now, expiry happens after 7 years). + + This provides a crude way of modelling a cohort protected by some + intervention. A few interventions provide more detailed ways of + modelling expiry of protection. In any case, "expiry of protection" + is an abstract concept and does not imply that all protection has + ceased, even in the simulator. + + This may also be useful for cumulative deployment. + + Minimum duration is zero, which implies the human is effectively + never a member of the sub-population; a duration of one timestep + implies the human is a member of the sub-population while any futher + interventions are deployed on the same time as this human becomes a + member and on the next update of the human (including transmission + and health system events) but not beyond that. If this attribute is + not given, the simulated human is a member until death or some other + option triggers removal. + + Input is rounded to the nearest time step. + + name:Remove from sub-population after;units:Years;min:0; - + - Descriptions of the effects of non human hosts interventions with per-species effects. + This can be combined with MDA to achieve mass screen and treat (MSAT) + or other types of mass screening intervention. + + When deployed to a host, this simulates a test of patent malaria + (microscopy, RDT or some such), then triggers deployment of whichever + intervention components are configured (deployments for both positive + and negative test outcomes can be configured). + + The use of the screening itself is reported (if enabled), but not the + outcome. Deployment of interventions triggered by the screening may + be reported, however. + name:(Mass) screening; - - - - Reduction in the availability rate, αi. For example a value of 0 will result in no change; a value of 0.2 will reduce the availability to 0.8 of its initial value; and a value of 1 will set the availability to 0; - - - - - units:dimensionless;min:-1;max:inf;name:Initial proportion increase - - - - - - - Reduction in the pre-prandial survival probability, PBi. For example a value of 0 will result in no change; a value of 0.2 will reduce PBi to 0.8 of its initial value; and a value of 1 will set PBi to 0; - - - - - units:dimensionless;min:-1;max:inf;name:Initial proportion increase - - - - - - - Reduction in the post-prandial survival probability, PCi. For example a value of 0 will result in no change; a value of 0.2 will reduce PCi to 0.8 of its initial value; and a value of 1 will set PCi to 0; - - - - - units:dimensionless;min:-1;max:inf;name:Initial proportion increase - - - - - - - Reduction in the survival probability of the resting period, PDi. For example a value of 0 will result in no change; a value of 0.2 will reduce PDi to 0.8 of its initial value; and a value of 1 will set PDi to 0; - - - - - units:dimensionless;min:-1;max:inf;name:Initial proportion increase - - + + + + + + + + Name of a parameterised diagnostic (see scenario/diagnostics). + + name:Name of diagnostic; + + + + + + + An intervention which may have various effects on the vector populations as a whole. (Not host specific.) + + Multiple instances of this intervention class are allowed (multiple parameterisations, not just deployments). + + Each instance may have multiple deployments. In this case the effects of each instance + are independent (effects are combined) but the effects of multiple deployments of a single + instance are not independent (only the latest deployment has any effect). + + units:List of elements;name:Vector population intervention; + + + + + + + - + - Reduction in the number of fertile eggs laid by a mosquito after biting this type of host, relative to an unprotected human. For example a value of 0 will result in no change; a value of 0.2 will reduce the fecundity factor to 0.8 of its initial value; and a value of 1 will set the fecundity factor to 0; + + List of timed vector population intervention deployment + + name:Vector population intervention deployment; - - - - units:dimensionless;min:-1;max:inf;name:Initial proportion increase - - - - - + + - Name of the species/subspecies/variant. + Name of intervention (e.g. larviciding, sugar bait). - name:Species/subspecies/variant name + name:Name of intervention; - + - Describes a new non-human hosts that have not been described in the <entomology> <vector> <anopheles> <nonHumanHosts>. + + Parameters and deployment of one type of trap. In case multiple types + of trap are needed simultaneously, multiple elements can be used. Note + that different types of trap do not interact except that all will + attract mosquitoes. + + name:Vector trap intervetion; - + + + + Parameters associated with a vector trap intervention, per + mosquito species. + + name:Description; + - + + + + Describes the availiability of a trap to a + host-seeking mosquito relative to an average + unprotected adult. + + I.e. if this parameter is 2, then each trap will on + average attract twice as many mosquitoes as + unprotected adults. + + This is the initial availability; it may decay + towards zero depending on the configured + decay function. + + units:Proportion;name:Initial relative availability;min:0;max:inf; + + + + + + Describes how availability decays to zero. + + If decay heterogeneity/variance is used, there will be a + sample once-per-deployment (i.e. all traps of the same + deployment will be affected the same way). There is no + support for variances between traps (except in this crude + way, between deployments). + + name:Decay of availability; + + + + + + Name of the species/subspecies/variant. + + name:Species/subspecies/variant name + + @@ -4485,6 +4145,19 @@ restingKillingEffect: Reduction in the survival probability of the resting perio + + + + The number of traps deployed, by this + deployment, per adult human. + + E.g. if there are currently 100 traps and 1000 + humans, then a ratio of 0.1 will increase the + number of traps to 200. + + name:Ratio to humans;unit:dimensionless;min:0;max:inf; + + @@ -4508,1172 +4181,1499 @@ restingKillingEffect: Reduction in the survival probability of the resting perio - - - - Name of intervention (e.g. larviciding, sugar bait). - - name:Name of intervention; - - - - - - Descriptions of the effects of new non human hosts with per-species effects. - - - - - - - Relative availability of the population of non-human hosts of - type i to other non-human hosts; the sum of this across all - non-human hosts must be 1. - - units:Proportion; name:Relative availability of non-human host (ξ_i); - - - - - Probability of mosquito successfully biting host - units:Proportion;name:Probability of mosquito successfully biting host; - - - - - Probability that the mosquito escapes host and finds a resting place after biting - units:Proportion;name:Probability that the mosquito escapes host and finds a resting place after biting; - - - - - Probability of mosquito successfully resting after finding a resting site - units:Proportion;name:Probability of mosquito successfully resting after finding a resting site; - - - - - Multiplicative factor for the number of fertile eggs laid by a mosquito after biting this type of host, relative to an unprotected human. - units:Proportion;name:Probability of mosquito successfully resting after finding a resting site; - - - - - - - Name of the species/subspecies/variant. - - name:Species/subspecies/variant name - - - - - - - Specifies the mapping from genotype to phenotype. For each drug - type, if only one phenotype is present, restrictions need not be - specified, but otherwise restrictions must be specified. - - The set of loci affecting phenotypes of this drug's action must be - fixed for any drug type. Each phenotype must list, for each of - these loci, a restriction to one or more alleles under the locus. - - name:Restrict phenotype applicability to certain alleles; - - - - - A locus under which only a restricted set of alleles map to - this phenotype. - - name:Locus relevant to the mapping of alleles to this phenotype; - - - - - - One allele of a locus upon which phenotype choice depends. - If multiple alleles under this locus should map to the same - phenotype, repeat the whole "restriction onLocus..." element. - - name:Alleles mapping to this phenotype; - - - - - - - - - - Mean efficacy values before decay (see efficacyB and decay parameter - descriptions for sampling and decay). The i-th value in this list - is used for the efficacy of the vaccine after the i-th dose. Where - more doses are given than there are values in this list, the last - value is repeated. - - units:dimensionless;min:0;max:1;name:Initial mean efficacy; - - - - - - - Name of the phenotype; for documentation use only. - - name:Name of phenotype; - - - - - - - - - A library of drug related data for the PK/PD model. - - name:Pharmacology library; - - - - - - A library of drug deployment schedules and dosages. - - name:Treatments library; - - - - - - - - - - - - A library of drug PK/PD data. - - name:Drug library; - - - - - - - - + + + + Optional name for this type of trap + + name:Descriptive name for type of trap; + + - - - - - - A schedule for the administration of drugs in a course of treatment. - - Note that dose sizes are multiplied by some multiplier (see dosages) - and the times of all doses may be delayed. - - name:Schedule of doses taken as a course of treatment; - - - - - + + - Name for referring to this deployment schedule + Time at which this deployment occurs. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - name:Name; + name:Time;units:User defined (defauls to steps);min:0; - - + + - Abbreviated name of drug compound + Proportion of otherwise eligible individuals who will receive this + deployment. - name:drug; + units:dimensionless;min:0;max:1;name:Coverage; - + - Quantity of drug compound in mg per *something*. A separate dosage - table must be used when medicating, which may specify multipliers of - this number based on patient age or weight. + Applies to vaccines only: vaccine doses are only deployed by this + deployment if the previous number of doses (for the component + deployed) is at least this number. + + For example, if this is the second deployment opportunity for this + vaccine and this value is 1, then this deployment cannot deploy the + vaccine to individuals who did not receive the first deployment. - units:mg per something;name:Drug dose (mg with multiplier); + name:Vaccine min previous doses;units:inoculations;min:0; - + - Number of hours past start of timestep this drug dose is administered - at (first dose should be at hour 0). - - units:Hours;min:0;name:Time of administration; + Applies to vaccines only: vaccine doses are only deployed by this + deployment if the previous number of doses (for the component + deployed) is less than this number. + + name:Vaccine max cumulative doses;units:inoculations;min:0; + + + + + + Minimum ento availability percentile. + + This option is meant to be used with heterogeneity of availability, which can be specified in the entomology section. Without heterogenity (default), all hosts have the same availability and this option will have no effect. + + The percentile must be an integer value between 0 and 100. Percentile 99th represents individuals who are more available than 99% of the population. Percentile 0 represents the least available individuals. 100 is equivalent for infinity. + + units:percent;min:0;name:Minimum ento availability; + + + + + + Maximum ento availability percentile. + + This option is meant to be used with heterogeneity of availability, which can be specified in the entomology section. Without heterogenity (default), all hosts have the same availability and this option will have no effect. + + The percentile must be an integer value between 0 and 100. Percentile 99th represents individuals who are more available than 99% of the population. Percentile 0 represents the least available individuals. 100 is equivalent for infinity. + units:percent;min:0;name:Maximum ento availability; - - - - A table for selecting a dose size. There are several ways this can - work: using the patient's age or body mass in a look-up table to get a - multplier, or directly using body mass as the multiplier. - - The doses specified in "mg" in the treatment schedule are then - multiplied by this multiplier. - - name:Dosage table; - + + + + + + + Time at which this deployment occurs. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). + + name:Time;units:User defined (defauls to steps);min:0; + + + + + + Maximum age of eligible individuals (defaults to no limit). + + Input is rounded to the nearest time step. + + units:Years;min:0;name:Maximum age of eligible individuals; + + + + + + Minimum age of eligible individuals (defaults to 0). + + Input is rounded to the nearest time step. + + units:Years;min:0;name:Minimum age of eligible individuals; + + + + + See repeatEnd's documentation. + name:Step of repetition;units:User defined; + + + + + + Either both repeatStep and repeatEnd should be present + or neither. If present, the deployment is repeated every + repeatStep timesteps (i.e. if t0 is the initial time + and x is repeatStep, depolyments are done at times t0, + t0+x, t0+2*x, ...), ending before repeatEnd + (final repetition is the one before repeatEnd). + + Note that repeatEnd may be specified as a date but + repeatStep must be a duration (days, steps or years). + + name:End of repetition (exclusive);units:User defined; + + + + + + - - + + + + + + + + + - Select dose multiplier from a look-up table using the patient's age. + Target age of intervention. + + Input is rounded to the nearest time step. - name:Look-up table (age); + units:Years;min:0;max:100;name:Target age; - - + + - Select dose multiplier from a look-up table using the patient's body mass. + First time at which this deployment is active. If not specified, + deployment starts at the beginning of the intervention period. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - name:Look-up table (weight); + name:First time active;units:User defined (defauls to steps); - - + + - Multiply the dose by some quantity, such as patient weight. + End of the period during which the intervention is active (to be + exact, the first step of the intervention period at which the + item becomes inactive). If not specified, deployment never + ceases after starting during the simulation. + + See doc on intervention period and on monitoring/startDate for + details of how times work. Can be specified in steps, days, + years, or as a date (examples: 15t, 75d, 0.2y, 2000-03-16). - name:Multiply dose; + units:User defined (defauls to steps);name:End step; - - - - - Quantity to multiply the dose by. Only option is "kg" - (patient weight in kg). - - name:By what?; - - - - - - - - - - + + + + + + + + + + + + + + + + + If this element is not specified, standard deployment occurs, where + a portion of the population as given by the coverage property of this + campaign is selected, and interventions are deployed to all of + these people (regardless of previous coverage). + + If this attribute is specified, instead, the population is divided + into two sets: those who are a member of a certain sub-population and + those who are not (see "subPopRemoval" element). + If the proportion of people in the + first set is less than the desired coverage, then the proportion of + people from the second set needed to increase total coverage to the + desired coverage is calculated. This proportion is then used as the + probablity of selection from the second set into a third set of + people who then receive all interventions deployed by this campaign. + + Note that selection is stochastic so the final coverage level may not + be exactly that desired. Note also that the component used when + selecting people need not actually be one of the components deployed + by this intervention, although that is the intended use case. + + name:Cumulative coverage; + + + + + + The identifier (short name) of the component used when + selecting people. + + name:Component identifier; + + + + + + - - - - Name for referring to this dosage table - - name:Name; - - - + - A look-up table which uses patient age (in years) or weight (in kg) to - find a multiplier. + If this element is specified, deployment is restricted to some + sub-population (specified via the "id" attribute); otherwise the + target population is the entire simulated population. Either way, other + deployment restrictions (age, time, number of vaccine doeses) still + apply. - name:Age/weight range; + name:Restrict to sub-population; - + - name:Lower bound (inclusive);min:0;units:years or kg; + + The identifier (short name) of the sub-population (i.e. the "id" of + some intervention component). Also see the "complement" attribute. + + name:Sub-population identifier; - + - The dose size given in the schedule (in "mg") is multiplied by - this value for patients falling into this range when this - dosage table is used. + If this is not specified or is false, deployment is restricted to the + sub-population of people protected by the intervention component + who's id is given. If complement is set to true, deployment is + instead restricted to the complement of that sub-population, i.e. to + those not protected by the intervention component. - name:Dose multiplier;min:0; + name:Complement; - - + - - A drug description with PK/PD parameters. - - name:Drug parameters; + Description of a vaccine's effect + name:Vaccine descriptions; - + + + + Specification of decay of efficacy. Documentation: see DecayFunction type + or https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions + + name:Decay of effect; + + + + + + Measure of variation in vaccine efficacy: efficacy is sampled from + a beta distribution with efficacyB its beta parameter and its alpha + parameter fixed such that the mean is that given by initialEfficacy. + + units:Positive real;min:0.001;max:1.00E+06;name:Variance parameter for vaccine efficacy; + + + + + + Mean efficacy values before decay (see efficacyB and decay parameter + descriptions for sampling and decay). The i-th value in this list + is used for the efficacy of the vaccine after the i-th dose. Where + more doses are given than there are values in this list, the last + value is repeated. + + units:dimensionless;min:0;max:1;name:Initial mean efficacy; + + + + + + Pharmaco-Dynamic parameters for some resistance phenotype. + + To model resistance to this drug, describe multiple infection + phenotypes (with respect to these PD parameters) and list one + or more "restrict" elements for each phenotype. + + Loci are specified elsewhere. Multiple loci may influence the + action of a single drug and each locus may influence multiple + drugs. + + name:PD parameters for some allele / resistance phenotype; + + + + + + + name:Description + + + + + + Usage of nets by humans, from 0 to 1. + + At the moment this is constant across humans and deterministic: + relative attractiveness and survival factors are + base*(1-usage*propActing) + intervention_factor*usage*propActing. + + See also "propActing" (proportion of bits for which net acts). + + units:dimensionless;min:0;max:1;name:Proportion of time nets are used by humans; + + + + + + The rate at which new holes are made in nets. + + nHoles(t) = nHoles(t-1) + X where X~Pois(R/T) where T is the number + of time-steps per year. R is sampled from + log-normal: R ~ log N( log(mean)-sigma²/2, sigma² ) and is covariant + with ripRate and insecticideDecay. (To be exact, a single Gaussian + sample is taken, adjusted for each sigma then exponentiated.) + + units:Holes per annum;min:0;name:Rate at which holes are made; + + + + + + Each existing hole has a probability of being ripped bigger according + to a Poisson process with this rate as (only) parameter. + + New rips occur in a net at rate X~Pois(h×R/T) where h is the number + of existing holes and T the number of time-steps per year. R is + sampled from log-normal: R ~ log N( log(mean)-sigma²/2, sigma² ) + and is covariant with holeRate and insecticideDecay. (To be exact, a + single Gaussian sample is taken, adjusted for the each and sigma + then exponentiated.) + + units:Rips per existing hole per annum;min:0;name:Rate at which holes are enlarged; + + + + + + This factor expresses how important rips are in increasing the hole. + + The hole index of a net is h + F×x where h and x are the total numbers + of holes and rips respectively and F is the rip factor. + + units:none;min:0;name:Rip factor; + + + + + + The insecticide concentration of new nets is Gaussian distributed with + mean "mu" and a standard deviation "sigma". The standard deviation + should be small relative to the mean to avoid negative initial + concentration. Any negative values sampled are set to 0. + + units:mg/m²;min:0;name:Initial insecticide; + + + + + + Decay curve for insecticide content of nets. Documentation: see DecayFunction + type or https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions + + The distribution of decay rates over nets is covariant with the + distribution of ripRate and holeRate over nets. This distribution is + generated by taking one sample per net from a Gaussian distribution + with mean 0 and standard deviation 1. For each variable, the sample + is multiplied by the respective sigma and a constant added such that, + once exponentiated, the mean of the variable over nets is 1. The + variable is then exponentiated and multiplied by the required mean + rate for the respective variable. + + units:none;name:Decay of insecticide; + + + + + + Specifies the rate at which nets are disposed of over time. + Documentation: see DecayFunction type or + https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions + + In the current model, nets are disposed of randomly (no correlation + with state of decay) such that the chance of each net surviving until + age t is the value of this decay function at time t. Equivalently + (where a large number of nets are distributed at the same time), the + proportion of nets remaining in use should match this decay function + over time. + + Humans are removed from the intervention component's sub-population + on disposal (attrition) of their nets. Currently this event is not + reported. + + units:dimensionless;name:Attrition of nets; + + + - + - Pharmaco-Dynamic parameters for some resistance phenotype. + Used by logit attacking and killing models only, holeIndexMax + is a user defined maximum hole index (typically, the total surface area of a net). + + units:in same unit as holeIndex;name:maximum of holed surface area that has an effect (comparable to no net) + + + + + + + Effect of net on attractiveness of humans to mosquitoes relative to + an unprotected adult human. Parameterisations should take into + account that mosquitoes do not always bite indoors. + + Attractiveness of the human is multiplied by + exp(log(H)×h + log(P)×p + log(I)×h×p + where H, P and I are the hole, insecticide and interaction factors + respectively, h=exp(-holeIndex×holeScalingFactor) and + p=1−exp(-insecticideContent×insecticideScalingFactor). + + units:dimensionless;min:0;max:1;name:Relative attractiveness; + + + + + + Effect of net on attractiveness of humans to mosquitoes relative to + an unprotected adult human. Parameterisations should take into + account that mosquitoes do not always bite indoors. - To model resistance to this drug, describe multiple infection - phenotypes (with respect to these PD parameters) and list one - or more "restrict" elements for each phenotype. + This deterrency model multiplies human attractiveness by + pEnt×pAtt. + + units:dimensionless;name:Relative attractiveness; + + + + + + + + pEnt represents the relative probability of entering due to + ITNs: pEnt = exp(log(P)×p) where P is the insecticide + factor and + p=1−exp(-insecticideContent×insecticideScalingFactor). + + units:dimensionless;name:Deterrency: entering; + + + + + + pEnt represents the relative probability of entering due to insecticide + in the hut: + pEnt = exp(logit.pEnt) / (exp(logit.pEnt) + 1) + logit.pEnt = B + P * p + where B is the basefactor (without net); P is insecticide factor, and + p = log(insecticideContent+1). + Without a net, probability of entering a house is + pEnt0 = exp(logit.pEnt0) / (exp(logit.pEnt0) + 1) + logit.pEnt0 = B + Entering of mosquitoes is adjusted via multiplication by pEnt / pEnt0. + To keep this in the range [0,1], we (normally) require that + pEnt ≤ pEnt0 + and thus P ≤ 0 and give a warning if this is not fulfilled. + + units:dimensionless;name:Deterrency: entering (logit model); + + + + + + + + pAtt represents the relative probability of attacking a human after + entering a house due to ITNs (i.e. of feeding/dying vs. flying off): + pAtt = B + H×h + P×p + I×h×p + where B is the base (without net) probability; H, P and I are the hole, + insecticide and interaction factors respectively, + h=exp(-holeIndex × holeScalingFactor) + and + p=1 - exp(-insecticideContent × insecticideScalingFactor). + + units:dimensionless;name:Deterrency: attacking; + + + + + + pAtt represents the relative probability of attacking a human + after entering a house due to ITNs (i.e. of feeding/dying vs. + flying off): + pAtt = exp(logit.pAtt) / (exp(logit.pAtt) + 1) + logit.pAtt = B + H×min(h, hMax) + P×p + I×min(h, hMax)×p + where B is the base factor (without net); H, P and + I are the hole, insecticide and interaction factors + respectively, and: + h = log(holeIndex + 1) + p = log(insecticideContent + 1) + Without a net, probability of attacking a human + after entering a house is + pAtt0 = exp(logit.pAtt0) / (exp(logit.pAtt0) + 1) + logit.pAtt0 = B + H×hMax + where hMax=log(holeIndexMax + 1) and holeIndexMax is a user defined + maximum hole index (typically, the total surface area of a net). + Attacking of mosquitoes is adjusted via multiplication by pAtt / pAtt0. + This may be larger and smaller than 1 (but will not be negative). + By definition (through the logit transformation) pAtt0 > 0. + + units:dimensionless;name:Deterrency: attacking (logit model); + + + + + + + + + + + + Effect of net on survival mosquitoes as they seek to bite a human + after choosing that human, relative to the same person not + sleeping under a net. Parameterisations should take into + account that mosquitoes do not always bite indoors. - Loci are specified elsewhere. Multiple loci may influence the - action of a single drug and each locus may influence multiple - drugs. + Killing proportion is calculated as K = B + H×h + P×p + I×h×p + where B is the base (without net) probability of death, + H, P and I are the hole, insecticide and interaction factors + respectively, h=exp(-holeIndex×holeScalingFactor) and + p=1−exp(-insecticideContent×insecticideScalingFactor). + + Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). + To keep this in the range [0,1], we require that B+H ≤ 1, B+P ≤ 1, + B+H+P+I ≤ 1, H ≥ 0, P ≥ 0 and H+P+I ≥ 0. + + units:dimensionless;min:0;max:1;name:Pre-prandial killing effect; + + + + + + Effect of net on survival mosquitoes as they seek to bite a human + after choosing that human, relative to the same person not + sleeping under a net. + Killing proportion is calculated as + K=exp(logit.K)/(exp(logit.K)+1) + logit.K = B + H×min(h,hMax) + P×p + I×min(h,hMax)×p + where B is the basefactor (without net), + H, P and I are the hole, insecticide and interaction factors + respectively, h=log(holeIndex+1) and + p=log(insecticideContent+1). + Without a net, the killing proportion + K0=exp(logit.K0)/(exp(logit.K0)+1) + logit.K0 = B + H×hMax + where hMax=log(holeIndexMax+1) and holeIndexMax is a user defined maximum hole index (typically, the total surface area of a net). + Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−K0). + To keep this in the range [0,1], we require that K ≥ K0. We enforce that P ≥ 0 (It would not make sense biologically if P were negative) and P+I*hMax ≥ 0 and H ≤ 0 and holeIndex ≤ holeIndexMax and give a warning if these conditions are not fulfilled. + + units:dimensionless;min:0;max:1;name:Pre-prandial killing effect (logit); + + + + + + + + Effect of net on survival mosquitoes as they seek to escape from + a human host and rest after a blood meal, relative to the same + person not sleeping under a net. Parameterisations should take + into account that mosquitoes do not always bite indoors. + + Killing proportion is calculated as K = B + H×h + P×p + I×h×p + where B is the base (without net) probability of death, + H, P and I are the hole, insecticide and interaction factors + respectively, h=exp(-holeIndex×holeScalingFactor) and + p=1−exp(-insecticideContent×insecticideScalingFactor). + + Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). + To keep this in the range [0,1], we require that B+H ≤ 1, B+P ≤ 1, + B+H+P+I ≤ 1, H ≥ 0, P ≥ 0 and H+P+I ≥ 0. + + units:dimensionless;min:0;max:1;name:Post-prandial killing effect; + + + + + + Effect of net on survival mosquitoes as they seek to escape from + a human host and rest after a blood meal, relative to the same + person not sleeping under a net. + Killing proportion is calculated as + K=exp(logit.K)/(exp(logit.K)+1) + logit.K = B + H×min(h,hMax) + P×p + I×min(h,hMax)×p + where B is the basefactor (without net), + H, P and I are the hole, insecticide and interaction factors + respectively, h=log(holeIndex+1) and + p=log(insecticideContent+1). + Without a net, the killing proportion + K0=exp(logit.K0)/(exp(logit.K0)+1) + logit.K0 = B + H×hMax + where hMax=log(holeIndexMax+1) and holeIndexMax is a user defined maximum hole index (typically, the total surface area of a net). + Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−K0). + To keep this in the range [0,1], we require that K ≥ K0. We enforce that P ≥ 0 (It would not make sense biologically if P were negative) and P+I*hMax ≥ 0 and H ≤ 0 and holeIndex ≤ holeIndexMax and give a warning if these conditions are not fulfilled. - name:PD parameters for some allele / resistance phenotype; - - + units:dimensionless;min:0;max:1;name:Post-prandial killing effect (logit); + + + + + + + + Effect of net on fertility of mosquitoes who survive feeding + on a protected human, relative to an unprotected human. + + Fertility (number of eggs laid) is multiplied by (1-K) / (1-B), + similar to killing effects. This is not allowed to be greater than 1. + + name:Fecundity reduction; + + + + + + Effect of net on fertility of mosquitoes who survive feeding + on a protected human, relative to an unprotected human. + + Fertility (number of eggs laid) is multiplied by (1-K) / (1-K0), + similar to killing effects. This is not allowed to be greater than 1. + + name:Fecundity reduction (logit); + + + - + - Optional; if present specifies the locus corresponding to this - drug's PD phenotypes: each phenotype must then match one of - that locus's alleles. Otherwise the drug should specify only - one phenotype. - - There is currently a one-to-many correspondance between loci - and drugs. + Name of the affected anopheles-mosquito species. - name:Locus; + name:Mosquito species; + + + + + + Deprecated: propActive can still be used but its value must be set to either 0 or 1. + Any other value will result in an error at initialization. + + The proportion of bites, when nets are in use, for which the net + has any action whatsoever on the mosquito. + + At the moment this is constant across humans and deterministic: + relative attractiveness and survival factors are + base*(1-usage*propActing) + intervention_factor*usage*propActing. + + See also "usage" (proportion of time nets are used by humans). + + units:dimensionless;min:0;max:1;name:Proportion of bites for which net acts; - + + + + + + + + Usage of Generic vector interventions, from 0 to 1. + + units:dimensionless;min:0;max:1;name:Proportion of generic vector interventions; + + + + + + Description of decay of all intervention effects. + Documentation: see DecayFunction type or + https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions + + name:Decay; + + + + + name:Per-mosquito species parameters; + - - - - Concentration below which drug's effects are deemed negligible and can - be removed from simulation. - - units:mg/l;min:0;name:Drug concentration considered negligible; - - - - - - - Used to calculate elimination rate λ, calculated as - λ = ln(2) / half_life. The basic form of decay is - C(t) = C0 * exp(-λ*t). - - Alternatively, elimination rate can be specified via k - and m_exponent. - - units:days;min:0;name:drug half-life; - - - - - - - Constant used to calculate the elimination rate λ, which - is calculated as λ = k / (body_mass ^ m_exponent), where - body_mass is the patient's weight in kg and m_exponent is - the next parameter. The basic form of decay is - C(t) = C0 * exp(-λ*t). - - If CV > 0, k is sampled per-human from the log-normal - distribution: ln N( ln(mean) - σ^2 / 2, σ^2). - - Alternatively, elimination rate can be specified via half_life. - - units:day^-1;min:0;name:Constant associated with elimination rate (k); - - - - - - Constant used to calculate the elimination rate λ, which - is calculated as λ = k / (body_mass ^ m_exponent), where - body_mass is the patient's weight in kg and k is the - previous parameter. The basic form of decay is - C(t) = C0 * exp(-λ*t). - - Alternatively, elimination rate can be specified via half_life. - - Note that in the case of a conversion model, this applies - to *both* the elimination and the conversion rates. - - units:day^-1;min:0;name:Constant associated with elimination rate (m_exponent); - - - - - - - - Absorption rate parameter. Not allowed for one compartment - models, but required for two and three compartment models and - one compartment with conversion model (for the parent drug - only). - - name:Absorption rate constant (k_a);min:0; - - - + - Configures the parent drug in a conversion model. - - To use a conversion model, the parent drug should have this - section defined as well as half-life or k (direct - elimination; this may be zero) and k_a (absorption rate; - this may be large). - - The metabolite drug should define half-life or k (elimination - of metabolite), but not k_a (absorption rate) or this section - (conversion). It is not possible for the metabolite to itself - undergo conversion with the current models. + Effect of intervention on attractiveness of humans to mosquitoes relative to + an unprotected adult human. Parameterisations should take into + account that mosquitoes do not always bite indoors. + + Attractiveness of the human is multiplied this factor times + survival of effect. - name:Conversion parameters (parent drug); - - - - - - - The abbreviation of the metabolite drug (e.g. "DHA" or - "DHA_AR"). - - name:Metabolite drug (abbreviation); - - - - - - Rate of conversion of parent drug to metabolite. - - name:Rate of conversion;unit:Per day; - - - - - - Ratio of molecular weights: molecular weight of the - metabolite divided by molecular weight of the parent. - - name:Molecular weight ratio;unit:unitless; - - - - - - The IC50 values of parent and metabolite drugs may be - sampled from the log-normal distribution (if CV is greater than 0). - This parameter controls correlation between these samples, - measured in log-space. - - If this value is 1, samples are fully correlated: a single z-score is - used to calculate both samples. If this is 0, two independent - samples are used. - - Values between 0 and 1 (partial correlation) are supported; - in this case IC50 values are sampled such that - cor(log(x), log(y)) matches this value (where x, y are parent and - metabolite IC50 values). - - name:IC50 log correlation;min:0;max:1; - - - - - - - - - Volume of Distribution. - - If CV > 0 this is sampled from a log-normal distribution. - - units:l/kg;min:0;name:Volume of Distribution (Vd); + units:dimensionless;min:0;max:1;name:Relative attractiveness - + - Optional element specifying conversion parameters to- and - from- a second compartment. + Effect of intervention on survival of mosquitoes as they seek to bite a human + after choosing that human, relative to the same person not + protected by the intervention. Parameterisations should take into account + that mosquitoes do not always bite indoors. This parameter has + been added since some data shows IRS to have a preprandial + killing effect. + + Killing proportion is this factor multiplied by survival of effect. - name:Second compartment parameters; + units:dimensionless;min:0;max:1;name:Pre-prandial killing effect - - - - - - Absorption rate from the central compartment to the - first periphery compartment (2). - - It is sampled per-patient when CV > 0. - - units:day^-1;min:0;name:Absorption rate to compartment 2 (k12); - - - - - - Absorption rate from the first periphery compartment - (2) to the central compartment. - - It is sampled per-patient when CV > 0. - - units:day^-1;min:0;name:Absorption rate from compartment 2 (k21); - - - - - + - Optional element specifying conversion parameters to- and - from- a third compartment. - - name:Third compartment parameters; - - - - - - - Absorption rate from the central compartment to the - second periphery compartment (3). - - It is sampled per-patient when CV > 0. - - units:day^-1;min:0;name:Absorption rate to compartment 3 (k13); - - - - - - Absorption rate from the second periphery compartment - (3) to the central compartment. - - It is sampled per-patient when CV > 0. - - units:day^-1;min:0;name:Absorption rate from compartment 3 (k31); - - - - + Effect of intervention on survival of mosquitoes as they seek to escape from + a human host and rest after a blood meal, relative to the same + person not protected by the intervention. Parameterisations should take + into account that mosquitoes do not always bite indoors. + + Killing proportion is this factor multiplied by survival of effect. + + units:dimensionless;min:0;max:1;name:Post-prandial killing effect + + + + + + Effect of intervention on fertility mosquitoes after successfully feeding on + a human host, relative to an unproteced human. Parameterisations should take + into account that mosquitoes do not always bite indoors. + + Fertility is multiplied by 1 - (fecundityReduction * decay). + + min:0;name:Fecundity reduction effect + - - - - - - - - - - - Specifies the mapping from genotype to phenotype. For each drug - type, if only one phenotype is present, restrictions need not be - specified, but otherwise restrictions must be specified. - - The set of loci affecting phenotypes of this drug's action must be - fixed for any drug type. Each phenotype must list, for each of - these loci, a restriction to one or more alleles under the locus. - - name:Restrict phenotype applicability to certain alleles; - - - + - A locus under which only a restricted set of alleles map to - this phenotype. + Name of the affected anopheles-mosquito species. - name:Locus relevant to the mapping of alleles to this phenotype; + name:Mosquito species - + - One allele of a locus upon which phenotype choice depends. - If multiple alleles under this locus should map to the same - phenotype, repeat the whole "restriction onLocus..." element. - - name:Alleles mapping to this phenotype; + The proportion of bites for which the IRS + has any action whatsoever on the mosquito. + + At the moment this is constant across humans and deterministic: + relative attractiveness and survival factors are + base*(1-propActing) + intervention_factor*propActing. + + units:dimensionless;min:0;max:1;name:Proportion of bites for which IRS acts; - + + + + + + Description of effect for the more complex and probably more realistic + Briet model: IRS has three effects, whos strength is calculated as a + function of surviving insecticide content. + + name:Description (based on decay of insecticide); + + + - k1 — Maximal parasite killing rate. - - units:1/days;min:0;name:Maximal parasite killing rate; + Usage of Indoor residual spraying (IRS) interventions, from 0 to 1. + + units:dimensionless;min:0;max:1;name:Proportion of Indoor residual spraying (IRS) interventions; - + - Half maximal effect concentration. - - If CV > 0, the IC50 is sampled from a log-normal distribution. - - units:mg/l;min:0;name:IC50; + The insecticide concentration of IRS (at time of spraying) is + Gaussian distributed with mean "mu" and a standard deviation "sigma". + The standard deviation should be small relative to the mean to avoid + negative initial concentration. Any negative values sampled are set + to 0. + + units:μg/cm²;min:0;name:Initial insecticide - + - n — Slope of the concentration effect curve - - units:dimensionless;name:Slope of effect curve; + Decay curve for insecticide content of IRS. Documentation: see DecayFunction + type or https://github.com/SwissTPH/openmalaria/wiki/ModelDecayFunctions + + units:none;name:Decay of insecticide - - - - - Name of the phenotype; for documentation use only. - - name:Name of phenotype; - - - - - - - - - The list of components deployed to eligible humans. - - name:Component to be deployed; - - - - - The identifier (short name) of a component. - - name:Identifier; - - - - - - - Lists intervention components which are deployed according to some - external trigger (for example, screening with a negative patency - outcome or health-system treatment). - - Components are referenced from one or more sub-lists. Each of these - lists is deployed independently if and only if its age constraints are - met by the human host and a random sample with the given probability of - a positive outcome is positive. - - name:Triggered intervention deployment; - - - + + + name:Per-mosquito species parameters; + - - - - - - Maximum age of eligible humans (defaults to no limit). + + + + Effect of IRS on attractiveness of humans to mosquitoes relative to + an unprotected adult human. Parameterisations should take into + account that mosquitoes do not always bite indoors. - Input is rounded to the nearest time step. - - units:Years;min:0;name:Maximum age of eligible humans; - - - + Attractiveness of the human is multiplied by exp(P×log(p)) + where P is the insecticide factor, + p=1−exp(-insecticideContent×insecticideScalingFactor). + + units:dimensionless;min:0;max:1;name:Relative attractiveness + + + + + + Effect of IRS on survival mosquitoes as they seek to bite a human + after choosing that human, relative to the same person not + protected by IRS. Parameterisations should take into account + that mosquitoes do not always bite indoors. This parameter has + been added since some data shows IRS to have a preprandial + killing effect. + + Killing proportion is calculated as K = B + P×p where B is the + base (without protection) probability of death, and P is the + insecticide factor, + p=1−exp(-insecticideContent×insecticideScalingFactor). + + Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). + To keep this in the range [0,1], we require that B+P ≤ 1 and P ≥ 0. + + units:dimensionless;min:0;max:1;name:Pre-prandial killing effect + + + + + + Effect of IRS on survival mosquitoes as they seek to escape from + a human host and rest after a blood meal, relative to the same + person not protected by IRS. Parameterisations should take + into account that mosquitoes do not always bite indoors. + + Killing proportion is calculated as K = B + P×p where B is the + base (without protection) probability of death, and P is the + insecticide factor, + p=1−exp(-insecticideContent×insecticideScalingFactor). + + Survival of mosquitoes is adjusted via multiplication by (1−K) / (1−B). + To keep this in the range [0,1], we require that B+P ≤ 1 and P ≥ 0. + + units:dimensionless;min:0;max:1;name:Post-prandial killing effect + + + + + + Effect of IRS on fertility mosquitoes after successfully feeding on + a human host, relative to an unproteced human. Parameterisations should take + into account that mosquitoes do not always bite indoors. + + First, we calculate K = B + P×p where B is the + base (without protection) probability of death, and P is the + insecticide factor, + p=1−exp(-insecticideContent×insecticideScalingFactor). + + Fecundity is multiplied by (1−K) / (1−B). It is not allowed to be greater than 1. + To keep this in the range [0,1], we require that B+P ≤ 1 and P ≥ 0. + + name:Fecundity reduction + + + + - Minimum age of eligible humans (defaults to 0). - - Input is rounded to the nearest time step. + Name of the affected anopheles-mosquito species. - units:Years;min:0;name:Minimum age of eligible humans; + name:Mosquito species - + - Probability of this list of components being deployed, given - that other constraints are met. - - units:dimensionless;min:0;max:1;name:Probability of delivery to eligible humans; + The proportion of bites for which the IRS + has any action whatsoever on the mosquito. + + At the moment this is constant across humans and deterministic: + relative attractiveness and survival factors are + base*(1-propActing) + intervention_factor*propActing. + + units:dimensionless;min:0;max:1;name:Proportion of bites for which IRS acts; - - - - - - - + + - Name of an option (monitoring measure or model option). + Value expected to be at least 0. Negative values are not + necessarily invalid, but allow nets to increase transmission. - name:Option name; + units:none;name:Insecticide factor;max:1 - + - - Option on/off switch (true/false). Specifying value="true" is - the same as not specifying a value; specifying value="false" - explicitly turns the option off. If an option is not mentioned - at all, it is left at its default value (normally off, but - in a few cases, such as some bug-fix options, on). - - name:Indicator of whether option is required; + units:none;name:Insecticide scaling factor;min:0 - - - - - - - - - Specification of decay or survival of a parameter. - - name:Decay or survival of a parameter - - - - - + + - Determines which decay function to use. Available decay functions, - for age t in years: - - constant: 1 - - step: 1 for t less than L, otherwise 0 - - linear: 1 - t/L for t less than L, otherwise 0 - - exponential: exp( - t/L * log(2) ) - - weibull: exp( -(t/L)^k * log(2) ) - - hill: 1 / (1 + (t/L)^k) - - smooth-compact: exp( k - k / (1 - (t/L)^2) ) for t less than L, otherwise 0 + See parent element documentation - units:None;min:0;max:1;name:function; + units:none;name:Base factor; - - - - - - - - - - - - - - - - + - (Time) scale parameter of distribution: this is either the age of - complete decay (smooth-compact, step and linear functions) or the age - at which the parameter has decayed to half its original value - (exponential, weibull and hill). Not used when function="constant" - (i.e. no decay). - - This value can be specified in years, days or steps (e.g. 2y, 180d or - 100t). When the unit is not specified years are assumed. The value is - used without rounding except when sampling an age of decay, when the - rounding happens as late as possible. + See parent element documentation - units:User-defined (defaults to years);min:0;name:L; + units:none;name:Insecticide factor; - + + + + + + + units:dimensionless;name:Probability of mosquito death without intervention + + + + + + + + + + + + Value expected to be at least 0. Negative values are not + necessarily invalid, but allow nets to increase transmission. + + units:none;name:Hole factor;max:1 + + + + + + holeFactor + insecticideFactor + interactionFactor must not be greater + than 1, and is expected to be at least 0. A negative value is not + necessarily invalid, but allows nets to increase transmission. + + units:none;name:Interaction factor;max:1 + + + + + units:none;name:Hole scaling factor;min:0 + + + + + + + + + + + units:dimensionless;name:Probability of mosquito death without intervention + + + + + + + - Shape parameter of distribution. If not specified, default value of - 1 is used. Meaning depends on function; not used in some cases. + Logit of the probability (e.g. of death, of entry, of attacking) without intervention. - min:0;name:k;units:none; + units:dimensionless;name:Base factor; - + - If CV is non-zero, heterogeneity of decay is introduced via a random - variable sampled from the log-normal distribution. This distribution is - parameterised with mean=1 and CV as given. - - The effective age of decay is the real age multiplied by this variable - (for decay functions with a half-life, this is equivalent to dividing - the half-life by the variable). + Coefficient of log(insecticide content+1) in a generalized linear model with logit link + function. - min:0;name:Coefficient of Variation; - - - - - - (Boolean) If True, this tells OpenMalaria to use the complement of the - DecayFunction defined as 1-f(x). This is useful to model increasing - functions that will "decay" to 1. This only works if f(x) is contained - between 0 and 1. - - units:User-defined (defaults to years);min:0;name:L; + units:none;name:Insecticide factor; - + - biphasic: Efficacy between 0 and 1. + Coefficient of log(total holed surface area (in cm2) +1) in a generalized linear model + with logit link function. + units:none;name:Hole factor; - + - biphasic: Proportion between 0 and 1, proportion of the response that is short-lived. + Coefficient of the interaction term of log(total holed surface area (in cm2) +1) with + log(insecticide content+1) in a generalized linear model with logit link function. + + units:none;name:Interaction factor; - - - - biphasic: halflife of short lived component (default to years). + + + + + Descriptions of the effects of vector interventions with per-species effects. + + units:dimensionless;min:0;max:1;name:Vector population intervention; + + + + + + Describe an effect on the increase in the death rate while host + seeking (mu_vA) due to this intervention. + + Enter the rate increase (i.e. if rate increases to 120% of normal, + give 0.2). New death rate while seeking is old × (1 + increase) + where increase is this factor given. Must have increas ≥ -1. + + units:dimensionless;name:Proportional increase in deaths while host searching; + + + + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + + + Describe an effect of increased mortality while ovipositing + due to this intervention. Enter the probability of dying due to + this intervention. + + units:dimensionless;name:Proportion ovipositing mosquitoes killed; + + + + + + + + units:dimensionless;min:0;max:1;name:Initial probability of killing + + + + + + + + Describe an effect on emergence of pupa into adults: this value is the + proportion of emerging pupa which are killed by this intervention. + + This can be used as a crude way of modelling larviciding. It ca + also be used to increase emergence by giving a negative value. + The emergence rate is "old rate" × (1 - factor) where factor is the + value given here; thus, for example, using -1 will double emergence. + + units:dimensionless;name:Proportion of emerging pupa killed; + + + + + + + + units:dimensionless;min:-inf;max:1;name:Initial proportion reduction + + + + + + + + Describe an effect on the increase in the death rate while host + seeking (mu_vA) due to this intervention. This works like + adding an non-human host with its own availability. The + difference is that biting this sugar bait is associated with a + probability of dying of 1: all mosquitoes biting the sugar bait + will die. OpenMalaria will automatically compute the + availability for this host so that the probability of biting this + 'host' (and thus dying) is equal to the input parameter. + + Enter the probability of dying while host seeking due to this + intervention. If multiple interventions overlap, the cumulative + probability will be used. Note that it cannot exceed 1, and + OpenMalaria will return an error during the simulation if this + ever happens. - - - - + OpenMalaria will dynamically compute the necessary increase + in mu_vA based on the given probability. Note that this is done + by solving an equation numerically every timestep, which can + cause a small drop in performance. + units:dimensionless;name:Probability of death while host searching as a result of feeding on a sugar bait (used to dynamically adjust mu_vA); + + + + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + - biphasic: halflife of long lived component (default to years). - + Name of the species/subspecies/variant. + name:Species/subspecies/variant name - + - - A parameter with optional heterogeneity. - - Optionally, a distribution ("distr") and standard of deviation ("SD") may be specified. - - name:Sampled value (normal); + This intervention modifies parameters of non-human hosts described in the <entomology> <vector> <anopheles> +<nonHumanHosts> section of the input scenario file. + +The intervention is described by 5 parameters that define the change in each of non-human host parameters: + +reduceAvailability: Reduction in the availability rate, αi. For example a value of 0 will result in no change; a value of 0.2 will reduce the availability to 0.8 of its initial value; and a value of 1 will set the availability to 0; + +prePrandialKillingEffect: Reduction in the pre-prandial survival probability, PBi. For example a value of 0 will result in no change; a value of 0.2 will reduce PBi to 0.8 of its initial value; and a value of 1 will set PBi to 0; + +postPrandialKillingEffect: Reduction in the post-prandial survival probability, PCi. For example a value of 0 will result in no change; a value of 0.2 will reduce PCi to 0.8 of its initial value; and a value of 1 will set PCi to 0; + +restingKillingEffect: Reduction in the survival probability of the resting period, PDi. For example a value of 0 will result in no change; a value of 0.2 will reduce PDi to 0.8 of its initial value; and a value of 1 will set PDi to 0; - - - - The mean value. - - name:mean; - - - + + + + + + + + + + + + + List of timed vector population intervention deployment + + name:Vector population intervention deployment; + + + + - The standard deviation of variates. + Name of intervention (e.g. larviciding, sugar bait). - name:standard deviation; + name:Name of intervention; - + - To allow heterogeneity, a distribution must be specified. - - Valid options are as follows. - - "const": no variation or sampling. Specifying distr="const" has the - same effect as not specifying distr at all. - - "normal": the parameter is sampled from a normal distribution. + Name of intervention (e.g. larviciding, sugar bait). - name:Distribution; + name:Name of intervention; - - - - - - - + - Parameters of a normal distribution, provided as mean and variance. - - Variates are sampled from Be(α,β) where α and β are determined from the - mean and variance as follows: let v be the variance and c=mean/(1-mean). - Then we set α=cβ and β=((c+1)²v - c)/((c+1)³v). + Descriptions of the effects of non human hosts interventions with per-species effects. - name:Log-normal parameters; - + + + + Reduction in the availability rate, αi. For example a value of 0 will result in no change; a value of 0.2 will reduce the availability to 0.8 of its initial value; and a value of 1 will set the availability to 0; + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + + Reduction in the pre-prandial survival probability, PBi. For example a value of 0 will result in no change; a value of 0.2 will reduce PBi to 0.8 of its initial value; and a value of 1 will set PBi to 0; + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + + Reduction in the post-prandial survival probability, PCi. For example a value of 0 will result in no change; a value of 0.2 will reduce PCi to 0.8 of its initial value; and a value of 1 will set PCi to 0; + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + + Reduction in the survival probability of the resting period, PDi. For example a value of 0 will result in no change; a value of 0.2 will reduce PDi to 0.8 of its initial value; and a value of 1 will set PDi to 0; + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + + Reduction in the number of fertile eggs laid by a mosquito after biting this type of host, relative to an unprotected human. For example a value of 0 will result in no change; a value of 0.2 will reduce the fecundity factor to 0.8 of its initial value; and a value of 1 will set the fecundity factor to 0; + + + + + units:dimensionless;min:-1;max:inf;name:Initial proportion increase + + + + + + - The mean of the beta distribution (must be in the open range (0,1)). + Name of the species/subspecies/variant. - units:none;name:mean; + name:Species/subspecies/variant name - + + + + Describes a new non-human hosts that have not been described in the <entomology> <vector> <anopheles> <nonHumanHosts>. + + + + + + + + + + + + + List of timed vector trap intervention deployment + + name:Vector trap intervention deployment; + + + + + + + + + + + Life of the trap until replaced or removed, e.g. + "73t" or "1y". After this time period, these traps + will be removed from the simulation. + + New deployments do not automatically remove old + traps. Existing traps cannot be refurbished in the + model. It may make sense to make the end-of-life + coincide with a new deployment. + + name:Lifespan;units:Steps or Days or Years; + + + + + + + + + + + - The standard deviation of variates. + Name of intervention (e.g. larviciding, sugar bait). - units:none;name:variance; + name:Name of intervention; - + - - A parameter with optional heterogeneity. - - The mean cannot be specified (unless this type is extended). - Optionally, a distribution ("distr") and coefficient of variation ("CV") may be specified. + Descriptions of the effects of new non human hosts with per-species effects. - name:Sampled value (log normal); - - - - The (linear) coefficient of variation. - - This value must be specified when a (non-constant) distribution is used. - Note: since version 46, variance can be used instead. - - Note that specifying CV="0" has the same effect as distr="const" and - disables sampling of this parameter, even if distr is not "const". - - name:Coefficient of variation;units:unitless; - - - - - - To allow heterogeneity, a distribution must be specified. - - Valid options are as follows. - - "const": no variation or sampling. Specifying distr="const" has the - same effect as not specifying distr at all. - - "lognormal": the parameter is sampled from a log-normal distribution. - Note that the "mean" and "CV" values are linear (arithmetic) properties - of the distribution and not log-space properties. - - name:Distribution; - - - - - - - - - - + + + + + Relative availability of the population of non-human hosts of + type i to other non-human hosts; the sum of this across all + non-human hosts must be 1. + + units:Proportion; name:Relative availability of non-human host (ξ_i); + + + + + Probability of mosquito successfully biting host + units:Proportion;name:Probability of mosquito successfully biting host; + + + + + Probability that the mosquito escapes host and finds a resting place after biting + units:Proportion;name:Probability that the mosquito escapes host and finds a resting place after biting; + + + + + Probability of mosquito successfully resting after finding a resting site + units:Proportion;name:Probability of mosquito successfully resting after finding a resting site; + + + + + Multiplicative factor for the number of fertile eggs laid by a mosquito after biting this type of host, relative to an unprotected human. + units:Proportion;name:Probability of mosquito successfully resting after finding a resting site; + + + + - The variance parameter of the distirbution. - - This value can be specified when a (non-constant) distribution is used. - - Note that specifying variance="0" has the same effect as distr="const" and - disables sampling of this parameter, even if distr is not "const". + Name of the species/subspecies/variant. - name:Coefficient of variation;units:unitless; + name:Species/subspecies/variant name - - - - A parameter with optional log-normal heterogeneity. - - The mean value must be specified. Optionally, a distribution ("distr") - and coefficient of variation ("CV") may be specified. - - name:Sampled value; - - - - - - - The (linear) mean value. - - name:mean; - - - - - - + - Parameters of a Weibull distribution. - - name:Weibull parameters; + Specifies the mapping from genotype to phenotype. For each drug + type, if only one phenotype is present, restrictions need not be + specified, but otherwise restrictions must be specified. + + The set of loci affecting phenotypes of this drug's action must be + fixed for any drug type. Each phenotype must list, for each of + these loci, a restriction to one or more alleles under the locus. + + name:Restrict phenotype applicability to certain alleles; - - - - The Weibull scale parameter (λ). - - name:Scale; - - - + - The Weibull shape parameter (k). - - name:shape; + A locus under which only a restricted set of alleles map to + this phenotype. + + name:Locus relevant to the mapping of alleles to this phenotype; - + - To allow heterogeneity, a distribution must be specified. - In this case, only "weibull" is allowed. - - name:Distribution; - - - - - - - - - - - - A double-precision floating-point value. - name:Input parameter value;exposed:false; - - - - - - - An integer value. - name:Input parameter value;exposed:false; - - - - - - - A boolean value. - name:Input parameter value;exposed:false; + One allele of a locus upon which phenotype choice depends. + If multiple alleles under this locus should map to the same + phenotype, repeat the whole "restriction onLocus..." element. + + name:Alleles mapping to this phenotype; - + - + + - A series of values according to age groups, each specified with - a lower-bound and a value. The first lower-bound specified must be - zero; a final upper-bound of infinity is added to complete the last - age group. At least one age group is required. Normally these are - interpolated by a continuous function (see interpolation attribute). + Mean efficacy values before decay (see efficacyB and decay parameter + descriptions for sampling and decay). The i-th value in this list + is used for the efficacy of the vaccine after the i-th dose. Where + more doses are given than there are values in this list, the last + value is repeated. - name:age group; + units:dimensionless;min:0;max:1;name:Initial mean efficacy; - - - - - - - Lower bound of age group - - units:Years;min:0;max:100;name:Lower bound; - - - - - - - + - Interpolation algorithm. Normally it is desirable for age-based - values to be continuous w.r.t. age. By default linear interpolation - is used. - - With all algorithms except "none", the age groups are converted to a - set of points centred within each age range. Extra - points are added at each end (zero and infinity) to keep value - constant at both ends of the function. A zero-length age group may - be used as a kind of barrier to adjust the distribution; e.g. with - age group boundaries at 15, 20 and 25 years, a (linear) spline would - be drawn between ages 17.5 and 22.5, whereas with boundaries at - 15, 20 and 20 years, a spline would be drawn between ages 17.5 and 20 - years (may be desired if individuals are assumed to reach adult size - at 20). - - Algorithms: - 1. none: input values are used directly - 2. linear: straight lines (on an age vs. value graph) are used to - interpolate data points. + Name of the phenotype; for documentation use only. - name:interpolation; + name:Name of phenotype; - - - - - - @@ -5892,6 +5892,7 @@ restingKillingEffect: Reduction in the survival probability of the resting perio + diff --git a/test/expected/outputVivax.txt b/test/expected/outputVivax.txt index b604319f..1f8d6538 100644 --- a/test/expected/outputVivax.txt +++ b/test/expected/outputVivax.txt @@ -1,7452 +1,14580 @@ -1 1 0 60 -1 2 0 133 -1 3 0 75 -1 4 0 100 -1 5 0 72 -1 6 0 60 -1 1 1 15 -1 2 1 46 -1 3 1 36 -1 4 1 57 -1 5 1 50 -1 6 1 38 -1 1 2 34.091 -1 2 2 131.455 -1 3 2 75 -1 4 2 100 -1 5 2 72 -1 6 2 60 -1 1 3 14 -1 2 3 43 -1 3 3 31 -1 4 3 54 -1 5 3 47 -1 6 3 37 -1 1 6 20 -1 2 6 58 -1 3 6 58 -1 4 6 87 -1 5 6 90 -1 6 6 60 -1 0 7 0.130071 -1 1 8 17 -1 2 8 54 -1 3 8 49 -1 4 8 74 -1 5 8 81 -1 6 8 53 +1 1 0 7 +1 2 0 0 +1 3 0 2 +1 4 0 0 +1 5 0 3 +1 6 0 6 +1 7 0 5 +1 8 0 4 +1 9 0 9 +1 10 0 6 +1 11 0 5 +1 12 0 3 +1 13 0 4 +1 14 0 5 +1 15 0 7 +1 16 0 12 +1 17 0 13 +1 18 0 6 +1 19 0 5 +1 20 0 21 +1 21 0 13 +1 22 0 15 +1 23 0 18 +1 24 0 7 +1 25 0 2 +1 26 0 10 +1 27 0 2 +1 28 0 4 +1 29 0 3 +1 30 0 3 1 1 11 0 1 2 11 0 1 3 11 0 -1 4 11 1 -1 5 11 1 +1 4 11 0 +1 5 11 0 1 6 11 0 +1 7 11 0 +1 8 11 0 +1 9 11 0 +1 10 11 0 +1 11 11 0 +1 12 11 0 +1 13 11 0 +1 14 11 0 +1 15 11 0 +1 16 11 0 +1 17 11 0 +1 18 11 0 +1 19 11 0 +1 20 11 0 +1 21 11 0 +1 22 11 0 +1 23 11 0 +1 24 11 0 +1 25 11 0 +1 26 11 0 +1 27 11 0 +1 28 11 0 +1 29 11 0 +1 30 11 0 1 1 12 0 1 2 12 0 1 3 12 0 1 4 12 0 1 5 12 0 1 6 12 0 -1 1 13 2 +1 7 12 0 +1 8 12 0 +1 9 12 0 +1 10 12 0 +1 11 12 0 +1 12 12 0 +1 13 12 0 +1 14 12 0 +1 15 12 0 +1 16 12 0 +1 17 12 0 +1 18 12 0 +1 19 12 0 +1 20 12 0 +1 21 12 0 +1 22 12 0 +1 23 12 0 +1 24 12 0 +1 25 12 0 +1 26 12 0 +1 27 12 0 +1 28 12 0 +1 29 12 0 +1 30 12 0 +1 1 13 0 1 2 13 0 1 3 13 0 1 4 13 0 1 5 13 0 1 6 13 0 -1 1 14 3 +1 7 13 0 +1 8 13 0 +1 9 13 0 +1 10 13 0 +1 11 13 0 +1 12 13 0 +1 13 13 0 +1 14 13 0 +1 15 13 0 +1 16 13 0 +1 17 13 0 +1 18 13 0 +1 19 13 0 +1 20 13 0 +1 21 13 0 +1 22 13 0 +1 23 13 0 +1 24 13 0 +1 25 13 0 +1 26 13 0 +1 27 13 0 +1 28 13 0 +1 29 13 0 +1 30 13 0 +1 1 14 0 1 2 14 0 -1 3 14 1 -1 4 14 1 +1 3 14 0 +1 4 14 0 1 5 14 0 1 6 14 0 -1 1 15 0 -1 2 15 0 -1 3 15 0 -1 4 15 0 -1 5 15 0 -1 6 15 0 -1 1 18 0 -1 2 18 0 -1 3 18 0 -1 4 18 0 -1 5 18 0 -1 6 18 0 -1 1 19 0 -1 2 19 0 -1 3 19 0 -1 4 19 0 -1 5 19 0 -1 6 19 0 -1 0 26 0.167611 -1 1 63 0 -1 2 63 0 -1 3 63 0 -1 4 63 1 -1 5 63 1 -1 6 63 0 -1 1 64 2 +1 7 14 0 +1 8 14 0 +1 9 14 0 +1 10 14 0 +1 11 14 0 +1 12 14 1 +1 13 14 0 +1 14 14 0 +1 15 14 0 +1 16 14 0 +1 17 14 0 +1 18 14 0 +1 19 14 0 +1 20 14 0 +1 21 14 0 +1 22 14 0 +1 23 14 0 +1 24 14 0 +1 25 14 0 +1 26 14 0 +1 27 14 0 +1 28 14 0 +1 29 14 0 +1 30 14 0 +1 1 64 0 1 2 64 0 1 3 64 0 -1 4 64 1 -1 5 64 1 +1 4 64 0 +1 5 64 0 1 6 64 0 -2 1 0 64 -2 2 0 127 -2 3 0 78 -2 4 0 98 -2 5 0 73 -2 6 0 60 -2 1 1 28 -2 2 1 98 -2 3 1 71 -2 4 1 80 -2 5 1 67 -2 6 1 58 -2 1 2 31.1417 -2 2 2 125.454 -2 3 2 78 -2 4 2 98 -2 5 2 73 -2 6 2 60 -2 1 3 25 -2 2 3 92 -2 3 3 69 -2 4 3 76 -2 5 3 62 -2 6 3 53 -2 1 6 47 -2 2 6 195 -2 3 6 169 -2 4 6 218 -2 5 6 192 -2 6 6 165 -2 0 7 0.202068 -2 1 8 40 -2 2 8 175 -2 3 8 147 -2 4 8 191 -2 5 8 162 -2 6 8 139 -2 1 11 4 -2 2 11 12 -2 3 11 8 -2 4 11 13 -2 5 11 11 -2 6 11 3 +1 7 64 0 +1 8 64 0 +1 9 64 0 +1 10 64 0 +1 11 64 0 +1 12 64 0 +1 13 64 0 +1 14 64 0 +1 15 64 0 +1 16 64 0 +1 17 64 0 +1 18 64 0 +1 19 64 0 +1 20 64 0 +1 21 64 0 +1 22 64 0 +1 23 64 0 +1 24 64 0 +1 25 64 0 +1 26 64 0 +1 27 64 0 +1 28 64 0 +1 29 64 0 +1 30 64 0 +2 1 0 5 +2 2 0 5 +2 3 0 0 +2 4 0 2 +2 5 0 2 +2 6 0 4 +2 7 0 7 +2 8 0 4 +2 9 0 7 +2 10 0 6 +2 11 0 4 +2 12 0 6 +2 13 0 2 +2 14 0 7 +2 15 0 7 +2 16 0 10 +2 17 0 13 +2 18 0 4 +2 19 0 9 +2 20 0 20 +2 21 0 14 +2 22 0 14 +2 23 0 17 +2 24 0 8 +2 25 0 2 +2 26 0 9 +2 27 0 2 +2 28 0 4 +2 29 0 3 +2 30 0 3 +2 1 11 0 +2 2 11 0 +2 3 11 0 +2 4 11 0 +2 5 11 1 +2 6 11 0 +2 7 11 3 +2 8 11 0 +2 9 11 0 +2 10 11 0 +2 11 11 0 +2 12 11 0 +2 13 11 0 +2 14 11 0 +2 15 11 0 +2 16 11 0 +2 17 11 0 +2 18 11 0 +2 19 11 0 +2 20 11 0 +2 21 11 0 +2 22 11 0 +2 23 11 0 +2 24 11 0 +2 25 11 0 +2 26 11 0 +2 27 11 0 +2 28 11 0 +2 29 11 0 +2 30 11 0 2 1 12 0 -2 2 12 1 +2 2 12 0 2 3 12 0 2 4 12 0 2 5 12 0 2 6 12 0 -2 1 13 10 -2 2 13 19 -2 3 13 4 -2 4 13 4 -2 5 13 2 +2 7 12 0 +2 8 12 0 +2 9 12 0 +2 10 12 0 +2 11 12 0 +2 12 12 0 +2 13 12 0 +2 14 12 0 +2 15 12 0 +2 16 12 0 +2 17 12 0 +2 18 12 0 +2 19 12 0 +2 20 12 0 +2 21 12 0 +2 22 12 0 +2 23 12 0 +2 24 12 0 +2 25 12 0 +2 26 12 0 +2 27 12 0 +2 28 12 0 +2 29 12 0 +2 30 12 0 +2 1 13 0 +2 2 13 0 +2 3 13 0 +2 4 13 0 +2 5 13 0 2 6 13 0 -2 1 14 49 -2 2 14 91 -2 3 14 32 -2 4 14 29 -2 5 14 12 -2 6 14 9 -2 1 15 10 -2 2 15 18 -2 3 15 4 -2 4 15 4 -2 5 15 2 -2 6 15 0 -2 1 18 0 -2 2 18 0 -2 3 18 0 -2 4 18 0 -2 5 18 0 -2 6 18 0 -2 1 19 10 -2 2 19 18 -2 3 19 4 -2 4 19 4 -2 5 19 2 -2 6 19 0 -2 0 26 0.167611 -2 1 63 4 -2 2 63 13 -2 3 63 8 -2 4 63 13 -2 5 63 10 -2 6 63 3 -2 1 64 14 -2 2 64 23 -2 3 64 8 -2 4 64 16 -2 5 64 14 -2 6 64 4 -3 1 0 70 -3 2 0 125 -3 3 0 76 -3 4 0 92 -3 5 0 77 -3 6 0 60 -3 1 1 23 -3 2 1 81 -3 3 1 66 -3 4 1 76 -3 5 1 65 -3 6 1 54 -3 1 2 39.4682 -3 2 2 123.84 -3 3 2 76 -3 4 2 92 -3 5 2 77 -3 6 2 60 -3 1 3 19 -3 2 3 77 -3 3 3 65 -3 4 3 71 -3 5 3 63 -3 6 3 48 -3 1 6 29 -3 2 6 133 -3 3 6 145 -3 4 6 184 -3 5 6 198 -3 6 6 148 -3 0 7 0.188059 -3 1 8 24 -3 2 8 123 -3 3 8 131 -3 4 8 153 -3 5 8 173 -3 6 8 118 -3 1 11 11 -3 2 11 15 -3 3 11 10 -3 4 11 14 -3 5 11 11 -3 6 11 12 +2 7 13 0 +2 8 13 0 +2 9 13 0 +2 10 13 0 +2 11 13 0 +2 12 13 0 +2 13 13 0 +2 14 13 0 +2 15 13 0 +2 16 13 0 +2 17 13 0 +2 18 13 0 +2 19 13 0 +2 20 13 0 +2 21 13 0 +2 22 13 0 +2 23 13 0 +2 24 13 0 +2 25 13 0 +2 26 13 0 +2 27 13 0 +2 28 13 0 +2 29 13 0 +2 30 13 0 +2 1 14 1 +2 2 14 0 +2 3 14 3 +2 4 14 1 +2 5 14 2 +2 6 14 1 +2 7 14 4 +2 8 14 0 +2 9 14 4 +2 10 14 1 +2 11 14 1 +2 12 14 0 +2 13 14 0 +2 14 14 1 +2 15 14 0 +2 16 14 0 +2 17 14 0 +2 18 14 0 +2 19 14 0 +2 20 14 0 +2 21 14 0 +2 22 14 0 +2 23 14 0 +2 24 14 0 +2 25 14 0 +2 26 14 0 +2 27 14 0 +2 28 14 0 +2 29 14 0 +2 30 14 0 +2 1 64 0 +2 2 64 0 +2 3 64 0 +2 4 64 0 +2 5 64 0 +2 6 64 0 +2 7 64 0 +2 8 64 0 +2 9 64 0 +2 10 64 0 +2 11 64 0 +2 12 64 0 +2 13 64 0 +2 14 64 0 +2 15 64 0 +2 16 64 0 +2 17 64 0 +2 18 64 0 +2 19 64 0 +2 20 64 0 +2 21 64 0 +2 22 64 0 +2 23 64 0 +2 24 64 0 +2 25 64 0 +2 26 64 0 +2 27 64 0 +2 28 64 0 +2 29 64 0 +2 30 64 0 +3 1 0 5 +3 2 0 1 +3 3 0 4 +3 4 0 0 +3 5 0 2 +3 6 0 2 +3 7 0 8 +3 8 0 6 +3 9 0 6 +3 10 0 4 +3 11 0 8 +3 12 0 6 +3 13 0 2 +3 14 0 5 +3 15 0 9 +3 16 0 8 +3 17 0 13 +3 18 0 6 +3 19 0 9 +3 20 0 20 +3 21 0 14 +3 22 0 14 +3 23 0 17 +3 24 0 8 +3 25 0 2 +3 26 0 9 +3 27 0 2 +3 28 0 4 +3 29 0 3 +3 30 0 3 +3 1 11 0 +3 2 11 2 +3 3 11 0 +3 4 11 0 +3 5 11 0 +3 6 11 0 +3 7 11 2 +3 8 11 0 +3 9 11 0 +3 10 11 1 +3 11 11 0 +3 12 11 0 +3 13 11 0 +3 14 11 0 +3 15 11 0 +3 16 11 0 +3 17 11 0 +3 18 11 0 +3 19 11 0 +3 20 11 0 +3 21 11 0 +3 22 11 0 +3 23 11 0 +3 24 11 0 +3 25 11 0 +3 26 11 0 +3 27 11 0 +3 28 11 0 +3 29 11 0 +3 30 11 0 3 1 12 0 3 2 12 0 3 3 12 0 3 4 12 0 3 5 12 0 3 6 12 0 -3 1 13 2 -3 2 13 10 +3 7 12 0 +3 8 12 0 +3 9 12 0 +3 10 12 0 +3 11 12 0 +3 12 12 0 +3 13 12 0 +3 14 12 0 +3 15 12 0 +3 16 12 0 +3 17 12 0 +3 18 12 0 +3 19 12 0 +3 20 12 0 +3 21 12 0 +3 22 12 0 +3 23 12 0 +3 24 12 0 +3 25 12 0 +3 26 12 0 +3 27 12 0 +3 28 12 0 +3 29 12 0 +3 30 12 0 +3 1 13 0 +3 2 13 0 3 3 13 0 -3 4 13 4 -3 5 13 1 +3 4 13 0 +3 5 13 0 3 6 13 0 -3 1 14 24 -3 2 14 53 -3 3 14 23 -3 4 14 15 -3 5 14 8 -3 6 14 3 -3 1 15 2 -3 2 15 10 -3 3 15 0 -3 4 15 4 -3 5 15 1 -3 6 15 0 -3 1 18 0 -3 2 18 0 -3 3 18 0 -3 4 18 0 -3 5 18 0 -3 6 18 0 -3 1 19 2 -3 2 19 10 -3 3 19 0 -3 4 19 4 -3 5 19 1 -3 6 19 0 -3 0 26 0.167611 -3 1 63 10 -3 2 63 15 -3 3 63 10 -3 4 63 14 -3 5 63 11 -3 6 63 12 -3 1 64 17 -3 2 64 27 -3 3 64 14 -3 4 64 16 -3 5 64 11 -3 6 64 13 -4 1 0 68 -4 2 0 127 -4 3 0 75 -4 4 0 92 -4 5 0 78 -4 6 0 60 -4 1 1 10 -4 2 1 48 -4 3 1 44 -4 4 1 56 -4 5 1 57 -4 6 1 47 -4 1 2 38.9702 -4 2 2 125.812 -4 3 2 75 -4 4 2 92 -4 5 2 78 -4 6 2 60 -4 1 3 8 -4 2 3 45 -4 3 3 39 -4 4 3 51 -4 5 3 54 -4 6 3 44 -4 1 6 11 -4 2 6 59 -4 3 6 68 -4 4 6 101 -4 5 6 109 -4 6 6 77 -4 0 7 0.14296 -4 1 8 9 -4 2 8 52 -4 3 8 60 -4 4 8 82 -4 5 8 98 -4 6 8 68 -4 1 11 9 -4 2 11 8 -4 3 11 6 -4 4 11 12 -4 5 11 7 +3 7 13 0 +3 8 13 0 +3 9 13 0 +3 10 13 0 +3 11 13 0 +3 12 13 0 +3 13 13 0 +3 14 13 0 +3 15 13 0 +3 16 13 0 +3 17 13 0 +3 18 13 0 +3 19 13 0 +3 20 13 0 +3 21 13 0 +3 22 13 0 +3 23 13 0 +3 24 13 0 +3 25 13 0 +3 26 13 0 +3 27 13 0 +3 28 13 0 +3 29 13 0 +3 30 13 0 +3 1 14 0 +3 2 14 2 +3 3 14 0 +3 4 14 0 +3 5 14 1 +3 6 14 1 +3 7 14 4 +3 8 14 0 +3 9 14 0 +3 10 14 1 +3 11 14 0 +3 12 14 0 +3 13 14 0 +3 14 14 0 +3 15 14 0 +3 16 14 0 +3 17 14 0 +3 18 14 0 +3 19 14 0 +3 20 14 0 +3 21 14 0 +3 22 14 0 +3 23 14 0 +3 24 14 0 +3 25 14 0 +3 26 14 0 +3 27 14 0 +3 28 14 0 +3 29 14 0 +3 30 14 0 +3 1 64 0 +3 2 64 0 +3 3 64 0 +3 4 64 0 +3 5 64 0 +3 6 64 0 +3 7 64 0 +3 8 64 0 +3 9 64 0 +3 10 64 0 +3 11 64 0 +3 12 64 0 +3 13 64 0 +3 14 64 0 +3 15 64 0 +3 16 64 0 +3 17 64 0 +3 18 64 0 +3 19 64 0 +3 20 64 0 +3 21 64 0 +3 22 64 0 +3 23 64 0 +3 24 64 0 +3 25 64 0 +3 26 64 0 +3 27 64 0 +3 28 64 0 +3 29 64 0 +3 30 64 0 +4 1 0 5 +4 2 0 4 +4 3 0 1 +4 4 0 4 +4 5 0 2 +4 6 0 2 +4 7 0 6 +4 8 0 5 +4 9 0 6 +4 10 0 6 +4 11 0 8 +4 12 0 3 +4 13 0 3 +4 14 0 6 +4 15 0 8 +4 16 0 9 +4 17 0 13 +4 18 0 6 +4 19 0 8 +4 20 0 19 +4 21 0 15 +4 22 0 13 +4 23 0 19 +4 24 0 8 +4 25 0 2 +4 26 0 9 +4 27 0 2 +4 28 0 4 +4 29 0 3 +4 30 0 1 +4 1 11 0 +4 2 11 0 +4 3 11 0 +4 4 11 0 +4 5 11 1 4 6 11 0 +4 7 11 1 +4 8 11 1 +4 9 11 0 +4 10 11 1 +4 11 11 1 +4 12 11 1 +4 13 11 0 +4 14 11 0 +4 15 11 0 +4 16 11 0 +4 17 11 0 +4 18 11 0 +4 19 11 0 +4 20 11 0 +4 21 11 0 +4 22 11 0 +4 23 11 0 +4 24 11 0 +4 25 11 0 +4 26 11 0 +4 27 11 0 +4 28 11 0 +4 29 11 0 +4 30 11 0 4 1 12 0 4 2 12 0 4 3 12 0 4 4 12 0 4 5 12 0 4 6 12 0 -4 1 13 2 -4 2 13 2 +4 7 12 0 +4 8 12 0 +4 9 12 0 +4 10 12 0 +4 11 12 0 +4 12 12 0 +4 13 12 0 +4 14 12 0 +4 15 12 0 +4 16 12 0 +4 17 12 0 +4 18 12 0 +4 19 12 0 +4 20 12 0 +4 21 12 0 +4 22 12 0 +4 23 12 0 +4 24 12 0 +4 25 12 0 +4 26 12 0 +4 27 12 0 +4 28 12 0 +4 29 12 0 +4 30 12 0 +4 1 13 0 +4 2 13 0 4 3 13 0 4 4 13 0 4 5 13 0 4 6 13 0 -4 1 14 10 -4 2 14 27 -4 3 14 8 -4 4 14 10 -4 5 14 4 -4 6 14 3 -4 1 15 2 -4 2 15 2 -4 3 15 0 -4 4 15 0 -4 5 15 0 -4 6 15 0 -4 1 18 1 -4 2 18 0 -4 3 18 0 -4 4 18 0 -4 5 18 0 -4 6 18 0 -4 1 19 2 -4 2 19 2 -4 3 19 0 -4 4 19 0 -4 5 19 0 -4 6 19 0 -4 0 26 0.167611 -4 1 63 8 -4 2 63 8 -4 3 63 6 -4 4 63 10 -4 5 63 7 -4 6 63 0 -4 1 64 21 -4 2 64 19 -4 3 64 8 -4 4 64 14 -4 5 64 8 +4 7 13 0 +4 8 13 0 +4 9 13 0 +4 10 13 0 +4 11 13 0 +4 12 13 0 +4 13 13 0 +4 14 13 0 +4 15 13 0 +4 16 13 0 +4 17 13 0 +4 18 13 0 +4 19 13 0 +4 20 13 0 +4 21 13 0 +4 22 13 0 +4 23 13 0 +4 24 13 0 +4 25 13 0 +4 26 13 0 +4 27 13 0 +4 28 13 0 +4 29 13 0 +4 30 13 0 +4 1 14 0 +4 2 14 1 +4 3 14 0 +4 4 14 0 +4 5 14 1 +4 6 14 0 +4 7 14 3 +4 8 14 2 +4 9 14 1 +4 10 14 1 +4 11 14 2 +4 12 14 2 +4 13 14 0 +4 14 14 0 +4 15 14 0 +4 16 14 0 +4 17 14 0 +4 18 14 0 +4 19 14 0 +4 20 14 0 +4 21 14 0 +4 22 14 0 +4 23 14 0 +4 24 14 0 +4 25 14 0 +4 26 14 0 +4 27 14 0 +4 28 14 0 +4 29 14 0 +4 30 14 0 +4 1 64 0 +4 2 64 0 +4 3 64 0 +4 4 64 0 +4 5 64 0 4 6 64 0 -5 1 0 63 -5 2 0 126 -5 3 0 77 -5 4 0 96 -5 5 0 77 -5 6 0 61 -5 1 1 11 -5 2 1 53 -5 3 1 46 -5 4 1 58 -5 5 1 58 -5 6 1 35 -5 1 2 37.5714 -5 2 2 124.715 -5 3 2 77 -5 4 2 96 -5 5 2 77 -5 6 2 61 -5 1 3 10 -5 2 3 52 -5 3 3 41 -5 4 3 51 -5 5 3 57 -5 6 3 35 -5 1 6 12 -5 2 6 68 -5 3 6 62 -5 4 6 91 -5 5 6 99 -5 6 6 57 -5 0 7 0.140492 -5 1 8 11 -5 2 8 65 -5 3 8 56 -5 4 8 74 -5 5 8 95 -5 6 8 54 -5 1 11 2 -5 2 11 4 -5 3 11 3 -5 4 11 8 -5 5 11 5 -5 6 11 3 +4 7 64 0 +4 8 64 0 +4 9 64 0 +4 10 64 0 +4 11 64 0 +4 12 64 0 +4 13 64 0 +4 14 64 0 +4 15 64 0 +4 16 64 0 +4 17 64 0 +4 18 64 0 +4 19 64 0 +4 20 64 0 +4 21 64 0 +4 22 64 0 +4 23 64 0 +4 24 64 0 +4 25 64 0 +4 26 64 0 +4 27 64 0 +4 28 64 0 +4 29 64 0 +4 30 64 0 +5 1 0 6 +5 2 0 0 +5 3 0 3 +5 4 0 1 +5 5 0 4 +5 6 0 2 +5 7 0 7 +5 8 0 5 +5 9 0 4 +5 10 0 9 +5 11 0 6 +5 12 0 5 +5 13 0 3 +5 14 0 4 +5 15 0 9 +5 16 0 7 +5 17 0 11 +5 18 0 11 +5 19 0 7 +5 20 0 20 +5 21 0 13 +5 22 0 14 +5 23 0 20 +5 24 0 8 +5 25 0 2 +5 26 0 8 +5 27 0 3 +5 28 0 4 +5 29 0 2 +5 30 0 2 +5 1 11 0 +5 2 11 0 +5 3 11 0 +5 4 11 0 +5 5 11 0 +5 6 11 0 +5 7 11 1 +5 8 11 0 +5 9 11 0 +5 10 11 0 +5 11 11 1 +5 12 11 0 +5 13 11 0 +5 14 11 0 +5 15 11 0 +5 16 11 0 +5 17 11 0 +5 18 11 0 +5 19 11 0 +5 20 11 0 +5 21 11 0 +5 22 11 0 +5 23 11 0 +5 24 11 0 +5 25 11 0 +5 26 11 0 +5 27 11 0 +5 28 11 0 +5 29 11 0 +5 30 11 0 5 1 12 0 5 2 12 0 5 3 12 0 5 4 12 0 5 5 12 0 5 6 12 0 -5 1 13 2 -5 2 13 1 +5 7 12 0 +5 8 12 0 +5 9 12 0 +5 10 12 0 +5 11 12 0 +5 12 12 0 +5 13 12 0 +5 14 12 0 +5 15 12 0 +5 16 12 0 +5 17 12 0 +5 18 12 0 +5 19 12 0 +5 20 12 0 +5 21 12 0 +5 22 12 0 +5 23 12 0 +5 24 12 0 +5 25 12 0 +5 26 12 0 +5 27 12 0 +5 28 12 0 +5 29 12 0 +5 30 12 0 +5 1 13 0 +5 2 13 0 5 3 13 0 5 4 13 0 -5 5 13 1 +5 5 13 0 5 6 13 0 -5 1 14 13 -5 2 14 23 -5 3 14 13 -5 4 14 8 -5 5 14 2 -5 6 14 2 -5 1 15 2 -5 2 15 1 -5 3 15 1 -5 4 15 0 -5 5 15 1 -5 6 15 0 -5 1 18 0 -5 2 18 0 -5 3 18 0 -5 4 18 0 -5 5 18 0 -5 6 18 0 -5 1 19 2 -5 2 19 1 -5 3 19 1 -5 4 19 0 -5 5 19 1 -5 6 19 0 -5 0 26 0.168826 -5 1 63 2 -5 2 63 4 -5 3 63 3 -5 4 63 8 -5 5 63 5 -5 6 63 3 -5 1 64 13 -5 2 64 14 -5 3 64 9 -5 4 64 13 -5 5 64 6 -5 6 64 7 -6 1 0 61 -6 2 0 137 -6 3 0 73 -6 4 0 93 -6 5 0 75 -6 6 0 61 -6 1 1 25 -6 2 1 103 -6 3 1 62 -6 4 1 84 -6 5 1 70 -6 6 1 55 -6 1 2 30.2498 -6 2 2 135.159 -6 3 2 73 -6 4 2 93 -6 5 2 75 -6 6 2 61 -6 1 3 22 -6 2 3 94 -6 3 3 62 -6 4 3 79 -6 5 3 68 -6 6 3 52 -6 1 6 41 -6 2 6 229 -6 3 6 157 -6 4 6 226 -6 5 6 212 -6 6 6 164 -6 0 7 0.204315 -6 1 8 34 -6 2 8 192 -6 3 8 138 -6 4 8 202 -6 5 8 190 -6 6 8 143 -6 1 11 8 -6 2 11 14 -6 3 11 7 -6 4 11 8 -6 5 11 5 -6 6 11 3 +5 7 13 0 +5 8 13 0 +5 9 13 0 +5 10 13 0 +5 11 13 0 +5 12 13 0 +5 13 13 0 +5 14 13 0 +5 15 13 0 +5 16 13 0 +5 17 13 0 +5 18 13 0 +5 19 13 0 +5 20 13 0 +5 21 13 0 +5 22 13 0 +5 23 13 0 +5 24 13 0 +5 25 13 0 +5 26 13 0 +5 27 13 0 +5 28 13 0 +5 29 13 0 +5 30 13 0 +5 1 14 0 +5 2 14 0 +5 3 14 1 +5 4 14 1 +5 5 14 0 +5 6 14 0 +5 7 14 4 +5 8 14 0 +5 9 14 0 +5 10 14 2 +5 11 14 2 +5 12 14 0 +5 13 14 0 +5 14 14 0 +5 15 14 0 +5 16 14 0 +5 17 14 0 +5 18 14 0 +5 19 14 0 +5 20 14 0 +5 21 14 0 +5 22 14 0 +5 23 14 0 +5 24 14 0 +5 25 14 0 +5 26 14 0 +5 27 14 0 +5 28 14 0 +5 29 14 0 +5 30 14 0 +5 1 64 0 +5 2 64 0 +5 3 64 0 +5 4 64 0 +5 5 64 0 +5 6 64 0 +5 7 64 0 +5 8 64 0 +5 9 64 0 +5 10 64 0 +5 11 64 0 +5 12 64 0 +5 13 64 0 +5 14 64 0 +5 15 64 0 +5 16 64 0 +5 17 64 0 +5 18 64 0 +5 19 64 0 +5 20 64 0 +5 21 64 0 +5 22 64 0 +5 23 64 0 +5 24 64 0 +5 25 64 0 +5 26 64 0 +5 27 64 0 +5 28 64 0 +5 29 64 0 +5 30 64 0 +6 1 0 4 +6 2 0 4 +6 3 0 0 +6 4 0 2 +6 5 0 5 +6 6 0 2 +6 7 0 5 +6 8 0 7 +6 9 0 4 +6 10 0 7 +6 11 0 6 +6 12 0 4 +6 13 0 6 +6 14 0 2 +6 15 0 10 +6 16 0 7 +6 17 0 10 +6 18 0 12 +6 19 0 6 +6 20 0 19 +6 21 0 15 +6 22 0 14 +6 23 0 18 +6 24 0 10 +6 25 0 2 +6 26 0 7 +6 27 0 4 +6 28 0 4 +6 29 0 2 +6 30 0 2 +6 1 11 0 +6 2 11 0 +6 3 11 0 +6 4 11 0 +6 5 11 0 +6 6 11 0 +6 7 11 0 +6 8 11 0 +6 9 11 0 +6 10 11 1 +6 11 11 0 +6 12 11 0 +6 13 11 0 +6 14 11 0 +6 15 11 1 +6 16 11 0 +6 17 11 0 +6 18 11 0 +6 19 11 0 +6 20 11 0 +6 21 11 0 +6 22 11 0 +6 23 11 0 +6 24 11 0 +6 25 11 0 +6 26 11 0 +6 27 11 0 +6 28 11 0 +6 29 11 0 +6 30 11 0 6 1 12 0 -6 2 12 1 +6 2 12 0 6 3 12 0 6 4 12 0 6 5 12 0 6 6 12 0 -6 1 13 7 -6 2 13 14 -6 3 13 10 -6 4 13 5 -6 5 13 4 +6 7 12 0 +6 8 12 0 +6 9 12 0 +6 10 12 0 +6 11 12 0 +6 12 12 0 +6 13 12 0 +6 14 12 0 +6 15 12 0 +6 16 12 0 +6 17 12 0 +6 18 12 0 +6 19 12 0 +6 20 12 0 +6 21 12 0 +6 22 12 0 +6 23 12 0 +6 24 12 0 +6 25 12 0 +6 26 12 0 +6 27 12 0 +6 28 12 0 +6 29 12 0 +6 30 12 0 +6 1 13 0 +6 2 13 0 +6 3 13 0 +6 4 13 0 +6 5 13 0 6 6 13 0 -6 1 14 56 -6 2 14 93 -6 3 14 40 -6 4 14 17 -6 5 14 16 -6 6 14 8 -6 1 15 8 -6 2 15 13 -6 3 15 9 -6 4 15 5 -6 5 15 4 -6 6 15 0 -6 1 18 0 -6 2 18 0 -6 3 18 0 -6 4 18 0 -6 5 18 0 -6 6 18 0 -6 1 19 8 -6 2 19 13 -6 3 19 9 -6 4 19 5 -6 5 19 4 -6 6 19 0 -6 0 26 0.168826 -6 1 63 8 -6 2 63 14 -6 3 63 6 -6 4 63 6 -6 5 63 5 -6 6 63 3 -6 1 64 18 -6 2 64 26 -6 3 64 10 -6 4 64 10 -6 5 64 7 -6 6 64 6 -7 1 0 62 -7 2 0 136 -7 3 0 72 -7 4 0 96 -7 5 0 74 -7 6 0 60 -7 1 1 34 -7 2 1 89 -7 3 1 56 -7 4 1 85 -7 5 1 70 -7 6 1 48 -7 1 2 38.1863 -7 2 2 134.748 -7 3 2 72 -7 4 2 96 -7 5 2 74 -7 6 2 60 -7 1 3 30 -7 2 3 82 -7 3 3 54 -7 4 3 84 -7 5 3 67 -7 6 3 47 -7 1 6 55 -7 2 6 163 -7 3 6 129 -7 4 6 207 -7 5 6 201 -7 6 6 140 -7 0 7 0.197888 -7 1 8 48 -7 2 8 144 -7 3 8 110 -7 4 8 183 -7 5 8 172 -7 6 8 131 -7 1 11 9 -7 2 11 28 -7 3 11 8 -7 4 11 4 -7 5 11 5 -7 6 11 8 +6 7 13 0 +6 8 13 0 +6 9 13 0 +6 10 13 0 +6 11 13 0 +6 12 13 0 +6 13 13 0 +6 14 13 0 +6 15 13 0 +6 16 13 0 +6 17 13 0 +6 18 13 0 +6 19 13 0 +6 20 13 0 +6 21 13 0 +6 22 13 0 +6 23 13 0 +6 24 13 0 +6 25 13 0 +6 26 13 0 +6 27 13 0 +6 28 13 0 +6 29 13 0 +6 30 13 0 +6 1 14 0 +6 2 14 0 +6 3 14 1 +6 4 14 1 +6 5 14 0 +6 6 14 1 +6 7 14 0 +6 8 14 2 +6 9 14 2 +6 10 14 2 +6 11 14 0 +6 12 14 0 +6 13 14 0 +6 14 14 1 +6 15 14 2 +6 16 14 0 +6 17 14 0 +6 18 14 0 +6 19 14 0 +6 20 14 0 +6 21 14 0 +6 22 14 0 +6 23 14 0 +6 24 14 0 +6 25 14 0 +6 26 14 0 +6 27 14 0 +6 28 14 0 +6 29 14 0 +6 30 14 0 +6 1 64 0 +6 2 64 0 +6 3 64 0 +6 4 64 0 +6 5 64 0 +6 6 64 0 +6 7 64 0 +6 8 64 0 +6 9 64 0 +6 10 64 0 +6 11 64 0 +6 12 64 0 +6 13 64 0 +6 14 64 0 +6 15 64 0 +6 16 64 0 +6 17 64 0 +6 18 64 0 +6 19 64 0 +6 20 64 0 +6 21 64 0 +6 22 64 0 +6 23 64 0 +6 24 64 0 +6 25 64 0 +6 26 64 0 +6 27 64 0 +6 28 64 0 +6 29 64 0 +6 30 64 0 +7 1 0 6 +7 2 0 1 +7 3 0 3 +7 4 0 0 +7 5 0 3 +7 6 0 4 +7 7 0 4 +7 8 0 7 +7 9 0 6 +7 10 0 6 +7 11 0 4 +7 12 0 8 +7 13 0 6 +7 14 0 2 +7 15 0 10 +7 16 0 6 +7 17 0 9 +7 18 0 13 +7 19 0 4 +7 20 0 20 +7 21 0 15 +7 22 0 12 +7 23 0 19 +7 24 0 10 +7 25 0 3 +7 26 0 7 +7 27 0 4 +7 28 0 4 +7 29 0 2 +7 30 0 2 +7 1 11 0 +7 2 11 0 +7 3 11 0 +7 4 11 1 +7 5 11 0 +7 6 11 0 +7 7 11 0 +7 8 11 1 +7 9 11 2 +7 10 11 0 +7 11 11 0 +7 12 11 1 +7 13 11 0 +7 14 11 0 +7 15 11 0 +7 16 11 0 +7 17 11 0 +7 18 11 0 +7 19 11 0 +7 20 11 0 +7 21 11 0 +7 22 11 0 +7 23 11 0 +7 24 11 0 +7 25 11 0 +7 26 11 0 +7 27 11 0 +7 28 11 0 +7 29 11 0 +7 30 11 0 7 1 12 0 7 2 12 0 7 3 12 0 7 4 12 0 7 5 12 0 7 6 12 0 -7 1 13 2 -7 2 13 5 -7 3 13 1 +7 7 12 0 +7 8 12 0 +7 9 12 0 +7 10 12 0 +7 11 12 0 +7 12 12 0 +7 13 12 0 +7 14 12 0 +7 15 12 0 +7 16 12 0 +7 17 12 0 +7 18 12 0 +7 19 12 0 +7 20 12 0 +7 21 12 0 +7 22 12 0 +7 23 12 0 +7 24 12 0 +7 25 12 0 +7 26 12 0 +7 27 12 0 +7 28 12 0 +7 29 12 0 +7 30 12 0 +7 1 13 0 +7 2 13 0 +7 3 13 0 7 4 13 0 7 5 13 0 -7 6 13 1 -7 1 14 35 -7 2 14 41 -7 3 14 26 -7 4 14 9 -7 5 14 12 -7 6 14 1 -7 1 15 3 -7 2 15 5 -7 3 15 2 -7 4 15 0 -7 5 15 0 -7 6 15 1 -7 1 18 0 -7 2 18 0 -7 3 18 0 -7 4 18 0 -7 5 18 0 -7 6 18 0 -7 1 19 3 -7 2 19 5 -7 3 19 2 -7 4 19 0 -7 5 19 0 -7 6 19 1 -7 0 26 0.168826 -7 1 63 9 -7 2 63 28 -7 3 63 8 -7 4 63 4 -7 5 63 5 -7 6 63 8 -7 1 64 14 -7 2 64 35 -7 3 64 9 -7 4 64 4 -7 5 64 6 -7 6 64 9 -8 1 0 61 -8 2 0 137 -8 3 0 71 -8 4 0 97 -8 5 0 74 -8 6 0 60 -8 1 1 17 -8 2 1 52 -8 3 1 48 -8 4 1 63 -8 5 1 54 -8 6 1 42 -8 1 2 36.2563 -8 2 2 135.685 -8 3 2 71 -8 4 2 97 -8 5 2 74 -8 6 2 60 -8 1 3 16 -8 2 3 49 -8 3 3 43 -8 4 3 59 -8 5 3 52 -8 6 3 40 -8 1 6 22 -8 2 6 71 -8 3 6 65 -8 4 6 112 -8 5 6 119 -8 6 6 71 -8 0 7 0.147893 -8 1 8 20 -8 2 8 64 -8 3 8 57 -8 4 8 95 -8 5 8 103 -8 6 8 63 -8 1 11 10 -8 2 11 8 -8 3 11 7 -8 4 11 7 -8 5 11 9 -8 6 11 6 +7 6 13 0 +7 7 13 0 +7 8 13 0 +7 9 13 0 +7 10 13 0 +7 11 13 0 +7 12 13 0 +7 13 13 0 +7 14 13 0 +7 15 13 0 +7 16 13 0 +7 17 13 0 +7 18 13 0 +7 19 13 0 +7 20 13 0 +7 21 13 0 +7 22 13 0 +7 23 13 0 +7 24 13 0 +7 25 13 0 +7 26 13 0 +7 27 13 0 +7 28 13 0 +7 29 13 0 +7 30 13 0 +7 1 14 0 +7 2 14 1 +7 3 14 0 +7 4 14 1 +7 5 14 1 +7 6 14 0 +7 7 14 1 +7 8 14 4 +7 9 14 2 +7 10 14 1 +7 11 14 0 +7 12 14 1 +7 13 14 0 +7 14 14 0 +7 15 14 0 +7 16 14 0 +7 17 14 0 +7 18 14 0 +7 19 14 0 +7 20 14 0 +7 21 14 0 +7 22 14 0 +7 23 14 0 +7 24 14 0 +7 25 14 0 +7 26 14 0 +7 27 14 0 +7 28 14 0 +7 29 14 0 +7 30 14 0 +7 1 64 0 +7 2 64 0 +7 3 64 0 +7 4 64 0 +7 5 64 0 +7 6 64 0 +7 7 64 0 +7 8 64 0 +7 9 64 0 +7 10 64 0 +7 11 64 0 +7 12 64 0 +7 13 64 0 +7 14 64 0 +7 15 64 0 +7 16 64 0 +7 17 64 0 +7 18 64 0 +7 19 64 0 +7 20 64 0 +7 21 64 0 +7 22 64 0 +7 23 64 0 +7 24 64 0 +7 25 64 0 +7 26 64 0 +7 27 64 0 +7 28 64 0 +7 29 64 0 +7 30 64 0 +8 1 0 4 +8 2 0 3 +8 3 0 1 +8 4 0 3 +8 5 0 2 +8 6 0 5 +8 7 0 4 +8 8 0 6 +8 9 0 5 +8 10 0 6 +8 11 0 6 +8 12 0 8 +8 13 0 3 +8 14 0 3 +8 15 0 11 +8 16 0 6 +8 17 0 9 +8 18 0 13 +8 19 0 5 +8 20 0 19 +8 21 0 16 +8 22 0 10 +8 23 0 20 +8 24 0 9 +8 25 0 3 +8 26 0 8 +8 27 0 4 +8 28 0 4 +8 29 0 2 +8 30 0 2 +8 1 11 0 +8 2 11 0 +8 3 11 0 +8 4 11 0 +8 5 11 0 +8 6 11 0 +8 7 11 0 +8 8 11 0 +8 9 11 0 +8 10 11 0 +8 11 11 1 +8 12 11 0 +8 13 11 0 +8 14 11 0 +8 15 11 1 +8 16 11 0 +8 17 11 0 +8 18 11 0 +8 19 11 0 +8 20 11 0 +8 21 11 0 +8 22 11 0 +8 23 11 0 +8 24 11 0 +8 25 11 0 +8 26 11 0 +8 27 11 0 +8 28 11 0 +8 29 11 0 +8 30 11 0 8 1 12 0 8 2 12 0 8 3 12 0 8 4 12 0 8 5 12 0 8 6 12 0 -8 1 13 2 +8 7 12 0 +8 8 12 0 +8 9 12 0 +8 10 12 0 +8 11 12 0 +8 12 12 0 +8 13 12 0 +8 14 12 0 +8 15 12 0 +8 16 12 0 +8 17 12 0 +8 18 12 0 +8 19 12 0 +8 20 12 0 +8 21 12 0 +8 22 12 0 +8 23 12 0 +8 24 12 0 +8 25 12 0 +8 26 12 0 +8 27 12 0 +8 28 12 0 +8 29 12 0 +8 30 12 0 +8 1 13 0 8 2 13 0 -8 3 13 3 -8 4 13 1 +8 3 13 0 +8 4 13 0 8 5 13 0 8 6 13 0 -8 1 14 11 -8 2 14 20 -8 3 14 6 -8 4 14 10 -8 5 14 8 -8 6 14 1 -8 1 15 1 -8 2 15 0 -8 3 15 3 -8 4 15 1 -8 5 15 0 -8 6 15 0 -8 1 18 0 -8 2 18 0 -8 3 18 0 -8 4 18 0 -8 5 18 0 -8 6 18 0 -8 1 19 1 -8 2 19 0 -8 3 19 3 -8 4 19 1 -8 5 19 0 -8 6 19 0 -8 0 26 0.168826 -8 1 63 10 -8 2 63 6 -8 3 63 6 -8 4 63 7 -8 5 63 8 -8 6 63 6 -8 1 64 14 -8 2 64 17 -8 3 64 10 -8 4 64 9 -8 5 64 10 -8 6 64 6 -9 1 0 65 -9 2 0 135 -9 3 0 68 -9 4 0 95 -9 5 0 77 -9 6 0 60 -9 1 1 14 -9 2 1 42 -9 3 1 33 -9 4 1 61 -9 5 1 44 -9 6 1 33 -9 1 2 36.783 -9 2 2 133.788 -9 3 2 68 -9 4 2 95 -9 5 2 77 -9 6 2 60 -9 1 3 11 -9 2 3 36 -9 3 3 32 -9 4 3 56 -9 5 3 38 -9 6 3 30 -9 1 6 17 -9 2 6 55 -9 3 6 48 -9 4 6 103 -9 5 6 66 -9 6 6 53 -9 0 7 0.11654 -9 1 8 13 -9 2 8 47 -9 3 8 45 -9 4 8 90 -9 5 8 54 -9 6 8 47 -9 1 11 5 -9 2 11 11 -9 3 11 1 -9 4 11 4 -9 5 11 8 -9 6 11 1 +8 7 13 0 +8 8 13 0 +8 9 13 0 +8 10 13 0 +8 11 13 0 +8 12 13 0 +8 13 13 0 +8 14 13 0 +8 15 13 0 +8 16 13 0 +8 17 13 0 +8 18 13 0 +8 19 13 0 +8 20 13 0 +8 21 13 0 +8 22 13 0 +8 23 13 0 +8 24 13 0 +8 25 13 0 +8 26 13 0 +8 27 13 0 +8 28 13 0 +8 29 13 0 +8 30 13 0 +8 1 14 0 +8 2 14 0 +8 3 14 1 +8 4 14 0 +8 5 14 0 +8 6 14 3 +8 7 14 0 +8 8 14 0 +8 9 14 3 +8 10 14 0 +8 11 14 2 +8 12 14 0 +8 13 14 1 +8 14 14 0 +8 15 14 1 +8 16 14 0 +8 17 14 0 +8 18 14 0 +8 19 14 0 +8 20 14 0 +8 21 14 0 +8 22 14 0 +8 23 14 0 +8 24 14 0 +8 25 14 0 +8 26 14 0 +8 27 14 0 +8 28 14 0 +8 29 14 0 +8 30 14 0 +8 1 64 0 +8 2 64 0 +8 3 64 0 +8 4 64 0 +8 5 64 0 +8 6 64 0 +8 7 64 0 +8 8 64 0 +8 9 64 0 +8 10 64 0 +8 11 64 0 +8 12 64 0 +8 13 64 0 +8 14 64 0 +8 15 64 0 +8 16 64 0 +8 17 64 0 +8 18 64 0 +8 19 64 0 +8 20 64 0 +8 21 64 0 +8 22 64 0 +8 23 64 0 +8 24 64 0 +8 25 64 0 +8 26 64 0 +8 27 64 0 +8 28 64 0 +8 29 64 0 +8 30 64 0 +9 1 0 5 +9 2 0 2 +9 3 0 2 +9 4 0 2 +9 5 0 3 +9 6 0 3 +9 7 0 6 +9 8 0 7 +9 9 0 5 +9 10 0 4 +9 11 0 9 +9 12 0 6 +9 13 0 5 +9 14 0 3 +9 15 0 9 +9 16 0 7 +9 17 0 9 +9 18 0 13 +9 19 0 6 +9 20 0 18 +9 21 0 16 +9 22 0 10 +9 23 0 16 +9 24 0 11 +9 25 0 3 +9 26 0 8 +9 27 0 3 +9 28 0 4 +9 29 0 3 +9 30 0 2 +9 1 11 0 +9 2 11 1 +9 3 11 0 +9 4 11 0 +9 5 11 0 +9 6 11 0 +9 7 11 1 +9 8 11 1 +9 9 11 0 +9 10 11 0 +9 11 11 1 +9 12 11 0 +9 13 11 0 +9 14 11 0 +9 15 11 0 +9 16 11 0 +9 17 11 0 +9 18 11 0 +9 19 11 0 +9 20 11 0 +9 21 11 0 +9 22 11 0 +9 23 11 0 +9 24 11 0 +9 25 11 0 +9 26 11 0 +9 27 11 0 +9 28 11 0 +9 29 11 0 +9 30 11 0 9 1 12 0 9 2 12 0 9 3 12 0 9 4 12 0 9 5 12 0 9 6 12 0 -9 1 13 1 -9 2 13 4 -9 3 13 5 +9 7 12 0 +9 8 12 0 +9 9 12 0 +9 10 12 0 +9 11 12 0 +9 12 12 0 +9 13 12 0 +9 14 12 0 +9 15 12 0 +9 16 12 0 +9 17 12 0 +9 18 12 0 +9 19 12 0 +9 20 12 0 +9 21 12 0 +9 22 12 0 +9 23 12 0 +9 24 12 0 +9 25 12 0 +9 26 12 0 +9 27 12 0 +9 28 12 0 +9 29 12 0 +9 30 12 0 +9 1 13 0 +9 2 13 0 +9 3 13 0 9 4 13 0 9 5 13 0 9 6 13 0 -9 1 14 10 -9 2 14 23 -9 3 14 10 -9 4 14 10 -9 5 14 4 +9 7 13 0 +9 8 13 0 +9 9 13 0 +9 10 13 0 +9 11 13 0 +9 12 13 0 +9 13 13 0 +9 14 13 0 +9 15 13 0 +9 16 13 0 +9 17 13 0 +9 18 13 0 +9 19 13 0 +9 20 13 0 +9 21 13 0 +9 22 13 0 +9 23 13 0 +9 24 13 0 +9 25 13 0 +9 26 13 0 +9 27 13 0 +9 28 13 0 +9 29 13 0 +9 30 13 0 +9 1 14 0 +9 2 14 2 +9 3 14 3 +9 4 14 0 +9 5 14 0 9 6 14 1 -9 1 15 1 -9 2 15 4 -9 3 15 4 -9 4 15 0 -9 5 15 1 -9 6 15 0 -9 1 18 0 -9 2 18 0 -9 3 18 0 -9 4 18 0 -9 5 18 0 -9 6 18 0 -9 1 19 1 -9 2 19 4 -9 3 19 4 -9 4 19 0 -9 5 19 1 -9 6 19 0 -9 0 26 0.170576 -9 1 63 4 -9 2 63 11 -9 3 63 1 -9 4 63 4 -9 5 63 8 -9 6 63 1 -9 1 64 23 -9 2 64 25 -9 3 64 2 -9 4 64 9 -9 5 64 10 -9 6 64 4 -10 1 0 58 -10 2 0 146 -10 3 0 73 -10 4 0 87 -10 5 0 75 -10 6 0 61 -10 1 1 25 -10 2 1 107 -10 3 1 59 -10 4 1 79 -10 5 1 69 -10 6 1 53 -10 1 2 26.7623 -10 2 2 143.967 -10 3 2 73 -10 4 2 87 -10 5 2 75 -10 6 2 61 -10 1 3 21 -10 2 3 98 -10 3 3 57 -10 4 3 75 -10 5 3 66 -10 6 3 53 -10 1 6 38 -10 2 6 194 -10 3 6 147 -10 4 6 208 -10 5 6 218 -10 6 6 149 -10 0 7 0.201807 -10 1 8 32 -10 2 8 175 -10 3 8 132 -10 4 8 187 -10 5 8 185 -10 6 8 133 -10 1 11 2 -10 2 11 8 -10 3 11 9 -10 4 11 6 -10 5 11 10 -10 6 11 6 +9 7 14 2 +9 8 14 3 +9 9 14 1 +9 10 14 1 +9 11 14 1 +9 12 14 1 +9 13 14 0 +9 14 14 0 +9 15 14 0 +9 16 14 0 +9 17 14 1 +9 18 14 0 +9 19 14 0 +9 20 14 0 +9 21 14 0 +9 22 14 0 +9 23 14 0 +9 24 14 0 +9 25 14 0 +9 26 14 0 +9 27 14 0 +9 28 14 0 +9 29 14 0 +9 30 14 0 +9 1 64 0 +9 2 64 0 +9 3 64 0 +9 4 64 0 +9 5 64 0 +9 6 64 0 +9 7 64 0 +9 8 64 0 +9 9 64 0 +9 10 64 0 +9 11 64 0 +9 12 64 0 +9 13 64 0 +9 14 64 0 +9 15 64 0 +9 16 64 0 +9 17 64 0 +9 18 64 0 +9 19 64 0 +9 20 64 0 +9 21 64 0 +9 22 64 0 +9 23 64 0 +9 24 64 0 +9 25 64 0 +9 26 64 0 +9 27 64 0 +9 28 64 0 +9 29 64 0 +9 30 64 0 +10 1 0 6 +10 2 0 0 +10 3 0 2 +10 4 0 3 +10 5 0 4 +10 6 0 2 +10 7 0 7 +10 8 0 5 +10 9 0 7 +10 10 0 4 +10 11 0 7 +10 12 0 6 +10 13 0 4 +10 14 0 6 +10 15 0 9 +10 16 0 7 +10 17 0 7 +10 18 0 13 +10 19 0 4 +10 20 0 21 +10 21 0 17 +10 22 0 9 +10 23 0 16 +10 24 0 9 +10 25 0 5 +10 26 0 8 +10 27 0 3 +10 28 0 4 +10 29 0 3 +10 30 0 2 +10 1 11 0 +10 2 11 0 +10 3 11 0 +10 4 11 0 +10 5 11 0 +10 6 11 0 +10 7 11 1 +10 8 11 0 +10 9 11 0 +10 10 11 1 +10 11 11 1 +10 12 11 0 +10 13 11 1 +10 14 11 0 +10 15 11 0 +10 16 11 0 +10 17 11 0 +10 18 11 0 +10 19 11 0 +10 20 11 0 +10 21 11 0 +10 22 11 0 +10 23 11 0 +10 24 11 0 +10 25 11 0 +10 26 11 0 +10 27 11 0 +10 28 11 0 +10 29 11 0 +10 30 11 0 10 1 12 0 10 2 12 0 -10 3 12 1 +10 3 12 0 10 4 12 0 10 5 12 0 10 6 12 0 -10 1 13 6 -10 2 13 13 -10 3 13 5 -10 4 13 9 -10 5 13 2 -10 6 13 1 -10 1 14 45 -10 2 14 72 -10 3 14 33 -10 4 14 26 -10 5 14 13 -10 6 14 5 -10 1 15 6 -10 2 15 13 -10 3 15 5 -10 4 15 9 -10 5 15 1 -10 6 15 1 -10 1 18 0 -10 2 18 0 -10 3 18 0 -10 4 18 0 -10 5 18 0 -10 6 18 0 -10 1 19 6 -10 2 19 13 -10 3 19 5 -10 4 19 9 -10 5 19 1 -10 6 19 1 -10 0 26 0.170576 -10 1 63 2 -10 2 63 7 -10 3 63 10 -10 4 63 6 -10 5 63 10 -10 6 63 6 -10 1 64 13 -10 2 64 15 -10 3 64 16 -10 4 64 7 -10 5 64 15 -10 6 64 7 -11 1 0 66 -11 2 0 135 -11 3 0 77 -11 4 0 86 -11 5 0 75 -11 6 0 61 -11 1 1 36 -11 2 1 88 -11 3 1 60 -11 4 1 76 -11 5 1 65 -11 6 1 53 -11 1 2 40.2875 -11 2 2 134.012 -11 3 2 77 -11 4 2 86 -11 5 2 75 -11 6 2 61 -11 1 3 31 -11 2 3 84 -11 3 3 56 -11 4 3 70 -11 5 3 61 -11 6 3 52 -11 1 6 47 -11 2 6 148 -11 3 6 133 -11 4 6 177 -11 5 6 165 -11 6 6 144 -11 0 7 0.191749 -11 1 8 40 -11 2 8 132 -11 3 8 117 -11 4 8 157 -11 5 8 148 -11 6 8 127 -11 1 11 3 -11 2 11 18 -11 3 11 6 -11 4 11 6 -11 5 11 10 -11 6 11 8 +10 7 12 0 +10 8 12 0 +10 9 12 0 +10 10 12 0 +10 11 12 0 +10 12 12 0 +10 13 12 0 +10 14 12 0 +10 15 12 0 +10 16 12 0 +10 17 12 0 +10 18 12 0 +10 19 12 0 +10 20 12 0 +10 21 12 0 +10 22 12 0 +10 23 12 0 +10 24 12 0 +10 25 12 0 +10 26 12 0 +10 27 12 0 +10 28 12 0 +10 29 12 0 +10 30 12 0 +10 1 13 0 +10 2 13 0 +10 3 13 0 +10 4 13 0 +10 5 13 0 +10 6 13 0 +10 7 13 0 +10 8 13 0 +10 9 13 0 +10 10 13 0 +10 11 13 0 +10 12 13 0 +10 13 13 0 +10 14 13 0 +10 15 13 0 +10 16 13 0 +10 17 13 0 +10 18 13 0 +10 19 13 0 +10 20 13 0 +10 21 13 0 +10 22 13 0 +10 23 13 0 +10 24 13 0 +10 25 13 0 +10 26 13 0 +10 27 13 0 +10 28 13 0 +10 29 13 0 +10 30 13 0 +10 1 14 0 +10 2 14 1 +10 3 14 0 +10 4 14 0 +10 5 14 1 +10 6 14 2 +10 7 14 1 +10 8 14 1 +10 9 14 0 +10 10 14 2 +10 11 14 3 +10 12 14 1 +10 13 14 1 +10 14 14 0 +10 15 14 0 +10 16 14 1 +10 17 14 0 +10 18 14 0 +10 19 14 0 +10 20 14 0 +10 21 14 0 +10 22 14 0 +10 23 14 0 +10 24 14 0 +10 25 14 0 +10 26 14 0 +10 27 14 0 +10 28 14 0 +10 29 14 0 +10 30 14 0 +10 1 64 0 +10 2 64 0 +10 3 64 0 +10 4 64 0 +10 5 64 0 +10 6 64 0 +10 7 64 0 +10 8 64 0 +10 9 64 0 +10 10 64 0 +10 11 64 0 +10 12 64 0 +10 13 64 0 +10 14 64 0 +10 15 64 0 +10 16 64 0 +10 17 64 0 +10 18 64 0 +10 19 64 0 +10 20 64 0 +10 21 64 0 +10 22 64 0 +10 23 64 0 +10 24 64 0 +10 25 64 0 +10 26 64 0 +10 27 64 0 +10 28 64 0 +10 29 64 0 +10 30 64 0 +11 1 0 5 +11 2 0 2 +11 3 0 0 +11 4 0 2 +11 5 0 4 +11 6 0 3 +11 7 0 7 +11 8 0 4 +11 9 0 7 +11 10 0 6 +11 11 0 6 +11 12 0 4 +11 13 0 8 +11 14 0 6 +11 15 0 7 +11 16 0 9 +11 17 0 5 +11 18 0 13 +11 19 0 6 +11 20 0 18 +11 21 0 19 +11 22 0 10 +11 23 0 15 +11 24 0 10 +11 25 0 5 +11 26 0 5 +11 27 0 5 +11 28 0 4 +11 29 0 2 +11 30 0 3 +11 1 11 0 +11 2 11 0 +11 3 11 0 +11 4 11 0 +11 5 11 0 +11 6 11 0 +11 7 11 2 +11 8 11 0 +11 9 11 0 +11 10 11 0 +11 11 11 1 +11 12 11 0 +11 13 11 0 +11 14 11 0 +11 15 11 0 +11 16 11 0 +11 17 11 0 +11 18 11 0 +11 19 11 0 +11 20 11 0 +11 21 11 0 +11 22 11 0 +11 23 11 0 +11 24 11 0 +11 25 11 0 +11 26 11 0 +11 27 11 0 +11 28 11 0 +11 29 11 0 +11 30 11 0 11 1 12 0 11 2 12 0 11 3 12 0 11 4 12 0 11 5 12 0 11 6 12 0 -11 1 13 1 -11 2 13 8 +11 7 12 0 +11 8 12 0 +11 9 12 0 +11 10 12 0 +11 11 12 0 +11 12 12 0 +11 13 12 0 +11 14 12 0 +11 15 12 0 +11 16 12 0 +11 17 12 0 +11 18 12 0 +11 19 12 0 +11 20 12 0 +11 21 12 0 +11 22 12 0 +11 23 12 0 +11 24 12 0 +11 25 12 0 +11 26 12 0 +11 27 12 0 +11 28 12 0 +11 29 12 0 +11 30 12 0 +11 1 13 0 +11 2 13 0 11 3 13 0 -11 4 13 1 -11 5 13 1 +11 4 13 0 +11 5 13 0 11 6 13 0 -11 1 14 31 -11 2 14 61 -11 3 14 22 -11 4 14 15 -11 5 14 9 -11 6 14 6 -11 1 15 1 -11 2 15 8 -11 3 15 0 -11 4 15 2 -11 5 15 1 -11 6 15 0 -11 1 18 0 -11 2 18 0 -11 3 18 0 -11 4 18 0 -11 5 18 0 -11 6 18 0 -11 1 19 1 -11 2 19 8 -11 3 19 0 -11 4 19 2 -11 5 19 1 -11 6 19 0 -11 0 26 0.170576 -11 1 63 3 -11 2 63 17 -11 3 63 5 -11 4 63 6 -11 5 63 9 -11 6 63 8 -11 1 64 11 -11 2 64 28 -11 3 64 6 -11 4 64 11 -11 5 64 12 -11 6 64 9 -12 1 0 68 -12 2 0 134 -12 3 0 79 -12 4 0 84 -12 5 0 76 -12 6 0 59 -12 1 1 18 -12 2 1 53 -12 3 1 49 -12 4 1 53 -12 5 1 50 -12 6 1 40 -12 1 2 40.9424 -12 2 2 133.012 -12 3 2 79 -12 4 2 84 -12 5 2 76 -12 6 2 59 -12 1 3 17 -12 2 3 51 -12 3 3 43 -12 4 3 51 -12 5 3 48 -12 6 3 37 -12 1 6 19 -12 2 6 70 -12 3 6 73 -12 4 6 93 -12 5 6 96 -12 6 6 86 -12 0 7 0.139437 -12 1 8 18 -12 2 8 67 -12 3 8 63 -12 4 8 85 -12 5 8 88 -12 6 8 69 -12 1 11 3 -12 2 11 9 -12 3 11 7 -12 4 11 4 -12 5 11 5 -12 6 11 4 -12 1 12 1 -12 2 12 0 +11 7 13 0 +11 8 13 0 +11 9 13 0 +11 10 13 0 +11 11 13 0 +11 12 13 0 +11 13 13 0 +11 14 13 0 +11 15 13 0 +11 16 13 0 +11 17 13 0 +11 18 13 0 +11 19 13 0 +11 20 13 0 +11 21 13 0 +11 22 13 0 +11 23 13 0 +11 24 13 0 +11 25 13 0 +11 26 13 0 +11 27 13 0 +11 28 13 0 +11 29 13 0 +11 30 13 0 +11 1 14 0 +11 2 14 1 +11 3 14 0 +11 4 14 1 +11 5 14 1 +11 6 14 0 +11 7 14 5 +11 8 14 0 +11 9 14 2 +11 10 14 3 +11 11 14 2 +11 12 14 1 +11 13 14 0 +11 14 14 0 +11 15 14 0 +11 16 14 0 +11 17 14 0 +11 18 14 0 +11 19 14 0 +11 20 14 0 +11 21 14 0 +11 22 14 0 +11 23 14 0 +11 24 14 0 +11 25 14 0 +11 26 14 0 +11 27 14 0 +11 28 14 0 +11 29 14 0 +11 30 14 0 +11 1 64 0 +11 2 64 0 +11 3 64 0 +11 4 64 0 +11 5 64 0 +11 6 64 0 +11 7 64 0 +11 8 64 0 +11 9 64 0 +11 10 64 0 +11 11 64 0 +11 12 64 0 +11 13 64 0 +11 14 64 0 +11 15 64 0 +11 16 64 0 +11 17 64 0 +11 18 64 0 +11 19 64 0 +11 20 64 0 +11 21 64 0 +11 22 64 0 +11 23 64 0 +11 24 64 0 +11 25 64 0 +11 26 64 0 +11 27 64 0 +11 28 64 0 +11 29 64 0 +11 30 64 0 +12 1 0 6 +12 2 0 3 +12 3 0 2 +12 4 0 0 +12 5 0 2 +12 6 0 4 +12 7 0 7 +12 8 0 4 +12 9 0 6 +12 10 0 5 +12 11 0 6 +12 12 0 6 +12 13 0 8 +12 14 0 3 +12 15 0 9 +12 16 0 8 +12 17 0 7 +12 18 0 13 +12 19 0 6 +12 20 0 18 +12 21 0 18 +12 22 0 10 +12 23 0 16 +12 24 0 10 +12 25 0 4 +12 26 0 5 +12 27 0 5 +12 28 0 4 +12 29 0 2 +12 30 0 3 +12 1 11 0 +12 2 11 2 +12 3 11 1 +12 4 11 0 +12 5 11 0 +12 6 11 0 +12 7 11 0 +12 8 11 0 +12 9 11 0 +12 10 11 0 +12 11 11 0 +12 12 11 0 +12 13 11 0 +12 14 11 0 +12 15 11 0 +12 16 11 0 +12 17 11 0 +12 18 11 0 +12 19 11 0 +12 20 11 0 +12 21 11 0 +12 22 11 0 +12 23 11 0 +12 24 11 0 +12 25 11 0 +12 26 11 0 +12 27 11 0 +12 28 11 0 +12 29 11 0 +12 30 11 0 +12 1 12 0 +12 2 12 1 12 3 12 0 12 4 12 0 12 5 12 0 12 6 12 0 -12 1 13 1 -12 2 13 1 -12 3 13 1 -12 4 13 1 +12 7 12 0 +12 8 12 0 +12 9 12 0 +12 10 12 0 +12 11 12 0 +12 12 12 0 +12 13 12 0 +12 14 12 0 +12 15 12 0 +12 16 12 0 +12 17 12 0 +12 18 12 0 +12 19 12 0 +12 20 12 0 +12 21 12 0 +12 22 12 0 +12 23 12 0 +12 24 12 0 +12 25 12 0 +12 26 12 0 +12 27 12 0 +12 28 12 0 +12 29 12 0 +12 30 12 0 +12 1 13 0 +12 2 13 0 +12 3 13 0 +12 4 13 0 12 5 13 0 12 6 13 0 -12 1 14 9 -12 2 14 18 -12 3 14 11 -12 4 14 8 -12 5 14 4 -12 6 14 2 -12 1 15 1 -12 2 15 2 -12 3 15 1 -12 4 15 0 -12 5 15 0 -12 6 15 0 -12 1 18 0 -12 2 18 0 -12 3 18 0 -12 4 18 0 -12 5 18 0 -12 6 18 0 -12 1 19 1 -12 2 19 2 -12 3 19 1 -12 4 19 0 -12 5 19 0 -12 6 19 0 -12 0 26 0.170576 -12 1 63 4 -12 2 63 9 -12 3 63 7 -12 4 63 4 -12 5 63 5 -12 6 63 4 -12 1 64 9 -12 2 64 17 -12 3 64 9 -12 4 64 7 -12 5 64 5 -12 6 64 4 -13 1 0 57 -13 2 0 143 -13 3 0 79 -13 4 0 84 -13 5 0 78 -13 6 0 59 -13 1 1 15 -13 2 1 51 -13 3 1 39 -13 4 1 54 -13 5 1 54 -13 6 1 34 -13 1 2 34.381 -13 2 2 141.47 -13 3 2 79 -13 4 2 84 -13 5 2 78 -13 6 2 59 -13 1 3 15 -13 2 3 47 -13 3 3 37 -13 4 3 53 -13 5 3 49 -13 6 3 32 -13 1 6 21 -13 2 6 59 -13 3 6 59 -13 4 6 77 -13 5 6 94 -13 6 6 56 -13 0 7 0.132139 -13 1 8 21 -13 2 8 53 -13 3 8 54 -13 4 8 70 -13 5 8 83 -13 6 8 49 -13 1 11 1 -13 2 11 6 -13 3 11 5 -13 4 11 1 -13 5 11 5 -13 6 11 2 +12 7 13 0 +12 8 13 0 +12 9 13 0 +12 10 13 0 +12 11 13 0 +12 12 13 0 +12 13 13 0 +12 14 13 0 +12 15 13 0 +12 16 13 0 +12 17 13 0 +12 18 13 0 +12 19 13 0 +12 20 13 0 +12 21 13 0 +12 22 13 0 +12 23 13 0 +12 24 13 0 +12 25 13 0 +12 26 13 0 +12 27 13 0 +12 28 13 0 +12 29 13 0 +12 30 13 0 +12 1 14 0 +12 2 14 2 +12 3 14 1 +12 4 14 0 +12 5 14 0 +12 6 14 0 +12 7 14 1 +12 8 14 0 +12 9 14 0 +12 10 14 1 +12 11 14 1 +12 12 14 1 +12 13 14 0 +12 14 14 0 +12 15 14 0 +12 16 14 0 +12 17 14 0 +12 18 14 0 +12 19 14 0 +12 20 14 0 +12 21 14 0 +12 22 14 0 +12 23 14 0 +12 24 14 0 +12 25 14 0 +12 26 14 0 +12 27 14 0 +12 28 14 0 +12 29 14 0 +12 30 14 0 +12 1 64 0 +12 2 64 0 +12 3 64 0 +12 4 64 0 +12 5 64 0 +12 6 64 0 +12 7 64 0 +12 8 64 0 +12 9 64 0 +12 10 64 0 +12 11 64 0 +12 12 64 0 +12 13 64 0 +12 14 64 0 +12 15 64 0 +12 16 64 0 +12 17 64 0 +12 18 64 0 +12 19 64 0 +12 20 64 0 +12 21 64 0 +12 22 64 0 +12 23 64 0 +12 24 64 0 +12 25 64 0 +12 26 64 0 +12 27 64 0 +12 28 64 0 +12 29 64 0 +12 30 64 0 +13 1 0 5 +13 2 0 2 +13 3 0 2 +13 4 0 3 +13 5 0 0 +13 6 0 3 +13 7 0 5 +13 8 0 6 +13 9 0 7 +13 10 0 5 +13 11 0 4 +13 12 0 9 +13 13 0 6 +13 14 0 5 +13 15 0 7 +13 16 0 9 +13 17 0 7 +13 18 0 9 +13 19 0 11 +13 20 0 17 +13 21 0 18 +13 22 0 11 +13 23 0 16 +13 24 0 10 +13 25 0 4 +13 26 0 4 +13 27 0 6 +13 28 0 4 +13 29 0 2 +13 30 0 3 +13 1 11 0 +13 2 11 1 +13 3 11 1 +13 4 11 0 +13 5 11 0 +13 6 11 0 +13 7 11 0 +13 8 11 0 +13 9 11 0 +13 10 11 0 +13 11 11 0 +13 12 11 0 +13 13 11 0 +13 14 11 0 +13 15 11 0 +13 16 11 0 +13 17 11 0 +13 18 11 0 +13 19 11 0 +13 20 11 0 +13 21 11 0 +13 22 11 0 +13 23 11 0 +13 24 11 0 +13 25 11 0 +13 26 11 0 +13 27 11 0 +13 28 11 0 +13 29 11 0 +13 30 11 0 13 1 12 0 13 2 12 0 13 3 12 0 13 4 12 0 13 5 12 0 13 6 12 0 -13 1 13 4 -13 2 13 1 +13 7 12 0 +13 8 12 0 +13 9 12 0 +13 10 12 0 +13 11 12 0 +13 12 12 0 +13 13 12 0 +13 14 12 0 +13 15 12 0 +13 16 12 0 +13 17 12 0 +13 18 12 0 +13 19 12 0 +13 20 12 0 +13 21 12 0 +13 22 12 0 +13 23 12 0 +13 24 12 0 +13 25 12 0 +13 26 12 0 +13 27 12 0 +13 28 12 0 +13 29 12 0 +13 30 12 0 +13 1 13 0 +13 2 13 0 13 3 13 0 13 4 13 0 13 5 13 0 13 6 13 0 -13 1 14 13 -13 2 14 25 -13 3 14 11 -13 4 14 6 -13 5 14 3 +13 7 13 0 +13 8 13 0 +13 9 13 0 +13 10 13 0 +13 11 13 0 +13 12 13 0 +13 13 13 0 +13 14 13 0 +13 15 13 0 +13 16 13 0 +13 17 13 0 +13 18 13 0 +13 19 13 0 +13 20 13 0 +13 21 13 0 +13 22 13 0 +13 23 13 0 +13 24 13 0 +13 25 13 0 +13 26 13 0 +13 27 13 0 +13 28 13 0 +13 29 13 0 +13 30 13 0 +13 1 14 0 +13 2 14 1 +13 3 14 2 +13 4 14 0 +13 5 14 0 13 6 14 1 -13 1 15 4 -13 2 15 1 -13 3 15 0 -13 4 15 0 -13 5 15 0 -13 6 15 0 -13 1 18 0 -13 2 18 0 -13 3 18 0 -13 4 18 0 -13 5 18 0 -13 6 18 0 -13 1 19 4 -13 2 19 1 -13 3 19 0 -13 4 19 0 -13 5 19 0 -13 6 19 0 -13 0 26 0.165578 -13 1 63 1 -13 2 63 6 -13 3 63 4 -13 4 63 1 -13 5 63 5 -13 6 63 2 -13 1 64 17 -13 2 64 17 -13 3 64 12 -13 4 64 3 -13 5 64 11 -13 6 64 3 -14 1 0 41 -14 2 0 155 -14 3 0 80 -14 4 0 85 -14 5 0 80 -14 6 0 59 -14 1 1 18 -14 2 1 120 -14 3 1 71 -14 4 1 78 -14 5 1 73 -14 6 1 52 -14 1 2 23.3668 -14 2 2 153.116 -14 3 2 80 -14 4 2 85 -14 5 2 80 -14 6 2 59 -14 1 3 17 -14 2 3 115 -14 3 3 69 -14 4 3 75 -14 5 3 70 -14 6 3 51 -14 1 6 29 -14 2 6 249 -14 3 6 174 -14 4 6 228 -14 5 6 209 -14 6 6 151 -14 0 7 0.209876 -14 1 8 25 -14 2 8 225 -14 3 8 157 -14 4 8 205 -14 5 8 185 -14 6 8 133 -14 1 11 4 -14 2 11 17 -14 3 11 9 -14 4 11 3 -14 5 11 2 -14 6 11 5 +13 7 14 1 +13 8 14 0 +13 9 14 2 +13 10 14 1 +13 11 14 2 +13 12 14 0 +13 13 14 1 +13 14 14 0 +13 15 14 1 +13 16 14 0 +13 17 14 0 +13 18 14 0 +13 19 14 0 +13 20 14 0 +13 21 14 0 +13 22 14 0 +13 23 14 0 +13 24 14 0 +13 25 14 0 +13 26 14 0 +13 27 14 0 +13 28 14 0 +13 29 14 0 +13 30 14 0 +13 1 64 0 +13 2 64 0 +13 3 64 0 +13 4 64 0 +13 5 64 0 +13 6 64 0 +13 7 64 0 +13 8 64 0 +13 9 64 0 +13 10 64 0 +13 11 64 0 +13 12 64 0 +13 13 64 0 +13 14 64 0 +13 15 64 0 +13 16 64 0 +13 17 64 0 +13 18 64 0 +13 19 64 0 +13 20 64 0 +13 21 64 0 +13 22 64 0 +13 23 64 0 +13 24 64 0 +13 25 64 0 +13 26 64 0 +13 27 64 0 +13 28 64 0 +13 29 64 0 +13 30 64 0 +14 1 0 4 +14 2 0 4 +14 3 0 2 +14 4 0 3 +14 5 0 2 +14 6 0 2 +14 7 0 4 +14 8 0 7 +14 9 0 3 +14 10 0 7 +14 11 0 4 +14 12 0 7 +14 13 0 6 +14 14 0 4 +14 15 0 8 +14 16 0 10 +14 17 0 7 +14 18 0 9 +14 19 0 12 +14 20 0 17 +14 21 0 18 +14 22 0 10 +14 23 0 16 +14 24 0 9 +14 25 0 6 +14 26 0 3 +14 27 0 7 +14 28 0 4 +14 29 0 2 +14 30 0 3 +14 1 11 0 +14 2 11 1 +14 3 11 1 +14 4 11 0 +14 5 11 0 +14 6 11 0 +14 7 11 0 +14 8 11 2 +14 9 11 0 +14 10 11 1 +14 11 11 1 +14 12 11 0 +14 13 11 0 +14 14 11 0 +14 15 11 0 +14 16 11 0 +14 17 11 0 +14 18 11 0 +14 19 11 0 +14 20 11 0 +14 21 11 0 +14 22 11 0 +14 23 11 0 +14 24 11 0 +14 25 11 0 +14 26 11 0 +14 27 11 0 +14 28 11 0 +14 29 11 0 +14 30 11 0 14 1 12 0 14 2 12 0 14 3 12 0 14 4 12 0 14 5 12 0 14 6 12 0 -14 1 13 2 -14 2 13 11 -14 3 13 3 -14 4 13 3 +14 7 12 0 +14 8 12 0 +14 9 12 0 +14 10 12 0 +14 11 12 0 +14 12 12 0 +14 13 12 0 +14 14 12 0 +14 15 12 0 +14 16 12 0 +14 17 12 0 +14 18 12 0 +14 19 12 0 +14 20 12 0 +14 21 12 0 +14 22 12 0 +14 23 12 0 +14 24 12 0 +14 25 12 0 +14 26 12 0 +14 27 12 0 +14 28 12 0 +14 29 12 0 +14 30 12 0 +14 1 13 0 +14 2 13 0 +14 3 13 0 +14 4 13 0 14 5 13 0 -14 6 13 1 -14 1 14 43 -14 2 14 105 -14 3 14 33 -14 4 14 26 -14 5 14 11 -14 6 14 7 -14 1 15 3 -14 2 15 9 -14 3 15 3 -14 4 15 4 -14 5 15 0 -14 6 15 1 -14 1 18 0 -14 2 18 0 -14 3 18 0 -14 4 18 0 -14 5 18 0 -14 6 18 0 -14 1 19 3 -14 2 19 9 -14 3 19 3 -14 4 19 4 -14 5 19 0 -14 6 19 1 -14 0 26 0.165578 -14 1 63 4 -14 2 63 16 -14 3 63 9 -14 4 63 3 -14 5 63 2 -14 6 63 5 -14 1 64 10 -14 2 64 25 -14 3 64 11 -14 4 64 4 -14 5 64 4 -14 6 64 6 -15 1 0 54 -15 2 0 140 -15 3 0 81 -15 4 0 86 -15 5 0 79 -15 6 0 60 -15 1 1 20 -15 2 1 84 -15 3 1 64 -15 4 1 73 -15 5 1 73 -15 6 1 53 -15 1 2 25.7702 -15 2 2 138.964 -15 3 2 81 -15 4 2 86 -15 5 2 79 -15 6 2 60 -15 1 3 17 -15 2 3 78 -15 3 3 60 -15 4 3 68 -15 5 3 69 -15 6 3 51 -15 1 6 26 -15 2 6 140 -15 3 6 134 -15 4 6 193 -15 5 6 185 -15 6 6 152 -15 0 7 0.190826 -15 1 8 21 -15 2 8 126 -15 3 8 120 -15 4 8 173 -15 5 8 161 -15 6 8 143 -15 1 11 9 -15 2 11 22 -15 3 11 6 -15 4 11 7 -15 5 11 14 -15 6 11 4 +14 6 13 0 +14 7 13 0 +14 8 13 0 +14 9 13 0 +14 10 13 0 +14 11 13 0 +14 12 13 0 +14 13 13 0 +14 14 13 0 +14 15 13 0 +14 16 13 0 +14 17 13 0 +14 18 13 0 +14 19 13 0 +14 20 13 0 +14 21 13 0 +14 22 13 0 +14 23 13 0 +14 24 13 0 +14 25 13 0 +14 26 13 0 +14 27 13 0 +14 28 13 0 +14 29 13 0 +14 30 13 0 +14 1 14 0 +14 2 14 1 +14 3 14 1 +14 4 14 0 +14 5 14 0 +14 6 14 1 +14 7 14 1 +14 8 14 4 +14 9 14 2 +14 10 14 1 +14 11 14 1 +14 12 14 1 +14 13 14 0 +14 14 14 1 +14 15 14 0 +14 16 14 0 +14 17 14 0 +14 18 14 0 +14 19 14 0 +14 20 14 0 +14 21 14 0 +14 22 14 0 +14 23 14 0 +14 24 14 0 +14 25 14 0 +14 26 14 0 +14 27 14 0 +14 28 14 0 +14 29 14 0 +14 30 14 0 +14 1 64 0 +14 2 64 0 +14 3 64 0 +14 4 64 0 +14 5 64 0 +14 6 64 0 +14 7 64 0 +14 8 64 0 +14 9 64 0 +14 10 64 0 +14 11 64 0 +14 12 64 0 +14 13 64 0 +14 14 64 0 +14 15 64 0 +14 16 64 0 +14 17 64 0 +14 18 64 0 +14 19 64 0 +14 20 64 0 +14 21 64 0 +14 22 64 0 +14 23 64 0 +14 24 64 0 +14 25 64 0 +14 26 64 0 +14 27 64 0 +14 28 64 0 +14 29 64 0 +14 30 64 0 +15 1 0 4 +15 2 0 2 +15 3 0 4 +15 4 0 2 +15 5 0 5 +15 6 0 0 +15 7 0 5 +15 8 0 6 +15 9 0 4 +15 10 0 5 +15 11 0 6 +15 12 0 6 +15 13 0 4 +15 14 0 8 +15 15 0 8 +15 16 0 10 +15 17 0 6 +15 18 0 9 +15 19 0 13 +15 20 0 17 +15 21 0 18 +15 22 0 10 +15 23 0 15 +15 24 0 9 +15 25 0 6 +15 26 0 3 +15 27 0 5 +15 28 0 5 +15 29 0 2 +15 30 0 3 +15 1 11 0 +15 2 11 1 +15 3 11 0 +15 4 11 0 +15 5 11 0 +15 6 11 0 +15 7 11 0 +15 8 11 0 +15 9 11 0 +15 10 11 0 +15 11 11 1 +15 12 11 0 +15 13 11 0 +15 14 11 0 +15 15 11 0 +15 16 11 0 +15 17 11 0 +15 18 11 0 +15 19 11 0 +15 20 11 0 +15 21 11 0 +15 22 11 0 +15 23 11 0 +15 24 11 0 +15 25 11 0 +15 26 11 0 +15 27 11 0 +15 28 11 0 +15 29 11 0 +15 30 11 0 15 1 12 0 -15 2 12 2 +15 2 12 0 15 3 12 0 15 4 12 0 15 5 12 0 15 6 12 0 -15 1 13 6 -15 2 13 13 -15 3 13 4 -15 4 13 2 -15 5 13 1 +15 7 12 0 +15 8 12 0 +15 9 12 0 +15 10 12 0 +15 11 12 0 +15 12 12 0 +15 13 12 0 +15 14 12 0 +15 15 12 0 +15 16 12 0 +15 17 12 0 +15 18 12 0 +15 19 12 0 +15 20 12 0 +15 21 12 0 +15 22 12 0 +15 23 12 0 +15 24 12 0 +15 25 12 0 +15 26 12 0 +15 27 12 0 +15 28 12 0 +15 29 12 0 +15 30 12 0 +15 1 13 0 +15 2 13 0 +15 3 13 0 +15 4 13 0 +15 5 13 0 15 6 13 0 -15 1 14 20 -15 2 14 44 -15 3 14 17 -15 4 14 22 -15 5 14 6 -15 6 14 2 -15 1 15 6 -15 2 15 14 -15 3 15 4 -15 4 15 1 -15 5 15 1 -15 6 15 0 -15 1 18 1 -15 2 18 0 -15 3 18 0 -15 4 18 0 -15 5 18 0 -15 6 18 0 -15 1 19 6 -15 2 19 14 -15 3 19 4 -15 4 19 1 -15 5 19 1 -15 6 19 0 -15 0 26 0.165578 -15 1 63 9 -15 2 63 23 -15 3 63 6 -15 4 63 6 -15 5 63 14 -15 6 63 3 -15 1 64 16 -15 2 64 30 -15 3 64 9 -15 4 64 7 -15 5 64 16 -15 6 64 5 -16 1 0 55 -16 2 0 141 -16 3 0 78 -16 4 0 87 -16 5 0 78 -16 6 0 61 -16 1 1 17 -16 2 1 52 -16 3 1 45 -16 4 1 60 -16 5 1 60 -16 6 1 42 -16 1 2 25.6853 -16 2 2 139.872 -16 3 2 78 -16 4 2 87 -16 5 2 78 -16 6 2 61 -16 1 3 17 -16 2 3 48 -16 3 3 41 -16 4 3 57 -16 5 3 56 -16 6 3 39 -16 1 6 18 -16 2 6 62 -16 3 6 81 -16 4 6 94 -16 5 6 101 -16 6 6 73 -16 0 7 0.147758 -16 1 8 17 -16 2 8 55 -16 3 8 73 -16 4 8 86 -16 5 8 87 -16 6 8 62 -16 1 11 4 -16 2 11 12 -16 3 11 4 -16 4 11 8 -16 5 11 9 -16 6 11 5 +15 7 13 0 +15 8 13 0 +15 9 13 0 +15 10 13 0 +15 11 13 0 +15 12 13 0 +15 13 13 0 +15 14 13 0 +15 15 13 0 +15 16 13 0 +15 17 13 0 +15 18 13 0 +15 19 13 0 +15 20 13 0 +15 21 13 0 +15 22 13 0 +15 23 13 0 +15 24 13 0 +15 25 13 0 +15 26 13 0 +15 27 13 0 +15 28 13 0 +15 29 13 0 +15 30 13 0 +15 1 14 0 +15 2 14 1 +15 3 14 0 +15 4 14 1 +15 5 14 1 +15 6 14 1 +15 7 14 2 +15 8 14 0 +15 9 14 0 +15 10 14 1 +15 11 14 1 +15 12 14 0 +15 13 14 0 +15 14 14 0 +15 15 14 0 +15 16 14 1 +15 17 14 0 +15 18 14 0 +15 19 14 0 +15 20 14 0 +15 21 14 0 +15 22 14 0 +15 23 14 0 +15 24 14 0 +15 25 14 0 +15 26 14 0 +15 27 14 0 +15 28 14 0 +15 29 14 0 +15 30 14 0 +15 1 64 0 +15 2 64 0 +15 3 64 0 +15 4 64 0 +15 5 64 0 +15 6 64 0 +15 7 64 0 +15 8 64 0 +15 9 64 0 +15 10 64 0 +15 11 64 0 +15 12 64 0 +15 13 64 0 +15 14 64 0 +15 15 64 0 +15 16 64 0 +15 17 64 0 +15 18 64 0 +15 19 64 0 +15 20 64 0 +15 21 64 0 +15 22 64 0 +15 23 64 0 +15 24 64 0 +15 25 64 0 +15 26 64 0 +15 27 64 0 +15 28 64 0 +15 29 64 0 +15 30 64 0 +16 1 0 6 +16 2 0 2 +16 3 0 1 +16 4 0 4 +16 5 0 4 +16 6 0 2 +16 7 0 5 +16 8 0 6 +16 9 0 4 +16 10 0 3 +16 11 0 5 +16 12 0 5 +16 13 0 6 +16 14 0 8 +16 15 0 6 +16 16 0 11 +16 17 0 6 +16 18 0 9 +16 19 0 13 +16 20 0 16 +16 21 0 20 +16 22 0 9 +16 23 0 15 +16 24 0 10 +16 25 0 6 +16 26 0 3 +16 27 0 5 +16 28 0 5 +16 29 0 1 +16 30 0 4 +16 1 11 0 +16 2 11 0 +16 3 11 0 +16 4 11 0 +16 5 11 0 +16 6 11 0 +16 7 11 1 +16 8 11 0 +16 9 11 0 +16 10 11 0 +16 11 11 0 +16 12 11 0 +16 13 11 1 +16 14 11 0 +16 15 11 0 +16 16 11 0 +16 17 11 0 +16 18 11 0 +16 19 11 0 +16 20 11 0 +16 21 11 0 +16 22 11 0 +16 23 11 0 +16 24 11 0 +16 25 11 0 +16 26 11 0 +16 27 11 0 +16 28 11 0 +16 29 11 0 +16 30 11 0 16 1 12 0 16 2 12 0 16 3 12 0 16 4 12 0 16 5 12 0 16 6 12 0 -16 1 13 2 -16 2 13 4 -16 3 13 1 -16 4 13 1 +16 7 12 0 +16 8 12 0 +16 9 12 0 +16 10 12 0 +16 11 12 0 +16 12 12 0 +16 13 12 0 +16 14 12 0 +16 15 12 0 +16 16 12 0 +16 17 12 0 +16 18 12 0 +16 19 12 0 +16 20 12 0 +16 21 12 0 +16 22 12 0 +16 23 12 0 +16 24 12 0 +16 25 12 0 +16 26 12 0 +16 27 12 0 +16 28 12 0 +16 29 12 0 +16 30 12 0 +16 1 13 0 +16 2 13 0 +16 3 13 0 +16 4 13 0 16 5 13 0 16 6 13 0 -16 1 14 11 -16 2 14 12 -16 3 14 9 -16 4 14 4 -16 5 14 4 -16 6 14 3 -16 1 15 2 -16 2 15 3 -16 3 15 1 -16 4 15 1 -16 5 15 0 -16 6 15 0 -16 1 18 0 -16 2 18 0 -16 3 18 0 -16 4 18 0 -16 5 18 0 -16 6 18 0 -16 1 19 2 -16 2 19 3 -16 3 19 1 -16 4 19 1 -16 5 19 0 -16 6 19 0 -16 0 26 0.165578 -16 1 63 3 -16 2 63 12 -16 3 63 4 -16 4 63 7 -16 5 63 9 -16 6 63 5 -16 1 64 8 -16 2 64 28 -16 3 64 4 -16 4 64 9 -16 5 64 12 -16 6 64 8 -17 1 0 56 -17 2 0 140 -17 3 0 79 -17 4 0 84 -17 5 0 80 -17 6 0 61 -17 1 1 13 -17 2 1 54 -17 3 1 41 -17 4 1 47 -17 5 1 51 -17 6 1 37 -17 1 2 27.5277 -17 2 2 138.862 -17 3 2 79 -17 4 2 84 -17 5 2 80 -17 6 2 61 -17 1 3 12 -17 2 3 50 -17 3 3 40 -17 4 3 45 -17 5 3 47 -17 6 3 37 -17 1 6 15 -17 2 6 65 -17 3 6 63 -17 4 6 79 -17 5 6 77 -17 6 6 60 -17 0 7 0.130021 -17 1 8 13 -17 2 8 60 -17 3 8 58 -17 4 8 72 -17 5 8 69 -17 6 8 53 -17 1 11 4 -17 2 11 8 -17 3 11 3 -17 4 11 5 -17 5 11 10 -17 6 11 3 +16 7 13 0 +16 8 13 0 +16 9 13 0 +16 10 13 0 +16 11 13 0 +16 12 13 0 +16 13 13 0 +16 14 13 0 +16 15 13 0 +16 16 13 0 +16 17 13 0 +16 18 13 0 +16 19 13 0 +16 20 13 0 +16 21 13 0 +16 22 13 0 +16 23 13 0 +16 24 13 0 +16 25 13 0 +16 26 13 0 +16 27 13 0 +16 28 13 0 +16 29 13 0 +16 30 13 0 +16 1 14 0 +16 2 14 0 +16 3 14 0 +16 4 14 0 +16 5 14 0 +16 6 14 0 +16 7 14 1 +16 8 14 0 +16 9 14 0 +16 10 14 0 +16 11 14 1 +16 12 14 0 +16 13 14 1 +16 14 14 0 +16 15 14 0 +16 16 14 0 +16 17 14 0 +16 18 14 0 +16 19 14 0 +16 20 14 0 +16 21 14 0 +16 22 14 0 +16 23 14 0 +16 24 14 0 +16 25 14 0 +16 26 14 0 +16 27 14 0 +16 28 14 0 +16 29 14 0 +16 30 14 0 +16 1 64 0 +16 2 64 0 +16 3 64 0 +16 4 64 0 +16 5 64 0 +16 6 64 0 +16 7 64 0 +16 8 64 0 +16 9 64 0 +16 10 64 0 +16 11 64 0 +16 12 64 0 +16 13 64 0 +16 14 64 0 +16 15 64 0 +16 16 64 0 +16 17 64 0 +16 18 64 0 +16 19 64 0 +16 20 64 0 +16 21 64 0 +16 22 64 0 +16 23 64 0 +16 24 64 0 +16 25 64 0 +16 26 64 0 +16 27 64 0 +16 28 64 0 +16 29 64 0 +16 30 64 0 +17 1 0 6 +17 2 0 2 +17 3 0 3 +17 4 0 1 +17 5 0 5 +17 6 0 5 +17 7 0 3 +17 8 0 4 +17 9 0 6 +17 10 0 4 +17 11 0 5 +17 12 0 4 +17 13 0 8 +17 14 0 6 +17 15 0 8 +17 16 0 9 +17 17 0 7 +17 18 0 8 +17 19 0 13 +17 20 0 16 +17 21 0 20 +17 22 0 10 +17 23 0 12 +17 24 0 12 +17 25 0 6 +17 26 0 3 +17 27 0 4 +17 28 0 5 +17 29 0 1 +17 30 0 4 +17 1 11 0 +17 2 11 0 +17 3 11 1 +17 4 11 0 +17 5 11 0 +17 6 11 1 +17 7 11 0 +17 8 11 0 +17 9 11 0 +17 10 11 0 +17 11 11 0 +17 12 11 0 +17 13 11 0 +17 14 11 0 +17 15 11 0 +17 16 11 0 +17 17 11 0 +17 18 11 0 +17 19 11 0 +17 20 11 0 +17 21 11 0 +17 22 11 0 +17 23 11 0 +17 24 11 0 +17 25 11 0 +17 26 11 0 +17 27 11 0 +17 28 11 0 +17 29 11 0 +17 30 11 0 17 1 12 0 17 2 12 0 17 3 12 0 17 4 12 0 -17 5 12 1 +17 5 12 0 17 6 12 0 -17 1 13 2 -17 2 13 2 -17 3 13 1 -17 4 13 1 -17 5 13 1 +17 7 12 0 +17 8 12 0 +17 9 12 0 +17 10 12 0 +17 11 12 0 +17 12 12 0 +17 13 12 0 +17 14 12 0 +17 15 12 0 +17 16 12 0 +17 17 12 0 +17 18 12 0 +17 19 12 0 +17 20 12 0 +17 21 12 0 +17 22 12 0 +17 23 12 0 +17 24 12 0 +17 25 12 0 +17 26 12 0 +17 27 12 0 +17 28 12 0 +17 29 12 0 +17 30 12 0 +17 1 13 0 +17 2 13 0 +17 3 13 0 +17 4 13 0 +17 5 13 0 17 6 13 0 -17 1 14 11 -17 2 14 38 -17 3 14 12 -17 4 14 12 -17 5 14 6 -17 6 14 4 -17 1 15 2 -17 2 15 2 -17 3 15 1 -17 4 15 1 -17 5 15 1 -17 6 15 0 -17 1 18 0 -17 2 18 0 -17 3 18 0 -17 4 18 0 -17 5 18 0 -17 6 18 0 -17 1 19 2 -17 2 19 2 -17 3 19 1 -17 4 19 1 -17 5 19 1 -17 6 19 0 -17 0 26 0.167214 -17 1 63 3 -17 2 63 7 -17 3 63 3 -17 4 63 5 -17 5 63 8 -17 6 63 3 -17 1 64 10 -17 2 64 26 -17 3 64 10 -17 4 64 10 -17 5 64 18 -17 6 64 8 -18 1 0 57 -18 2 0 132 -18 3 0 83 -18 4 0 86 -18 5 0 82 -18 6 0 60 -18 1 1 33 -18 2 1 100 -18 3 1 75 -18 4 1 77 -18 5 1 73 -18 6 1 54 -18 1 2 36.7305 -18 2 2 131.014 -18 3 2 83 -18 4 2 86 -18 5 2 82 -18 6 2 60 -18 1 3 33 -18 2 3 91 -18 3 3 72 -18 4 3 75 -18 5 3 67 -18 6 3 54 -18 1 6 54 -18 2 6 196 -18 3 6 176 -18 4 6 201 -18 5 6 208 -18 6 6 162 -18 0 7 0.205715 -18 1 8 47 -18 2 8 164 -18 3 8 152 -18 4 8 186 -18 5 8 186 -18 6 8 142 -18 1 11 5 -18 2 11 18 -18 3 11 4 -18 4 11 6 -18 5 11 10 -18 6 11 4 +17 7 13 0 +17 8 13 0 +17 9 13 0 +17 10 13 0 +17 11 13 0 +17 12 13 0 +17 13 13 0 +17 14 13 0 +17 15 13 0 +17 16 13 0 +17 17 13 0 +17 18 13 0 +17 19 13 0 +17 20 13 0 +17 21 13 0 +17 22 13 0 +17 23 13 0 +17 24 13 0 +17 25 13 0 +17 26 13 0 +17 27 13 0 +17 28 13 0 +17 29 13 0 +17 30 13 0 +17 1 14 0 +17 2 14 0 +17 3 14 1 +17 4 14 0 +17 5 14 1 +17 6 14 1 +17 7 14 1 +17 8 14 1 +17 9 14 1 +17 10 14 0 +17 11 14 0 +17 12 14 0 +17 13 14 0 +17 14 14 2 +17 15 14 0 +17 16 14 0 +17 17 14 0 +17 18 14 0 +17 19 14 0 +17 20 14 0 +17 21 14 0 +17 22 14 0 +17 23 14 0 +17 24 14 0 +17 25 14 0 +17 26 14 0 +17 27 14 0 +17 28 14 0 +17 29 14 0 +17 30 14 0 +17 1 64 0 +17 2 64 0 +17 3 64 0 +17 4 64 0 +17 5 64 0 +17 6 64 0 +17 7 64 0 +17 8 64 0 +17 9 64 0 +17 10 64 0 +17 11 64 0 +17 12 64 0 +17 13 64 0 +17 14 64 0 +17 15 64 0 +17 16 64 0 +17 17 64 0 +17 18 64 0 +17 19 64 0 +17 20 64 0 +17 21 64 0 +17 22 64 0 +17 23 64 0 +17 24 64 0 +17 25 64 0 +17 26 64 0 +17 27 64 0 +17 28 64 0 +17 29 64 0 +17 30 64 0 +18 1 0 5 +18 2 0 2 +18 3 0 2 +18 4 0 3 +18 5 0 4 +18 6 0 5 +18 7 0 4 +18 8 0 4 +18 9 0 7 +18 10 0 3 +18 11 0 6 +18 12 0 4 +18 13 0 6 +18 14 0 6 +18 15 0 10 +18 16 0 9 +18 17 0 7 +18 18 0 6 +18 19 0 13 +18 20 0 17 +18 21 0 20 +18 22 0 10 +18 23 0 12 +18 24 0 13 +18 25 0 6 +18 26 0 3 +18 27 0 4 +18 28 0 3 +18 29 0 2 +18 30 0 4 +18 1 11 0 +18 2 11 0 +18 3 11 1 +18 4 11 0 +18 5 11 2 +18 6 11 0 +18 7 11 1 +18 8 11 1 +18 9 11 0 +18 10 11 0 +18 11 11 0 +18 12 11 0 +18 13 11 0 +18 14 11 0 +18 15 11 0 +18 16 11 0 +18 17 11 0 +18 18 11 0 +18 19 11 0 +18 20 11 0 +18 21 11 0 +18 22 11 0 +18 23 11 0 +18 24 11 0 +18 25 11 0 +18 26 11 0 +18 27 11 0 +18 28 11 0 +18 29 11 0 +18 30 11 0 18 1 12 0 18 2 12 0 18 3 12 0 18 4 12 0 18 5 12 0 18 6 12 0 -18 1 13 4 -18 2 13 10 -18 3 13 5 +18 7 12 0 +18 8 12 0 +18 9 12 0 +18 10 12 0 +18 11 12 0 +18 12 12 0 +18 13 12 0 +18 14 12 0 +18 15 12 0 +18 16 12 0 +18 17 12 0 +18 18 12 0 +18 19 12 0 +18 20 12 0 +18 21 12 0 +18 22 12 0 +18 23 12 0 +18 24 12 0 +18 25 12 0 +18 26 12 0 +18 27 12 0 +18 28 12 0 +18 29 12 0 +18 30 12 0 +18 1 13 0 +18 2 13 0 +18 3 13 0 18 4 13 0 -18 5 13 1 -18 6 13 1 -18 1 14 43 -18 2 14 97 -18 3 14 39 -18 4 14 15 -18 5 14 10 -18 6 14 6 -18 1 15 4 -18 2 15 10 -18 3 15 5 -18 4 15 0 -18 5 15 1 -18 6 15 1 -18 1 18 0 -18 2 18 0 -18 3 18 0 -18 4 18 0 -18 5 18 0 -18 6 18 0 -18 1 19 4 -18 2 19 10 -18 3 19 5 -18 4 19 0 -18 5 19 1 -18 6 19 1 -18 0 26 0.167214 -18 1 63 5 -18 2 63 16 -18 3 63 4 -18 4 63 6 -18 5 63 10 -18 6 63 3 -18 1 64 8 -18 2 64 26 -18 3 64 9 -18 4 64 8 -18 5 64 12 -18 6 64 5 -19 1 0 51 -19 2 0 140 -19 3 0 82 -19 4 0 84 -19 5 0 83 -19 6 0 60 -19 1 1 17 -19 2 1 101 -19 3 1 72 -19 4 1 72 -19 5 1 70 -19 6 1 52 -19 1 2 29.7144 -19 2 2 138.469 -19 3 2 82 -19 4 2 84 -19 5 2 83 -19 6 2 60 -19 1 3 16 -19 2 3 96 -19 3 3 71 -19 4 3 70 -19 5 3 66 -19 6 3 50 -19 1 6 33 -19 2 6 190 -19 3 6 153 -19 4 6 189 -19 5 6 213 -19 6 6 146 -19 0 7 0.197177 -19 1 8 28 -19 2 8 169 -19 3 8 137 -19 4 8 164 -19 5 8 183 -19 6 8 121 -19 1 11 5 -19 2 11 17 -19 3 11 7 -19 4 11 10 -19 5 11 10 -19 6 11 7 +18 5 13 0 +18 6 13 0 +18 7 13 0 +18 8 13 0 +18 9 13 0 +18 10 13 0 +18 11 13 0 +18 12 13 0 +18 13 13 0 +18 14 13 0 +18 15 13 0 +18 16 13 0 +18 17 13 0 +18 18 13 0 +18 19 13 0 +18 20 13 0 +18 21 13 0 +18 22 13 0 +18 23 13 0 +18 24 13 0 +18 25 13 0 +18 26 13 0 +18 27 13 0 +18 28 13 0 +18 29 13 0 +18 30 13 0 +18 1 14 0 +18 2 14 1 +18 3 14 1 +18 4 14 0 +18 5 14 3 +18 6 14 2 +18 7 14 1 +18 8 14 2 +18 9 14 0 +18 10 14 0 +18 11 14 1 +18 12 14 1 +18 13 14 0 +18 14 14 0 +18 15 14 0 +18 16 14 0 +18 17 14 0 +18 18 14 0 +18 19 14 0 +18 20 14 0 +18 21 14 0 +18 22 14 0 +18 23 14 0 +18 24 14 0 +18 25 14 0 +18 26 14 0 +18 27 14 0 +18 28 14 0 +18 29 14 0 +18 30 14 0 +18 1 64 0 +18 2 64 0 +18 3 64 0 +18 4 64 0 +18 5 64 0 +18 6 64 0 +18 7 64 0 +18 8 64 0 +18 9 64 0 +18 10 64 0 +18 11 64 0 +18 12 64 0 +18 13 64 0 +18 14 64 0 +18 15 64 0 +18 16 64 0 +18 17 64 0 +18 18 64 0 +18 19 64 0 +18 20 64 0 +18 21 64 0 +18 22 64 0 +18 23 64 0 +18 24 64 0 +18 25 64 0 +18 26 64 0 +18 27 64 0 +18 28 64 0 +18 29 64 0 +18 30 64 0 +19 1 0 5 +19 2 0 1 +19 3 0 2 +19 4 0 2 +19 5 0 3 +19 6 0 5 +19 7 0 5 +19 8 0 5 +19 9 0 6 +19 10 0 4 +19 11 0 4 +19 12 0 6 +19 13 0 5 +19 14 0 4 +19 15 0 14 +19 16 0 7 +19 17 0 9 +19 18 0 5 +19 19 0 12 +19 20 0 18 +19 21 0 19 +19 22 0 12 +19 23 0 10 +19 24 0 15 +19 25 0 6 +19 26 0 3 +19 27 0 4 +19 28 0 3 +19 29 0 2 +19 30 0 4 +19 1 11 0 +19 2 11 0 +19 3 11 0 +19 4 11 0 +19 5 11 0 +19 6 11 1 +19 7 11 0 +19 8 11 0 +19 9 11 1 +19 10 11 0 +19 11 11 0 +19 12 11 0 +19 13 11 0 +19 14 11 0 +19 15 11 0 +19 16 11 0 +19 17 11 0 +19 18 11 0 +19 19 11 0 +19 20 11 0 +19 21 11 0 +19 22 11 0 +19 23 11 0 +19 24 11 0 +19 25 11 0 +19 26 11 0 +19 27 11 0 +19 28 11 0 +19 29 11 0 +19 30 11 0 19 1 12 0 -19 2 12 1 -19 3 12 1 +19 2 12 0 +19 3 12 0 19 4 12 0 19 5 12 0 19 6 12 0 +19 7 12 0 +19 8 12 0 +19 9 12 0 +19 10 12 0 +19 11 12 0 +19 12 12 0 +19 13 12 0 +19 14 12 0 +19 15 12 0 +19 16 12 0 +19 17 12 0 +19 18 12 0 +19 19 12 0 +19 20 12 0 +19 21 12 0 +19 22 12 0 +19 23 12 0 +19 24 12 0 +19 25 12 0 +19 26 12 0 +19 27 12 0 +19 28 12 0 +19 29 12 0 +19 30 12 0 19 1 13 0 -19 2 13 6 -19 3 13 3 -19 4 13 2 -19 5 13 1 -19 6 13 1 -19 1 14 22 -19 2 14 62 -19 3 14 29 -19 4 14 16 -19 5 14 13 -19 6 14 5 -19 1 15 0 -19 2 15 6 -19 3 15 3 -19 4 15 2 -19 5 15 1 -19 6 15 1 -19 1 18 0 -19 2 18 0 -19 3 18 0 -19 4 18 0 -19 5 18 0 -19 6 18 0 -19 1 19 0 -19 2 19 6 -19 3 19 3 -19 4 19 2 -19 5 19 1 -19 6 19 1 -19 0 26 0.167214 -19 1 63 5 -19 2 63 14 -19 3 63 8 -19 4 63 8 -19 5 63 10 -19 6 63 6 -19 1 64 13 -19 2 64 23 -19 3 64 9 -19 4 64 11 -19 5 64 11 -19 6 64 7 -20 1 0 51 -20 2 0 139 -20 3 0 84 -20 4 0 83 -20 5 0 83 -20 6 0 60 -20 1 1 13 -20 2 1 66 -20 3 1 35 -20 4 1 55 -20 5 1 62 -20 6 1 39 -20 1 2 27.7783 -20 2 2 137.443 -20 3 2 84 -20 4 2 83 -20 5 2 83 -20 6 2 60 -20 1 3 13 -20 2 3 56 -20 3 3 31 -20 4 3 54 -20 5 3 57 -20 6 3 36 -20 1 6 20 -20 2 6 84 -20 3 6 56 -20 4 6 103 -20 5 6 115 -20 6 6 84 -20 0 7 0.139908 -20 1 8 19 -20 2 8 68 -20 3 8 51 -20 4 8 97 -20 5 8 98 -20 6 8 73 -20 1 11 4 -20 2 11 22 -20 3 11 6 -20 4 11 2 -20 5 11 8 -20 6 11 4 +19 2 13 0 +19 3 13 0 +19 4 13 0 +19 5 13 0 +19 6 13 0 +19 7 13 0 +19 8 13 0 +19 9 13 0 +19 10 13 0 +19 11 13 0 +19 12 13 0 +19 13 13 0 +19 14 13 0 +19 15 13 0 +19 16 13 0 +19 17 13 0 +19 18 13 0 +19 19 13 0 +19 20 13 0 +19 21 13 0 +19 22 13 0 +19 23 13 0 +19 24 13 0 +19 25 13 0 +19 26 13 0 +19 27 13 0 +19 28 13 0 +19 29 13 0 +19 30 13 0 +19 1 14 0 +19 2 14 1 +19 3 14 0 +19 4 14 0 +19 5 14 1 +19 6 14 2 +19 7 14 0 +19 8 14 0 +19 9 14 3 +19 10 14 0 +19 11 14 0 +19 12 14 0 +19 13 14 0 +19 14 14 1 +19 15 14 0 +19 16 14 0 +19 17 14 0 +19 18 14 0 +19 19 14 0 +19 20 14 0 +19 21 14 0 +19 22 14 0 +19 23 14 0 +19 24 14 0 +19 25 14 0 +19 26 14 0 +19 27 14 0 +19 28 14 0 +19 29 14 0 +19 30 14 0 +19 1 64 0 +19 2 64 0 +19 3 64 0 +19 4 64 0 +19 5 64 0 +19 6 64 0 +19 7 64 0 +19 8 64 0 +19 9 64 0 +19 10 64 0 +19 11 64 0 +19 12 64 0 +19 13 64 0 +19 14 64 0 +19 15 64 0 +19 16 64 0 +19 17 64 0 +19 18 64 0 +19 19 64 0 +19 20 64 0 +19 21 64 0 +19 22 64 0 +19 23 64 0 +19 24 64 0 +19 25 64 0 +19 26 64 0 +19 27 64 0 +19 28 64 0 +19 29 64 0 +19 30 64 0 +20 1 0 5 +20 2 0 2 +20 3 0 1 +20 4 0 2 +20 5 0 3 +20 6 0 5 +20 7 0 6 +20 8 0 5 +20 9 0 6 +20 10 0 4 +20 11 0 3 +20 12 0 5 +20 13 0 5 +20 14 0 6 +20 15 0 11 +20 16 0 9 +20 17 0 8 +20 18 0 7 +20 19 0 11 +20 20 0 15 +20 21 0 22 +20 22 0 12 +20 23 0 9 +20 24 0 16 +20 25 0 6 +20 26 0 3 +20 27 0 4 +20 28 0 3 +20 29 0 2 +20 30 0 4 +20 1 11 0 +20 2 11 0 +20 3 11 0 +20 4 11 0 +20 5 11 1 +20 6 11 0 +20 7 11 0 +20 8 11 0 +20 9 11 0 +20 10 11 0 +20 11 11 1 +20 12 11 0 +20 13 11 0 +20 14 11 0 +20 15 11 0 +20 16 11 0 +20 17 11 0 +20 18 11 0 +20 19 11 0 +20 20 11 0 +20 21 11 0 +20 22 11 0 +20 23 11 0 +20 24 11 0 +20 25 11 0 +20 26 11 0 +20 27 11 0 +20 28 11 0 +20 29 11 0 +20 30 11 0 20 1 12 0 20 2 12 0 20 3 12 0 20 4 12 0 20 5 12 0 20 6 12 0 -20 1 13 1 -20 2 13 3 -20 3 13 1 -20 4 13 1 +20 7 12 0 +20 8 12 0 +20 9 12 0 +20 10 12 0 +20 11 12 0 +20 12 12 0 +20 13 12 0 +20 14 12 0 +20 15 12 0 +20 16 12 0 +20 17 12 0 +20 18 12 0 +20 19 12 0 +20 20 12 0 +20 21 12 0 +20 22 12 0 +20 23 12 0 +20 24 12 0 +20 25 12 0 +20 26 12 0 +20 27 12 0 +20 28 12 0 +20 29 12 0 +20 30 12 0 +20 1 13 0 +20 2 13 0 +20 3 13 0 +20 4 13 0 20 5 13 0 20 6 13 0 -20 1 14 8 -20 2 14 22 -20 3 14 12 -20 4 14 7 +20 7 13 0 +20 8 13 0 +20 9 13 0 +20 10 13 0 +20 11 13 0 +20 12 13 0 +20 13 13 0 +20 14 13 0 +20 15 13 0 +20 16 13 0 +20 17 13 0 +20 18 13 0 +20 19 13 0 +20 20 13 0 +20 21 13 0 +20 22 13 0 +20 23 13 0 +20 24 13 0 +20 25 13 0 +20 26 13 0 +20 27 13 0 +20 28 13 0 +20 29 13 0 +20 30 13 0 +20 1 14 0 +20 2 14 1 +20 3 14 0 +20 4 14 0 20 5 14 1 20 6 14 0 -20 1 15 1 -20 2 15 3 -20 3 15 1 -20 4 15 1 -20 5 15 0 -20 6 15 0 -20 1 18 0 -20 2 18 0 -20 3 18 0 -20 4 18 0 -20 5 18 0 -20 6 18 0 -20 1 19 1 -20 2 19 3 -20 3 19 1 -20 4 19 1 -20 5 19 0 -20 6 19 0 -20 0 26 0.167214 -20 1 63 4 -20 2 63 20 -20 3 63 6 -20 4 63 2 -20 5 63 7 -20 6 63 4 -20 1 64 12 -20 2 64 37 -20 3 64 9 -20 4 64 3 -20 5 64 10 -20 6 64 5 -21 1 0 48 -21 2 0 141 -21 3 0 84 -21 4 0 84 -21 5 0 83 -21 6 0 60 -21 1 1 11 -21 2 1 44 -21 3 1 37 -21 4 1 48 -21 5 1 62 -21 6 1 40 -21 1 2 23.657 -21 2 2 139.323 -21 3 2 84 -21 4 2 84 -21 5 2 83 -21 6 2 60 -21 1 3 10 -21 2 3 40 -21 3 3 33 -21 4 3 46 -21 5 3 54 -21 6 3 37 -21 1 6 12 -21 2 6 50 -21 3 6 59 -21 4 6 78 -21 5 6 117 -21 6 6 66 -21 0 7 0.12885 -21 1 8 11 -21 2 8 45 -21 3 8 52 -21 4 8 71 -21 5 8 97 -21 6 8 61 -21 1 11 2 -21 2 11 4 -21 3 11 3 -21 4 11 1 -21 5 11 6 -21 6 11 7 +20 7 14 0 +20 8 14 2 +20 9 14 0 +20 10 14 0 +20 11 14 1 +20 12 14 0 +20 13 14 1 +20 14 14 0 +20 15 14 0 +20 16 14 1 +20 17 14 0 +20 18 14 0 +20 19 14 1 +20 20 14 0 +20 21 14 0 +20 22 14 0 +20 23 14 0 +20 24 14 0 +20 25 14 0 +20 26 14 0 +20 27 14 0 +20 28 14 0 +20 29 14 0 +20 30 14 0 +20 1 64 0 +20 2 64 0 +20 3 64 0 +20 4 64 0 +20 5 64 0 +20 6 64 0 +20 7 64 0 +20 8 64 0 +20 9 64 0 +20 10 64 0 +20 11 64 0 +20 12 64 0 +20 13 64 0 +20 14 64 0 +20 15 64 0 +20 16 64 0 +20 17 64 0 +20 18 64 0 +20 19 64 0 +20 20 64 0 +20 21 64 0 +20 22 64 0 +20 23 64 0 +20 24 64 0 +20 25 64 0 +20 26 64 0 +20 27 64 0 +20 28 64 0 +20 29 64 0 +20 30 64 0 +21 1 0 4 +21 2 0 2 +21 3 0 1 +21 4 0 2 +21 5 0 2 +21 6 0 4 +21 7 0 10 +21 8 0 3 +21 9 0 4 +21 10 0 6 +21 11 0 4 +21 12 0 5 +21 13 0 4 +21 14 0 8 +21 15 0 11 +21 16 0 7 +21 17 0 9 +21 18 0 7 +21 19 0 6 +21 20 0 20 +21 21 0 21 +21 22 0 13 +21 23 0 7 +21 24 0 17 +21 25 0 7 +21 26 0 2 +21 27 0 5 +21 28 0 2 +21 29 0 3 +21 30 0 4 +21 1 11 0 +21 2 11 0 +21 3 11 0 +21 4 11 0 +21 5 11 1 +21 6 11 0 +21 7 11 2 +21 8 11 0 +21 9 11 1 +21 10 11 0 +21 11 11 0 +21 12 11 1 +21 13 11 1 +21 14 11 0 +21 15 11 0 +21 16 11 0 +21 17 11 0 +21 18 11 0 +21 19 11 0 +21 20 11 0 +21 21 11 0 +21 22 11 0 +21 23 11 0 +21 24 11 0 +21 25 11 0 +21 26 11 0 +21 27 11 0 +21 28 11 0 +21 29 11 0 +21 30 11 0 21 1 12 0 21 2 12 0 21 3 12 0 21 4 12 0 21 5 12 0 21 6 12 0 -21 1 13 2 -21 2 13 3 -21 3 13 2 -21 4 13 1 +21 7 12 0 +21 8 12 0 +21 9 12 0 +21 10 12 0 +21 11 12 0 +21 12 12 0 +21 13 12 0 +21 14 12 0 +21 15 12 0 +21 16 12 0 +21 17 12 0 +21 18 12 0 +21 19 12 0 +21 20 12 0 +21 21 12 0 +21 22 12 0 +21 23 12 0 +21 24 12 0 +21 25 12 0 +21 26 12 0 +21 27 12 0 +21 28 12 0 +21 29 12 0 +21 30 12 0 +21 1 13 0 +21 2 13 0 +21 3 13 0 +21 4 13 0 21 5 13 0 21 6 13 0 -21 1 14 8 -21 2 14 31 -21 3 14 16 -21 4 14 12 -21 5 14 5 -21 6 14 3 -21 1 15 2 -21 2 15 4 -21 3 15 2 -21 4 15 1 -21 5 15 0 -21 6 15 0 -21 1 18 1 -21 2 18 0 -21 3 18 0 -21 4 18 0 -21 5 18 0 -21 6 18 0 -21 1 19 2 -21 2 19 4 -21 3 19 2 -21 4 19 1 -21 5 19 0 -21 6 19 0 -21 0 26 0.169379 -21 1 63 2 -21 2 63 4 -21 3 63 3 -21 4 63 1 -21 5 63 5 -21 6 63 6 -21 1 64 15 -21 2 64 18 -21 3 64 10 -21 4 64 3 -21 5 64 9 -21 6 64 11 -22 1 0 46 -22 2 0 128 -22 3 0 93 -22 4 0 91 -22 5 0 82 -22 6 0 60 -22 1 1 20 -22 2 1 90 -22 3 1 78 -22 4 1 83 -22 5 1 72 -22 6 1 50 -22 1 2 28.3137 -22 2 2 127.017 -22 3 2 93 -22 4 2 91 -22 5 2 82 -22 6 2 60 -22 1 3 16 -22 2 3 87 -22 3 3 74 -22 4 3 77 -22 5 3 71 -22 6 3 50 -22 1 6 30 -22 2 6 183 -22 3 6 169 -22 4 6 235 -22 5 6 235 -22 6 6 163 -22 0 7 0.20074 -22 1 8 26 -22 2 8 161 -22 3 8 155 -22 4 8 201 -22 5 8 218 -22 6 8 147 -22 1 11 4 -22 2 11 18 -22 3 11 3 -22 4 11 7 -22 5 11 12 -22 6 11 12 +21 7 13 0 +21 8 13 0 +21 9 13 0 +21 10 13 0 +21 11 13 0 +21 12 13 0 +21 13 13 0 +21 14 13 0 +21 15 13 0 +21 16 13 0 +21 17 13 0 +21 18 13 0 +21 19 13 0 +21 20 13 0 +21 21 13 0 +21 22 13 0 +21 23 13 0 +21 24 13 0 +21 25 13 0 +21 26 13 0 +21 27 13 0 +21 28 13 0 +21 29 13 0 +21 30 13 0 +21 1 14 0 +21 2 14 1 +21 3 14 0 +21 4 14 0 +21 5 14 3 +21 6 14 1 +21 7 14 2 +21 8 14 0 +21 9 14 1 +21 10 14 2 +21 11 14 0 +21 12 14 1 +21 13 14 1 +21 14 14 0 +21 15 14 2 +21 16 14 0 +21 17 14 0 +21 18 14 0 +21 19 14 0 +21 20 14 0 +21 21 14 0 +21 22 14 0 +21 23 14 0 +21 24 14 0 +21 25 14 0 +21 26 14 0 +21 27 14 0 +21 28 14 0 +21 29 14 0 +21 30 14 0 +21 1 64 0 +21 2 64 0 +21 3 64 0 +21 4 64 0 +21 5 64 0 +21 6 64 0 +21 7 64 0 +21 8 64 0 +21 9 64 0 +21 10 64 0 +21 11 64 0 +21 12 64 0 +21 13 64 0 +21 14 64 0 +21 15 64 0 +21 16 64 0 +21 17 64 0 +21 18 64 0 +21 19 64 0 +21 20 64 0 +21 21 64 0 +21 22 64 0 +21 23 64 0 +21 24 64 0 +21 25 64 0 +21 26 64 0 +21 27 64 0 +21 28 64 0 +21 29 64 0 +21 30 64 0 +22 1 0 6 +22 2 0 3 +22 3 0 1 +22 4 0 2 +22 5 0 3 +22 6 0 2 +22 7 0 9 +22 8 0 4 +22 9 0 4 +22 10 0 7 +22 11 0 3 +22 12 0 6 +22 13 0 4 +22 14 0 6 +22 15 0 10 +22 16 0 8 +22 17 0 10 +22 18 0 7 +22 19 0 6 +22 20 0 19 +22 21 0 20 +22 22 0 14 +22 23 0 7 +22 24 0 15 +22 25 0 8 +22 26 0 2 +22 27 0 5 +22 28 0 2 +22 29 0 3 +22 30 0 4 +22 1 11 1 +22 2 11 0 +22 3 11 1 +22 4 11 0 +22 5 11 0 +22 6 11 0 +22 7 11 1 +22 8 11 0 +22 9 11 0 +22 10 11 0 +22 11 11 0 +22 12 11 0 +22 13 11 0 +22 14 11 0 +22 15 11 0 +22 16 11 0 +22 17 11 0 +22 18 11 0 +22 19 11 0 +22 20 11 0 +22 21 11 0 +22 22 11 0 +22 23 11 0 +22 24 11 0 +22 25 11 0 +22 26 11 0 +22 27 11 0 +22 28 11 0 +22 29 11 0 +22 30 11 0 22 1 12 0 22 2 12 0 22 3 12 0 22 4 12 0 22 5 12 0 22 6 12 0 -22 1 13 3 -22 2 13 9 -22 3 13 4 +22 7 12 0 +22 8 12 0 +22 9 12 0 +22 10 12 0 +22 11 12 0 +22 12 12 0 +22 13 12 0 +22 14 12 0 +22 15 12 0 +22 16 12 0 +22 17 12 0 +22 18 12 0 +22 19 12 0 +22 20 12 0 +22 21 12 0 +22 22 12 0 +22 23 12 0 +22 24 12 0 +22 25 12 0 +22 26 12 0 +22 27 12 0 +22 28 12 0 +22 29 12 0 +22 30 12 0 +22 1 13 0 +22 2 13 0 +22 3 13 0 22 4 13 0 22 5 13 0 22 6 13 0 -22 1 14 32 -22 2 14 86 -22 3 14 35 -22 4 14 24 -22 5 14 18 -22 6 14 9 -22 1 15 3 -22 2 15 8 -22 3 15 4 -22 4 15 0 -22 5 15 0 -22 6 15 0 -22 1 18 0 -22 2 18 0 -22 3 18 0 -22 4 18 0 -22 5 18 0 -22 6 18 0 -22 1 19 3 -22 2 19 8 -22 3 19 4 -22 4 19 0 -22 5 19 0 -22 6 19 0 -22 0 26 0.169379 -22 1 63 4 -22 2 63 17 -22 3 63 3 -22 4 63 7 -22 5 63 12 -22 6 63 12 -22 1 64 9 -22 2 64 31 -22 3 64 6 -22 4 64 9 -22 5 64 14 -22 6 64 12 -23 1 0 50 -23 2 0 126 -23 3 0 95 -23 4 0 88 -23 5 0 82 -23 6 0 59 -23 1 1 22 -23 2 1 89 -23 3 1 76 -23 4 1 80 -23 5 1 72 -23 6 1 48 -23 1 2 29.2475 -23 2 2 125.171 -23 3 2 95 -23 4 2 88 -23 5 2 82 -23 6 2 59 -23 1 3 18 -23 2 3 84 -23 3 3 73 -23 4 3 79 -23 5 3 72 -23 6 3 48 -23 1 6 38 -23 2 6 166 -23 3 6 144 -23 4 6 189 -23 5 6 195 -23 6 6 132 -23 0 7 0.201773 -23 1 8 28 -23 2 8 151 -23 3 8 126 -23 4 8 175 -23 5 8 181 -23 6 8 117 -23 1 11 4 -23 2 11 19 -23 3 11 13 -23 4 11 3 -23 5 11 4 -23 6 11 4 +22 7 13 0 +22 8 13 0 +22 9 13 0 +22 10 13 0 +22 11 13 0 +22 12 13 0 +22 13 13 0 +22 14 13 0 +22 15 13 0 +22 16 13 0 +22 17 13 0 +22 18 13 0 +22 19 13 0 +22 20 13 0 +22 21 13 0 +22 22 13 0 +22 23 13 0 +22 24 13 0 +22 25 13 0 +22 26 13 0 +22 27 13 0 +22 28 13 0 +22 29 13 0 +22 30 13 0 +22 1 14 1 +22 2 14 0 +22 3 14 2 +22 4 14 0 +22 5 14 1 +22 6 14 1 +22 7 14 4 +22 8 14 0 +22 9 14 1 +22 10 14 2 +22 11 14 0 +22 12 14 1 +22 13 14 0 +22 14 14 1 +22 15 14 0 +22 16 14 1 +22 17 14 0 +22 18 14 0 +22 19 14 0 +22 20 14 0 +22 21 14 0 +22 22 14 0 +22 23 14 0 +22 24 14 0 +22 25 14 0 +22 26 14 0 +22 27 14 0 +22 28 14 0 +22 29 14 0 +22 30 14 0 +22 1 64 0 +22 2 64 0 +22 3 64 0 +22 4 64 0 +22 5 64 0 +22 6 64 0 +22 7 64 0 +22 8 64 0 +22 9 64 0 +22 10 64 0 +22 11 64 0 +22 12 64 0 +22 13 64 0 +22 14 64 0 +22 15 64 0 +22 16 64 0 +22 17 64 0 +22 18 64 0 +22 19 64 0 +22 20 64 0 +22 21 64 0 +22 22 64 0 +22 23 64 0 +22 24 64 0 +22 25 64 0 +22 26 64 0 +22 27 64 0 +22 28 64 0 +22 29 64 0 +22 30 64 0 +23 1 0 5 +23 2 0 2 +23 3 0 3 +23 4 0 1 +23 5 0 3 +23 6 0 2 +23 7 0 8 +23 8 0 5 +23 9 0 5 +23 10 0 6 +23 11 0 4 +23 12 0 4 +23 13 0 6 +23 14 0 5 +23 15 0 12 +23 16 0 8 +23 17 0 10 +23 18 0 6 +23 19 0 7 +23 20 0 19 +23 21 0 20 +23 22 0 14 +23 23 0 7 +23 24 0 15 +23 25 0 8 +23 26 0 2 +23 27 0 4 +23 28 0 2 +23 29 0 3 +23 30 0 4 +23 1 11 0 +23 2 11 1 +23 3 11 0 +23 4 11 0 +23 5 11 0 +23 6 11 0 +23 7 11 1 +23 8 11 0 +23 9 11 0 +23 10 11 0 +23 11 11 0 +23 12 11 0 +23 13 11 0 +23 14 11 0 +23 15 11 0 +23 16 11 0 +23 17 11 0 +23 18 11 0 +23 19 11 0 +23 20 11 0 +23 21 11 0 +23 22 11 0 +23 23 11 0 +23 24 11 0 +23 25 11 0 +23 26 11 0 +23 27 11 0 +23 28 11 0 +23 29 11 0 +23 30 11 0 23 1 12 0 23 2 12 0 23 3 12 0 23 4 12 0 23 5 12 0 -23 6 12 1 -23 1 13 2 -23 2 13 6 -23 3 13 3 -23 4 13 2 -23 5 13 1 -23 6 13 1 -23 1 14 23 -23 2 14 52 -23 3 14 29 -23 4 14 14 -23 5 14 11 +23 6 12 0 +23 7 12 0 +23 8 12 0 +23 9 12 0 +23 10 12 0 +23 11 12 0 +23 12 12 0 +23 13 12 0 +23 14 12 0 +23 15 12 0 +23 16 12 0 +23 17 12 0 +23 18 12 0 +23 19 12 0 +23 20 12 0 +23 21 12 0 +23 22 12 0 +23 23 12 0 +23 24 12 0 +23 25 12 0 +23 26 12 0 +23 27 12 0 +23 28 12 0 +23 29 12 0 +23 30 12 0 +23 1 13 0 +23 2 13 0 +23 3 13 0 +23 4 13 0 +23 5 13 0 +23 6 13 0 +23 7 13 0 +23 8 13 0 +23 9 13 0 +23 10 13 0 +23 11 13 0 +23 12 13 0 +23 13 13 0 +23 14 13 0 +23 15 13 0 +23 16 13 0 +23 17 13 0 +23 18 13 0 +23 19 13 0 +23 20 13 0 +23 21 13 0 +23 22 13 0 +23 23 13 0 +23 24 13 0 +23 25 13 0 +23 26 13 0 +23 27 13 0 +23 28 13 0 +23 29 13 0 +23 30 13 0 +23 1 14 0 +23 2 14 2 +23 3 14 1 +23 4 14 1 +23 5 14 0 23 6 14 1 -23 1 15 2 -23 2 15 8 -23 3 15 3 -23 4 15 3 -23 5 15 1 -23 6 15 1 -23 1 18 0 -23 2 18 0 -23 3 18 0 -23 4 18 0 -23 5 18 0 -23 6 18 0 -23 1 19 2 -23 2 19 8 -23 3 19 3 -23 4 19 3 -23 5 19 1 -23 6 19 1 -23 0 26 0.169379 -23 1 63 4 -23 2 63 17 -23 3 63 13 -23 4 63 3 -23 5 63 4 -23 6 63 5 -23 1 64 9 -23 2 64 23 -23 3 64 16 -23 4 64 3 -23 5 64 4 -23 6 64 6 -24 1 0 57 -24 2 0 121 -24 3 0 97 -24 4 0 84 -24 5 0 82 -24 6 0 59 -24 1 1 15 -24 2 1 50 -24 3 1 54 -24 4 1 61 -24 5 1 58 -24 6 1 38 -24 1 2 30.5209 -24 2 2 120.136 -24 3 2 97 -24 4 2 84 -24 5 2 82 -24 6 2 59 -24 1 3 13 -24 2 3 49 -24 3 3 53 -24 4 3 52 -24 5 3 56 -24 6 3 37 -24 1 6 19 -24 2 6 70 -24 3 6 88 -24 4 6 109 -24 5 6 110 -24 6 6 73 -24 0 7 0.146411 -24 1 8 17 -24 2 8 67 -24 3 8 83 -24 4 8 94 -24 5 8 97 -24 6 8 66 -24 1 11 4 -24 2 11 12 -24 3 11 6 -24 4 11 6 -24 5 11 10 -24 6 11 4 +23 7 14 2 +23 8 14 0 +23 9 14 1 +23 10 14 0 +23 11 14 1 +23 12 14 1 +23 13 14 0 +23 14 14 0 +23 15 14 0 +23 16 14 0 +23 17 14 0 +23 18 14 0 +23 19 14 0 +23 20 14 0 +23 21 14 0 +23 22 14 0 +23 23 14 0 +23 24 14 0 +23 25 14 0 +23 26 14 0 +23 27 14 0 +23 28 14 0 +23 29 14 0 +23 30 14 0 +23 1 64 0 +23 2 64 0 +23 3 64 0 +23 4 64 0 +23 5 64 0 +23 6 64 0 +23 7 64 0 +23 8 64 0 +23 9 64 0 +23 10 64 0 +23 11 64 0 +23 12 64 0 +23 13 64 0 +23 14 64 0 +23 15 64 0 +23 16 64 0 +23 17 64 0 +23 18 64 0 +23 19 64 0 +23 20 64 0 +23 21 64 0 +23 22 64 0 +23 23 64 0 +23 24 64 0 +23 25 64 0 +23 26 64 0 +23 27 64 0 +23 28 64 0 +23 29 64 0 +23 30 64 0 +24 1 0 4 +24 2 0 2 +24 3 0 2 +24 4 0 3 +24 5 0 3 +24 6 0 3 +24 7 0 7 +24 8 0 6 +24 9 0 5 +24 10 0 6 +24 11 0 4 +24 12 0 3 +24 13 0 5 +24 14 0 5 +24 15 0 14 +24 16 0 6 +24 17 0 11 +24 18 0 6 +24 19 0 7 +24 20 0 19 +24 21 0 19 +24 22 0 15 +24 23 0 7 +24 24 0 16 +24 25 0 8 +24 26 0 2 +24 27 0 4 +24 28 0 2 +24 29 0 3 +24 30 0 3 +24 1 11 0 +24 2 11 0 +24 3 11 0 +24 4 11 0 +24 5 11 0 +24 6 11 0 +24 7 11 2 +24 8 11 0 +24 9 11 0 +24 10 11 1 +24 11 11 0 +24 12 11 0 +24 13 11 0 +24 14 11 0 +24 15 11 0 +24 16 11 0 +24 17 11 0 +24 18 11 0 +24 19 11 0 +24 20 11 0 +24 21 11 0 +24 22 11 0 +24 23 11 0 +24 24 11 0 +24 25 11 0 +24 26 11 0 +24 27 11 0 +24 28 11 0 +24 29 11 0 +24 30 11 0 24 1 12 0 24 2 12 0 24 3 12 0 24 4 12 0 24 5 12 0 24 6 12 0 +24 7 12 0 +24 8 12 0 +24 9 12 0 +24 10 12 0 +24 11 12 0 +24 12 12 0 +24 13 12 0 +24 14 12 0 +24 15 12 0 +24 16 12 0 +24 17 12 0 +24 18 12 0 +24 19 12 0 +24 20 12 0 +24 21 12 0 +24 22 12 0 +24 23 12 0 +24 24 12 0 +24 25 12 0 +24 26 12 0 +24 27 12 0 +24 28 12 0 +24 29 12 0 +24 30 12 0 24 1 13 0 -24 2 13 4 -24 3 13 1 -24 4 13 3 +24 2 13 0 +24 3 13 0 +24 4 13 0 24 5 13 0 24 6 13 0 -24 1 14 9 -24 2 14 17 -24 3 14 15 -24 4 14 7 -24 5 14 2 +24 7 13 0 +24 8 13 0 +24 9 13 0 +24 10 13 0 +24 11 13 0 +24 12 13 0 +24 13 13 0 +24 14 13 0 +24 15 13 0 +24 16 13 0 +24 17 13 0 +24 18 13 0 +24 19 13 0 +24 20 13 0 +24 21 13 0 +24 22 13 0 +24 23 13 0 +24 24 13 0 +24 25 13 0 +24 26 13 0 +24 27 13 0 +24 28 13 0 +24 29 13 0 +24 30 13 0 +24 1 14 0 +24 2 14 0 +24 3 14 1 +24 4 14 0 +24 5 14 0 24 6 14 1 -24 1 15 0 -24 2 15 2 -24 3 15 1 -24 4 15 2 -24 5 15 0 -24 6 15 0 -24 1 18 0 -24 2 18 0 -24 3 18 0 -24 4 18 0 -24 5 18 0 -24 6 18 0 -24 1 19 0 -24 2 19 2 -24 3 19 1 -24 4 19 2 -24 5 19 0 -24 6 19 0 -24 0 26 0.169379 -24 1 63 4 -24 2 63 12 -24 3 63 6 -24 4 63 4 -24 5 63 9 -24 6 63 3 -24 1 64 13 -24 2 64 23 -24 3 64 11 -24 4 64 7 -24 5 64 12 -24 6 64 6 -25 1 0 47 -25 2 0 130 -25 3 0 98 -25 4 0 82 -25 5 0 85 -25 6 0 58 -25 1 1 13 -25 2 1 41 -25 3 1 45 -25 4 1 44 -25 5 1 54 -25 6 1 35 -25 1 2 22.2112 -25 2 2 128.469 -25 3 2 98 -25 4 2 82 -25 5 2 85 -25 6 2 58 -25 1 3 12 -25 2 3 38 -25 3 3 44 -25 4 3 40 -25 5 3 49 -25 6 3 33 -25 1 6 15 -25 2 6 58 -25 3 6 55 -25 4 6 73 -25 5 6 86 -25 6 6 63 -25 0 7 0.121638 -25 1 8 14 -25 2 8 53 -25 3 8 52 -25 4 8 63 -25 5 8 76 -25 6 8 56 -25 1 11 2 -25 2 11 11 -25 3 11 4 -25 4 11 4 -25 5 11 7 -25 6 11 2 +24 7 14 2 +24 8 14 0 +24 9 14 0 +24 10 14 2 +24 11 14 0 +24 12 14 1 +24 13 14 1 +24 14 14 0 +24 15 14 1 +24 16 14 0 +24 17 14 0 +24 18 14 0 +24 19 14 0 +24 20 14 0 +24 21 14 0 +24 22 14 0 +24 23 14 0 +24 24 14 0 +24 25 14 0 +24 26 14 0 +24 27 14 0 +24 28 14 0 +24 29 14 0 +24 30 14 0 +24 1 64 0 +24 2 64 0 +24 3 64 0 +24 4 64 0 +24 5 64 0 +24 6 64 0 +24 7 64 0 +24 8 64 0 +24 9 64 0 +24 10 64 0 +24 11 64 0 +24 12 64 0 +24 13 64 0 +24 14 64 0 +24 15 64 0 +24 16 64 0 +24 17 64 0 +24 18 64 0 +24 19 64 0 +24 20 64 0 +24 21 64 0 +24 22 64 0 +24 23 64 0 +24 24 64 0 +24 25 64 0 +24 26 64 0 +24 27 64 0 +24 28 64 0 +24 29 64 0 +24 30 64 0 +25 1 0 5 +25 2 0 4 +25 3 0 0 +25 4 0 0 +25 5 0 3 +25 6 0 3 +25 7 0 5 +25 8 0 10 +25 9 0 3 +25 10 0 4 +25 11 0 6 +25 12 0 4 +25 13 0 5 +25 14 0 4 +25 15 0 14 +25 16 0 8 +25 17 0 9 +25 18 0 7 +25 19 0 7 +25 20 0 19 +25 21 0 20 +25 22 0 13 +25 23 0 9 +25 24 0 16 +25 25 0 8 +25 26 0 2 +25 27 0 3 +25 28 0 3 +25 29 0 3 +25 30 0 3 +25 1 11 0 +25 2 11 0 +25 3 11 1 +25 4 11 0 +25 5 11 0 +25 6 11 0 +25 7 11 2 +25 8 11 3 +25 9 11 0 +25 10 11 0 +25 11 11 0 +25 12 11 1 +25 13 11 0 +25 14 11 0 +25 15 11 0 +25 16 11 0 +25 17 11 0 +25 18 11 0 +25 19 11 0 +25 20 11 0 +25 21 11 0 +25 22 11 0 +25 23 11 0 +25 24 11 0 +25 25 11 0 +25 26 11 0 +25 27 11 0 +25 28 11 0 +25 29 11 0 +25 30 11 0 25 1 12 0 25 2 12 0 25 3 12 0 25 4 12 0 25 5 12 0 25 6 12 0 -25 1 13 2 -25 2 13 2 +25 7 12 0 +25 8 12 0 +25 9 12 0 +25 10 12 0 +25 11 12 0 +25 12 12 0 +25 13 12 0 +25 14 12 0 +25 15 12 0 +25 16 12 0 +25 17 12 0 +25 18 12 0 +25 19 12 0 +25 20 12 0 +25 21 12 0 +25 22 12 0 +25 23 12 0 +25 24 12 0 +25 25 12 0 +25 26 12 0 +25 27 12 0 +25 28 12 0 +25 29 12 0 +25 30 12 0 +25 1 13 0 +25 2 13 0 25 3 13 0 -25 4 13 1 +25 4 13 0 25 5 13 0 -25 6 13 1 -25 1 14 11 -25 2 14 24 -25 3 14 10 -25 4 14 7 -25 5 14 5 -25 6 14 1 -25 1 15 2 -25 2 15 3 -25 3 15 0 -25 4 15 1 -25 5 15 0 -25 6 15 1 -25 1 18 0 -25 2 18 0 -25 3 18 0 -25 4 18 0 -25 5 18 0 -25 6 18 0 -25 1 19 2 -25 2 19 3 -25 3 19 0 -25 4 19 1 -25 5 19 0 -25 6 19 1 -25 0 26 0.170304 -25 1 63 2 -25 2 63 11 -25 3 63 4 -25 4 63 3 -25 5 63 7 -25 6 63 2 -25 1 64 12 -25 2 64 23 -25 3 64 15 -25 4 64 8 -25 5 64 11 -25 6 64 6 -26 1 0 52 -26 2 0 117 -26 3 0 104 -26 4 0 84 -26 5 0 83 -26 6 0 60 -26 1 1 27 -26 2 1 87 -26 3 1 81 -26 4 1 77 -26 5 1 75 -26 6 1 56 -26 1 2 30.6686 -26 2 2 116.024 -26 3 2 104 -26 4 2 84 -26 5 2 83 -26 6 2 60 -26 1 3 25 -26 2 3 85 -26 3 3 74 -26 4 3 72 -26 5 3 72 -26 6 3 55 -26 1 6 48 -26 2 6 190 -26 3 6 196 -26 4 6 213 -26 5 6 237 -26 6 6 173 -26 0 7 0.204884 -26 1 8 39 -26 2 8 172 -26 3 8 171 -26 4 8 191 -26 5 8 200 -26 6 8 158 -26 1 11 8 -26 2 11 16 -26 3 11 12 -26 4 11 2 -26 5 11 5 -26 6 11 5 +25 6 13 0 +25 7 13 0 +25 8 13 0 +25 9 13 0 +25 10 13 0 +25 11 13 0 +25 12 13 0 +25 13 13 0 +25 14 13 0 +25 15 13 0 +25 16 13 0 +25 17 13 0 +25 18 13 0 +25 19 13 0 +25 20 13 0 +25 21 13 0 +25 22 13 0 +25 23 13 0 +25 24 13 0 +25 25 13 0 +25 26 13 0 +25 27 13 0 +25 28 13 0 +25 29 13 0 +25 30 13 0 +25 1 14 1 +25 2 14 1 +25 3 14 1 +25 4 14 0 +25 5 14 1 +25 6 14 0 +25 7 14 4 +25 8 14 3 +25 9 14 0 +25 10 14 0 +25 11 14 2 +25 12 14 1 +25 13 14 0 +25 14 14 0 +25 15 14 0 +25 16 14 0 +25 17 14 0 +25 18 14 0 +25 19 14 0 +25 20 14 0 +25 21 14 0 +25 22 14 0 +25 23 14 0 +25 24 14 0 +25 25 14 0 +25 26 14 0 +25 27 14 0 +25 28 14 0 +25 29 14 0 +25 30 14 0 +25 1 64 0 +25 2 64 0 +25 3 64 0 +25 4 64 0 +25 5 64 0 +25 6 64 0 +25 7 64 0 +25 8 64 0 +25 9 64 0 +25 10 64 0 +25 11 64 0 +25 12 64 0 +25 13 64 0 +25 14 64 0 +25 15 64 0 +25 16 64 0 +25 17 64 0 +25 18 64 0 +25 19 64 0 +25 20 64 0 +25 21 64 0 +25 22 64 0 +25 23 64 0 +25 24 64 0 +25 25 64 0 +25 26 64 0 +25 27 64 0 +25 28 64 0 +25 29 64 0 +25 30 64 0 +26 1 0 5 +26 2 0 4 +26 3 0 4 +26 4 0 0 +26 5 0 2 +26 6 0 3 +26 7 0 4 +26 8 0 9 +26 9 0 4 +26 10 0 4 +26 11 0 7 +26 12 0 3 +26 13 0 6 +26 14 0 4 +26 15 0 12 +26 16 0 10 +26 17 0 9 +26 18 0 7 +26 19 0 6 +26 20 0 17 +26 21 0 18 +26 22 0 15 +26 23 0 9 +26 24 0 14 +26 25 0 10 +26 26 0 2 +26 27 0 2 +26 28 0 4 +26 29 0 3 +26 30 0 3 +26 1 11 0 +26 2 11 0 +26 3 11 1 +26 4 11 0 +26 5 11 1 +26 6 11 0 +26 7 11 2 +26 8 11 0 +26 9 11 0 +26 10 11 0 +26 11 11 0 +26 12 11 0 +26 13 11 0 +26 14 11 0 +26 15 11 0 +26 16 11 0 +26 17 11 0 +26 18 11 0 +26 19 11 0 +26 20 11 0 +26 21 11 0 +26 22 11 0 +26 23 11 0 +26 24 11 0 +26 25 11 0 +26 26 11 0 +26 27 11 0 +26 28 11 0 +26 29 11 0 +26 30 11 0 26 1 12 0 -26 2 12 1 +26 2 12 0 26 3 12 0 26 4 12 0 26 5 12 0 26 6 12 0 -26 1 13 5 -26 2 13 10 -26 3 13 5 -26 4 13 3 -26 5 13 1 +26 7 12 0 +26 8 12 0 +26 9 12 0 +26 10 12 0 +26 11 12 0 +26 12 12 0 +26 13 12 0 +26 14 12 0 +26 15 12 0 +26 16 12 0 +26 17 12 0 +26 18 12 0 +26 19 12 0 +26 20 12 0 +26 21 12 0 +26 22 12 0 +26 23 12 0 +26 24 12 0 +26 25 12 0 +26 26 12 0 +26 27 12 0 +26 28 12 0 +26 29 12 0 +26 30 12 0 +26 1 13 0 +26 2 13 0 +26 3 13 0 +26 4 13 0 +26 5 13 0 26 6 13 0 -26 1 14 43 -26 2 14 88 -26 3 14 45 -26 4 14 27 -26 5 14 9 -26 6 14 3 -26 1 15 6 -26 2 15 9 -26 3 15 5 -26 4 15 3 -26 5 15 1 -26 6 15 0 -26 1 18 1 -26 2 18 0 -26 3 18 0 -26 4 18 0 -26 5 18 0 -26 6 18 0 -26 1 19 6 -26 2 19 9 -26 3 19 5 -26 4 19 3 -26 5 19 1 -26 6 19 0 -26 0 26 0.170304 -26 1 63 6 -26 2 63 15 -26 3 63 11 -26 4 63 1 -26 5 63 5 -26 6 63 5 -26 1 64 16 -26 2 64 30 -26 3 64 15 -26 4 64 4 -26 5 64 7 -26 6 64 8 -27 1 0 48 -27 2 0 125 -27 3 0 101 -27 4 0 85 -27 5 0 80 -27 6 0 61 -27 1 1 19 -27 2 1 89 -27 3 1 84 -27 4 1 77 -27 5 1 69 -27 6 1 56 -27 1 2 28.8162 -27 2 2 123.845 -27 3 2 101 -27 4 2 85 -27 5 2 80 -27 6 2 61 -27 1 3 18 -27 2 3 85 -27 3 3 78 -27 4 3 69 -27 5 3 68 -27 6 3 56 -27 1 6 29 -27 2 6 159 -27 3 6 176 -27 4 6 202 -27 5 6 195 -27 6 6 157 -27 0 7 0.201293 -27 1 8 27 -27 2 8 145 -27 3 8 155 -27 4 8 170 -27 5 8 167 -27 6 8 144 -27 1 11 5 -27 2 11 12 -27 3 11 11 -27 4 11 8 -27 5 11 7 -27 6 11 7 +26 7 13 0 +26 8 13 0 +26 9 13 0 +26 10 13 0 +26 11 13 0 +26 12 13 0 +26 13 13 0 +26 14 13 0 +26 15 13 0 +26 16 13 0 +26 17 13 0 +26 18 13 0 +26 19 13 0 +26 20 13 0 +26 21 13 0 +26 22 13 0 +26 23 13 0 +26 24 13 0 +26 25 13 0 +26 26 13 0 +26 27 13 0 +26 28 13 0 +26 29 13 0 +26 30 13 0 +26 1 14 0 +26 2 14 0 +26 3 14 1 +26 4 14 0 +26 5 14 1 +26 6 14 0 +26 7 14 3 +26 8 14 2 +26 9 14 0 +26 10 14 1 +26 11 14 1 +26 12 14 2 +26 13 14 0 +26 14 14 0 +26 15 14 1 +26 16 14 0 +26 17 14 0 +26 18 14 0 +26 19 14 0 +26 20 14 0 +26 21 14 0 +26 22 14 0 +26 23 14 0 +26 24 14 0 +26 25 14 0 +26 26 14 0 +26 27 14 0 +26 28 14 0 +26 29 14 0 +26 30 14 0 +26 1 64 0 +26 2 64 0 +26 3 64 0 +26 4 64 0 +26 5 64 0 +26 6 64 0 +26 7 64 0 +26 8 64 0 +26 9 64 0 +26 10 64 0 +26 11 64 0 +26 12 64 0 +26 13 64 0 +26 14 64 0 +26 15 64 0 +26 16 64 0 +26 17 64 0 +26 18 64 0 +26 19 64 0 +26 20 64 0 +26 21 64 0 +26 22 64 0 +26 23 64 0 +26 24 64 0 +26 25 64 0 +26 26 64 0 +26 27 64 0 +26 28 64 0 +26 29 64 0 +26 30 64 0 +27 1 0 6 +27 2 0 1 +27 3 0 4 +27 4 0 4 +27 5 0 0 +27 6 0 3 +27 7 0 5 +27 8 0 7 +27 9 0 5 +27 10 0 5 +27 11 0 6 +27 12 0 4 +27 13 0 4 +27 14 0 6 +27 15 0 9 +27 16 0 14 +27 17 0 7 +27 18 0 9 +27 19 0 5 +27 20 0 16 +27 21 0 18 +27 22 0 15 +27 23 0 9 +27 24 0 13 +27 25 0 10 +27 26 0 3 +27 27 0 2 +27 28 0 4 +27 29 0 3 +27 30 0 3 +27 1 11 0 +27 2 11 0 +27 3 11 1 +27 4 11 0 +27 5 11 1 +27 6 11 0 +27 7 11 0 +27 8 11 0 +27 9 11 0 +27 10 11 0 +27 11 11 0 +27 12 11 0 +27 13 11 0 +27 14 11 0 +27 15 11 0 +27 16 11 0 +27 17 11 0 +27 18 11 0 +27 19 11 0 +27 20 11 0 +27 21 11 0 +27 22 11 0 +27 23 11 0 +27 24 11 0 +27 25 11 0 +27 26 11 0 +27 27 11 0 +27 28 11 0 +27 29 11 0 +27 30 11 0 27 1 12 0 27 2 12 0 27 3 12 0 27 4 12 0 27 5 12 0 27 6 12 0 -27 1 13 4 -27 2 13 4 -27 3 13 2 +27 7 12 0 +27 8 12 0 +27 9 12 0 +27 10 12 0 +27 11 12 0 +27 12 12 0 +27 13 12 0 +27 14 12 0 +27 15 12 0 +27 16 12 0 +27 17 12 0 +27 18 12 0 +27 19 12 0 +27 20 12 0 +27 21 12 0 +27 22 12 0 +27 23 12 0 +27 24 12 0 +27 25 12 0 +27 26 12 0 +27 27 12 0 +27 28 12 0 +27 29 12 0 +27 30 12 0 +27 1 13 0 +27 2 13 0 +27 3 13 0 27 4 13 0 -27 5 13 2 -27 6 13 1 -27 1 14 19 -27 2 14 50 -27 3 14 33 -27 4 14 17 -27 5 14 8 -27 6 14 2 -27 1 15 3 -27 2 15 4 -27 3 15 2 -27 4 15 0 -27 5 15 2 -27 6 15 1 -27 1 18 0 -27 2 18 0 -27 3 18 0 -27 4 18 0 -27 5 18 0 -27 6 18 0 -27 1 19 3 -27 2 19 4 -27 3 19 2 -27 4 19 0 -27 5 19 2 -27 6 19 1 -27 0 26 0.170304 -27 1 63 5 -27 2 63 11 -27 3 63 11 -27 4 63 7 -27 5 63 7 -27 6 63 6 -27 1 64 12 -27 2 64 19 -27 3 64 14 -27 4 64 9 -27 5 64 7 -27 6 64 9 -28 1 0 48 -28 2 0 125 -28 3 0 99 -28 4 0 87 -28 5 0 80 -28 6 0 61 -28 1 1 13 -28 2 1 57 -28 3 1 50 -28 4 1 62 -28 5 1 48 -28 6 1 37 -28 1 2 27.8377 -28 2 2 123.959 -28 3 2 99 -28 4 2 87 -28 5 2 80 -28 6 2 61 -28 1 3 12 -28 2 3 54 -28 3 3 45 -28 4 3 60 -28 5 3 46 -28 6 3 34 -28 1 6 15 -28 2 6 77 -28 3 6 66 -28 4 6 101 -28 5 6 89 -28 6 6 68 -28 0 7 0.136645 -28 1 8 14 -28 2 8 71 -28 3 8 59 -28 4 8 89 -28 5 8 78 -28 6 8 62 -28 1 11 3 -28 2 11 9 -28 3 11 7 -28 4 11 8 -28 5 11 8 -28 6 11 5 +27 5 13 0 +27 6 13 0 +27 7 13 0 +27 8 13 0 +27 9 13 0 +27 10 13 0 +27 11 13 0 +27 12 13 0 +27 13 13 0 +27 14 13 0 +27 15 13 0 +27 16 13 0 +27 17 13 0 +27 18 13 0 +27 19 13 0 +27 20 13 0 +27 21 13 0 +27 22 13 0 +27 23 13 0 +27 24 13 0 +27 25 13 0 +27 26 13 0 +27 27 13 0 +27 28 13 0 +27 29 13 0 +27 30 13 0 +27 1 14 0 +27 2 14 0 +27 3 14 2 +27 4 14 0 +27 5 14 2 +27 6 14 0 +27 7 14 1 +27 8 14 0 +27 9 14 1 +27 10 14 0 +27 11 14 1 +27 12 14 0 +27 13 14 0 +27 14 14 0 +27 15 14 0 +27 16 14 0 +27 17 14 0 +27 18 14 0 +27 19 14 0 +27 20 14 0 +27 21 14 0 +27 22 14 0 +27 23 14 0 +27 24 14 0 +27 25 14 0 +27 26 14 0 +27 27 14 0 +27 28 14 0 +27 29 14 0 +27 30 14 0 +27 1 64 0 +27 2 64 0 +27 3 64 0 +27 4 64 0 +27 5 64 0 +27 6 64 0 +27 7 64 0 +27 8 64 0 +27 9 64 0 +27 10 64 0 +27 11 64 0 +27 12 64 0 +27 13 64 0 +27 14 64 0 +27 15 64 0 +27 16 64 0 +27 17 64 0 +27 18 64 0 +27 19 64 0 +27 20 64 0 +27 21 64 0 +27 22 64 0 +27 23 64 0 +27 24 64 0 +27 25 64 0 +27 26 64 0 +27 27 64 0 +27 28 64 0 +27 29 64 0 +27 30 64 0 +28 1 0 6 +28 2 0 2 +28 3 0 0 +28 4 0 5 +28 5 0 3 +28 6 0 2 +28 7 0 6 +28 8 0 6 +28 9 0 6 +28 10 0 5 +28 11 0 6 +28 12 0 4 +28 13 0 3 +28 14 0 5 +28 15 0 11 +28 16 0 11 +28 17 0 9 +28 18 0 8 +28 19 0 7 +28 20 0 16 +28 21 0 17 +28 22 0 16 +28 23 0 9 +28 24 0 12 +28 25 0 9 +28 26 0 3 +28 27 0 3 +28 28 0 4 +28 29 0 3 +28 30 0 3 +28 1 11 1 +28 2 11 1 +28 3 11 0 +28 4 11 0 +28 5 11 0 +28 6 11 1 +28 7 11 0 +28 8 11 1 +28 9 11 1 +28 10 11 0 +28 11 11 0 +28 12 11 0 +28 13 11 0 +28 14 11 0 +28 15 11 0 +28 16 11 0 +28 17 11 0 +28 18 11 0 +28 19 11 0 +28 20 11 0 +28 21 11 0 +28 22 11 0 +28 23 11 0 +28 24 11 0 +28 25 11 0 +28 26 11 0 +28 27 11 0 +28 28 11 0 +28 29 11 0 +28 30 11 0 28 1 12 0 28 2 12 0 28 3 12 0 28 4 12 0 -28 5 12 1 +28 5 12 0 28 6 12 0 -28 1 13 1 -28 2 13 1 -28 3 13 1 +28 7 12 0 +28 8 12 0 +28 9 12 0 +28 10 12 0 +28 11 12 0 +28 12 12 0 +28 13 12 0 +28 14 12 0 +28 15 12 0 +28 16 12 0 +28 17 12 0 +28 18 12 0 +28 19 12 0 +28 20 12 0 +28 21 12 0 +28 22 12 0 +28 23 12 0 +28 24 12 0 +28 25 12 0 +28 26 12 0 +28 27 12 0 +28 28 12 0 +28 29 12 0 +28 30 12 0 +28 1 13 0 +28 2 13 0 +28 3 13 0 28 4 13 0 28 5 13 0 28 6 13 0 -28 1 14 7 -28 2 14 25 -28 3 14 15 -28 4 14 8 -28 5 14 6 +28 7 13 0 +28 8 13 0 +28 9 13 0 +28 10 13 0 +28 11 13 0 +28 12 13 0 +28 13 13 0 +28 14 13 0 +28 15 13 0 +28 16 13 0 +28 17 13 0 +28 18 13 0 +28 19 13 0 +28 20 13 0 +28 21 13 0 +28 22 13 0 +28 23 13 0 +28 24 13 0 +28 25 13 0 +28 26 13 0 +28 27 13 0 +28 28 13 0 +28 29 13 0 +28 30 13 0 +28 1 14 1 +28 2 14 1 +28 3 14 0 +28 4 14 0 +28 5 14 2 28 6 14 1 -28 1 15 1 -28 2 15 1 -28 3 15 2 -28 4 15 0 -28 5 15 0 -28 6 15 0 -28 1 18 0 -28 2 18 0 -28 3 18 0 -28 4 18 0 -28 5 18 0 -28 6 18 0 -28 1 19 1 -28 2 19 1 -28 3 19 2 -28 4 19 0 -28 5 19 0 -28 6 19 0 -28 0 26 0.170304 -28 1 63 3 -28 2 63 8 -28 3 63 6 -28 4 63 8 -28 5 63 9 -28 6 63 5 -28 1 64 7 -28 2 64 23 -28 3 64 11 -28 4 64 10 -28 5 64 10 -28 6 64 8 -29 1 0 52 -29 2 0 121 -29 3 0 100 -29 4 0 85 -29 5 0 79 -29 6 0 63 -29 1 1 11 -29 2 1 51 -29 3 1 50 -29 4 1 53 -29 5 1 51 -29 6 1 34 -29 1 2 23.2762 -29 2 2 119.734 -29 3 2 100 -29 4 2 85 -29 5 2 79 -29 6 2 63 -29 1 3 8 -29 2 3 46 -29 3 3 48 -29 4 3 46 -29 5 3 48 -29 6 3 32 -29 1 6 14 -29 2 6 62 -29 3 6 70 -29 4 6 76 -29 5 6 90 -29 6 6 53 -29 0 7 0.127308 -29 1 8 10 -29 2 8 55 -29 3 8 64 -29 4 8 66 -29 5 8 79 -29 6 8 47 -29 1 11 1 -29 2 11 8 -29 3 11 5 -29 4 11 10 -29 5 11 3 -29 6 11 6 +28 7 14 0 +28 8 14 5 +28 9 14 1 +28 10 14 0 +28 11 14 1 +28 12 14 0 +28 13 14 0 +28 14 14 0 +28 15 14 0 +28 16 14 1 +28 17 14 0 +28 18 14 0 +28 19 14 0 +28 20 14 0 +28 21 14 0 +28 22 14 0 +28 23 14 0 +28 24 14 0 +28 25 14 0 +28 26 14 0 +28 27 14 0 +28 28 14 0 +28 29 14 0 +28 30 14 0 +28 1 64 0 +28 2 64 0 +28 3 64 0 +28 4 64 0 +28 5 64 0 +28 6 64 0 +28 7 64 0 +28 8 64 0 +28 9 64 0 +28 10 64 0 +28 11 64 0 +28 12 64 0 +28 13 64 0 +28 14 64 0 +28 15 64 0 +28 16 64 0 +28 17 64 0 +28 18 64 0 +28 19 64 0 +28 20 64 0 +28 21 64 0 +28 22 64 0 +28 23 64 0 +28 24 64 0 +28 25 64 0 +28 26 64 0 +28 27 64 0 +28 28 64 0 +28 29 64 0 +28 30 64 0 +29 1 0 5 +29 2 0 1 +29 3 0 2 +29 4 0 0 +29 5 0 8 +29 6 0 0 +29 7 0 6 +29 8 0 4 +29 9 0 10 +29 10 0 3 +29 11 0 4 +29 12 0 6 +29 13 0 4 +29 14 0 5 +29 15 0 12 +29 16 0 11 +29 17 0 7 +29 18 0 9 +29 19 0 7 +29 20 0 17 +29 21 0 16 +29 22 0 16 +29 23 0 10 +29 24 0 10 +29 25 0 11 +29 26 0 3 +29 27 0 3 +29 28 0 3 +29 29 0 3 +29 30 0 4 +29 1 11 0 +29 2 11 0 +29 3 11 0 +29 4 11 0 +29 5 11 0 +29 6 11 0 +29 7 11 1 +29 8 11 0 +29 9 11 3 +29 10 11 0 +29 11 11 0 +29 12 11 0 +29 13 11 0 +29 14 11 0 +29 15 11 0 +29 16 11 0 +29 17 11 0 +29 18 11 0 +29 19 11 0 +29 20 11 0 +29 21 11 0 +29 22 11 0 +29 23 11 0 +29 24 11 0 +29 25 11 0 +29 26 11 0 +29 27 11 0 +29 28 11 0 +29 29 11 0 +29 30 11 0 29 1 12 0 29 2 12 0 29 3 12 0 29 4 12 0 29 5 12 0 29 6 12 0 -29 1 13 1 -29 2 13 7 -29 3 13 4 -29 4 13 2 +29 7 12 0 +29 8 12 0 +29 9 12 0 +29 10 12 0 +29 11 12 0 +29 12 12 0 +29 13 12 0 +29 14 12 0 +29 15 12 0 +29 16 12 0 +29 17 12 0 +29 18 12 0 +29 19 12 0 +29 20 12 0 +29 21 12 0 +29 22 12 0 +29 23 12 0 +29 24 12 0 +29 25 12 0 +29 26 12 0 +29 27 12 0 +29 28 12 0 +29 29 12 0 +29 30 12 0 +29 1 13 0 +29 2 13 0 +29 3 13 0 +29 4 13 0 29 5 13 0 29 6 13 0 -29 1 14 6 -29 2 14 26 -29 3 14 13 -29 4 14 6 -29 5 14 3 +29 7 13 0 +29 8 13 0 +29 9 13 0 +29 10 13 0 +29 11 13 0 +29 12 13 0 +29 13 13 0 +29 14 13 0 +29 15 13 0 +29 16 13 0 +29 17 13 0 +29 18 13 0 +29 19 13 0 +29 20 13 0 +29 21 13 0 +29 22 13 0 +29 23 13 0 +29 24 13 0 +29 25 13 0 +29 26 13 0 +29 27 13 0 +29 28 13 0 +29 29 13 0 +29 30 13 0 +29 1 14 0 +29 2 14 0 +29 3 14 0 +29 4 14 1 +29 5 14 2 29 6 14 0 -29 1 15 1 -29 2 15 7 -29 3 15 3 -29 4 15 2 -29 5 15 0 -29 6 15 0 -29 1 18 0 -29 2 18 0 -29 3 18 0 -29 4 18 0 -29 5 18 0 -29 6 18 0 -29 1 19 1 -29 2 19 7 -29 3 19 3 -29 4 19 2 -29 5 19 0 -29 6 19 0 -29 0 26 0.168892 -29 1 63 1 -29 2 63 7 -29 3 63 5 -29 4 63 10 -29 5 63 3 -29 6 63 6 -29 1 64 12 -29 2 64 20 -29 3 64 11 -29 4 64 12 -29 5 64 8 -29 6 64 10 -30 1 0 45 -30 2 0 123 -30 3 0 101 -30 4 0 91 -30 5 0 76 -30 6 0 64 -30 1 1 23 -30 2 1 93 -30 3 1 84 -30 4 1 83 -30 5 1 73 -30 6 1 61 -30 1 2 25.7205 -30 2 2 121.749 -30 3 2 101 -30 4 2 91 -30 5 2 76 -30 6 2 64 -30 1 3 22 -30 2 3 86 -30 3 3 80 -30 4 3 80 -30 5 3 71 -30 6 3 59 -30 1 6 39 -30 2 6 165 -30 3 6 191 -30 4 6 230 -30 5 6 201 -30 6 6 166 -30 0 7 0.213924 -30 1 8 37 -30 2 8 142 -30 3 8 169 -30 4 8 198 -30 5 8 174 -30 6 8 149 -30 1 11 4 -30 2 11 19 -30 3 11 7 -30 4 11 13 -30 5 11 5 -30 6 11 5 +29 7 14 1 +29 8 14 1 +29 9 14 4 +29 10 14 0 +29 11 14 1 +29 12 14 0 +29 13 14 0 +29 14 14 0 +29 15 14 0 +29 16 14 0 +29 17 14 0 +29 18 14 0 +29 19 14 0 +29 20 14 0 +29 21 14 0 +29 22 14 0 +29 23 14 0 +29 24 14 0 +29 25 14 0 +29 26 14 0 +29 27 14 0 +29 28 14 0 +29 29 14 0 +29 30 14 0 +29 1 64 0 +29 2 64 0 +29 3 64 0 +29 4 64 0 +29 5 64 0 +29 6 64 0 +29 7 64 0 +29 8 64 0 +29 9 64 0 +29 10 64 0 +29 11 64 0 +29 12 64 0 +29 13 64 0 +29 14 64 0 +29 15 64 0 +29 16 64 0 +29 17 64 0 +29 18 64 0 +29 19 64 0 +29 20 64 0 +29 21 64 0 +29 22 64 0 +29 23 64 0 +29 24 64 0 +29 25 64 0 +29 26 64 0 +29 27 64 0 +29 28 64 0 +29 29 64 0 +29 30 64 0 +30 1 0 5 +30 2 0 3 +30 3 0 1 +30 4 0 2 +30 5 0 2 +30 6 0 4 +30 7 0 5 +30 8 0 4 +30 9 0 9 +30 10 0 4 +30 11 0 4 +30 12 0 7 +30 13 0 3 +30 14 0 6 +30 15 0 10 +30 16 0 10 +30 17 0 8 +30 18 0 10 +30 19 0 7 +30 20 0 15 +30 21 0 18 +30 22 0 17 +30 23 0 9 +30 24 0 11 +30 25 0 9 +30 26 0 5 +30 27 0 3 +30 28 0 3 +30 29 0 3 +30 30 0 3 +30 1 11 0 +30 2 11 0 +30 3 11 0 +30 4 11 0 +30 5 11 1 +30 6 11 0 +30 7 11 1 +30 8 11 0 +30 9 11 1 +30 10 11 0 +30 11 11 1 +30 12 11 1 +30 13 11 0 +30 14 11 0 +30 15 11 0 +30 16 11 0 +30 17 11 0 +30 18 11 0 +30 19 11 0 +30 20 11 0 +30 21 11 0 +30 22 11 0 +30 23 11 0 +30 24 11 0 +30 25 11 0 +30 26 11 0 +30 27 11 0 +30 28 11 0 +30 29 11 0 +30 30 11 0 30 1 12 0 30 2 12 0 30 3 12 0 30 4 12 0 30 5 12 0 30 6 12 0 -30 1 13 4 -30 2 13 7 -30 3 13 4 -30 4 13 2 -30 5 13 4 +30 7 12 0 +30 8 12 0 +30 9 12 0 +30 10 12 0 +30 11 12 0 +30 12 12 0 +30 13 12 0 +30 14 12 0 +30 15 12 0 +30 16 12 0 +30 17 12 0 +30 18 12 0 +30 19 12 0 +30 20 12 0 +30 21 12 0 +30 22 12 0 +30 23 12 0 +30 24 12 0 +30 25 12 0 +30 26 12 0 +30 27 12 0 +30 28 12 0 +30 29 12 0 +30 30 12 0 +30 1 13 0 +30 2 13 0 +30 3 13 0 +30 4 13 0 +30 5 13 0 30 6 13 0 -30 1 14 37 -30 2 14 74 -30 3 14 51 -30 4 14 17 -30 5 14 6 -30 6 14 8 -30 1 15 4 -30 2 15 7 -30 3 15 4 -30 4 15 2 -30 5 15 4 -30 6 15 0 -30 1 18 0 -30 2 18 0 -30 3 18 0 -30 4 18 0 -30 5 18 0 -30 6 18 0 -30 1 19 4 -30 2 19 7 -30 3 19 4 -30 4 19 2 -30 5 19 4 -30 6 19 0 -30 0 26 0.168892 -30 1 63 3 -30 2 63 18 -30 3 63 5 -30 4 63 12 -30 5 63 5 -30 6 63 5 -30 1 64 11 -30 2 64 32 -30 3 64 10 -30 4 64 14 -30 5 64 8 -30 6 64 9 -31 1 0 58 -31 2 0 116 -31 3 0 97 -31 4 0 89 -31 5 0 76 -31 6 0 64 -31 1 1 26 -31 2 1 82 -31 3 1 74 -31 4 1 76 -31 5 1 72 -31 6 1 59 -31 1 2 34.253 -31 2 2 115.25 -31 3 2 97 -31 4 2 89 -31 5 2 76 -31 6 2 64 -31 1 3 22 -31 2 3 71 -31 3 3 68 -31 4 3 74 -31 5 3 69 -31 6 3 55 -31 1 6 35 -31 2 6 135 -31 3 6 167 -31 4 6 200 -31 5 6 189 -31 6 6 139 -31 0 7 0.197236 -31 1 8 28 -31 2 8 117 -31 3 8 148 -31 4 8 181 -31 5 8 163 -31 6 8 120 -31 1 11 6 -31 2 11 20 -31 3 11 8 -31 4 11 8 -31 5 11 9 -31 6 11 8 +30 7 13 0 +30 8 13 0 +30 9 13 0 +30 10 13 0 +30 11 13 0 +30 12 13 0 +30 13 13 0 +30 14 13 0 +30 15 13 0 +30 16 13 0 +30 17 13 0 +30 18 13 0 +30 19 13 0 +30 20 13 0 +30 21 13 0 +30 22 13 0 +30 23 13 0 +30 24 13 0 +30 25 13 0 +30 26 13 0 +30 27 13 0 +30 28 13 0 +30 29 13 0 +30 30 13 0 +30 1 14 0 +30 2 14 0 +30 3 14 0 +30 4 14 0 +30 5 14 1 +30 6 14 1 +30 7 14 4 +30 8 14 0 +30 9 14 2 +30 10 14 2 +30 11 14 1 +30 12 14 1 +30 13 14 0 +30 14 14 0 +30 15 14 2 +30 16 14 0 +30 17 14 0 +30 18 14 0 +30 19 14 0 +30 20 14 0 +30 21 14 0 +30 22 14 0 +30 23 14 0 +30 24 14 0 +30 25 14 0 +30 26 14 0 +30 27 14 0 +30 28 14 0 +30 29 14 0 +30 30 14 0 +30 1 64 0 +30 2 64 0 +30 3 64 0 +30 4 64 0 +30 5 64 0 +30 6 64 0 +30 7 64 0 +30 8 64 0 +30 9 64 0 +30 10 64 0 +30 11 64 0 +30 12 64 0 +30 13 64 0 +30 14 64 0 +30 15 64 0 +30 16 64 0 +30 17 64 0 +30 18 64 0 +30 19 64 0 +30 20 64 0 +30 21 64 0 +30 22 64 0 +30 23 64 0 +30 24 64 0 +30 25 64 0 +30 26 64 0 +30 27 64 0 +30 28 64 0 +30 29 64 0 +30 30 64 0 +31 1 0 6 +31 2 0 2 +31 3 0 3 +31 4 0 1 +31 5 0 2 +31 6 0 5 +31 7 0 3 +31 8 0 5 +31 9 0 6 +31 10 0 5 +31 11 0 5 +31 12 0 6 +31 13 0 4 +31 14 0 4 +31 15 0 11 +31 16 0 12 +31 17 0 8 +31 18 0 10 +31 19 0 6 +31 20 0 16 +31 21 0 14 +31 22 0 19 +31 23 0 10 +31 24 0 10 +31 25 0 10 +31 26 0 5 +31 27 0 2 +31 28 0 4 +31 29 0 3 +31 30 0 3 +31 1 11 0 +31 2 11 0 +31 3 11 0 +31 4 11 0 +31 5 11 0 +31 6 11 0 +31 7 11 0 +31 8 11 0 +31 9 11 0 +31 10 11 0 +31 11 11 0 +31 12 11 0 +31 13 11 0 +31 14 11 0 +31 15 11 0 +31 16 11 0 +31 17 11 0 +31 18 11 0 +31 19 11 0 +31 20 11 0 +31 21 11 0 +31 22 11 0 +31 23 11 0 +31 24 11 0 +31 25 11 0 +31 26 11 0 +31 27 11 0 +31 28 11 0 +31 29 11 0 +31 30 11 0 31 1 12 0 31 2 12 0 31 3 12 0 31 4 12 0 31 5 12 0 31 6 12 0 -31 1 13 1 -31 2 13 6 -31 3 13 6 -31 4 13 4 -31 5 13 2 +31 7 12 0 +31 8 12 0 +31 9 12 0 +31 10 12 0 +31 11 12 0 +31 12 12 0 +31 13 12 0 +31 14 12 0 +31 15 12 0 +31 16 12 0 +31 17 12 0 +31 18 12 0 +31 19 12 0 +31 20 12 0 +31 21 12 0 +31 22 12 0 +31 23 12 0 +31 24 12 0 +31 25 12 0 +31 26 12 0 +31 27 12 0 +31 28 12 0 +31 29 12 0 +31 30 12 0 +31 1 13 0 +31 2 13 0 +31 3 13 0 +31 4 13 0 +31 5 13 0 31 6 13 0 -31 1 14 25 -31 2 14 55 -31 3 14 31 -31 4 14 14 -31 5 14 11 -31 6 14 2 -31 1 15 2 -31 2 15 6 -31 3 15 8 -31 4 15 3 -31 5 15 2 -31 6 15 0 -31 1 18 0 -31 2 18 0 -31 3 18 0 -31 4 18 0 -31 5 18 0 -31 6 18 0 -31 1 19 2 -31 2 19 6 -31 3 19 8 -31 4 19 3 -31 5 19 2 -31 6 19 0 -31 0 26 0.168892 -31 1 63 5 -31 2 63 20 -31 3 63 7 -31 4 63 8 -31 5 63 7 -31 6 63 8 -31 1 64 13 -31 2 64 30 -31 3 64 11 -31 4 64 8 -31 5 64 9 -31 6 64 8 -32 1 0 60 -32 2 0 117 -32 3 0 93 -32 4 0 90 -32 5 0 76 -32 6 0 64 -32 1 1 10 -32 2 1 41 -32 3 1 53 -32 4 1 59 -32 5 1 51 -32 6 1 38 -32 1 2 32.2188 -32 2 2 116.134 -32 3 2 93 -32 4 2 90 -32 5 2 76 -32 6 2 64 -32 1 3 9 -32 2 3 37 -32 3 3 48 -32 4 3 56 -32 5 3 51 -32 6 3 35 -32 1 6 11 -32 2 6 56 -32 3 6 77 -32 4 6 94 -32 5 6 92 -32 6 6 61 -32 0 7 0.136803 -32 1 8 10 -32 2 8 46 -32 3 8 70 -32 4 8 85 -32 5 8 86 -32 6 8 51 -32 1 11 5 -32 2 11 20 -32 3 11 7 -32 4 11 10 -32 5 11 11 -32 6 11 6 +31 7 13 0 +31 8 13 0 +31 9 13 0 +31 10 13 0 +31 11 13 0 +31 12 13 0 +31 13 13 0 +31 14 13 0 +31 15 13 0 +31 16 13 0 +31 17 13 0 +31 18 13 0 +31 19 13 0 +31 20 13 0 +31 21 13 0 +31 22 13 0 +31 23 13 0 +31 24 13 0 +31 25 13 0 +31 26 13 0 +31 27 13 0 +31 28 13 0 +31 29 13 0 +31 30 13 0 +31 1 14 0 +31 2 14 1 +31 3 14 0 +31 4 14 2 +31 5 14 0 +31 6 14 1 +31 7 14 1 +31 8 14 2 +31 9 14 1 +31 10 14 1 +31 11 14 0 +31 12 14 2 +31 13 14 0 +31 14 14 0 +31 15 14 1 +31 16 14 1 +31 17 14 0 +31 18 14 0 +31 19 14 0 +31 20 14 0 +31 21 14 0 +31 22 14 0 +31 23 14 0 +31 24 14 0 +31 25 14 0 +31 26 14 0 +31 27 14 0 +31 28 14 0 +31 29 14 0 +31 30 14 0 +31 1 64 0 +31 2 64 0 +31 3 64 0 +31 4 64 0 +31 5 64 0 +31 6 64 0 +31 7 64 0 +31 8 64 0 +31 9 64 0 +31 10 64 0 +31 11 64 0 +31 12 64 0 +31 13 64 0 +31 14 64 0 +31 15 64 0 +31 16 64 0 +31 17 64 0 +31 18 64 0 +31 19 64 0 +31 20 64 0 +31 21 64 0 +31 22 64 0 +31 23 64 0 +31 24 64 0 +31 25 64 0 +31 26 64 0 +31 27 64 0 +31 28 64 0 +31 29 64 0 +31 30 64 0 +32 1 0 5 +32 2 0 4 +32 3 0 2 +32 4 0 3 +32 5 0 3 +32 6 0 2 +32 7 0 5 +32 8 0 6 +32 9 0 5 +32 10 0 6 +32 11 0 5 +32 12 0 6 +32 13 0 4 +32 14 0 3 +32 15 0 10 +32 16 0 14 +32 17 0 6 +32 18 0 11 +32 19 0 6 +32 20 0 17 +32 21 0 12 +32 22 0 18 +32 23 0 10 +32 24 0 10 +32 25 0 10 +32 26 0 4 +32 27 0 3 +32 28 0 4 +32 29 0 3 +32 30 0 3 +32 1 11 0 +32 2 11 0 +32 3 11 0 +32 4 11 0 +32 5 11 0 +32 6 11 0 +32 7 11 0 +32 8 11 1 +32 9 11 0 +32 10 11 0 +32 11 11 0 +32 12 11 1 +32 13 11 0 +32 14 11 0 +32 15 11 0 +32 16 11 0 +32 17 11 0 +32 18 11 0 +32 19 11 0 +32 20 11 0 +32 21 11 0 +32 22 11 0 +32 23 11 0 +32 24 11 0 +32 25 11 0 +32 26 11 0 +32 27 11 0 +32 28 11 0 +32 29 11 0 +32 30 11 0 32 1 12 0 32 2 12 0 32 3 12 0 32 4 12 0 32 5 12 0 32 6 12 0 -32 1 13 4 -32 2 13 2 -32 3 13 1 +32 7 12 0 +32 8 12 0 +32 9 12 0 +32 10 12 0 +32 11 12 0 +32 12 12 0 +32 13 12 0 +32 14 12 0 +32 15 12 0 +32 16 12 0 +32 17 12 0 +32 18 12 0 +32 19 12 0 +32 20 12 0 +32 21 12 0 +32 22 12 0 +32 23 12 0 +32 24 12 0 +32 25 12 0 +32 26 12 0 +32 27 12 0 +32 28 12 0 +32 29 12 0 +32 30 12 0 +32 1 13 0 +32 2 13 0 +32 3 13 0 32 4 13 0 32 5 13 0 32 6 13 0 -32 1 14 5 -32 2 14 19 -32 3 14 8 -32 4 14 6 -32 5 14 3 -32 6 14 1 -32 1 15 3 -32 2 15 3 -32 3 15 0 -32 4 15 0 -32 5 15 0 -32 6 15 0 -32 1 18 0 -32 2 18 0 -32 3 18 0 -32 4 18 0 -32 5 18 0 -32 6 18 0 -32 1 19 3 -32 2 19 3 -32 3 19 0 -32 4 19 0 -32 5 19 0 -32 6 19 0 -32 0 26 0.168892 -32 1 63 5 -32 2 63 20 -32 3 63 7 -32 4 63 8 -32 5 63 11 -32 6 63 6 -32 1 64 14 -32 2 64 32 -32 3 64 9 -32 4 64 11 -32 5 64 16 -32 6 64 10 -33 1 0 48 -33 2 0 127 -33 3 0 95 -33 4 0 89 -33 5 0 77 -33 6 0 64 -33 1 1 7 -33 2 1 46 -33 3 1 48 -33 4 1 47 -33 5 1 45 -33 6 1 44 -33 1 2 23.2219 -33 2 2 125.273 -33 3 2 95 -33 4 2 89 -33 5 2 77 -33 6 2 64 -33 1 3 6 -33 2 3 44 -33 3 3 44 -33 4 3 39 -33 5 3 44 -33 6 3 41 -33 1 6 7 -33 2 6 58 -33 3 6 57 -33 4 6 73 -33 5 6 77 -33 6 6 68 -33 0 7 0.124536 -33 1 8 6 -33 2 8 55 -33 3 8 51 -33 4 8 58 -33 5 8 69 -33 6 8 59 +32 7 13 0 +32 8 13 0 +32 9 13 0 +32 10 13 0 +32 11 13 0 +32 12 13 0 +32 13 13 0 +32 14 13 0 +32 15 13 0 +32 16 13 0 +32 17 13 0 +32 18 13 0 +32 19 13 0 +32 20 13 0 +32 21 13 0 +32 22 13 0 +32 23 13 0 +32 24 13 0 +32 25 13 0 +32 26 13 0 +32 27 13 0 +32 28 13 0 +32 29 13 0 +32 30 13 0 +32 1 14 0 +32 2 14 1 +32 3 14 1 +32 4 14 0 +32 5 14 0 +32 6 14 0 +32 7 14 0 +32 8 14 1 +32 9 14 0 +32 10 14 0 +32 11 14 0 +32 12 14 2 +32 13 14 0 +32 14 14 0 +32 15 14 1 +32 16 14 0 +32 17 14 0 +32 18 14 0 +32 19 14 0 +32 20 14 0 +32 21 14 0 +32 22 14 0 +32 23 14 0 +32 24 14 0 +32 25 14 0 +32 26 14 0 +32 27 14 0 +32 28 14 0 +32 29 14 0 +32 30 14 0 +32 1 64 0 +32 2 64 0 +32 3 64 0 +32 4 64 0 +32 5 64 0 +32 6 64 0 +32 7 64 0 +32 8 64 0 +32 9 64 0 +32 10 64 0 +32 11 64 0 +32 12 64 0 +32 13 64 0 +32 14 64 0 +32 15 64 0 +32 16 64 0 +32 17 64 0 +32 18 64 0 +32 19 64 0 +32 20 64 0 +32 21 64 0 +32 22 64 0 +32 23 64 0 +32 24 64 0 +32 25 64 0 +32 26 64 0 +32 27 64 0 +32 28 64 0 +32 29 64 0 +32 30 64 0 +33 1 0 5 +33 2 0 1 +33 3 0 3 +33 4 0 2 +33 5 0 4 +33 6 0 2 +33 7 0 5 +33 8 0 6 +33 9 0 4 +33 10 0 9 +33 11 0 3 +33 12 0 4 +33 13 0 6 +33 14 0 4 +33 15 0 9 +33 16 0 14 +33 17 0 8 +33 18 0 9 +33 19 0 7 +33 20 0 18 +33 21 0 12 +33 22 0 17 +33 23 0 11 +33 24 0 10 +33 25 0 10 +33 26 0 4 +33 27 0 3 +33 28 0 4 +33 29 0 3 +33 30 0 3 33 1 11 0 -33 2 11 8 -33 3 11 5 -33 4 11 5 -33 5 11 5 -33 6 11 4 +33 2 11 0 +33 3 11 1 +33 4 11 0 +33 5 11 1 +33 6 11 0 +33 7 11 0 +33 8 11 0 +33 9 11 0 +33 10 11 0 +33 11 11 0 +33 12 11 1 +33 13 11 0 +33 14 11 0 +33 15 11 0 +33 16 11 0 +33 17 11 0 +33 18 11 0 +33 19 11 0 +33 20 11 0 +33 21 11 0 +33 22 11 0 +33 23 11 0 +33 24 11 0 +33 25 11 0 +33 26 11 0 +33 27 11 0 +33 28 11 0 +33 29 11 0 +33 30 11 0 33 1 12 0 33 2 12 0 33 3 12 0 33 4 12 0 33 5 12 0 33 6 12 0 +33 7 12 0 +33 8 12 0 +33 9 12 0 +33 10 12 0 +33 11 12 0 +33 12 12 0 +33 13 12 0 +33 14 12 0 +33 15 12 0 +33 16 12 0 +33 17 12 0 +33 18 12 0 +33 19 12 0 +33 20 12 0 +33 21 12 0 +33 22 12 0 +33 23 12 0 +33 24 12 0 +33 25 12 0 +33 26 12 0 +33 27 12 0 +33 28 12 0 +33 29 12 0 +33 30 12 0 33 1 13 0 -33 2 13 3 +33 2 13 0 33 3 13 0 33 4 13 0 33 5 13 0 -33 6 13 1 -33 1 14 8 -33 2 14 37 -33 3 14 11 -33 4 14 9 -33 5 14 4 -33 6 14 3 -33 1 15 0 -33 2 15 2 -33 3 15 0 -33 4 15 1 -33 5 15 0 -33 6 15 1 -33 1 18 0 -33 2 18 0 -33 3 18 0 -33 4 18 0 -33 5 18 0 -33 6 18 0 -33 1 19 0 -33 2 19 2 -33 3 19 0 -33 4 19 1 -33 5 19 0 -33 6 19 1 -33 0 26 0.170041 -33 1 63 0 -33 2 63 8 -33 3 63 5 -33 4 63 4 -33 5 63 5 -33 6 63 4 -33 1 64 5 -33 2 64 27 -33 3 64 11 -33 4 64 9 -33 5 64 7 -33 6 64 10 -34 1 0 60 -34 2 0 117 -34 3 0 92 -34 4 0 87 -34 5 0 79 -34 6 0 65 -34 1 1 18 -34 2 1 92 -34 3 1 84 -34 4 1 79 -34 5 1 70 -34 6 1 59 -34 1 2 31.8054 -34 2 2 116.284 -34 3 2 92 -34 4 2 87 -34 5 2 79 -34 6 2 65 -34 1 3 17 -34 2 3 84 -34 3 3 80 -34 4 3 78 -34 5 3 65 -34 6 3 59 -34 1 6 25 -34 2 6 183 -34 3 6 188 -34 4 6 218 -34 5 6 191 -34 6 6 170 -34 0 7 0.20664 -34 1 8 22 -34 2 8 154 -34 3 8 162 -34 4 8 199 -34 5 8 165 -34 6 8 154 -34 1 11 10 -34 2 11 14 -34 3 11 4 -34 4 11 6 -34 5 11 9 -34 6 11 7 -34 1 12 1 +33 6 13 0 +33 7 13 0 +33 8 13 0 +33 9 13 0 +33 10 13 0 +33 11 13 0 +33 12 13 0 +33 13 13 0 +33 14 13 0 +33 15 13 0 +33 16 13 0 +33 17 13 0 +33 18 13 0 +33 19 13 0 +33 20 13 0 +33 21 13 0 +33 22 13 0 +33 23 13 0 +33 24 13 0 +33 25 13 0 +33 26 13 0 +33 27 13 0 +33 28 13 0 +33 29 13 0 +33 30 13 0 +33 1 14 0 +33 2 14 0 +33 3 14 2 +33 4 14 1 +33 5 14 1 +33 6 14 1 +33 7 14 0 +33 8 14 0 +33 9 14 2 +33 10 14 0 +33 11 14 0 +33 12 14 2 +33 13 14 0 +33 14 14 0 +33 15 14 1 +33 16 14 0 +33 17 14 0 +33 18 14 0 +33 19 14 0 +33 20 14 0 +33 21 14 0 +33 22 14 0 +33 23 14 0 +33 24 14 0 +33 25 14 0 +33 26 14 0 +33 27 14 0 +33 28 14 0 +33 29 14 0 +33 30 14 0 +33 1 64 0 +33 2 64 0 +33 3 64 0 +33 4 64 0 +33 5 64 0 +33 6 64 0 +33 7 64 0 +33 8 64 0 +33 9 64 0 +33 10 64 0 +33 11 64 0 +33 12 64 0 +33 13 64 0 +33 14 64 0 +33 15 64 0 +33 16 64 0 +33 17 64 0 +33 18 64 0 +33 19 64 0 +33 20 64 0 +33 21 64 0 +33 22 64 0 +33 23 64 0 +33 24 64 0 +33 25 64 0 +33 26 64 0 +33 27 64 0 +33 28 64 0 +33 29 64 0 +33 30 64 0 +34 1 0 4 +34 2 0 3 +34 3 0 1 +34 4 0 3 +34 5 0 5 +34 6 0 3 +34 7 0 5 +34 8 0 5 +34 9 0 4 +34 10 0 8 +34 11 0 4 +34 12 0 4 +34 13 0 7 +34 14 0 3 +34 15 0 10 +34 16 0 12 +34 17 0 10 +34 18 0 9 +34 19 0 7 +34 20 0 18 +34 21 0 12 +34 22 0 16 +34 23 0 10 +34 24 0 9 +34 25 0 9 +34 26 0 6 +34 27 0 3 +34 28 0 4 +34 29 0 3 +34 30 0 3 +34 1 11 0 +34 2 11 0 +34 3 11 0 +34 4 11 0 +34 5 11 1 +34 6 11 0 +34 7 11 0 +34 8 11 0 +34 9 11 0 +34 10 11 1 +34 11 11 0 +34 12 11 0 +34 13 11 0 +34 14 11 0 +34 15 11 0 +34 16 11 0 +34 17 11 0 +34 18 11 0 +34 19 11 0 +34 20 11 0 +34 21 11 0 +34 22 11 0 +34 23 11 0 +34 24 11 0 +34 25 11 0 +34 26 11 0 +34 27 11 0 +34 28 11 0 +34 29 11 0 +34 30 11 0 +34 1 12 0 34 2 12 0 34 3 12 0 -34 4 12 1 +34 4 12 0 34 5 12 0 -34 6 12 1 -34 1 13 8 -34 2 13 14 -34 3 13 5 -34 4 13 5 +34 6 12 0 +34 7 12 0 +34 8 12 0 +34 9 12 0 +34 10 12 0 +34 11 12 0 +34 12 12 0 +34 13 12 0 +34 14 12 0 +34 15 12 0 +34 16 12 0 +34 17 12 0 +34 18 12 0 +34 19 12 0 +34 20 12 0 +34 21 12 0 +34 22 12 0 +34 23 12 0 +34 24 12 0 +34 25 12 0 +34 26 12 0 +34 27 12 0 +34 28 12 0 +34 29 12 0 +34 30 12 0 +34 1 13 0 +34 2 13 0 +34 3 13 0 +34 4 13 0 34 5 13 0 -34 6 13 1 -34 1 14 32 -34 2 14 74 -34 3 14 41 -34 4 14 28 -34 5 14 16 -34 6 14 3 -34 1 15 10 -34 2 15 13 -34 3 15 5 -34 4 15 4 -34 5 15 0 -34 6 15 1 -34 1 18 0 -34 2 18 0 -34 3 18 0 -34 4 18 0 -34 5 18 0 -34 6 18 0 -34 1 19 10 -34 2 19 13 -34 3 19 5 -34 4 19 4 -34 5 19 0 -34 6 19 1 -34 0 26 0.170041 -34 1 63 10 -34 2 63 12 -34 3 63 4 -34 4 63 6 -34 5 63 9 -34 6 63 8 -34 1 64 21 -34 2 64 25 -34 3 64 5 -34 4 64 8 -34 5 64 15 -34 6 64 8 -35 1 0 60 -35 2 0 113 -35 3 0 100 -35 4 0 82 -35 5 0 81 -35 6 0 64 -35 1 1 22 -35 2 1 77 -35 3 1 82 -35 4 1 70 -35 5 1 73 -35 6 1 53 -35 1 2 33.3904 -35 2 2 111.789 -35 3 2 100 -35 4 2 82 -35 5 2 81 -35 6 2 64 -35 1 3 19 -35 2 3 71 -35 3 3 72 -35 4 3 70 -35 5 3 71 -35 6 3 51 -35 1 6 31 -35 2 6 135 -35 3 6 163 -35 4 6 182 -35 5 6 207 -35 6 6 141 -35 0 7 0.194048 -35 1 8 27 -35 2 8 118 -35 3 8 142 -35 4 8 168 -35 5 8 177 -35 6 8 129 -35 1 11 3 -35 2 11 14 -35 3 11 11 -35 4 11 10 -35 5 11 13 -35 6 11 8 +34 6 13 0 +34 7 13 0 +34 8 13 0 +34 9 13 0 +34 10 13 0 +34 11 13 0 +34 12 13 0 +34 13 13 0 +34 14 13 0 +34 15 13 0 +34 16 13 0 +34 17 13 0 +34 18 13 0 +34 19 13 0 +34 20 13 0 +34 21 13 0 +34 22 13 0 +34 23 13 0 +34 24 13 0 +34 25 13 0 +34 26 13 0 +34 27 13 0 +34 28 13 0 +34 29 13 0 +34 30 13 0 +34 1 14 0 +34 2 14 1 +34 3 14 1 +34 4 14 2 +34 5 14 3 +34 6 14 0 +34 7 14 0 +34 8 14 1 +34 9 14 1 +34 10 14 1 +34 11 14 0 +34 12 14 0 +34 13 14 0 +34 14 14 0 +34 15 14 1 +34 16 14 0 +34 17 14 0 +34 18 14 0 +34 19 14 0 +34 20 14 0 +34 21 14 0 +34 22 14 0 +34 23 14 0 +34 24 14 0 +34 25 14 0 +34 26 14 0 +34 27 14 0 +34 28 14 0 +34 29 14 0 +34 30 14 0 +34 1 64 0 +34 2 64 0 +34 3 64 0 +34 4 64 0 +34 5 64 0 +34 6 64 0 +34 7 64 0 +34 8 64 0 +34 9 64 0 +34 10 64 0 +34 11 64 0 +34 12 64 0 +34 13 64 0 +34 14 64 0 +34 15 64 0 +34 16 64 0 +34 17 64 0 +34 18 64 0 +34 19 64 0 +34 20 64 0 +34 21 64 0 +34 22 64 0 +34 23 64 0 +34 24 64 0 +34 25 64 0 +34 26 64 0 +34 27 64 0 +34 28 64 0 +34 29 64 0 +34 30 64 0 +35 1 0 6 +35 2 0 2 +35 3 0 1 +35 4 0 1 +35 5 0 4 +35 6 0 4 +35 7 0 7 +35 8 0 3 +35 9 0 5 +35 10 0 6 +35 11 0 5 +35 12 0 5 +35 13 0 6 +35 14 0 4 +35 15 0 10 +35 16 0 9 +35 17 0 14 +35 18 0 7 +35 19 0 9 +35 20 0 18 +35 21 0 12 +35 22 0 16 +35 23 0 10 +35 24 0 8 +35 25 0 9 +35 26 0 6 +35 27 0 3 +35 28 0 3 +35 29 0 4 +35 30 0 3 +35 1 11 0 +35 2 11 0 +35 3 11 0 +35 4 11 1 +35 5 11 1 +35 6 11 1 +35 7 11 0 +35 8 11 1 +35 9 11 1 +35 10 11 0 +35 11 11 1 +35 12 11 0 +35 13 11 0 +35 14 11 0 +35 15 11 0 +35 16 11 0 +35 17 11 0 +35 18 11 0 +35 19 11 0 +35 20 11 0 +35 21 11 0 +35 22 11 0 +35 23 11 0 +35 24 11 0 +35 25 11 0 +35 26 11 0 +35 27 11 0 +35 28 11 0 +35 29 11 0 +35 30 11 0 35 1 12 0 35 2 12 0 35 3 12 0 35 4 12 0 35 5 12 0 35 6 12 0 -35 1 13 2 -35 2 13 6 -35 3 13 5 -35 4 13 3 -35 5 13 1 +35 7 12 0 +35 8 12 0 +35 9 12 0 +35 10 12 0 +35 11 12 0 +35 12 12 0 +35 13 12 0 +35 14 12 0 +35 15 12 0 +35 16 12 0 +35 17 12 0 +35 18 12 0 +35 19 12 0 +35 20 12 0 +35 21 12 0 +35 22 12 0 +35 23 12 0 +35 24 12 0 +35 25 12 0 +35 26 12 0 +35 27 12 0 +35 28 12 0 +35 29 12 0 +35 30 12 0 +35 1 13 0 +35 2 13 0 +35 3 13 0 +35 4 13 0 +35 5 13 0 35 6 13 0 -35 1 14 25 -35 2 14 45 -35 3 14 26 -35 4 14 12 -35 5 14 13 -35 6 14 4 -35 1 15 2 -35 2 15 6 -35 3 15 7 -35 4 15 3 -35 5 15 1 -35 6 15 0 -35 1 18 0 -35 2 18 0 -35 3 18 0 -35 4 18 0 -35 5 18 0 -35 6 18 0 -35 1 19 2 -35 2 19 6 -35 3 19 7 -35 4 19 3 -35 5 19 1 -35 6 19 0 -35 0 26 0.170041 -35 1 63 3 -35 2 63 13 -35 3 63 9 -35 4 63 10 -35 5 63 13 -35 6 63 8 -35 1 64 12 -35 2 64 24 -35 3 64 12 -35 4 64 11 -35 5 64 15 -35 6 64 9 -36 1 0 65 -36 2 0 109 -36 3 0 101 -36 4 0 81 -36 5 0 81 -36 6 0 63 -36 1 1 12 -36 2 1 43 -36 3 1 65 -36 4 1 53 -36 5 1 59 -36 6 1 37 -36 1 2 35.0925 -36 2 2 107.816 -36 3 2 101 -36 4 2 81 -36 5 2 81 -36 6 2 63 -36 1 3 11 -36 2 3 37 -36 3 3 58 -36 4 3 50 -36 5 3 53 -36 6 3 36 -36 1 6 12 -36 2 6 49 -36 3 6 92 -36 4 6 92 -36 5 6 109 -36 6 6 61 -36 0 7 0.139813 -36 1 8 11 -36 2 8 40 -36 3 8 80 -36 4 8 82 -36 5 8 96 -36 6 8 55 -36 1 11 6 -36 2 11 8 -36 3 11 4 -36 4 11 6 -36 5 11 12 -36 6 11 10 +35 7 13 0 +35 8 13 0 +35 9 13 0 +35 10 13 0 +35 11 13 0 +35 12 13 0 +35 13 13 0 +35 14 13 0 +35 15 13 0 +35 16 13 0 +35 17 13 0 +35 18 13 0 +35 19 13 0 +35 20 13 0 +35 21 13 0 +35 22 13 0 +35 23 13 0 +35 24 13 0 +35 25 13 0 +35 26 13 0 +35 27 13 0 +35 28 13 0 +35 29 13 0 +35 30 13 0 +35 1 14 0 +35 2 14 0 +35 3 14 0 +35 4 14 1 +35 5 14 1 +35 6 14 2 +35 7 14 0 +35 8 14 1 +35 9 14 1 +35 10 14 1 +35 11 14 1 +35 12 14 0 +35 13 14 1 +35 14 14 0 +35 15 14 0 +35 16 14 1 +35 17 14 0 +35 18 14 0 +35 19 14 0 +35 20 14 0 +35 21 14 0 +35 22 14 0 +35 23 14 0 +35 24 14 0 +35 25 14 0 +35 26 14 0 +35 27 14 0 +35 28 14 0 +35 29 14 0 +35 30 14 0 +35 1 64 0 +35 2 64 0 +35 3 64 0 +35 4 64 0 +35 5 64 0 +35 6 64 0 +35 7 64 0 +35 8 64 0 +35 9 64 0 +35 10 64 0 +35 11 64 0 +35 12 64 0 +35 13 64 0 +35 14 64 0 +35 15 64 0 +35 16 64 0 +35 17 64 0 +35 18 64 0 +35 19 64 0 +35 20 64 0 +35 21 64 0 +35 22 64 0 +35 23 64 0 +35 24 64 0 +35 25 64 0 +35 26 64 0 +35 27 64 0 +35 28 64 0 +35 29 64 0 +35 30 64 0 +36 1 0 5 +36 2 0 3 +36 3 0 2 +36 4 0 2 +36 5 0 1 +36 6 0 5 +36 7 0 5 +36 8 0 5 +36 9 0 6 +36 10 0 5 +36 11 0 6 +36 12 0 5 +36 13 0 6 +36 14 0 4 +36 15 0 8 +36 16 0 11 +36 17 0 11 +36 18 0 9 +36 19 0 8 +36 20 0 19 +36 21 0 11 +36 22 0 18 +36 23 0 9 +36 24 0 7 +36 25 0 10 +36 26 0 6 +36 27 0 3 +36 28 0 3 +36 29 0 4 +36 30 0 3 +36 1 11 0 +36 2 11 0 +36 3 11 0 +36 4 11 0 +36 5 11 0 +36 6 11 1 +36 7 11 1 +36 8 11 1 +36 9 11 0 +36 10 11 0 +36 11 11 0 +36 12 11 0 +36 13 11 0 +36 14 11 0 +36 15 11 0 +36 16 11 0 +36 17 11 0 +36 18 11 0 +36 19 11 0 +36 20 11 0 +36 21 11 0 +36 22 11 0 +36 23 11 0 +36 24 11 0 +36 25 11 0 +36 26 11 0 +36 27 11 0 +36 28 11 0 +36 29 11 0 +36 30 11 0 36 1 12 0 36 2 12 0 36 3 12 0 36 4 12 0 36 5 12 0 36 6 12 0 -36 1 13 1 -36 2 13 3 -36 3 13 3 +36 7 12 0 +36 8 12 0 +36 9 12 0 +36 10 12 0 +36 11 12 0 +36 12 12 0 +36 13 12 0 +36 14 12 0 +36 15 12 0 +36 16 12 0 +36 17 12 0 +36 18 12 0 +36 19 12 0 +36 20 12 0 +36 21 12 0 +36 22 12 0 +36 23 12 0 +36 24 12 0 +36 25 12 0 +36 26 12 0 +36 27 12 0 +36 28 12 0 +36 29 12 0 +36 30 12 0 +36 1 13 0 +36 2 13 0 +36 3 13 0 36 4 13 0 36 5 13 1 36 6 13 0 -36 1 14 10 -36 2 14 12 -36 3 14 13 -36 4 14 4 -36 5 14 4 -36 6 14 0 -36 1 15 0 -36 2 15 3 -36 3 15 1 -36 4 15 0 -36 5 15 1 -36 6 15 0 -36 1 18 0 -36 2 18 0 -36 3 18 0 -36 4 18 0 -36 5 18 0 -36 6 18 0 -36 1 19 0 -36 2 19 3 -36 3 19 1 -36 4 19 0 -36 5 19 1 -36 6 19 0 -36 0 26 0.170041 -36 1 63 6 -36 2 63 7 -36 3 63 3 -36 4 63 6 -36 5 63 10 -36 6 63 10 -36 1 64 18 -36 2 64 17 -36 3 64 4 -36 4 64 8 -36 5 64 13 -36 6 64 11 -37 1 0 64 -37 2 0 110 -37 3 0 100 -37 4 0 80 -37 5 0 83 -37 6 0 63 -37 1 1 8 -37 2 1 32 -37 3 1 47 -37 4 1 56 -37 5 1 58 -37 6 1 38 -37 1 2 35.0376 -37 2 2 108.682 -37 3 2 100 -37 4 2 80 -37 5 2 83 -37 6 2 63 -37 1 3 7 -37 2 3 29 -37 3 3 47 -37 4 3 50 -37 5 3 54 -37 6 3 34 -37 1 6 9 -37 2 6 46 -37 3 6 67 -37 4 6 83 -37 5 6 96 -37 6 6 57 -37 0 7 0.130222 -37 1 8 7 -37 2 8 41 -37 3 8 64 -37 4 8 70 -37 5 8 87 -37 6 8 45 -37 1 11 5 -37 2 11 4 -37 3 11 3 -37 4 11 5 -37 5 11 6 -37 6 11 5 +36 7 13 0 +36 8 13 0 +36 9 13 0 +36 10 13 0 +36 11 13 0 +36 12 13 0 +36 13 13 0 +36 14 13 0 +36 15 13 0 +36 16 13 0 +36 17 13 0 +36 18 13 0 +36 19 13 0 +36 20 13 0 +36 21 13 0 +36 22 13 0 +36 23 13 0 +36 24 13 0 +36 25 13 0 +36 26 13 0 +36 27 13 0 +36 28 13 0 +36 29 13 0 +36 30 13 0 +36 1 14 0 +36 2 14 1 +36 3 14 0 +36 4 14 0 +36 5 14 0 +36 6 14 2 +36 7 14 1 +36 8 14 1 +36 9 14 1 +36 10 14 0 +36 11 14 0 +36 12 14 0 +36 13 14 0 +36 14 14 0 +36 15 14 0 +36 16 14 0 +36 17 14 0 +36 18 14 0 +36 19 14 0 +36 20 14 0 +36 21 14 0 +36 22 14 0 +36 23 14 0 +36 24 14 0 +36 25 14 0 +36 26 14 0 +36 27 14 0 +36 28 14 0 +36 29 14 0 +36 30 14 0 +36 1 64 0 +36 2 64 0 +36 3 64 0 +36 4 64 0 +36 5 64 0 +36 6 64 0 +36 7 64 0 +36 8 64 0 +36 9 64 0 +36 10 64 0 +36 11 64 0 +36 12 64 0 +36 13 64 0 +36 14 64 0 +36 15 64 0 +36 16 64 0 +36 17 64 0 +36 18 64 0 +36 19 64 0 +36 20 64 0 +36 21 64 0 +36 22 64 0 +36 23 64 0 +36 24 64 0 +36 25 64 0 +36 26 64 0 +36 27 64 0 +36 28 64 0 +36 29 64 0 +36 30 64 0 +37 1 0 4 +37 2 0 2 +37 3 0 2 +37 4 0 3 +37 5 0 2 +37 6 0 3 +37 7 0 6 +37 8 0 5 +37 9 0 6 +37 10 0 4 +37 11 0 9 +37 12 0 3 +37 13 0 4 +37 14 0 6 +37 15 0 9 +37 16 0 12 +37 17 0 11 +37 18 0 7 +37 19 0 9 +37 20 0 19 +37 21 0 11 +37 22 0 18 +37 23 0 10 +37 24 0 6 +37 25 0 11 +37 26 0 6 +37 27 0 3 +37 28 0 2 +37 29 0 4 +37 30 0 3 +37 1 11 0 +37 2 11 0 +37 3 11 0 +37 4 11 0 +37 5 11 0 +37 6 11 0 +37 7 11 0 +37 8 11 0 +37 9 11 1 +37 10 11 0 +37 11 11 0 +37 12 11 0 +37 13 11 0 +37 14 11 0 +37 15 11 0 +37 16 11 0 +37 17 11 0 +37 18 11 0 +37 19 11 0 +37 20 11 0 +37 21 11 0 +37 22 11 0 +37 23 11 0 +37 24 11 0 +37 25 11 0 +37 26 11 0 +37 27 11 0 +37 28 11 0 +37 29 11 0 +37 30 11 0 37 1 12 0 37 2 12 0 37 3 12 0 37 4 12 0 37 5 12 0 37 6 12 0 -37 1 13 2 -37 2 13 4 -37 3 13 3 +37 7 12 0 +37 8 12 0 +37 9 12 0 +37 10 12 0 +37 11 12 0 +37 12 12 0 +37 13 12 0 +37 14 12 0 +37 15 12 0 +37 16 12 0 +37 17 12 0 +37 18 12 0 +37 19 12 0 +37 20 12 0 +37 21 12 0 +37 22 12 0 +37 23 12 0 +37 24 12 0 +37 25 12 0 +37 26 12 0 +37 27 12 0 +37 28 12 0 +37 29 12 0 +37 30 12 0 +37 1 13 0 +37 2 13 0 +37 3 13 0 37 4 13 0 37 5 13 0 37 6 13 0 -37 1 14 8 -37 2 14 18 -37 3 14 14 -37 4 14 5 -37 5 14 9 -37 6 14 2 -37 1 15 2 -37 2 15 4 -37 3 15 3 -37 4 15 0 -37 5 15 0 -37 6 15 0 -37 1 18 0 -37 2 18 0 -37 3 18 0 -37 4 18 0 -37 5 18 0 -37 6 18 0 -37 1 19 2 -37 2 19 4 -37 3 19 3 -37 4 19 0 -37 5 19 0 -37 6 19 0 -37 0 26 0.167285 -37 1 63 5 -37 2 63 4 -37 3 63 3 -37 4 63 5 -37 5 63 5 -37 6 63 4 -37 1 64 19 -37 2 64 16 -37 3 64 7 -37 4 64 9 -37 5 64 12 -37 6 64 13 -38 1 0 51 -38 2 0 125 -38 3 0 95 -38 4 0 80 -38 5 0 85 -38 6 0 64 -38 1 1 31 -38 2 1 96 -38 3 1 87 -38 4 1 70 -38 5 1 76 -38 6 1 61 -38 1 2 30.6392 -38 2 2 123.237 -38 3 2 95 -38 4 2 80 -38 5 2 85 -38 6 2 64 -38 1 3 26 -38 2 3 89 -38 3 3 84 -38 4 3 67 -38 5 3 73 -38 6 3 58 -38 1 6 51 -38 2 6 204 -38 3 6 233 -38 4 6 187 -38 5 6 226 -38 6 6 144 -38 0 7 0.209239 -38 1 8 44 -38 2 8 178 -38 3 8 209 -38 4 8 163 -38 5 8 198 -38 6 8 129 -38 1 11 3 -38 2 11 13 -38 3 11 4 -38 4 11 7 -38 5 11 7 -38 6 11 4 +37 7 13 0 +37 8 13 0 +37 9 13 0 +37 10 13 0 +37 11 13 0 +37 12 13 0 +37 13 13 0 +37 14 13 0 +37 15 13 0 +37 16 13 0 +37 17 13 0 +37 18 13 0 +37 19 13 0 +37 20 13 0 +37 21 13 0 +37 22 13 0 +37 23 13 0 +37 24 13 0 +37 25 13 0 +37 26 13 0 +37 27 13 0 +37 28 13 0 +37 29 13 0 +37 30 13 0 +37 1 14 0 +37 2 14 0 +37 3 14 2 +37 4 14 1 +37 5 14 0 +37 6 14 3 +37 7 14 1 +37 8 14 0 +37 9 14 2 +37 10 14 0 +37 11 14 1 +37 12 14 0 +37 13 14 1 +37 14 14 0 +37 15 14 0 +37 16 14 0 +37 17 14 0 +37 18 14 0 +37 19 14 0 +37 20 14 0 +37 21 14 0 +37 22 14 0 +37 23 14 0 +37 24 14 0 +37 25 14 0 +37 26 14 0 +37 27 14 0 +37 28 14 0 +37 29 14 0 +37 30 14 0 +37 1 64 0 +37 2 64 0 +37 3 64 0 +37 4 64 0 +37 5 64 0 +37 6 64 0 +37 7 64 0 +37 8 64 0 +37 9 64 0 +37 10 64 0 +37 11 64 0 +37 12 64 0 +37 13 64 0 +37 14 64 0 +37 15 64 0 +37 16 64 0 +37 17 64 0 +37 18 64 0 +37 19 64 0 +37 20 64 0 +37 21 64 0 +37 22 64 0 +37 23 64 0 +37 24 64 0 +37 25 64 0 +37 26 64 0 +37 27 64 0 +37 28 64 0 +37 29 64 0 +37 30 64 0 +38 1 0 4 +38 2 0 2 +38 3 0 2 +38 4 0 2 +38 5 0 3 +38 6 0 2 +38 7 0 8 +38 8 0 5 +38 9 0 5 +38 10 0 4 +38 11 0 8 +38 12 0 4 +38 13 0 4 +38 14 0 7 +38 15 0 9 +38 16 0 10 +38 17 0 10 +38 18 0 8 +38 19 0 10 +38 20 0 18 +38 21 0 12 +38 22 0 18 +38 23 0 10 +38 24 0 7 +38 25 0 11 +38 26 0 6 +38 27 0 3 +38 28 0 2 +38 29 0 2 +38 30 0 4 +38 1 11 0 +38 2 11 0 +38 3 11 0 +38 4 11 0 +38 5 11 1 +38 6 11 1 +38 7 11 1 +38 8 11 0 +38 9 11 1 +38 10 11 1 +38 11 11 0 +38 12 11 0 +38 13 11 0 +38 14 11 0 +38 15 11 0 +38 16 11 0 +38 17 11 0 +38 18 11 0 +38 19 11 0 +38 20 11 0 +38 21 11 0 +38 22 11 0 +38 23 11 0 +38 24 11 0 +38 25 11 0 +38 26 11 0 +38 27 11 0 +38 28 11 0 +38 29 11 0 +38 30 11 0 38 1 12 0 38 2 12 0 38 3 12 0 38 4 12 0 38 5 12 0 38 6 12 0 -38 1 13 5 -38 2 13 7 -38 3 13 6 -38 4 13 2 -38 5 13 1 +38 7 12 2 +38 8 12 0 +38 9 12 0 +38 10 12 0 +38 11 12 0 +38 12 12 0 +38 13 12 0 +38 14 12 0 +38 15 12 0 +38 16 12 0 +38 17 12 0 +38 18 12 0 +38 19 12 0 +38 20 12 0 +38 21 12 0 +38 22 12 0 +38 23 12 0 +38 24 12 0 +38 25 12 0 +38 26 12 0 +38 27 12 0 +38 28 12 0 +38 29 12 0 +38 30 12 0 +38 1 13 0 +38 2 13 0 +38 3 13 0 +38 4 13 0 +38 5 13 0 38 6 13 0 -38 1 14 51 -38 2 14 77 -38 3 14 53 -38 4 14 25 -38 5 14 13 -38 6 14 0 -38 1 15 5 -38 2 15 7 -38 3 15 6 -38 4 15 2 -38 5 15 1 -38 6 15 0 -38 1 18 1 -38 2 18 0 -38 3 18 0 -38 4 18 0 -38 5 18 0 -38 6 18 0 -38 1 19 5 -38 2 19 7 -38 3 19 6 -38 4 19 2 -38 5 19 1 -38 6 19 0 -38 0 26 0.167285 -38 1 63 3 -38 2 63 13 -38 3 63 4 -38 4 63 7 -38 5 63 6 -38 6 63 4 -38 1 64 10 -38 2 64 27 -38 3 64 6 -38 4 64 12 -38 5 64 12 -38 6 64 5 -39 1 0 53 -39 2 0 126 -39 3 0 92 -39 4 0 80 -39 5 0 86 -39 6 0 63 -39 1 1 19 -39 2 1 90 -39 3 1 79 -39 4 1 67 -39 5 1 72 -39 6 1 54 -39 1 2 28.2836 -39 2 2 124.44 -39 3 2 92 -39 4 2 80 -39 5 2 86 -39 6 2 63 -39 1 3 17 -39 2 3 81 -39 3 3 76 -39 4 3 63 -39 5 3 69 -39 6 3 51 -39 1 6 29 -39 2 6 151 -39 3 6 166 -39 4 6 161 -39 5 6 207 -39 6 6 145 -39 0 7 0.191439 -39 1 8 24 -39 2 8 133 -39 3 8 149 -39 4 8 141 -39 5 8 183 -39 6 8 132 -39 1 11 2 -39 2 11 18 -39 3 11 10 -39 4 11 9 -39 5 11 9 -39 6 11 3 +38 7 13 0 +38 8 13 0 +38 9 13 0 +38 10 13 0 +38 11 13 0 +38 12 13 0 +38 13 13 0 +38 14 13 0 +38 15 13 0 +38 16 13 0 +38 17 13 0 +38 18 13 0 +38 19 13 0 +38 20 13 0 +38 21 13 0 +38 22 13 0 +38 23 13 0 +38 24 13 0 +38 25 13 0 +38 26 13 0 +38 27 13 0 +38 28 13 0 +38 29 13 0 +38 30 13 0 +38 1 14 0 +38 2 14 1 +38 3 14 0 +38 4 14 1 +38 5 14 2 +38 6 14 1 +38 7 14 4 +38 8 14 2 +38 9 14 2 +38 10 14 2 +38 11 14 1 +38 12 14 0 +38 13 14 1 +38 14 14 0 +38 15 14 1 +38 16 14 2 +38 17 14 0 +38 18 14 0 +38 19 14 0 +38 20 14 0 +38 21 14 0 +38 22 14 0 +38 23 14 0 +38 24 14 0 +38 25 14 0 +38 26 14 0 +38 27 14 0 +38 28 14 0 +38 29 14 0 +38 30 14 0 +38 1 64 0 +38 2 64 0 +38 3 64 0 +38 4 64 0 +38 5 64 0 +38 6 64 0 +38 7 64 0 +38 8 64 0 +38 9 64 0 +38 10 64 0 +38 11 64 0 +38 12 64 0 +38 13 64 0 +38 14 64 0 +38 15 64 0 +38 16 64 0 +38 17 64 0 +38 18 64 0 +38 19 64 0 +38 20 64 0 +38 21 64 0 +38 22 64 0 +38 23 64 0 +38 24 64 0 +38 25 64 0 +38 26 64 0 +38 27 64 0 +38 28 64 0 +38 29 64 0 +38 30 64 0 +39 1 0 4 +39 2 0 3 +39 3 0 1 +39 4 0 2 +39 5 0 3 +39 6 0 2 +39 7 0 7 +39 8 0 7 +39 9 0 3 +39 10 0 5 +39 11 0 6 +39 12 0 5 +39 13 0 5 +39 14 0 6 +39 15 0 8 +39 16 0 11 +39 17 0 12 +39 18 0 8 +39 19 0 10 +39 20 0 16 +39 21 0 14 +39 22 0 16 +39 23 0 12 +39 24 0 7 +39 25 0 11 +39 26 0 6 +39 27 0 3 +39 28 0 2 +39 29 0 1 +39 30 0 4 +39 1 11 0 +39 2 11 0 +39 3 11 0 +39 4 11 0 +39 5 11 0 +39 6 11 0 +39 7 11 0 +39 8 11 0 +39 9 11 1 +39 10 11 0 +39 11 11 0 +39 12 11 0 +39 13 11 0 +39 14 11 0 +39 15 11 0 +39 16 11 0 +39 17 11 0 +39 18 11 0 +39 19 11 0 +39 20 11 0 +39 21 11 0 +39 22 11 0 +39 23 11 0 +39 24 11 0 +39 25 11 0 +39 26 11 0 +39 27 11 0 +39 28 11 0 +39 29 11 0 +39 30 11 0 39 1 12 0 39 2 12 0 39 3 12 0 39 4 12 0 39 5 12 0 39 6 12 0 -39 1 13 5 -39 2 13 6 -39 3 13 7 -39 4 13 1 -39 5 13 1 -39 6 13 1 -39 1 14 21 -39 2 14 55 -39 3 14 38 -39 4 14 14 -39 5 14 15 -39 6 14 2 -39 1 15 5 -39 2 15 6 -39 3 15 7 -39 4 15 1 -39 5 15 1 -39 6 15 1 -39 1 18 0 -39 2 18 0 -39 3 18 0 -39 4 18 0 -39 5 18 0 -39 6 18 0 -39 1 19 5 -39 2 19 6 -39 3 19 7 -39 4 19 1 -39 5 19 1 -39 6 19 1 -39 0 26 0.167285 -39 1 63 2 -39 2 63 18 -39 3 63 10 -39 4 63 9 -39 5 63 7 -39 6 63 3 -39 1 64 9 -39 2 64 26 -39 3 64 11 -39 4 64 11 -39 5 64 9 -39 6 64 5 -40 1 0 51 -40 2 0 129 -40 3 0 89 -40 4 0 81 -40 5 0 87 -40 6 0 63 -40 1 1 6 -40 2 1 50 -40 3 1 45 -40 4 1 45 -40 5 1 59 -40 6 1 53 -40 1 2 26.1484 -40 2 2 127.352 -40 3 2 89 -40 4 2 81 -40 5 2 87 -40 6 2 63 -40 1 3 6 -40 2 3 46 -40 3 3 44 -40 4 3 42 -40 5 3 56 -40 6 3 49 -40 1 6 6 -40 2 6 65 -40 3 6 76 -40 4 6 74 -40 5 6 108 -40 6 6 92 -40 0 7 0.141575 -40 1 8 6 -40 2 8 59 -40 3 8 70 -40 4 8 64 -40 5 8 94 -40 6 8 81 -40 1 11 2 -40 2 11 14 -40 3 11 11 -40 4 11 7 -40 5 11 9 -40 6 11 2 +39 7 12 0 +39 8 12 0 +39 9 12 0 +39 10 12 0 +39 11 12 0 +39 12 12 0 +39 13 12 0 +39 14 12 0 +39 15 12 0 +39 16 12 0 +39 17 12 0 +39 18 12 0 +39 19 12 0 +39 20 12 0 +39 21 12 0 +39 22 12 0 +39 23 12 0 +39 24 12 0 +39 25 12 0 +39 26 12 0 +39 27 12 0 +39 28 12 0 +39 29 12 0 +39 30 12 0 +39 1 13 0 +39 2 13 0 +39 3 13 0 +39 4 13 0 +39 5 13 0 +39 6 13 0 +39 7 13 0 +39 8 13 0 +39 9 13 0 +39 10 13 0 +39 11 13 0 +39 12 13 0 +39 13 13 0 +39 14 13 0 +39 15 13 0 +39 16 13 0 +39 17 13 0 +39 18 13 0 +39 19 13 0 +39 20 13 0 +39 21 13 0 +39 22 13 0 +39 23 13 0 +39 24 13 0 +39 25 13 0 +39 26 13 0 +39 27 13 0 +39 28 13 0 +39 29 13 0 +39 30 13 0 +39 1 14 0 +39 2 14 0 +39 3 14 1 +39 4 14 0 +39 5 14 1 +39 6 14 0 +39 7 14 1 +39 8 14 1 +39 9 14 1 +39 10 14 1 +39 11 14 0 +39 12 14 0 +39 13 14 0 +39 14 14 1 +39 15 14 0 +39 16 14 0 +39 17 14 0 +39 18 14 0 +39 19 14 0 +39 20 14 0 +39 21 14 0 +39 22 14 0 +39 23 14 0 +39 24 14 0 +39 25 14 0 +39 26 14 0 +39 27 14 0 +39 28 14 0 +39 29 14 0 +39 30 14 0 +39 1 64 0 +39 2 64 0 +39 3 64 0 +39 4 64 0 +39 5 64 0 +39 6 64 0 +39 7 64 0 +39 8 64 0 +39 9 64 0 +39 10 64 0 +39 11 64 0 +39 12 64 0 +39 13 64 0 +39 14 64 0 +39 15 64 0 +39 16 64 0 +39 17 64 0 +39 18 64 0 +39 19 64 0 +39 20 64 0 +39 21 64 0 +39 22 64 0 +39 23 64 0 +39 24 64 0 +39 25 64 0 +39 26 64 0 +39 27 64 0 +39 28 64 0 +39 29 64 0 +39 30 64 0 +40 1 0 6 +40 2 0 2 +40 3 0 2 +40 4 0 1 +40 5 0 3 +40 6 0 4 +40 7 0 5 +40 8 0 5 +40 9 0 5 +40 10 0 6 +40 11 0 5 +40 12 0 6 +40 13 0 5 +40 14 0 6 +40 15 0 7 +40 16 0 10 +40 17 0 14 +40 18 0 6 +40 19 0 11 +40 20 0 17 +40 21 0 14 +40 22 0 16 +40 23 0 12 +40 24 0 7 +40 25 0 11 +40 26 0 6 +40 27 0 3 +40 28 0 2 +40 29 0 1 +40 30 0 2 +40 1 11 0 +40 2 11 0 +40 3 11 0 +40 4 11 0 +40 5 11 0 +40 6 11 1 +40 7 11 0 +40 8 11 1 +40 9 11 1 +40 10 11 0 +40 11 11 0 +40 12 11 0 +40 13 11 1 +40 14 11 0 +40 15 11 0 +40 16 11 0 +40 17 11 0 +40 18 11 0 +40 19 11 0 +40 20 11 0 +40 21 11 0 +40 22 11 0 +40 23 11 0 +40 24 11 0 +40 25 11 0 +40 26 11 0 +40 27 11 0 +40 28 11 0 +40 29 11 0 +40 30 11 0 40 1 12 0 40 2 12 0 40 3 12 0 40 4 12 0 40 5 12 0 40 6 12 0 +40 7 12 0 +40 8 12 0 +40 9 12 0 +40 10 12 0 +40 11 12 0 +40 12 12 0 +40 13 12 0 +40 14 12 0 +40 15 12 0 +40 16 12 0 +40 17 12 0 +40 18 12 0 +40 19 12 0 +40 20 12 0 +40 21 12 0 +40 22 12 0 +40 23 12 0 +40 24 12 0 +40 25 12 0 +40 26 12 0 +40 27 12 0 +40 28 12 0 +40 29 12 0 +40 30 12 0 40 1 13 0 -40 2 13 3 +40 2 13 0 40 3 13 0 40 4 13 0 40 5 13 0 -40 6 13 1 -40 1 14 3 -40 2 14 28 -40 3 14 9 -40 4 14 6 -40 5 14 4 -40 6 14 0 -40 1 15 0 -40 2 15 3 -40 3 15 0 -40 4 15 0 -40 5 15 0 -40 6 15 1 -40 1 18 0 -40 2 18 0 -40 3 18 0 -40 4 18 0 -40 5 18 0 -40 6 18 0 -40 1 19 0 -40 2 19 3 -40 3 19 0 -40 4 19 0 -40 5 19 0 -40 6 19 1 -40 0 26 0.167285 -40 1 63 2 -40 2 63 14 -40 3 63 11 -40 4 63 6 -40 5 63 9 -40 6 63 2 -40 1 64 8 -40 2 64 23 -40 3 64 11 -40 4 64 10 -40 5 64 13 -40 6 64 2 -41 1 0 51 -41 2 0 125 -41 3 0 92 -41 4 0 81 -41 5 0 89 -41 6 0 62 -41 1 1 9 -41 2 1 50 -41 3 1 42 -41 4 1 47 -41 5 1 62 -41 6 1 40 -41 1 2 26.24 -41 2 2 123.554 -41 3 2 92 -41 4 2 81 -41 5 2 89 -41 6 2 62 -41 1 3 7 -41 2 3 45 -41 3 3 41 -41 4 3 44 -41 5 3 56 -41 6 3 39 -41 1 6 13 -41 2 6 65 -41 3 6 69 -41 4 6 72 -41 5 6 105 -41 6 6 64 -41 0 7 0.132105 -41 1 8 11 -41 2 8 57 -41 3 8 63 -41 4 8 66 -41 5 8 91 -41 6 8 61 +40 6 13 0 +40 7 13 0 +40 8 13 0 +40 9 13 0 +40 10 13 0 +40 11 13 0 +40 12 13 0 +40 13 13 0 +40 14 13 0 +40 15 13 0 +40 16 13 0 +40 17 13 0 +40 18 13 0 +40 19 13 0 +40 20 13 0 +40 21 13 0 +40 22 13 0 +40 23 13 0 +40 24 13 0 +40 25 13 0 +40 26 13 0 +40 27 13 0 +40 28 13 0 +40 29 13 0 +40 30 13 0 +40 1 14 1 +40 2 14 0 +40 3 14 1 +40 4 14 1 +40 5 14 0 +40 6 14 1 +40 7 14 1 +40 8 14 1 +40 9 14 1 +40 10 14 0 +40 11 14 1 +40 12 14 0 +40 13 14 1 +40 14 14 0 +40 15 14 1 +40 16 14 0 +40 17 14 0 +40 18 14 0 +40 19 14 0 +40 20 14 0 +40 21 14 0 +40 22 14 0 +40 23 14 0 +40 24 14 0 +40 25 14 0 +40 26 14 0 +40 27 14 0 +40 28 14 0 +40 29 14 0 +40 30 14 0 +40 1 64 0 +40 2 64 0 +40 3 64 0 +40 4 64 0 +40 5 64 0 +40 6 64 0 +40 7 64 0 +40 8 64 0 +40 9 64 0 +40 10 64 0 +40 11 64 0 +40 12 64 0 +40 13 64 0 +40 14 64 0 +40 15 64 0 +40 16 64 0 +40 17 64 0 +40 18 64 0 +40 19 64 0 +40 20 64 0 +40 21 64 0 +40 22 64 0 +40 23 64 0 +40 24 64 0 +40 25 64 0 +40 26 64 0 +40 27 64 0 +40 28 64 0 +40 29 64 0 +40 30 64 0 +41 1 0 5 +41 2 0 1 +41 3 0 2 +41 4 0 2 +41 5 0 3 +41 6 0 3 +41 7 0 4 +41 8 0 6 +41 9 0 5 +41 10 0 6 +41 11 0 4 +41 12 0 9 +41 13 0 3 +41 14 0 4 +41 15 0 10 +41 16 0 9 +41 17 0 14 +41 18 0 8 +41 19 0 9 +41 20 0 16 +41 21 0 17 +41 22 0 15 +41 23 0 13 +41 24 0 7 +41 25 0 10 +41 26 0 7 +41 27 0 2 +41 28 0 3 +41 29 0 1 +41 30 0 2 41 1 11 0 -41 2 11 5 -41 3 11 6 -41 4 11 3 -41 5 11 5 +41 2 11 0 +41 3 11 0 +41 4 11 0 +41 5 11 0 41 6 11 3 +41 7 11 0 +41 8 11 1 +41 9 11 0 +41 10 11 0 +41 11 11 0 +41 12 11 1 +41 13 11 0 +41 14 11 0 +41 15 11 0 +41 16 11 0 +41 17 11 0 +41 18 11 0 +41 19 11 0 +41 20 11 0 +41 21 11 0 +41 22 11 0 +41 23 11 0 +41 24 11 0 +41 25 11 0 +41 26 11 0 +41 27 11 0 +41 28 11 0 +41 29 11 0 +41 30 11 0 41 1 12 0 41 2 12 0 41 3 12 0 41 4 12 0 41 5 12 0 41 6 12 0 -41 1 13 2 -41 2 13 5 +41 7 12 0 +41 8 12 0 +41 9 12 0 +41 10 12 0 +41 11 12 0 +41 12 12 0 +41 13 12 0 +41 14 12 0 +41 15 12 0 +41 16 12 0 +41 17 12 0 +41 18 12 0 +41 19 12 0 +41 20 12 0 +41 21 12 0 +41 22 12 0 +41 23 12 0 +41 24 12 0 +41 25 12 0 +41 26 12 0 +41 27 12 0 +41 28 12 0 +41 29 12 0 +41 30 12 0 +41 1 13 0 +41 2 13 0 41 3 13 0 41 4 13 0 41 5 13 0 -41 6 13 1 -41 1 14 10 -41 2 14 30 -41 3 14 17 -41 4 14 12 -41 5 14 3 -41 6 14 2 -41 1 15 2 -41 2 15 5 -41 3 15 0 -41 4 15 0 -41 5 15 0 -41 6 15 1 -41 1 18 0 -41 2 18 0 -41 3 18 0 -41 4 18 0 -41 5 18 0 -41 6 18 0 -41 1 19 2 -41 2 19 5 -41 3 19 0 -41 4 19 0 -41 5 19 0 -41 6 19 1 -41 0 26 0.169626 -41 1 63 0 -41 2 63 4 -41 3 63 6 -41 4 63 3 -41 5 63 4 -41 6 63 3 -41 1 64 10 -41 2 64 17 -41 3 64 9 -41 4 64 11 -41 5 64 9 -41 6 64 4 -42 1 0 47 -42 2 0 128 -42 3 0 85 -42 4 0 89 -42 5 0 90 -42 6 0 61 -42 1 1 27 -42 2 1 97 -42 3 1 75 -42 4 1 84 -42 5 1 80 -42 6 1 57 -42 1 2 30.9313 -42 2 2 126.843 -42 3 2 85 -42 4 2 89 -42 5 2 90 -42 6 2 61 -42 1 3 24 -42 2 3 96 -42 3 3 66 -42 4 3 80 -42 5 3 78 -42 6 3 57 -42 1 6 47 -42 2 6 212 -42 3 6 180 -42 4 6 263 -42 5 6 256 -42 6 6 156 -42 0 7 0.212086 -42 1 8 41 -42 2 8 192 -42 3 8 150 -42 4 8 232 -42 5 8 229 -42 6 8 140 -42 1 11 6 -42 2 11 10 -42 3 11 7 -42 4 11 9 -42 5 11 6 -42 6 11 4 +41 6 13 0 +41 7 13 0 +41 8 13 0 +41 9 13 0 +41 10 13 0 +41 11 13 0 +41 12 13 0 +41 13 13 0 +41 14 13 0 +41 15 13 0 +41 16 13 0 +41 17 13 0 +41 18 13 0 +41 19 13 0 +41 20 13 0 +41 21 13 0 +41 22 13 0 +41 23 13 0 +41 24 13 0 +41 25 13 0 +41 26 13 0 +41 27 13 0 +41 28 13 0 +41 29 13 0 +41 30 13 0 +41 1 14 0 +41 2 14 0 +41 3 14 1 +41 4 14 2 +41 5 14 0 +41 6 14 3 +41 7 14 0 +41 8 14 3 +41 9 14 5 +41 10 14 0 +41 11 14 2 +41 12 14 1 +41 13 14 0 +41 14 14 1 +41 15 14 0 +41 16 14 0 +41 17 14 0 +41 18 14 0 +41 19 14 0 +41 20 14 0 +41 21 14 0 +41 22 14 0 +41 23 14 0 +41 24 14 0 +41 25 14 0 +41 26 14 0 +41 27 14 0 +41 28 14 0 +41 29 14 0 +41 30 14 0 +41 1 64 0 +41 2 64 0 +41 3 64 0 +41 4 64 0 +41 5 64 0 +41 6 64 0 +41 7 64 0 +41 8 64 0 +41 9 64 0 +41 10 64 0 +41 11 64 0 +41 12 64 0 +41 13 64 0 +41 14 64 0 +41 15 64 0 +41 16 64 0 +41 17 64 0 +41 18 64 0 +41 19 64 0 +41 20 64 0 +41 21 64 0 +41 22 64 0 +41 23 64 0 +41 24 64 0 +41 25 64 0 +41 26 64 0 +41 27 64 0 +41 28 64 0 +41 29 64 0 +41 30 64 0 +42 1 0 5 +42 2 0 4 +42 3 0 1 +42 4 0 2 +42 5 0 3 +42 6 0 3 +42 7 0 4 +42 8 0 6 +42 9 0 5 +42 10 0 5 +42 11 0 4 +42 12 0 6 +42 13 0 4 +42 14 0 4 +42 15 0 10 +42 16 0 10 +42 17 0 12 +42 18 0 10 +42 19 0 9 +42 20 0 16 +42 21 0 17 +42 22 0 14 +42 23 0 14 +42 24 0 7 +42 25 0 9 +42 26 0 8 +42 27 0 2 +42 28 0 3 +42 29 0 1 +42 30 0 2 +42 1 11 0 +42 2 11 0 +42 3 11 0 +42 4 11 0 +42 5 11 1 +42 6 11 0 +42 7 11 1 +42 8 11 2 +42 9 11 0 +42 10 11 0 +42 11 11 1 +42 12 11 0 +42 13 11 0 +42 14 11 0 +42 15 11 0 +42 16 11 0 +42 17 11 0 +42 18 11 0 +42 19 11 0 +42 20 11 0 +42 21 11 0 +42 22 11 0 +42 23 11 0 +42 24 11 0 +42 25 11 0 +42 26 11 0 +42 27 11 0 +42 28 11 0 +42 29 11 0 +42 30 11 0 42 1 12 0 42 2 12 0 42 3 12 0 42 4 12 0 42 5 12 0 42 6 12 0 -42 1 13 3 -42 2 13 8 -42 3 13 3 -42 4 13 1 -42 5 13 1 +42 7 12 0 +42 8 12 0 +42 9 12 0 +42 10 12 0 +42 11 12 0 +42 12 12 0 +42 13 12 0 +42 14 12 0 +42 15 12 0 +42 16 12 0 +42 17 12 0 +42 18 12 0 +42 19 12 0 +42 20 12 0 +42 21 12 0 +42 22 12 0 +42 23 12 0 +42 24 12 0 +42 25 12 0 +42 26 12 0 +42 27 12 0 +42 28 12 0 +42 29 12 0 +42 30 12 0 +42 1 13 0 +42 2 13 0 +42 3 13 0 +42 4 13 0 +42 5 13 0 42 6 13 0 -42 1 14 38 -42 2 14 94 -42 3 14 39 -42 4 14 28 -42 5 14 15 -42 6 14 3 -42 1 15 3 -42 2 15 8 -42 3 15 3 -42 4 15 1 -42 5 15 1 -42 6 15 0 -42 1 18 0 -42 2 18 0 -42 3 18 0 -42 4 18 0 -42 5 18 0 -42 6 18 0 -42 1 19 3 -42 2 19 8 -42 3 19 3 -42 4 19 1 -42 5 19 1 -42 6 19 0 -42 0 26 0.169626 -42 1 63 5 -42 2 63 7 -42 3 63 5 -42 4 63 7 -42 5 63 4 -42 6 63 2 -42 1 64 13 -42 2 64 22 -42 3 64 11 -42 4 64 14 -42 5 64 10 -42 6 64 5 -43 1 0 52 -43 2 0 125 -43 3 0 84 -43 4 0 88 -43 5 0 90 -43 6 0 61 -43 1 1 22 -43 2 1 89 -43 3 1 70 -43 4 1 80 -43 5 1 80 -43 6 1 53 -43 1 2 29.561 -43 2 2 123.964 -43 3 2 84 -43 4 2 88 -43 5 2 90 -43 6 2 61 -43 1 3 20 -43 2 3 80 -43 3 3 67 -43 4 3 77 -43 5 3 80 -43 6 3 52 -43 1 6 29 -43 2 6 174 -43 3 6 154 -43 4 6 208 -43 5 6 227 -43 6 6 140 -43 0 7 0.203887 -43 1 8 27 -43 2 8 157 -43 3 8 133 -43 4 8 185 -43 5 8 204 -43 6 8 123 -43 1 11 4 -43 2 11 16 -43 3 11 5 -43 4 11 9 -43 5 11 12 -43 6 11 7 -43 1 12 1 -43 2 12 1 +42 7 13 0 +42 8 13 0 +42 9 13 0 +42 10 13 0 +42 11 13 0 +42 12 13 0 +42 13 13 0 +42 14 13 0 +42 15 13 0 +42 16 13 0 +42 17 13 0 +42 18 13 0 +42 19 13 0 +42 20 13 0 +42 21 13 0 +42 22 13 0 +42 23 13 0 +42 24 13 0 +42 25 13 0 +42 26 13 0 +42 27 13 0 +42 28 13 0 +42 29 13 0 +42 30 13 0 +42 1 14 0 +42 2 14 0 +42 3 14 1 +42 4 14 1 +42 5 14 1 +42 6 14 0 +42 7 14 1 +42 8 14 2 +42 9 14 1 +42 10 14 0 +42 11 14 1 +42 12 14 0 +42 13 14 1 +42 14 14 1 +42 15 14 1 +42 16 14 0 +42 17 14 0 +42 18 14 0 +42 19 14 0 +42 20 14 0 +42 21 14 0 +42 22 14 0 +42 23 14 0 +42 24 14 0 +42 25 14 0 +42 26 14 0 +42 27 14 0 +42 28 14 0 +42 29 14 0 +42 30 14 0 +42 1 64 0 +42 2 64 0 +42 3 64 0 +42 4 64 0 +42 5 64 0 +42 6 64 0 +42 7 64 0 +42 8 64 0 +42 9 64 0 +42 10 64 0 +42 11 64 0 +42 12 64 0 +42 13 64 0 +42 14 64 0 +42 15 64 0 +42 16 64 0 +42 17 64 0 +42 18 64 0 +42 19 64 0 +42 20 64 0 +42 21 64 0 +42 22 64 0 +42 23 64 0 +42 24 64 0 +42 25 64 0 +42 26 64 0 +42 27 64 0 +42 28 64 0 +42 29 64 0 +42 30 64 0 +43 1 0 6 +43 2 0 3 +43 3 0 4 +43 4 0 1 +43 5 0 4 +43 6 0 3 +43 7 0 5 +43 8 0 4 +43 9 0 7 +43 10 0 3 +43 11 0 5 +43 12 0 4 +43 13 0 5 +43 14 0 5 +43 15 0 9 +43 16 0 8 +43 17 0 8 +43 18 0 14 +43 19 0 7 +43 20 0 18 +43 21 0 17 +43 22 0 14 +43 23 0 14 +43 24 0 7 +43 25 0 9 +43 26 0 8 +43 27 0 2 +43 28 0 3 +43 29 0 1 +43 30 0 2 +43 1 11 0 +43 2 11 0 +43 3 11 0 +43 4 11 0 +43 5 11 0 +43 6 11 0 +43 7 11 0 +43 8 11 0 +43 9 11 0 +43 10 11 1 +43 11 11 0 +43 12 11 0 +43 13 11 0 +43 14 11 0 +43 15 11 1 +43 16 11 0 +43 17 11 0 +43 18 11 0 +43 19 11 0 +43 20 11 0 +43 21 11 0 +43 22 11 0 +43 23 11 0 +43 24 11 0 +43 25 11 0 +43 26 11 0 +43 27 11 0 +43 28 11 0 +43 29 11 0 +43 30 11 0 +43 1 12 0 +43 2 12 0 43 3 12 0 43 4 12 0 43 5 12 0 43 6 12 0 -43 1 13 3 -43 2 13 9 -43 3 13 5 -43 4 13 2 -43 5 13 1 -43 6 13 1 -43 1 14 19 -43 2 14 55 -43 3 14 20 -43 4 14 19 -43 5 14 9 -43 6 14 3 -43 1 15 3 -43 2 15 10 -43 3 15 5 -43 4 15 2 -43 5 15 1 -43 6 15 1 -43 1 18 0 -43 2 18 0 -43 3 18 0 -43 4 18 0 -43 5 18 0 -43 6 18 0 -43 1 19 3 -43 2 19 10 -43 3 19 5 -43 4 19 2 -43 5 19 1 -43 6 19 1 -43 0 26 0.169626 -43 1 63 3 -43 2 63 9 -43 3 63 4 -43 4 63 8 -43 5 63 7 -43 6 63 5 -43 1 64 15 -43 2 64 26 -43 3 64 5 -43 4 64 10 -43 5 64 13 -43 6 64 7 -44 1 0 52 -44 2 0 125 -44 3 0 82 -44 4 0 89 -44 5 0 91 -44 6 0 61 -44 1 1 14 -44 2 1 60 -44 3 1 46 -44 4 1 62 -44 5 1 75 -44 6 1 43 -44 1 2 28.2223 -44 2 2 123.929 -44 3 2 82 -44 4 2 89 -44 5 2 91 -44 6 2 61 -44 1 3 10 -44 2 3 52 -44 3 3 45 -44 4 3 58 -44 5 3 70 -44 6 3 41 -44 1 6 21 -44 2 6 87 -44 3 6 73 -44 4 6 101 -44 5 6 137 -44 6 6 77 -44 0 7 0.157747 -44 1 8 16 -44 2 8 77 -44 3 8 70 -44 4 8 89 -44 5 8 126 -44 6 8 70 -44 1 11 3 -44 2 11 16 -44 3 11 12 -44 4 11 3 -44 5 11 2 -44 6 11 3 +43 7 12 0 +43 8 12 0 +43 9 12 0 +43 10 12 0 +43 11 12 0 +43 12 12 0 +43 13 12 0 +43 14 12 0 +43 15 12 0 +43 16 12 0 +43 17 12 0 +43 18 12 0 +43 19 12 0 +43 20 12 0 +43 21 12 0 +43 22 12 0 +43 23 12 0 +43 24 12 0 +43 25 12 0 +43 26 12 0 +43 27 12 0 +43 28 12 0 +43 29 12 0 +43 30 12 0 +43 1 13 0 +43 2 13 0 +43 3 13 0 +43 4 13 0 +43 5 13 0 +43 6 13 0 +43 7 13 0 +43 8 13 0 +43 9 13 0 +43 10 13 0 +43 11 13 0 +43 12 13 0 +43 13 13 0 +43 14 13 0 +43 15 13 0 +43 16 13 0 +43 17 13 0 +43 18 13 0 +43 19 13 0 +43 20 13 0 +43 21 13 0 +43 22 13 0 +43 23 13 0 +43 24 13 0 +43 25 13 0 +43 26 13 0 +43 27 13 0 +43 28 13 0 +43 29 13 0 +43 30 13 0 +43 1 14 0 +43 2 14 0 +43 3 14 1 +43 4 14 0 +43 5 14 0 +43 6 14 0 +43 7 14 3 +43 8 14 2 +43 9 14 1 +43 10 14 1 +43 11 14 1 +43 12 14 1 +43 13 14 0 +43 14 14 1 +43 15 14 1 +43 16 14 0 +43 17 14 0 +43 18 14 0 +43 19 14 0 +43 20 14 0 +43 21 14 0 +43 22 14 0 +43 23 14 0 +43 24 14 0 +43 25 14 0 +43 26 14 0 +43 27 14 0 +43 28 14 0 +43 29 14 0 +43 30 14 0 +43 1 64 0 +43 2 64 0 +43 3 64 0 +43 4 64 0 +43 5 64 0 +43 6 64 0 +43 7 64 0 +43 8 64 0 +43 9 64 0 +43 10 64 0 +43 11 64 0 +43 12 64 0 +43 13 64 0 +43 14 64 0 +43 15 64 0 +43 16 64 0 +43 17 64 0 +43 18 64 0 +43 19 64 0 +43 20 64 0 +43 21 64 0 +43 22 64 0 +43 23 64 0 +43 24 64 0 +43 25 64 0 +43 26 64 0 +43 27 64 0 +43 28 64 0 +43 29 64 0 +43 30 64 0 +44 1 0 5 +44 2 0 2 +44 3 0 3 +44 4 0 4 +44 5 0 3 +44 6 0 3 +44 7 0 7 +44 8 0 3 +44 9 0 5 +44 10 0 5 +44 11 0 6 +44 12 0 3 +44 13 0 6 +44 14 0 5 +44 15 0 9 +44 16 0 6 +44 17 0 9 +44 18 0 11 +44 19 0 9 +44 20 0 18 +44 21 0 17 +44 22 0 13 +44 23 0 15 +44 24 0 7 +44 25 0 10 +44 26 0 8 +44 27 0 2 +44 28 0 3 +44 29 0 1 +44 30 0 2 +44 1 11 0 +44 2 11 0 +44 3 11 0 +44 4 11 0 +44 5 11 0 +44 6 11 0 +44 7 11 0 +44 8 11 1 +44 9 11 0 +44 10 11 0 +44 11 11 0 +44 12 11 0 +44 13 11 0 +44 14 11 0 +44 15 11 0 +44 16 11 0 +44 17 11 0 +44 18 11 0 +44 19 11 0 +44 20 11 0 +44 21 11 0 +44 22 11 0 +44 23 11 0 +44 24 11 0 +44 25 11 0 +44 26 11 0 +44 27 11 0 +44 28 11 0 +44 29 11 0 +44 30 11 0 44 1 12 0 44 2 12 0 44 3 12 0 44 4 12 0 44 5 12 0 44 6 12 0 -44 1 13 2 -44 2 13 3 -44 3 13 1 +44 7 12 0 +44 8 12 0 +44 9 12 0 +44 10 12 0 +44 11 12 0 +44 12 12 0 +44 13 12 0 +44 14 12 0 +44 15 12 0 +44 16 12 0 +44 17 12 0 +44 18 12 0 +44 19 12 0 +44 20 12 0 +44 21 12 0 +44 22 12 0 +44 23 12 0 +44 24 12 0 +44 25 12 0 +44 26 12 0 +44 27 12 0 +44 28 12 0 +44 29 12 0 +44 30 12 0 +44 1 13 0 +44 2 13 0 +44 3 13 0 44 4 13 0 44 5 13 0 44 6 13 0 -44 1 14 13 -44 2 14 21 -44 3 14 12 -44 4 14 2 -44 5 14 7 +44 7 13 0 +44 8 13 0 +44 9 13 0 +44 10 13 0 +44 11 13 0 +44 12 13 0 +44 13 13 0 +44 14 13 0 +44 15 13 0 +44 16 13 0 +44 17 13 0 +44 18 13 0 +44 19 13 0 +44 20 13 0 +44 21 13 0 +44 22 13 0 +44 23 13 0 +44 24 13 0 +44 25 13 0 +44 26 13 0 +44 27 13 0 +44 28 13 0 +44 29 13 0 +44 30 13 0 +44 1 14 0 +44 2 14 0 +44 3 14 0 +44 4 14 0 +44 5 14 0 44 6 14 0 -44 1 15 2 -44 2 15 2 -44 3 15 1 -44 4 15 0 -44 5 15 0 -44 6 15 0 -44 1 18 1 -44 2 18 0 -44 3 18 0 -44 4 18 0 -44 5 18 0 -44 6 18 0 -44 1 19 2 -44 2 19 2 -44 3 19 1 -44 4 19 0 -44 5 19 0 -44 6 19 0 -44 0 26 0.169626 -44 1 63 1 -44 2 63 12 -44 3 63 8 -44 4 63 3 -44 5 63 2 -44 6 63 2 -44 1 64 14 -44 2 64 25 -44 3 64 16 -44 4 64 4 -44 5 64 6 -44 6 64 3 -45 1 0 47 -45 2 0 127 -45 3 0 85 -45 4 0 86 -45 5 0 94 -45 6 0 61 -45 1 1 10 -45 2 1 52 -45 3 1 47 -45 4 1 57 -45 5 1 63 -45 6 1 39 -45 1 2 23.7159 -45 2 2 125.672 -45 3 2 85 -45 4 2 86 -45 5 2 94 -45 6 2 61 -45 1 3 8 -45 2 3 48 -45 3 3 44 -45 4 3 56 -45 5 3 60 -45 6 3 37 -45 1 6 11 -45 2 6 61 -45 3 6 69 -45 4 6 95 -45 5 6 111 -45 6 6 59 -45 0 7 0.141843 -45 1 8 8 -45 2 8 56 -45 3 8 63 -45 4 8 88 -45 5 8 97 -45 6 8 54 -45 1 11 2 -45 2 11 7 -45 3 11 6 -45 4 11 6 -45 5 11 5 -45 6 11 1 +44 7 14 0 +44 8 14 1 +44 9 14 1 +44 10 14 0 +44 11 14 0 +44 12 14 0 +44 13 14 0 +44 14 14 0 +44 15 14 0 +44 16 14 0 +44 17 14 0 +44 18 14 0 +44 19 14 0 +44 20 14 0 +44 21 14 0 +44 22 14 0 +44 23 14 0 +44 24 14 0 +44 25 14 0 +44 26 14 0 +44 27 14 0 +44 28 14 0 +44 29 14 0 +44 30 14 0 +44 1 64 0 +44 2 64 0 +44 3 64 0 +44 4 64 0 +44 5 64 0 +44 6 64 0 +44 7 64 0 +44 8 64 0 +44 9 64 0 +44 10 64 0 +44 11 64 0 +44 12 64 0 +44 13 64 0 +44 14 64 0 +44 15 64 0 +44 16 64 0 +44 17 64 0 +44 18 64 0 +44 19 64 0 +44 20 64 0 +44 21 64 0 +44 22 64 0 +44 23 64 0 +44 24 64 0 +44 25 64 0 +44 26 64 0 +44 27 64 0 +44 28 64 0 +44 29 64 0 +44 30 64 0 +45 1 0 5 +45 2 0 4 +45 3 0 2 +45 4 0 3 +45 5 0 5 +45 6 0 4 +45 7 0 6 +45 8 0 2 +45 9 0 6 +45 10 0 5 +45 11 0 6 +45 12 0 4 +45 13 0 7 +45 14 0 3 +45 15 0 9 +45 16 0 7 +45 17 0 8 +45 18 0 10 +45 19 0 7 +45 20 0 19 +45 21 0 17 +45 22 0 13 +45 23 0 13 +45 24 0 9 +45 25 0 10 +45 26 0 8 +45 27 0 2 +45 28 0 2 +45 29 0 2 +45 30 0 2 +45 1 11 0 +45 2 11 0 +45 3 11 0 +45 4 11 1 +45 5 11 0 +45 6 11 2 +45 7 11 0 +45 8 11 0 +45 9 11 0 +45 10 11 0 +45 11 11 0 +45 12 11 0 +45 13 11 1 +45 14 11 0 +45 15 11 0 +45 16 11 0 +45 17 11 0 +45 18 11 0 +45 19 11 0 +45 20 11 0 +45 21 11 0 +45 22 11 0 +45 23 11 0 +45 24 11 0 +45 25 11 0 +45 26 11 0 +45 27 11 0 +45 28 11 0 +45 29 11 0 +45 30 11 0 45 1 12 0 45 2 12 0 45 3 12 0 45 4 12 0 45 5 12 0 -45 6 12 1 -45 1 13 3 -45 2 13 3 -45 3 13 1 -45 4 13 1 -45 5 13 1 +45 6 12 0 +45 7 12 0 +45 8 12 0 +45 9 12 0 +45 10 12 0 +45 11 12 0 +45 12 12 0 +45 13 12 0 +45 14 12 0 +45 15 12 0 +45 16 12 0 +45 17 12 0 +45 18 12 0 +45 19 12 0 +45 20 12 0 +45 21 12 0 +45 22 12 0 +45 23 12 0 +45 24 12 0 +45 25 12 0 +45 26 12 0 +45 27 12 0 +45 28 12 0 +45 29 12 0 +45 30 12 0 +45 1 13 0 +45 2 13 0 +45 3 13 0 +45 4 13 0 +45 5 13 0 45 6 13 0 -45 1 14 7 -45 2 14 26 -45 3 14 19 -45 4 14 11 -45 5 14 5 -45 6 14 4 -45 1 15 4 -45 2 15 3 -45 3 15 1 -45 4 15 1 -45 5 15 1 -45 6 15 0 -45 1 18 0 -45 2 18 0 -45 3 18 0 -45 4 18 0 -45 5 18 0 -45 6 18 0 -45 1 19 4 -45 2 19 3 -45 3 19 1 -45 4 19 1 -45 5 19 1 -45 6 19 0 -45 0 26 0.174491 -45 1 63 1 -45 2 63 2 -45 3 63 4 -45 4 63 6 -45 5 63 2 -45 6 63 2 -45 1 64 12 -45 2 64 28 -45 3 64 12 -45 4 64 9 -45 5 64 8 -45 6 64 4 -46 1 0 57 -46 2 0 118 -46 3 0 84 -46 4 0 87 -46 5 0 91 -46 6 0 63 -46 1 1 17 -46 2 1 90 -46 3 1 65 -46 4 1 80 -46 5 1 87 -46 6 1 60 -46 1 2 30.7699 -46 2 2 117.365 -46 3 2 84 -46 4 2 87 -46 5 2 91 -46 6 2 63 -46 1 3 15 -46 2 3 85 -46 3 3 64 -46 4 3 78 -46 5 3 86 -46 6 3 57 -46 1 6 30 -46 2 6 176 -46 3 6 140 -46 4 6 211 -46 5 6 256 -46 6 6 181 -46 0 7 0.21203 -46 1 8 26 -46 2 8 155 -46 3 8 131 -46 4 8 190 -46 5 8 226 -46 6 8 155 -46 1 11 6 -46 2 11 20 -46 3 11 11 -46 4 11 11 -46 5 11 10 -46 6 11 6 +45 7 13 0 +45 8 13 0 +45 9 13 0 +45 10 13 0 +45 11 13 0 +45 12 13 0 +45 13 13 0 +45 14 13 0 +45 15 13 0 +45 16 13 0 +45 17 13 0 +45 18 13 0 +45 19 13 0 +45 20 13 0 +45 21 13 0 +45 22 13 0 +45 23 13 0 +45 24 13 0 +45 25 13 0 +45 26 13 0 +45 27 13 0 +45 28 13 0 +45 29 13 0 +45 30 13 0 +45 1 14 0 +45 2 14 0 +45 3 14 1 +45 4 14 1 +45 5 14 2 +45 6 14 2 +45 7 14 2 +45 8 14 0 +45 9 14 1 +45 10 14 1 +45 11 14 0 +45 12 14 0 +45 13 14 1 +45 14 14 0 +45 15 14 0 +45 16 14 0 +45 17 14 0 +45 18 14 0 +45 19 14 0 +45 20 14 0 +45 21 14 0 +45 22 14 0 +45 23 14 0 +45 24 14 0 +45 25 14 0 +45 26 14 0 +45 27 14 0 +45 28 14 0 +45 29 14 0 +45 30 14 0 +45 1 64 0 +45 2 64 0 +45 3 64 0 +45 4 64 0 +45 5 64 0 +45 6 64 0 +45 7 64 0 +45 8 64 0 +45 9 64 0 +45 10 64 0 +45 11 64 0 +45 12 64 0 +45 13 64 0 +45 14 64 0 +45 15 64 0 +45 16 64 0 +45 17 64 0 +45 18 64 0 +45 19 64 0 +45 20 64 0 +45 21 64 0 +45 22 64 0 +45 23 64 0 +45 24 64 0 +45 25 64 0 +45 26 64 0 +45 27 64 0 +45 28 64 0 +45 29 64 0 +45 30 64 0 +46 1 0 6 +46 2 0 0 +46 3 0 3 +46 4 0 2 +46 5 0 7 +46 6 0 3 +46 7 0 6 +46 8 0 4 +46 9 0 6 +46 10 0 5 +46 11 0 5 +46 12 0 4 +46 13 0 6 +46 14 0 4 +46 15 0 10 +46 16 0 7 +46 17 0 6 +46 18 0 9 +46 19 0 8 +46 20 0 20 +46 21 0 17 +46 22 0 12 +46 23 0 15 +46 24 0 9 +46 25 0 8 +46 26 0 10 +46 27 0 2 +46 28 0 2 +46 29 0 2 +46 30 0 2 +46 1 11 0 +46 2 11 0 +46 3 11 0 +46 4 11 0 +46 5 11 1 +46 6 11 1 +46 7 11 1 +46 8 11 0 +46 9 11 1 +46 10 11 0 +46 11 11 0 +46 12 11 0 +46 13 11 0 +46 14 11 0 +46 15 11 0 +46 16 11 0 +46 17 11 0 +46 18 11 0 +46 19 11 0 +46 20 11 0 +46 21 11 0 +46 22 11 0 +46 23 11 0 +46 24 11 0 +46 25 11 0 +46 26 11 0 +46 27 11 0 +46 28 11 0 +46 29 11 0 +46 30 11 0 46 1 12 0 46 2 12 0 -46 3 12 1 +46 3 12 0 46 4 12 0 46 5 12 0 46 6 12 0 -46 1 13 8 -46 2 13 11 -46 3 13 3 -46 4 13 5 -46 5 13 4 +46 7 12 0 +46 8 12 0 +46 9 12 0 +46 10 12 0 +46 11 12 0 +46 12 12 0 +46 13 12 0 +46 14 12 0 +46 15 12 0 +46 16 12 0 +46 17 12 0 +46 18 12 0 +46 19 12 0 +46 20 12 0 +46 21 12 0 +46 22 12 0 +46 23 12 0 +46 24 12 0 +46 25 12 0 +46 26 12 0 +46 27 12 0 +46 28 12 0 +46 29 12 0 +46 30 12 0 +46 1 13 0 +46 2 13 0 +46 3 13 0 +46 4 13 0 +46 5 13 0 46 6 13 0 -46 1 14 27 -46 2 14 79 -46 3 14 32 -46 4 14 20 -46 5 14 13 -46 6 14 8 -46 1 15 8 -46 2 15 13 -46 3 15 2 -46 4 15 5 -46 5 15 4 -46 6 15 0 -46 1 18 0 -46 2 18 0 -46 3 18 0 -46 4 18 0 -46 5 18 0 -46 6 18 0 -46 1 19 8 -46 2 19 13 -46 3 19 2 -46 4 19 5 -46 5 19 4 -46 6 19 0 -46 0 26 0.174491 -46 1 63 3 -46 2 63 11 -46 3 63 7 -46 4 63 5 -46 5 63 6 -46 6 63 2 -46 1 64 10 -46 2 64 30 -46 3 64 14 -46 4 64 12 -46 5 64 12 -46 6 64 6 -47 1 0 67 -47 2 0 118 -47 3 0 81 -47 4 0 82 -47 5 0 90 -47 6 0 62 -47 1 1 25 -47 2 1 81 -47 3 1 60 -47 4 1 69 -47 5 1 82 -47 6 1 55 -47 1 2 34.1616 -47 2 2 117.252 -47 3 2 81 -47 4 2 82 -47 5 2 90 -47 6 2 62 -47 1 3 23 -47 2 3 77 -47 3 3 52 -47 4 3 66 -47 5 3 76 -47 6 3 53 -47 1 6 36 -47 2 6 136 -47 3 6 124 -47 4 6 180 -47 5 6 231 -47 6 6 139 -47 0 7 0.191046 -47 1 8 31 -47 2 8 123 -47 3 8 104 -47 4 8 159 -47 5 8 208 -47 6 8 127 -47 1 11 1 -47 2 11 20 -47 3 11 7 -47 4 11 12 -47 5 11 11 -47 6 11 13 +46 7 13 0 +46 8 13 0 +46 9 13 0 +46 10 13 0 +46 11 13 0 +46 12 13 0 +46 13 13 0 +46 14 13 0 +46 15 13 0 +46 16 13 0 +46 17 13 0 +46 18 13 0 +46 19 13 0 +46 20 13 0 +46 21 13 0 +46 22 13 0 +46 23 13 0 +46 24 13 0 +46 25 13 0 +46 26 13 0 +46 27 13 0 +46 28 13 0 +46 29 13 0 +46 30 13 0 +46 1 14 0 +46 2 14 2 +46 3 14 1 +46 4 14 0 +46 5 14 2 +46 6 14 3 +46 7 14 0 +46 8 14 0 +46 9 14 1 +46 10 14 3 +46 11 14 1 +46 12 14 0 +46 13 14 0 +46 14 14 0 +46 15 14 0 +46 16 14 0 +46 17 14 0 +46 18 14 0 +46 19 14 0 +46 20 14 0 +46 21 14 0 +46 22 14 0 +46 23 14 0 +46 24 14 0 +46 25 14 0 +46 26 14 0 +46 27 14 0 +46 28 14 0 +46 29 14 0 +46 30 14 0 +46 1 64 0 +46 2 64 0 +46 3 64 0 +46 4 64 0 +46 5 64 0 +46 6 64 0 +46 7 64 0 +46 8 64 0 +46 9 64 0 +46 10 64 0 +46 11 64 0 +46 12 64 0 +46 13 64 0 +46 14 64 0 +46 15 64 0 +46 16 64 0 +46 17 64 0 +46 18 64 0 +46 19 64 0 +46 20 64 0 +46 21 64 0 +46 22 64 0 +46 23 64 0 +46 24 64 0 +46 25 64 0 +46 26 64 0 +46 27 64 0 +46 28 64 0 +46 29 64 0 +46 30 64 0 +47 1 0 5 +47 2 0 3 +47 3 0 0 +47 4 0 3 +47 5 0 5 +47 6 0 5 +47 7 0 7 +47 8 0 5 +47 9 0 4 +47 10 0 7 +47 11 0 3 +47 12 0 5 +47 13 0 4 +47 14 0 5 +47 15 0 10 +47 16 0 7 +47 17 0 6 +47 18 0 11 +47 19 0 8 +47 20 0 19 +47 21 0 16 +47 22 0 11 +47 23 0 15 +47 24 0 9 +47 25 0 8 +47 26 0 10 +47 27 0 3 +47 28 0 2 +47 29 0 2 +47 30 0 2 +47 1 11 0 +47 2 11 0 +47 3 11 0 +47 4 11 0 +47 5 11 1 +47 6 11 1 +47 7 11 0 +47 8 11 0 +47 9 11 0 +47 10 11 0 +47 11 11 0 +47 12 11 0 +47 13 11 0 +47 14 11 0 +47 15 11 0 +47 16 11 0 +47 17 11 0 +47 18 11 0 +47 19 11 0 +47 20 11 0 +47 21 11 0 +47 22 11 0 +47 23 11 0 +47 24 11 0 +47 25 11 0 +47 26 11 0 +47 27 11 0 +47 28 11 0 +47 29 11 0 +47 30 11 0 47 1 12 0 -47 2 12 1 +47 2 12 0 47 3 12 0 47 4 12 0 47 5 12 0 47 6 12 0 -47 1 13 6 -47 2 13 10 -47 3 13 3 -47 4 13 3 -47 5 13 3 +47 7 12 0 +47 8 12 0 +47 9 12 0 +47 10 12 0 +47 11 12 0 +47 12 12 0 +47 13 12 0 +47 14 12 0 +47 15 12 0 +47 16 12 0 +47 17 12 0 +47 18 12 0 +47 19 12 0 +47 20 12 0 +47 21 12 0 +47 22 12 0 +47 23 12 0 +47 24 12 0 +47 25 12 0 +47 26 12 0 +47 27 12 0 +47 28 12 0 +47 29 12 0 +47 30 12 0 +47 1 13 0 +47 2 13 0 +47 3 13 0 +47 4 13 0 +47 5 13 0 47 6 13 0 -47 1 14 19 -47 2 14 55 -47 3 14 23 -47 4 14 20 -47 5 14 10 -47 6 14 1 -47 1 15 5 -47 2 15 9 -47 3 15 3 -47 4 15 3 -47 5 15 3 -47 6 15 0 -47 1 18 0 -47 2 18 0 -47 3 18 0 -47 4 18 0 -47 5 18 0 -47 6 18 0 -47 1 19 5 -47 2 19 9 -47 3 19 3 -47 4 19 3 -47 5 19 3 -47 6 19 0 -47 0 26 0.174491 -47 1 63 1 -47 2 63 16 -47 3 63 6 -47 4 63 7 -47 5 63 7 -47 6 63 8 -47 1 64 6 -47 2 64 31 -47 3 64 10 -47 4 64 13 -47 5 64 12 -47 6 64 13 -48 1 0 69 -48 2 0 117 -48 3 0 80 -48 4 0 82 -48 5 0 90 -48 6 0 62 -48 1 1 14 -48 2 1 52 -48 3 1 41 -48 4 1 54 -48 5 1 65 -48 6 1 43 -48 1 2 35.995 -48 2 2 116.217 -48 3 2 80 -48 4 2 82 -48 5 2 90 -48 6 2 62 -48 1 3 11 -48 2 3 46 -48 3 3 35 -48 4 3 49 -48 5 3 60 -48 6 3 41 -48 1 6 14 -48 2 6 71 -48 3 6 60 -48 4 6 85 -48 5 6 128 -48 6 6 79 -48 0 7 0.14009 -48 1 8 11 -48 2 8 62 -48 3 8 49 -48 4 8 75 -48 5 8 106 -48 6 8 65 -48 1 11 4 -48 2 11 5 -48 3 11 5 -48 4 11 9 -48 5 11 10 -48 6 11 4 +47 7 13 0 +47 8 13 0 +47 9 13 0 +47 10 13 0 +47 11 13 0 +47 12 13 0 +47 13 13 0 +47 14 13 0 +47 15 13 0 +47 16 13 0 +47 17 13 0 +47 18 13 0 +47 19 13 0 +47 20 13 0 +47 21 13 0 +47 22 13 0 +47 23 13 0 +47 24 13 0 +47 25 13 0 +47 26 13 0 +47 27 13 0 +47 28 13 0 +47 29 13 0 +47 30 13 0 +47 1 14 0 +47 2 14 0 +47 3 14 0 +47 4 14 0 +47 5 14 3 +47 6 14 3 +47 7 14 0 +47 8 14 0 +47 9 14 1 +47 10 14 0 +47 11 14 0 +47 12 14 0 +47 13 14 0 +47 14 14 0 +47 15 14 1 +47 16 14 0 +47 17 14 0 +47 18 14 0 +47 19 14 0 +47 20 14 0 +47 21 14 0 +47 22 14 0 +47 23 14 0 +47 24 14 0 +47 25 14 0 +47 26 14 0 +47 27 14 0 +47 28 14 0 +47 29 14 0 +47 30 14 0 +47 1 64 0 +47 2 64 0 +47 3 64 0 +47 4 64 0 +47 5 64 0 +47 6 64 0 +47 7 64 0 +47 8 64 0 +47 9 64 0 +47 10 64 0 +47 11 64 0 +47 12 64 0 +47 13 64 0 +47 14 64 0 +47 15 64 0 +47 16 64 0 +47 17 64 0 +47 18 64 0 +47 19 64 0 +47 20 64 0 +47 21 64 0 +47 22 64 0 +47 23 64 0 +47 24 64 0 +47 25 64 0 +47 26 64 0 +47 27 64 0 +47 28 64 0 +47 29 64 0 +47 30 64 0 +48 1 0 6 +48 2 0 2 +48 3 0 2 +48 4 0 0 +48 5 0 4 +48 6 0 7 +48 7 0 6 +48 8 0 7 +48 9 0 3 +48 10 0 5 +48 11 0 5 +48 12 0 6 +48 13 0 3 +48 14 0 6 +48 15 0 10 +48 16 0 7 +48 17 0 6 +48 18 0 11 +48 19 0 6 +48 20 0 21 +48 21 0 16 +48 22 0 9 +48 23 0 16 +48 24 0 9 +48 25 0 8 +48 26 0 9 +48 27 0 3 +48 28 0 3 +48 29 0 2 +48 30 0 2 +48 1 11 0 +48 2 11 1 +48 3 11 0 +48 4 11 0 +48 5 11 0 +48 6 11 1 +48 7 11 1 +48 8 11 0 +48 9 11 0 +48 10 11 0 +48 11 11 0 +48 12 11 0 +48 13 11 0 +48 14 11 0 +48 15 11 0 +48 16 11 0 +48 17 11 0 +48 18 11 0 +48 19 11 0 +48 20 11 0 +48 21 11 0 +48 22 11 0 +48 23 11 0 +48 24 11 0 +48 25 11 0 +48 26 11 0 +48 27 11 0 +48 28 11 0 +48 29 11 0 +48 30 11 0 48 1 12 0 -48 2 12 1 +48 2 12 0 48 3 12 0 48 4 12 0 48 5 12 0 -48 6 12 1 -48 1 13 1 -48 2 13 3 -48 3 13 1 -48 4 13 1 +48 6 12 0 +48 7 12 0 +48 8 12 0 +48 9 12 0 +48 10 12 0 +48 11 12 0 +48 12 12 0 +48 13 12 0 +48 14 12 0 +48 15 12 0 +48 16 12 0 +48 17 12 0 +48 18 12 0 +48 19 12 0 +48 20 12 0 +48 21 12 0 +48 22 12 0 +48 23 12 0 +48 24 12 0 +48 25 12 0 +48 26 12 0 +48 27 12 0 +48 28 12 0 +48 29 12 0 +48 30 12 0 +48 1 13 0 +48 2 13 0 +48 3 13 0 +48 4 13 0 48 5 13 0 48 6 13 0 -48 1 14 6 -48 2 14 17 -48 3 14 7 -48 4 14 6 -48 5 14 5 +48 7 13 0 +48 8 13 0 +48 9 13 0 +48 10 13 0 +48 11 13 0 +48 12 13 0 +48 13 13 0 +48 14 13 0 +48 15 13 0 +48 16 13 0 +48 17 13 0 +48 18 13 0 +48 19 13 0 +48 20 13 0 +48 21 13 0 +48 22 13 0 +48 23 13 0 +48 24 13 0 +48 25 13 0 +48 26 13 0 +48 27 13 0 +48 28 13 0 +48 29 13 0 +48 30 13 0 +48 1 14 0 +48 2 14 1 +48 3 14 0 +48 4 14 0 +48 5 14 2 48 6 14 1 -48 1 15 1 -48 2 15 3 -48 3 15 1 -48 4 15 1 -48 5 15 0 -48 6 15 0 -48 1 18 0 -48 2 18 0 -48 3 18 0 -48 4 18 0 -48 5 18 0 -48 6 18 0 -48 1 19 1 -48 2 19 3 -48 3 19 1 -48 4 19 1 -48 5 19 0 -48 6 19 0 -48 0 26 0.174491 -48 1 63 2 -48 2 63 2 -48 3 63 3 -48 4 63 7 -48 5 63 6 -48 6 63 3 -48 1 64 9 -48 2 64 24 -48 3 64 12 -48 4 64 10 -48 5 64 12 -48 6 64 9 -49 1 0 63 -49 2 0 116 -49 3 0 87 -49 4 0 84 -49 5 0 88 -49 6 0 62 -49 1 1 16 -49 2 1 53 -49 3 1 53 -49 4 1 50 -49 5 1 57 -49 6 1 41 -49 1 2 33.69 -49 2 2 114.926 -49 3 2 87 -49 4 2 84 -49 5 2 88 -49 6 2 62 -49 1 3 9 -49 2 3 49 -49 3 3 47 -49 4 3 46 -49 5 3 52 -49 6 3 39 -49 1 6 17 -49 2 6 69 -49 3 6 64 -49 4 6 80 -49 5 6 98 -49 6 6 71 -49 0 7 0.135577 -49 1 8 9 -49 2 8 64 -49 3 8 57 -49 4 8 70 -49 5 8 87 -49 6 8 64 -49 1 11 8 -49 2 11 8 -49 3 11 5 -49 4 11 6 -49 5 11 8 +48 7 14 3 +48 8 14 0 +48 9 14 1 +48 10 14 0 +48 11 14 0 +48 12 14 0 +48 13 14 0 +48 14 14 2 +48 15 14 0 +48 16 14 0 +48 17 14 0 +48 18 14 0 +48 19 14 0 +48 20 14 0 +48 21 14 0 +48 22 14 0 +48 23 14 0 +48 24 14 0 +48 25 14 0 +48 26 14 0 +48 27 14 0 +48 28 14 0 +48 29 14 0 +48 30 14 0 +48 1 64 0 +48 2 64 0 +48 3 64 0 +48 4 64 0 +48 5 64 0 +48 6 64 0 +48 7 64 0 +48 8 64 0 +48 9 64 0 +48 10 64 0 +48 11 64 0 +48 12 64 0 +48 13 64 0 +48 14 64 0 +48 15 64 0 +48 16 64 0 +48 17 64 0 +48 18 64 0 +48 19 64 0 +48 20 64 0 +48 21 64 0 +48 22 64 0 +48 23 64 0 +48 24 64 0 +48 25 64 0 +48 26 64 0 +48 27 64 0 +48 28 64 0 +48 29 64 0 +48 30 64 0 +49 1 0 4 +49 2 0 4 +49 3 0 2 +49 4 0 2 +49 5 0 2 +49 6 0 5 +49 7 0 9 +49 8 0 6 +49 9 0 2 +49 10 0 6 +49 11 0 5 +49 12 0 6 +49 13 0 4 +49 14 0 7 +49 15 0 6 +49 16 0 10 +49 17 0 7 +49 18 0 9 +49 19 0 8 +49 20 0 20 +49 21 0 17 +49 22 0 9 +49 23 0 13 +49 24 0 10 +49 25 0 6 +49 26 0 11 +49 27 0 3 +49 28 0 3 +49 29 0 1 +49 30 0 3 +49 1 11 0 +49 2 11 0 +49 3 11 0 +49 4 11 0 +49 5 11 0 49 6 11 1 +49 7 11 2 +49 8 11 0 +49 9 11 0 +49 10 11 0 +49 11 11 0 +49 12 11 0 +49 13 11 0 +49 14 11 0 +49 15 11 0 +49 16 11 0 +49 17 11 0 +49 18 11 0 +49 19 11 0 +49 20 11 0 +49 21 11 0 +49 22 11 0 +49 23 11 0 +49 24 11 0 +49 25 11 0 +49 26 11 0 +49 27 11 0 +49 28 11 0 +49 29 11 0 +49 30 11 0 49 1 12 0 49 2 12 0 49 3 12 0 49 4 12 0 49 5 12 0 49 6 12 0 -49 1 13 5 +49 7 12 1 +49 8 12 0 +49 9 12 0 +49 10 12 0 +49 11 12 0 +49 12 12 0 +49 13 12 0 +49 14 12 0 +49 15 12 0 +49 16 12 0 +49 17 12 0 +49 18 12 0 +49 19 12 0 +49 20 12 0 +49 21 12 0 +49 22 12 0 +49 23 12 0 +49 24 12 0 +49 25 12 0 +49 26 12 0 +49 27 12 0 +49 28 12 0 +49 29 12 0 +49 30 12 0 +49 1 13 0 49 2 13 0 49 3 13 0 49 4 13 0 -49 5 13 2 +49 5 13 0 49 6 13 0 -49 1 14 17 -49 2 14 24 -49 3 14 17 -49 4 14 5 +49 7 13 0 +49 8 13 0 +49 9 13 0 +49 10 13 0 +49 11 13 0 +49 12 13 0 +49 13 13 0 +49 14 13 0 +49 15 13 0 +49 16 13 0 +49 17 13 0 +49 18 13 0 +49 19 13 0 +49 20 13 0 +49 21 13 0 +49 22 13 0 +49 23 13 0 +49 24 13 0 +49 25 13 0 +49 26 13 0 +49 27 13 0 +49 28 13 0 +49 29 13 0 +49 30 13 0 +49 1 14 0 +49 2 14 2 +49 3 14 1 +49 4 14 1 49 5 14 3 -49 6 14 1 -49 1 15 5 -49 2 15 0 -49 3 15 0 -49 4 15 0 -49 5 15 2 -49 6 15 0 -49 1 18 0 -49 2 18 0 -49 3 18 0 -49 4 18 0 -49 5 18 0 -49 6 18 0 -49 1 19 5 -49 2 19 0 -49 3 19 0 -49 4 19 0 -49 5 19 2 -49 6 19 0 -49 0 26 0.167465 -49 1 63 7 -49 2 63 7 -49 3 63 4 -49 4 63 6 -49 5 63 4 -49 6 63 1 -49 1 64 22 -49 2 64 27 -49 3 64 8 -49 4 64 13 -49 5 64 14 -49 6 64 3 -50 1 0 60 -50 2 0 121 -50 3 0 80 -50 4 0 90 -50 5 0 88 -50 6 0 61 -50 1 1 26 -50 2 1 85 -50 3 1 71 -50 4 1 80 -50 5 1 80 -50 6 1 55 -50 1 2 36.5751 -50 2 2 119.727 -50 3 2 80 -50 4 2 90 -50 5 2 88 -50 6 2 61 -50 1 3 26 -50 2 3 80 -50 3 3 70 -50 4 3 78 -50 5 3 79 -50 6 3 54 -50 1 6 54 -50 2 6 171 -50 3 6 188 -50 4 6 244 -50 5 6 270 -50 6 6 166 -50 0 7 0.208642 -50 1 8 50 -50 2 8 152 -50 3 8 178 -50 4 8 228 -50 5 8 247 -50 6 8 141 -50 1 11 5 -50 2 11 18 -50 3 11 4 -50 4 11 4 -50 5 11 6 -50 6 11 5 +49 6 14 3 +49 7 14 2 +49 8 14 0 +49 9 14 1 +49 10 14 2 +49 11 14 0 +49 12 14 0 +49 13 14 0 +49 14 14 0 +49 15 14 0 +49 16 14 0 +49 17 14 0 +49 18 14 0 +49 19 14 0 +49 20 14 0 +49 21 14 0 +49 22 14 0 +49 23 14 0 +49 24 14 0 +49 25 14 0 +49 26 14 0 +49 27 14 0 +49 28 14 0 +49 29 14 0 +49 30 14 0 +49 1 64 0 +49 2 64 0 +49 3 64 0 +49 4 64 0 +49 5 64 0 +49 6 64 0 +49 7 64 0 +49 8 64 0 +49 9 64 0 +49 10 64 0 +49 11 64 0 +49 12 64 0 +49 13 64 0 +49 14 64 0 +49 15 64 0 +49 16 64 0 +49 17 64 0 +49 18 64 0 +49 19 64 0 +49 20 64 0 +49 21 64 0 +49 22 64 0 +49 23 64 0 +49 24 64 0 +49 25 64 0 +49 26 64 0 +49 27 64 0 +49 28 64 0 +49 29 64 0 +49 30 64 0 +50 1 0 5 +50 2 0 1 +50 3 0 3 +50 4 0 2 +50 5 0 2 +50 6 0 4 +50 7 0 10 +50 8 0 6 +50 9 0 4 +50 10 0 6 +50 11 0 5 +50 12 0 5 +50 13 0 4 +50 14 0 6 +50 15 0 7 +50 16 0 10 +50 17 0 8 +50 18 0 7 +50 19 0 10 +50 20 0 19 +50 21 0 15 +50 22 0 12 +50 23 0 13 +50 24 0 9 +50 25 0 6 +50 26 0 9 +50 27 0 5 +50 28 0 3 +50 29 0 1 +50 30 0 3 +50 1 11 0 +50 2 11 0 +50 3 11 0 +50 4 11 0 +50 5 11 0 +50 6 11 1 +50 7 11 1 +50 8 11 1 +50 9 11 1 +50 10 11 0 +50 11 11 1 +50 12 11 0 +50 13 11 0 +50 14 11 1 +50 15 11 0 +50 16 11 0 +50 17 11 0 +50 18 11 0 +50 19 11 0 +50 20 11 0 +50 21 11 0 +50 22 11 0 +50 23 11 0 +50 24 11 0 +50 25 11 0 +50 26 11 0 +50 27 11 0 +50 28 11 0 +50 29 11 0 +50 30 11 0 50 1 12 0 50 2 12 0 50 3 12 0 50 4 12 0 50 5 12 0 -50 6 12 1 -50 1 13 4 -50 2 13 14 -50 3 13 3 -50 4 13 1 -50 5 13 1 -50 6 13 1 -50 1 14 50 -50 2 14 78 -50 3 14 37 -50 4 14 22 -50 5 14 15 -50 6 14 5 -50 1 15 4 -50 2 15 14 -50 3 15 3 -50 4 15 1 -50 5 15 1 -50 6 15 1 -50 1 18 0 -50 2 18 0 -50 3 18 0 -50 4 18 0 -50 5 18 0 -50 6 18 0 -50 1 19 4 -50 2 19 14 -50 3 19 3 -50 4 19 1 -50 5 19 1 -50 6 19 1 -50 0 26 0.167465 -50 1 63 2 -50 2 63 10 -50 3 63 3 -50 4 63 4 -50 5 63 4 -50 6 63 4 -50 1 64 9 -50 2 64 29 -50 3 64 8 -50 4 64 5 -50 5 64 9 -50 6 64 9 -51 1 0 52 -51 2 0 126 -51 3 0 82 -51 4 0 92 -51 5 0 88 -51 6 0 60 -51 1 1 20 -51 2 1 91 -51 3 1 68 -51 4 1 80 -51 5 1 78 -51 6 1 58 -51 1 2 29.4417 -51 2 2 124.478 -51 3 2 82 -51 4 2 92 -51 5 2 88 -51 6 2 60 -51 1 3 18 -51 2 3 82 -51 3 3 63 -51 4 3 78 -51 5 3 75 -51 6 3 57 -51 1 6 33 -51 2 6 148 -51 3 6 152 -51 4 6 202 -51 5 6 225 -51 6 6 158 -51 0 7 0.203995 -51 1 8 27 -51 2 8 129 -51 3 8 132 -51 4 8 180 -51 5 8 202 -51 6 8 136 -51 1 11 9 -51 2 11 13 -51 3 11 2 -51 4 11 13 -51 5 11 7 -51 6 11 5 +50 6 12 0 +50 7 12 0 +50 8 12 0 +50 9 12 0 +50 10 12 0 +50 11 12 0 +50 12 12 0 +50 13 12 0 +50 14 12 0 +50 15 12 0 +50 16 12 0 +50 17 12 0 +50 18 12 0 +50 19 12 0 +50 20 12 0 +50 21 12 0 +50 22 12 0 +50 23 12 0 +50 24 12 0 +50 25 12 0 +50 26 12 0 +50 27 12 0 +50 28 12 0 +50 29 12 0 +50 30 12 0 +50 1 13 0 +50 2 13 0 +50 3 13 0 +50 4 13 0 +50 5 13 0 +50 6 13 0 +50 7 13 0 +50 8 13 0 +50 9 13 0 +50 10 13 0 +50 11 13 0 +50 12 13 0 +50 13 13 0 +50 14 13 0 +50 15 13 0 +50 16 13 0 +50 17 13 0 +50 18 13 0 +50 19 13 0 +50 20 13 0 +50 21 13 0 +50 22 13 0 +50 23 13 0 +50 24 13 0 +50 25 13 0 +50 26 13 0 +50 27 13 0 +50 28 13 0 +50 29 13 0 +50 30 13 0 +50 1 14 0 +50 2 14 0 +50 3 14 0 +50 4 14 0 +50 5 14 1 +50 6 14 2 +50 7 14 4 +50 8 14 3 +50 9 14 1 +50 10 14 0 +50 11 14 2 +50 12 14 1 +50 13 14 0 +50 14 14 3 +50 15 14 0 +50 16 14 1 +50 17 14 0 +50 18 14 0 +50 19 14 0 +50 20 14 0 +50 21 14 0 +50 22 14 0 +50 23 14 0 +50 24 14 0 +50 25 14 0 +50 26 14 0 +50 27 14 0 +50 28 14 0 +50 29 14 0 +50 30 14 0 +50 1 64 0 +50 2 64 0 +50 3 64 0 +50 4 64 0 +50 5 64 0 +50 6 64 0 +50 7 64 0 +50 8 64 0 +50 9 64 0 +50 10 64 0 +50 11 64 0 +50 12 64 0 +50 13 64 0 +50 14 64 0 +50 15 64 0 +50 16 64 0 +50 17 64 0 +50 18 64 0 +50 19 64 0 +50 20 64 0 +50 21 64 0 +50 22 64 0 +50 23 64 0 +50 24 64 0 +50 25 64 0 +50 26 64 0 +50 27 64 0 +50 28 64 0 +50 29 64 0 +50 30 64 0 +51 1 0 4 +51 2 0 3 +51 3 0 1 +51 4 0 1 +51 5 0 4 +51 6 0 2 +51 7 0 10 +51 8 0 7 +51 9 0 5 +51 10 0 4 +51 11 0 7 +51 12 0 3 +51 13 0 5 +51 14 0 4 +51 15 0 10 +51 16 0 9 +51 17 0 8 +51 18 0 5 +51 19 0 13 +51 20 0 18 +51 21 0 16 +51 22 0 12 +51 23 0 12 +51 24 0 10 +51 25 0 5 +51 26 0 10 +51 27 0 5 +51 28 0 2 +51 29 0 2 +51 30 0 3 +51 1 11 0 +51 2 11 0 +51 3 11 0 +51 4 11 0 +51 5 11 1 +51 6 11 0 +51 7 11 1 +51 8 11 0 +51 9 11 2 +51 10 11 0 +51 11 11 0 +51 12 11 0 +51 13 11 0 +51 14 11 1 +51 15 11 0 +51 16 11 0 +51 17 11 0 +51 18 11 0 +51 19 11 0 +51 20 11 0 +51 21 11 0 +51 22 11 0 +51 23 11 0 +51 24 11 0 +51 25 11 0 +51 26 11 0 +51 27 11 0 +51 28 11 0 +51 29 11 0 +51 30 11 0 51 1 12 0 -51 2 12 1 +51 2 12 0 51 3 12 0 51 4 12 0 51 5 12 0 51 6 12 0 -51 1 13 7 -51 2 13 6 -51 3 13 3 +51 7 12 0 +51 8 12 0 +51 9 12 0 +51 10 12 0 +51 11 12 0 +51 12 12 0 +51 13 12 0 +51 14 12 0 +51 15 12 0 +51 16 12 0 +51 17 12 0 +51 18 12 0 +51 19 12 0 +51 20 12 0 +51 21 12 0 +51 22 12 0 +51 23 12 0 +51 24 12 0 +51 25 12 0 +51 26 12 0 +51 27 12 0 +51 28 12 0 +51 29 12 0 +51 30 12 0 +51 1 13 0 +51 2 13 0 +51 3 13 0 51 4 13 0 -51 5 13 1 -51 6 13 1 -51 1 14 24 -51 2 14 51 -51 3 14 14 -51 4 14 18 -51 5 14 8 -51 6 14 6 -51 1 15 8 -51 2 15 6 -51 3 15 3 -51 4 15 0 -51 5 15 1 -51 6 15 1 -51 1 18 0 -51 2 18 0 -51 3 18 0 -51 4 18 0 -51 5 18 0 -51 6 18 0 -51 1 19 8 -51 2 19 6 -51 3 19 3 -51 4 19 0 -51 5 19 1 -51 6 19 1 -51 0 26 0.167465 -51 1 63 6 -51 2 63 6 -51 3 63 2 -51 4 63 10 -51 5 63 5 -51 6 63 2 -51 1 64 14 -51 2 64 17 -51 3 64 4 -51 4 64 15 -51 5 64 8 -51 6 64 5 -52 1 0 49 -52 2 0 128 -52 3 0 82 -52 4 0 93 -52 5 0 88 -52 6 0 60 -52 1 1 12 -52 2 1 57 -52 3 1 47 -52 4 1 66 -52 5 1 66 -52 6 1 43 -52 1 2 27.0721 -52 2 2 126.544 -52 3 2 82 -52 4 2 93 -52 5 2 88 -52 6 2 60 -52 1 3 11 -52 2 3 52 -52 3 3 45 -52 4 3 62 -52 5 3 60 -52 6 3 40 -52 1 6 14 -52 2 6 77 -52 3 6 73 -52 4 6 113 -52 5 6 134 -52 6 6 84 -52 0 7 0.152079 -52 1 8 11 -52 2 8 69 -52 3 8 67 -52 4 8 102 -52 5 8 118 -52 6 8 72 -52 1 11 3 -52 2 11 12 -52 3 11 5 -52 4 11 4 -52 5 11 12 -52 6 11 6 +51 5 13 0 +51 6 13 0 +51 7 13 0 +51 8 13 0 +51 9 13 0 +51 10 13 0 +51 11 13 0 +51 12 13 0 +51 13 13 0 +51 14 13 0 +51 15 13 0 +51 16 13 0 +51 17 13 0 +51 18 13 0 +51 19 13 0 +51 20 13 0 +51 21 13 0 +51 22 13 0 +51 23 13 0 +51 24 13 0 +51 25 13 0 +51 26 13 0 +51 27 13 0 +51 28 13 0 +51 29 13 0 +51 30 13 0 +51 1 14 0 +51 2 14 0 +51 3 14 0 +51 4 14 0 +51 5 14 1 +51 6 14 0 +51 7 14 2 +51 8 14 0 +51 9 14 2 +51 10 14 1 +51 11 14 0 +51 12 14 1 +51 13 14 0 +51 14 14 1 +51 15 14 0 +51 16 14 0 +51 17 14 0 +51 18 14 0 +51 19 14 0 +51 20 14 0 +51 21 14 0 +51 22 14 0 +51 23 14 0 +51 24 14 0 +51 25 14 0 +51 26 14 0 +51 27 14 0 +51 28 14 0 +51 29 14 0 +51 30 14 0 +51 1 64 0 +51 2 64 0 +51 3 64 0 +51 4 64 0 +51 5 64 0 +51 6 64 0 +51 7 64 0 +51 8 64 0 +51 9 64 0 +51 10 64 0 +51 11 64 0 +51 12 64 0 +51 13 64 0 +51 14 64 0 +51 15 64 0 +51 16 64 0 +51 17 64 0 +51 18 64 0 +51 19 64 0 +51 20 64 0 +51 21 64 0 +51 22 64 0 +51 23 64 0 +51 24 64 0 +51 25 64 0 +51 26 64 0 +51 27 64 0 +51 28 64 0 +51 29 64 0 +51 30 64 0 +52 1 0 6 +52 2 0 2 +52 3 0 3 +52 4 0 1 +52 5 0 3 +52 6 0 2 +52 7 0 9 +52 8 0 6 +52 9 0 7 +52 10 0 3 +52 11 0 5 +52 12 0 5 +52 13 0 6 +52 14 0 3 +52 15 0 11 +52 16 0 9 +52 17 0 6 +52 18 0 7 +52 19 0 10 +52 20 0 20 +52 21 0 17 +52 22 0 12 +52 23 0 11 +52 24 0 10 +52 25 0 5 +52 26 0 9 +52 27 0 4 +52 28 0 3 +52 29 0 2 +52 30 0 3 +52 1 11 0 +52 2 11 1 +52 3 11 0 +52 4 11 0 +52 5 11 0 +52 6 11 0 +52 7 11 3 +52 8 11 0 +52 9 11 1 +52 10 11 0 +52 11 11 2 +52 12 11 0 +52 13 11 0 +52 14 11 0 +52 15 11 0 +52 16 11 0 +52 17 11 0 +52 18 11 0 +52 19 11 0 +52 20 11 0 +52 21 11 0 +52 22 11 0 +52 23 11 0 +52 24 11 0 +52 25 11 0 +52 26 11 0 +52 27 11 0 +52 28 11 0 +52 29 11 0 +52 30 11 0 52 1 12 0 52 2 12 0 52 3 12 0 52 4 12 0 52 5 12 0 52 6 12 0 -52 1 13 4 -52 2 13 1 +52 7 12 0 +52 8 12 0 +52 9 12 0 +52 10 12 0 +52 11 12 0 +52 12 12 0 +52 13 12 0 +52 14 12 0 +52 15 12 0 +52 16 12 0 +52 17 12 0 +52 18 12 0 +52 19 12 0 +52 20 12 0 +52 21 12 0 +52 22 12 0 +52 23 12 0 +52 24 12 0 +52 25 12 0 +52 26 12 0 +52 27 12 0 +52 28 12 0 +52 29 12 0 +52 30 12 0 +52 1 13 0 +52 2 13 0 52 3 13 0 52 4 13 0 52 5 13 0 52 6 13 0 -52 1 14 10 -52 2 14 24 -52 3 14 7 -52 4 14 7 -52 5 14 4 -52 6 14 3 -52 1 15 3 -52 2 15 2 -52 3 15 0 -52 4 15 0 -52 5 15 0 -52 6 15 0 -52 1 18 0 -52 2 18 0 -52 3 18 0 -52 4 18 0 -52 5 18 0 -52 6 18 0 -52 1 19 3 -52 2 19 2 -52 3 19 0 -52 4 19 0 -52 5 19 0 -52 6 19 0 -52 0 26 0.167465 -52 1 63 3 -52 2 63 4 -52 3 63 5 -52 4 63 3 -52 5 63 10 -52 6 63 5 -52 1 64 15 -52 2 64 20 -52 3 64 8 -52 4 64 5 -52 5 64 14 -52 6 64 6 -53 1 0 46 -53 2 0 130 -53 3 0 81 -53 4 0 93 -53 5 0 90 -53 6 0 60 -53 1 1 14 -53 2 1 61 -53 3 1 44 -53 4 1 64 -53 5 1 64 -53 6 1 45 -53 1 2 25.038 -53 2 2 128.507 -53 3 2 81 -53 4 2 93 -53 5 2 90 -53 6 2 60 -53 1 3 11 -53 2 3 54 -53 3 3 38 -53 4 3 58 -53 5 3 56 -53 6 3 42 -53 1 6 15 -53 2 6 78 -53 3 6 53 -53 4 6 95 -53 5 6 99 -53 6 6 86 -53 0 7 0.144832 -53 1 8 12 -53 2 8 66 -53 3 8 46 -53 4 8 85 -53 5 8 87 -53 6 8 75 -53 1 11 1 -53 2 11 9 -53 3 11 8 -53 4 11 5 -53 5 11 7 -53 6 11 8 +52 7 13 0 +52 8 13 0 +52 9 13 0 +52 10 13 0 +52 11 13 0 +52 12 13 0 +52 13 13 0 +52 14 13 0 +52 15 13 0 +52 16 13 0 +52 17 13 0 +52 18 13 0 +52 19 13 0 +52 20 13 0 +52 21 13 0 +52 22 13 0 +52 23 13 0 +52 24 13 0 +52 25 13 0 +52 26 13 0 +52 27 13 0 +52 28 13 0 +52 29 13 0 +52 30 13 0 +52 1 14 0 +52 2 14 2 +52 3 14 0 +52 4 14 1 +52 5 14 0 +52 6 14 0 +52 7 14 4 +52 8 14 3 +52 9 14 1 +52 10 14 0 +52 11 14 2 +52 12 14 0 +52 13 14 0 +52 14 14 0 +52 15 14 0 +52 16 14 0 +52 17 14 0 +52 18 14 0 +52 19 14 0 +52 20 14 0 +52 21 14 0 +52 22 14 0 +52 23 14 0 +52 24 14 0 +52 25 14 0 +52 26 14 0 +52 27 14 0 +52 28 14 0 +52 29 14 0 +52 30 14 0 +52 1 64 0 +52 2 64 0 +52 3 64 0 +52 4 64 0 +52 5 64 0 +52 6 64 0 +52 7 64 0 +52 8 64 0 +52 9 64 0 +52 10 64 0 +52 11 64 0 +52 12 64 0 +52 13 64 0 +52 14 64 0 +52 15 64 0 +52 16 64 0 +52 17 64 0 +52 18 64 0 +52 19 64 0 +52 20 64 0 +52 21 64 0 +52 22 64 0 +52 23 64 0 +52 24 64 0 +52 25 64 0 +52 26 64 0 +52 27 64 0 +52 28 64 0 +52 29 64 0 +52 30 64 0 +53 1 0 5 +53 2 0 0 +53 3 0 3 +53 4 0 3 +53 5 0 2 +53 6 0 4 +53 7 0 5 +53 8 0 9 +53 9 0 6 +53 10 0 2 +53 11 0 6 +53 12 0 5 +53 13 0 6 +53 14 0 4 +53 15 0 10 +53 16 0 9 +53 17 0 7 +53 18 0 8 +53 19 0 10 +53 20 0 19 +53 21 0 18 +53 22 0 12 +53 23 0 10 +53 24 0 11 +53 25 0 5 +53 26 0 9 +53 27 0 4 +53 28 0 3 +53 29 0 2 +53 30 0 3 +53 1 11 0 +53 2 11 0 +53 3 11 0 +53 4 11 0 +53 5 11 0 +53 6 11 1 +53 7 11 0 +53 8 11 1 +53 9 11 1 +53 10 11 0 +53 11 11 0 +53 12 11 0 +53 13 11 0 +53 14 11 0 +53 15 11 0 +53 16 11 0 +53 17 11 0 +53 18 11 0 +53 19 11 0 +53 20 11 0 +53 21 11 0 +53 22 11 0 +53 23 11 0 +53 24 11 0 +53 25 11 0 +53 26 11 0 +53 27 11 0 +53 28 11 0 +53 29 11 0 +53 30 11 0 53 1 12 0 53 2 12 0 53 3 12 0 53 4 12 0 53 5 12 0 53 6 12 0 -53 1 13 1 -53 2 13 3 -53 3 13 2 -53 4 13 1 +53 7 12 0 +53 8 12 0 +53 9 12 0 +53 10 12 0 +53 11 12 0 +53 12 12 0 +53 13 12 0 +53 14 12 0 +53 15 12 0 +53 16 12 0 +53 17 12 0 +53 18 12 0 +53 19 12 0 +53 20 12 0 +53 21 12 0 +53 22 12 0 +53 23 12 0 +53 24 12 0 +53 25 12 0 +53 26 12 0 +53 27 12 0 +53 28 12 0 +53 29 12 0 +53 30 12 0 +53 1 13 0 +53 2 13 0 +53 3 13 0 +53 4 13 0 53 5 13 0 53 6 13 0 -53 1 14 10 -53 2 14 28 -53 3 14 7 -53 4 14 2 -53 5 14 3 -53 6 14 3 -53 1 15 1 -53 2 15 3 -53 3 15 2 -53 4 15 1 -53 5 15 0 -53 6 15 0 -53 1 18 0 -53 2 18 0 -53 3 18 0 -53 4 18 0 -53 5 18 0 -53 6 18 0 -53 1 19 1 -53 2 19 3 -53 3 19 2 -53 4 19 1 -53 5 19 0 -53 6 19 0 -53 0 26 0.178383 -53 1 63 1 -53 2 63 5 -53 3 63 6 -53 4 63 2 -53 5 63 4 -53 6 63 7 -53 1 64 11 -53 2 64 32 -53 3 64 10 -53 4 64 7 -53 5 64 8 -53 6 64 9 -54 1 0 49 -54 2 0 118 -54 3 0 89 -54 4 0 94 -54 5 0 90 -54 6 0 60 -54 1 1 24 -54 2 1 85 -54 3 1 82 -54 4 1 85 -54 5 1 84 -54 6 1 59 -54 1 2 28.8448 -54 2 2 117.066 -54 3 2 89 -54 4 2 94 -54 5 2 90 -54 6 2 60 -54 1 3 20 -54 2 3 82 -54 3 3 77 -54 4 3 82 -54 5 3 81 -54 6 3 53 -54 1 6 40 -54 2 6 172 -54 3 6 190 -54 4 6 263 -54 5 6 248 -54 6 6 148 -54 0 7 0.210936 -54 1 8 31 -54 2 8 152 -54 3 8 170 -54 4 8 234 -54 5 8 220 -54 6 8 127 -54 1 11 8 -54 2 11 18 -54 3 11 5 -54 4 11 7 -54 5 11 11 -54 6 11 7 +53 7 13 0 +53 8 13 0 +53 9 13 0 +53 10 13 0 +53 11 13 0 +53 12 13 0 +53 13 13 0 +53 14 13 0 +53 15 13 0 +53 16 13 0 +53 17 13 0 +53 18 13 0 +53 19 13 0 +53 20 13 0 +53 21 13 0 +53 22 13 0 +53 23 13 0 +53 24 13 0 +53 25 13 0 +53 26 13 0 +53 27 13 0 +53 28 13 0 +53 29 13 0 +53 30 13 0 +53 1 14 0 +53 2 14 1 +53 3 14 0 +53 4 14 0 +53 5 14 1 +53 6 14 1 +53 7 14 0 +53 8 14 2 +53 9 14 2 +53 10 14 1 +53 11 14 0 +53 12 14 1 +53 13 14 1 +53 14 14 0 +53 15 14 1 +53 16 14 1 +53 17 14 0 +53 18 14 0 +53 19 14 0 +53 20 14 0 +53 21 14 0 +53 22 14 0 +53 23 14 0 +53 24 14 0 +53 25 14 0 +53 26 14 0 +53 27 14 0 +53 28 14 0 +53 29 14 0 +53 30 14 0 +53 1 64 0 +53 2 64 0 +53 3 64 0 +53 4 64 0 +53 5 64 0 +53 6 64 0 +53 7 64 0 +53 8 64 0 +53 9 64 0 +53 10 64 0 +53 11 64 0 +53 12 64 0 +53 13 64 0 +53 14 64 0 +53 15 64 0 +53 16 64 0 +53 17 64 0 +53 18 64 0 +53 19 64 0 +53 20 64 0 +53 21 64 0 +53 22 64 0 +53 23 64 0 +53 24 64 0 +53 25 64 0 +53 26 64 0 +53 27 64 0 +53 28 64 0 +53 29 64 0 +53 30 64 0 +54 1 0 4 +54 2 0 3 +54 3 0 0 +54 4 0 2 +54 5 0 4 +54 6 0 3 +54 7 0 4 +54 8 0 10 +54 9 0 6 +54 10 0 4 +54 11 0 6 +54 12 0 5 +54 13 0 5 +54 14 0 4 +54 15 0 10 +54 16 0 10 +54 17 0 7 +54 18 0 6 +54 19 0 9 +54 20 0 22 +54 21 0 18 +54 22 0 12 +54 23 0 10 +54 24 0 10 +54 25 0 5 +54 26 0 7 +54 27 0 6 +54 28 0 3 +54 29 0 2 +54 30 0 3 +54 1 11 0 +54 2 11 0 +54 3 11 0 +54 4 11 0 +54 5 11 0 +54 6 11 0 +54 7 11 1 +54 8 11 2 +54 9 11 0 +54 10 11 0 +54 11 11 0 +54 12 11 0 +54 13 11 0 +54 14 11 0 +54 15 11 0 +54 16 11 1 +54 17 11 0 +54 18 11 0 +54 19 11 0 +54 20 11 0 +54 21 11 0 +54 22 11 0 +54 23 11 0 +54 24 11 0 +54 25 11 0 +54 26 11 0 +54 27 11 0 +54 28 11 0 +54 29 11 0 +54 30 11 0 54 1 12 0 -54 2 12 1 +54 2 12 0 54 3 12 0 -54 4 12 1 +54 4 12 0 54 5 12 0 54 6 12 0 -54 1 13 1 -54 2 13 13 -54 3 13 2 -54 4 13 2 -54 5 13 2 -54 6 13 1 -54 1 14 37 -54 2 14 90 -54 3 14 42 -54 4 14 29 -54 5 14 13 -54 6 14 3 -54 1 15 1 -54 2 15 12 -54 3 15 2 -54 4 15 2 -54 5 15 2 -54 6 15 1 -54 1 18 0 -54 2 18 0 -54 3 18 0 -54 4 18 0 -54 5 18 0 -54 6 18 0 -54 1 19 1 -54 2 19 12 -54 3 19 2 -54 4 19 2 -54 5 19 2 -54 6 19 1 -54 0 26 0.178383 -54 1 63 7 -54 2 63 12 -54 3 63 4 -54 4 63 5 -54 5 63 9 -54 6 63 6 -54 1 64 12 -54 2 64 25 -54 3 64 8 -54 4 64 10 -54 5 64 16 -54 6 64 9 -55 1 0 52 -55 2 0 116 -55 3 0 82 -55 4 0 100 -55 5 0 89 -55 6 0 61 -55 1 1 20 -55 2 1 88 -55 3 1 66 -55 4 1 90 -55 5 1 87 -55 6 1 54 -55 1 2 27.7083 -55 2 2 115.195 -55 3 2 82 -55 4 2 100 -55 5 2 89 -55 6 2 61 -55 1 3 14 -55 2 3 78 -55 3 3 63 -55 4 3 83 -55 5 3 87 -55 6 3 51 -55 1 6 29 -55 2 6 154 -55 3 6 144 -55 4 6 208 -55 5 6 247 -55 6 6 131 -55 0 7 0.206199 -55 1 8 22 -55 2 8 132 -55 3 8 127 -55 4 8 175 -55 5 8 221 -55 6 8 119 -55 1 11 6 -55 2 11 16 -55 3 11 17 -55 4 11 15 -55 5 11 5 -55 6 11 11 -55 1 12 1 -55 2 12 1 +54 7 12 0 +54 8 12 0 +54 9 12 0 +54 10 12 0 +54 11 12 0 +54 12 12 0 +54 13 12 0 +54 14 12 0 +54 15 12 0 +54 16 12 0 +54 17 12 0 +54 18 12 0 +54 19 12 0 +54 20 12 0 +54 21 12 0 +54 22 12 0 +54 23 12 0 +54 24 12 0 +54 25 12 0 +54 26 12 0 +54 27 12 0 +54 28 12 0 +54 29 12 0 +54 30 12 0 +54 1 13 0 +54 2 13 0 +54 3 13 0 +54 4 13 0 +54 5 13 0 +54 6 13 0 +54 7 13 0 +54 8 13 0 +54 9 13 0 +54 10 13 0 +54 11 13 0 +54 12 13 0 +54 13 13 0 +54 14 13 0 +54 15 13 0 +54 16 13 0 +54 17 13 0 +54 18 13 0 +54 19 13 0 +54 20 13 0 +54 21 13 0 +54 22 13 0 +54 23 13 0 +54 24 13 0 +54 25 13 0 +54 26 13 0 +54 27 13 0 +54 28 13 0 +54 29 13 0 +54 30 13 0 +54 1 14 1 +54 2 14 0 +54 3 14 1 +54 4 14 1 +54 5 14 1 +54 6 14 2 +54 7 14 2 +54 8 14 5 +54 9 14 0 +54 10 14 0 +54 11 14 0 +54 12 14 0 +54 13 14 0 +54 14 14 0 +54 15 14 0 +54 16 14 1 +54 17 14 0 +54 18 14 0 +54 19 14 0 +54 20 14 0 +54 21 14 0 +54 22 14 0 +54 23 14 0 +54 24 14 0 +54 25 14 0 +54 26 14 0 +54 27 14 0 +54 28 14 0 +54 29 14 0 +54 30 14 0 +54 1 64 0 +54 2 64 0 +54 3 64 0 +54 4 64 0 +54 5 64 0 +54 6 64 0 +54 7 64 0 +54 8 64 0 +54 9 64 0 +54 10 64 0 +54 11 64 0 +54 12 64 0 +54 13 64 0 +54 14 64 0 +54 15 64 0 +54 16 64 0 +54 17 64 0 +54 18 64 0 +54 19 64 0 +54 20 64 0 +54 21 64 0 +54 22 64 0 +54 23 64 0 +54 24 64 0 +54 25 64 0 +54 26 64 0 +54 27 64 0 +54 28 64 0 +54 29 64 0 +54 30 64 0 +55 1 0 4 +55 2 0 3 +55 3 0 3 +55 4 0 0 +55 5 0 5 +55 6 0 2 +55 7 0 5 +55 8 0 6 +55 9 0 7 +55 10 0 5 +55 11 0 4 +55 12 0 7 +55 13 0 3 +55 14 0 5 +55 15 0 9 +55 16 0 10 +55 17 0 7 +55 18 0 6 +55 19 0 11 +55 20 0 22 +55 21 0 18 +55 22 0 12 +55 23 0 10 +55 24 0 10 +55 25 0 5 +55 26 0 7 +55 27 0 6 +55 28 0 3 +55 29 0 2 +55 30 0 3 +55 1 11 1 +55 2 11 0 +55 3 11 0 +55 4 11 0 +55 5 11 3 +55 6 11 0 +55 7 11 1 +55 8 11 3 +55 9 11 0 +55 10 11 2 +55 11 11 0 +55 12 11 0 +55 13 11 0 +55 14 11 0 +55 15 11 0 +55 16 11 0 +55 17 11 0 +55 18 11 0 +55 19 11 0 +55 20 11 0 +55 21 11 0 +55 22 11 0 +55 23 11 0 +55 24 11 0 +55 25 11 0 +55 26 11 0 +55 27 11 0 +55 28 11 0 +55 29 11 0 +55 30 11 0 +55 1 12 0 +55 2 12 0 55 3 12 0 55 4 12 0 55 5 12 0 55 6 12 0 -55 1 13 4 -55 2 13 6 -55 3 13 6 -55 4 13 1 -55 5 13 1 +55 7 12 0 +55 8 12 0 +55 9 12 0 +55 10 12 0 +55 11 12 0 +55 12 12 0 +55 13 12 0 +55 14 12 0 +55 15 12 0 +55 16 12 0 +55 17 12 0 +55 18 12 0 +55 19 12 0 +55 20 12 0 +55 21 12 0 +55 22 12 0 +55 23 12 0 +55 24 12 0 +55 25 12 0 +55 26 12 0 +55 27 12 0 +55 28 12 0 +55 29 12 0 +55 30 12 0 +55 1 13 0 +55 2 13 0 +55 3 13 0 +55 4 13 0 +55 5 13 0 55 6 13 0 -55 1 14 19 -55 2 14 50 -55 3 14 25 -55 4 14 17 -55 5 14 12 +55 7 13 0 +55 8 13 0 +55 9 13 0 +55 10 13 0 +55 11 13 0 +55 12 13 0 +55 13 13 0 +55 14 13 0 +55 15 13 0 +55 16 13 0 +55 17 13 0 +55 18 13 0 +55 19 13 0 +55 20 13 0 +55 21 13 0 +55 22 13 0 +55 23 13 0 +55 24 13 0 +55 25 13 0 +55 26 13 0 +55 27 13 0 +55 28 13 0 +55 29 13 0 +55 30 13 0 +55 1 14 1 +55 2 14 0 +55 3 14 0 +55 4 14 0 +55 5 14 4 55 6 14 0 -55 1 15 5 -55 2 15 5 -55 3 15 6 -55 4 15 1 -55 5 15 1 -55 6 15 0 -55 1 18 0 -55 2 18 0 -55 3 18 0 -55 4 18 0 -55 5 18 0 -55 6 18 0 -55 1 19 5 -55 2 19 5 -55 3 19 6 -55 4 19 1 -55 5 19 1 -55 6 19 0 -55 0 26 0.178383 -55 1 63 5 -55 2 63 10 -55 3 63 9 -55 4 63 11 -55 5 63 2 -55 6 63 9 -55 1 64 11 -55 2 64 27 -55 3 64 19 -55 4 64 16 -55 5 64 5 -55 6 64 13 -56 1 0 51 -56 2 0 116 -56 3 0 82 -56 4 0 100 -56 5 0 91 -56 6 0 60 -56 1 1 11 -56 2 1 53 -56 3 1 50 -56 4 1 72 -56 5 1 74 -56 6 1 41 -56 1 2 26.2253 -56 2 2 115.08 -56 3 2 82 -56 4 2 100 -56 5 2 91 -56 6 2 60 -56 1 3 10 -56 2 3 50 -56 3 3 46 -56 4 3 65 -56 5 3 70 -56 6 3 39 -56 1 6 15 -56 2 6 71 -56 3 6 76 -56 4 6 121 -56 5 6 146 -56 6 6 74 -56 0 7 0.157587 -56 1 8 13 -56 2 8 68 -56 3 8 71 -56 4 8 105 -56 5 8 130 -56 6 8 69 +55 7 14 2 +55 8 14 6 +55 9 14 0 +55 10 14 2 +55 11 14 0 +55 12 14 0 +55 13 14 0 +55 14 14 0 +55 15 14 0 +55 16 14 0 +55 17 14 0 +55 18 14 0 +55 19 14 0 +55 20 14 0 +55 21 14 0 +55 22 14 0 +55 23 14 0 +55 24 14 0 +55 25 14 0 +55 26 14 0 +55 27 14 0 +55 28 14 0 +55 29 14 0 +55 30 14 0 +55 1 64 0 +55 2 64 0 +55 3 64 0 +55 4 64 0 +55 5 64 0 +55 6 64 0 +55 7 64 0 +55 8 64 0 +55 9 64 0 +55 10 64 0 +55 11 64 0 +55 12 64 0 +55 13 64 0 +55 14 64 0 +55 15 64 0 +55 16 64 0 +55 17 64 0 +55 18 64 0 +55 19 64 0 +55 20 64 0 +55 21 64 0 +55 22 64 0 +55 23 64 0 +55 24 64 0 +55 25 64 0 +55 26 64 0 +55 27 64 0 +55 28 64 0 +55 29 64 0 +55 30 64 0 +56 1 0 6 +56 2 0 0 +56 3 0 3 +56 4 0 3 +56 5 0 2 +56 6 0 4 +56 7 0 5 +56 8 0 6 +56 9 0 6 +56 10 0 7 +56 11 0 3 +56 12 0 5 +56 13 0 5 +56 14 0 6 +56 15 0 9 +56 16 0 10 +56 17 0 7 +56 18 0 6 +56 19 0 10 +56 20 0 20 +56 21 0 19 +56 22 0 11 +56 23 0 12 +56 24 0 9 +56 25 0 6 +56 26 0 6 +56 27 0 6 +56 28 0 3 +56 29 0 2 +56 30 0 3 56 1 11 0 -56 2 11 9 -56 3 11 7 -56 4 11 6 -56 5 11 9 -56 6 11 5 +56 2 11 0 +56 3 11 0 +56 4 11 0 +56 5 11 0 +56 6 11 0 +56 7 11 1 +56 8 11 0 +56 9 11 0 +56 10 11 0 +56 11 11 0 +56 12 11 0 +56 13 11 0 +56 14 11 0 +56 15 11 0 +56 16 11 0 +56 17 11 0 +56 18 11 0 +56 19 11 0 +56 20 11 0 +56 21 11 0 +56 22 11 0 +56 23 11 0 +56 24 11 0 +56 25 11 0 +56 26 11 0 +56 27 11 0 +56 28 11 0 +56 29 11 0 +56 30 11 0 56 1 12 0 56 2 12 0 56 3 12 0 -56 4 12 2 +56 4 12 0 56 5 12 0 56 6 12 0 -56 1 13 2 -56 2 13 3 +56 7 12 0 +56 8 12 0 +56 9 12 0 +56 10 12 0 +56 11 12 0 +56 12 12 0 +56 13 12 0 +56 14 12 0 +56 15 12 0 +56 16 12 0 +56 17 12 0 +56 18 12 0 +56 19 12 0 +56 20 12 0 +56 21 12 0 +56 22 12 0 +56 23 12 0 +56 24 12 0 +56 25 12 0 +56 26 12 0 +56 27 12 0 +56 28 12 0 +56 29 12 0 +56 30 12 0 +56 1 13 0 +56 2 13 0 56 3 13 0 56 4 13 0 56 5 13 0 56 6 13 0 -56 1 14 11 -56 2 14 19 -56 3 14 7 -56 4 14 8 -56 5 14 5 +56 7 13 0 +56 8 13 0 +56 9 13 0 +56 10 13 0 +56 11 13 0 +56 12 13 0 +56 13 13 0 +56 14 13 0 +56 15 13 0 +56 16 13 0 +56 17 13 0 +56 18 13 0 +56 19 13 0 +56 20 13 0 +56 21 13 0 +56 22 13 0 +56 23 13 0 +56 24 13 0 +56 25 13 0 +56 26 13 0 +56 27 13 0 +56 28 13 0 +56 29 13 0 +56 30 13 0 +56 1 14 0 +56 2 14 1 +56 3 14 0 +56 4 14 1 +56 5 14 1 56 6 14 1 -56 1 15 2 -56 2 15 3 -56 3 15 0 -56 4 15 0 -56 5 15 0 -56 6 15 0 -56 1 18 0 -56 2 18 0 -56 3 18 0 -56 4 18 0 -56 5 18 0 -56 6 18 0 -56 1 19 2 -56 2 19 3 -56 3 19 0 -56 4 19 0 -56 5 19 0 -56 6 19 0 -56 0 26 0.178383 -56 1 63 0 -56 2 63 5 -56 3 63 6 -56 4 63 8 -56 5 63 6 -56 6 63 3 -56 1 64 7 -56 2 64 15 -56 3 64 8 -56 4 64 9 -56 5 64 10 -56 6 64 7 -57 1 0 47 -57 2 0 116 -57 3 0 87 -57 4 0 98 -57 5 0 92 -57 6 0 60 -57 1 1 11 -57 2 1 45 -57 3 1 31 -57 4 1 55 -57 5 1 59 -57 6 1 31 -57 1 2 23.986 -57 2 2 114.905 -57 3 2 87 -57 4 2 98 -57 5 2 92 -57 6 2 60 -57 1 3 10 -57 2 3 41 -57 3 3 28 -57 4 3 51 -57 5 3 53 -57 6 3 28 -57 1 6 14 -57 2 6 63 -57 3 6 41 -57 4 6 87 -57 5 6 105 -57 6 6 46 -57 0 7 0.117046 -57 1 8 13 -57 2 8 56 -57 3 8 37 -57 4 8 77 -57 5 8 89 -57 6 8 41 -57 1 11 3 -57 2 11 8 -57 3 11 5 -57 4 11 10 -57 5 11 5 -57 6 11 4 +56 7 14 2 +56 8 14 0 +56 9 14 1 +56 10 14 0 +56 11 14 0 +56 12 14 0 +56 13 14 0 +56 14 14 0 +56 15 14 0 +56 16 14 0 +56 17 14 0 +56 18 14 0 +56 19 14 0 +56 20 14 0 +56 21 14 0 +56 22 14 0 +56 23 14 0 +56 24 14 0 +56 25 14 0 +56 26 14 0 +56 27 14 0 +56 28 14 0 +56 29 14 0 +56 30 14 0 +56 1 64 0 +56 2 64 0 +56 3 64 0 +56 4 64 0 +56 5 64 0 +56 6 64 0 +56 7 64 0 +56 8 64 0 +56 9 64 0 +56 10 64 0 +56 11 64 0 +56 12 64 0 +56 13 64 0 +56 14 64 0 +56 15 64 0 +56 16 64 0 +56 17 64 0 +56 18 64 0 +56 19 64 0 +56 20 64 0 +56 21 64 0 +56 22 64 0 +56 23 64 0 +56 24 64 0 +56 25 64 0 +56 26 64 0 +56 27 64 0 +56 28 64 0 +56 29 64 0 +56 30 64 0 +57 1 0 7 +57 2 0 3 +57 3 0 0 +57 4 0 1 +57 5 0 3 +57 6 0 5 +57 7 0 6 +57 8 0 1 +57 9 0 9 +57 10 0 6 +57 11 0 2 +57 12 0 6 +57 13 0 5 +57 14 0 6 +57 15 0 11 +57 16 0 6 +57 17 0 10 +57 18 0 7 +57 19 0 7 +57 20 0 21 +57 21 0 19 +57 22 0 11 +57 23 0 12 +57 24 0 10 +57 25 0 6 +57 26 0 6 +57 27 0 6 +57 28 0 3 +57 29 0 2 +57 30 0 3 +57 1 11 0 +57 2 11 0 +57 3 11 0 +57 4 11 0 +57 5 11 0 +57 6 11 0 +57 7 11 0 +57 8 11 0 +57 9 11 1 +57 10 11 0 +57 11 11 0 +57 12 11 0 +57 13 11 0 +57 14 11 1 +57 15 11 0 +57 16 11 1 +57 17 11 0 +57 18 11 0 +57 19 11 0 +57 20 11 0 +57 21 11 0 +57 22 11 0 +57 23 11 0 +57 24 11 0 +57 25 11 0 +57 26 11 0 +57 27 11 0 +57 28 11 0 +57 29 11 0 +57 30 11 0 57 1 12 0 57 2 12 0 57 3 12 0 57 4 12 0 57 5 12 0 57 6 12 0 +57 7 12 0 +57 8 12 0 +57 9 12 0 +57 10 12 0 +57 11 12 0 +57 12 12 0 +57 13 12 0 +57 14 12 0 +57 15 12 0 +57 16 12 0 +57 17 12 0 +57 18 12 0 +57 19 12 0 +57 20 12 0 +57 21 12 0 +57 22 12 0 +57 23 12 0 +57 24 12 0 +57 25 12 0 +57 26 12 0 +57 27 12 0 +57 28 12 0 +57 29 12 0 +57 30 12 0 57 1 13 0 -57 2 13 3 +57 2 13 0 57 3 13 0 -57 4 13 1 +57 4 13 0 57 5 13 0 57 6 13 0 -57 1 14 11 -57 2 14 26 -57 3 14 9 -57 4 14 10 -57 5 14 9 -57 6 14 3 -57 1 15 0 -57 2 15 3 -57 3 15 0 -57 4 15 1 -57 5 15 0 -57 6 15 0 -57 1 18 0 -57 2 18 0 -57 3 18 0 -57 4 18 0 -57 5 18 0 -57 6 18 0 -57 1 19 0 -57 2 19 3 -57 3 19 0 -57 4 19 1 -57 5 19 0 -57 6 19 0 -57 0 26 0.180001 -57 1 63 2 -57 2 63 6 -57 3 63 3 -57 4 63 7 -57 5 63 3 -57 6 63 3 -57 1 64 5 -57 2 64 26 -57 3 64 12 -57 4 64 14 -57 5 64 9 -57 6 64 6 -58 1 0 53 -58 2 0 115 -58 3 0 84 -58 4 0 97 -58 5 0 93 -58 6 0 58 -58 1 1 27 -58 2 1 92 -58 3 1 71 -58 4 1 87 -58 5 1 87 -58 6 1 54 -58 1 2 31.1446 -58 2 2 114.095 -58 3 2 84 -58 4 2 97 -58 5 2 93 -58 6 2 58 -58 1 3 25 -58 2 3 86 -58 3 3 66 -58 4 3 85 -58 5 3 81 -58 6 3 52 -58 1 6 48 -58 2 6 188 -58 3 6 166 -58 4 6 268 -58 5 6 263 -58 6 6 133 -58 0 7 0.208853 -58 1 8 44 -58 2 8 165 -58 3 8 146 -58 4 8 236 -58 5 8 234 -58 6 8 120 -58 1 11 5 -58 2 11 8 -58 3 11 5 -58 4 11 7 -58 5 11 8 -58 6 11 3 +57 7 13 0 +57 8 13 0 +57 9 13 0 +57 10 13 0 +57 11 13 0 +57 12 13 0 +57 13 13 0 +57 14 13 0 +57 15 13 0 +57 16 13 0 +57 17 13 0 +57 18 13 0 +57 19 13 0 +57 20 13 0 +57 21 13 0 +57 22 13 0 +57 23 13 0 +57 24 13 0 +57 25 13 0 +57 26 13 0 +57 27 13 0 +57 28 13 0 +57 29 13 0 +57 30 13 0 +57 1 14 0 +57 2 14 0 +57 3 14 0 +57 4 14 1 +57 5 14 0 +57 6 14 0 +57 7 14 0 +57 8 14 5 +57 9 14 2 +57 10 14 0 +57 11 14 0 +57 12 14 0 +57 13 14 0 +57 14 14 1 +57 15 14 0 +57 16 14 1 +57 17 14 0 +57 18 14 0 +57 19 14 1 +57 20 14 0 +57 21 14 0 +57 22 14 0 +57 23 14 0 +57 24 14 0 +57 25 14 0 +57 26 14 0 +57 27 14 0 +57 28 14 0 +57 29 14 0 +57 30 14 0 +57 1 64 0 +57 2 64 0 +57 3 64 0 +57 4 64 0 +57 5 64 0 +57 6 64 0 +57 7 64 0 +57 8 64 0 +57 9 64 0 +57 10 64 0 +57 11 64 0 +57 12 64 0 +57 13 64 0 +57 14 64 0 +57 15 64 0 +57 16 64 0 +57 17 64 0 +57 18 64 0 +57 19 64 0 +57 20 64 0 +57 21 64 0 +57 22 64 0 +57 23 64 0 +57 24 64 0 +57 25 64 0 +57 26 64 0 +57 27 64 0 +57 28 64 0 +57 29 64 0 +57 30 64 0 +58 1 0 4 +58 2 0 4 +58 3 0 3 +58 4 0 0 +58 5 0 4 +58 6 0 2 +58 7 0 7 +58 8 0 3 +58 9 0 7 +58 10 0 6 +58 11 0 4 +58 12 0 6 +58 13 0 5 +58 14 0 5 +58 15 0 10 +58 16 0 7 +58 17 0 10 +58 18 0 8 +58 19 0 5 +58 20 0 22 +58 21 0 18 +58 22 0 12 +58 23 0 12 +58 24 0 10 +58 25 0 7 +58 26 0 5 +58 27 0 6 +58 28 0 3 +58 29 0 2 +58 30 0 3 +58 1 11 0 +58 2 11 0 +58 3 11 0 +58 4 11 0 +58 5 11 0 +58 6 11 0 +58 7 11 2 +58 8 11 0 +58 9 11 0 +58 10 11 0 +58 11 11 0 +58 12 11 0 +58 13 11 0 +58 14 11 0 +58 15 11 0 +58 16 11 0 +58 17 11 0 +58 18 11 0 +58 19 11 0 +58 20 11 0 +58 21 11 0 +58 22 11 0 +58 23 11 0 +58 24 11 0 +58 25 11 0 +58 26 11 0 +58 27 11 0 +58 28 11 0 +58 29 11 0 +58 30 11 0 58 1 12 0 58 2 12 0 58 3 12 0 58 4 12 0 58 5 12 0 58 6 12 0 -58 1 13 3 -58 2 13 12 -58 3 13 7 -58 4 13 1 -58 5 13 2 -58 6 13 1 -58 1 14 39 -58 2 14 80 -58 3 14 38 -58 4 14 30 -58 5 14 19 -58 6 14 4 -58 1 15 3 -58 2 15 13 -58 3 15 7 -58 4 15 1 -58 5 15 2 -58 6 15 1 -58 1 18 0 -58 2 18 0 -58 3 18 0 -58 4 18 0 -58 5 18 0 -58 6 18 0 -58 1 19 3 -58 2 19 13 -58 3 19 7 -58 4 19 1 -58 5 19 2 -58 6 19 1 -58 0 26 0.180001 -58 1 63 4 -58 2 63 5 -58 3 63 3 -58 4 63 7 -58 5 63 7 -58 6 63 3 -58 1 64 13 -58 2 64 17 -58 3 64 10 -58 4 64 11 -58 5 64 11 -58 6 64 7 -59 1 0 57 -59 2 0 115 -59 3 0 84 -59 4 0 92 -59 5 0 92 -59 6 0 60 -59 1 1 21 -59 2 1 75 -59 3 1 67 -59 4 1 82 -59 5 1 85 -59 6 1 52 -59 1 2 31.6735 -59 2 2 113.77 -59 3 2 84 -59 4 2 92 -59 5 2 92 -59 6 2 60 -59 1 3 19 -59 2 3 68 -59 3 3 62 -59 4 3 80 -59 5 3 81 -59 6 3 51 -59 1 6 29 -59 2 6 146 -59 3 6 126 -59 4 6 205 -59 5 6 230 -59 6 6 128 -59 0 7 0.199265 -59 1 8 25 -59 2 8 128 -59 3 8 112 -59 4 8 177 -59 5 8 207 -59 6 8 111 -59 1 11 9 -59 2 11 20 -59 3 11 12 -59 4 11 10 -59 5 11 11 -59 6 11 7 +58 7 12 0 +58 8 12 0 +58 9 12 0 +58 10 12 0 +58 11 12 0 +58 12 12 0 +58 13 12 0 +58 14 12 0 +58 15 12 0 +58 16 12 0 +58 17 12 0 +58 18 12 0 +58 19 12 0 +58 20 12 0 +58 21 12 0 +58 22 12 0 +58 23 12 0 +58 24 12 0 +58 25 12 0 +58 26 12 0 +58 27 12 0 +58 28 12 0 +58 29 12 0 +58 30 12 0 +58 1 13 0 +58 2 13 0 +58 3 13 0 +58 4 13 0 +58 5 13 0 +58 6 13 0 +58 7 13 0 +58 8 13 0 +58 9 13 0 +58 10 13 0 +58 11 13 0 +58 12 13 0 +58 13 13 0 +58 14 13 0 +58 15 13 0 +58 16 13 0 +58 17 13 0 +58 18 13 0 +58 19 13 0 +58 20 13 0 +58 21 13 0 +58 22 13 0 +58 23 13 0 +58 24 13 0 +58 25 13 0 +58 26 13 0 +58 27 13 0 +58 28 13 0 +58 29 13 0 +58 30 13 0 +58 1 14 0 +58 2 14 1 +58 3 14 0 +58 4 14 0 +58 5 14 0 +58 6 14 0 +58 7 14 3 +58 8 14 0 +58 9 14 1 +58 10 14 2 +58 11 14 0 +58 12 14 0 +58 13 14 0 +58 14 14 0 +58 15 14 1 +58 16 14 0 +58 17 14 0 +58 18 14 0 +58 19 14 0 +58 20 14 0 +58 21 14 0 +58 22 14 0 +58 23 14 0 +58 24 14 0 +58 25 14 0 +58 26 14 0 +58 27 14 0 +58 28 14 0 +58 29 14 0 +58 30 14 0 +58 1 64 0 +58 2 64 0 +58 3 64 0 +58 4 64 0 +58 5 64 0 +58 6 64 0 +58 7 64 0 +58 8 64 0 +58 9 64 0 +58 10 64 0 +58 11 64 0 +58 12 64 0 +58 13 64 0 +58 14 64 0 +58 15 64 0 +58 16 64 0 +58 17 64 0 +58 18 64 0 +58 19 64 0 +58 20 64 0 +58 21 64 0 +58 22 64 0 +58 23 64 0 +58 24 64 0 +58 25 64 0 +58 26 64 0 +58 27 64 0 +58 28 64 0 +58 29 64 0 +58 30 64 0 +59 1 0 5 +59 2 0 2 +59 3 0 2 +59 4 0 3 +59 5 0 1 +59 6 0 3 +59 7 0 7 +59 8 0 5 +59 9 0 5 +59 10 0 7 +59 11 0 5 +59 12 0 4 +59 13 0 7 +59 14 0 3 +59 15 0 9 +59 16 0 10 +59 17 0 9 +59 18 0 8 +59 19 0 5 +59 20 0 22 +59 21 0 16 +59 22 0 14 +59 23 0 10 +59 24 0 12 +59 25 0 7 +59 26 0 5 +59 27 0 6 +59 28 0 3 +59 29 0 2 +59 30 0 3 +59 1 11 0 +59 2 11 0 +59 3 11 1 +59 4 11 1 +59 5 11 0 +59 6 11 0 +59 7 11 0 +59 8 11 1 +59 9 11 0 +59 10 11 0 +59 11 11 0 +59 12 11 0 +59 13 11 0 +59 14 11 0 +59 15 11 0 +59 16 11 0 +59 17 11 0 +59 18 11 0 +59 19 11 0 +59 20 11 0 +59 21 11 0 +59 22 11 0 +59 23 11 0 +59 24 11 0 +59 25 11 0 +59 26 11 0 +59 27 11 0 +59 28 11 0 +59 29 11 0 +59 30 11 0 59 1 12 0 59 2 12 0 59 3 12 0 59 4 12 0 59 5 12 0 59 6 12 0 +59 7 12 0 +59 8 12 0 +59 9 12 0 +59 10 12 0 +59 11 12 0 +59 12 12 0 +59 13 12 0 +59 14 12 0 +59 15 12 0 +59 16 12 0 +59 17 12 0 +59 18 12 0 +59 19 12 0 +59 20 12 0 +59 21 12 0 +59 22 12 0 +59 23 12 0 +59 24 12 0 +59 25 12 0 +59 26 12 0 +59 27 12 0 +59 28 12 0 +59 29 12 0 +59 30 12 0 59 1 13 0 -59 2 13 7 -59 3 13 3 -59 4 13 6 -59 5 13 1 +59 2 13 0 +59 3 13 0 +59 4 13 0 +59 5 13 0 59 6 13 0 -59 1 14 26 -59 2 14 43 -59 3 14 15 -59 4 14 28 -59 5 14 6 -59 6 14 0 -59 1 15 0 -59 2 15 6 -59 3 15 3 -59 4 15 6 -59 5 15 1 -59 6 15 0 -59 1 18 0 -59 2 18 0 -59 3 18 0 -59 4 18 0 -59 5 18 0 -59 6 18 0 -59 1 19 0 -59 2 19 6 -59 3 19 3 -59 4 19 6 -59 5 19 1 -59 6 19 0 -59 0 26 0.180001 -59 1 63 8 -59 2 63 14 -59 3 63 6 -59 4 63 7 -59 5 63 10 -59 6 63 5 -59 1 64 18 -59 2 64 27 -59 3 64 13 -59 4 64 15 -59 5 64 11 -59 6 64 8 -60 1 0 56 -60 2 0 117 -60 3 0 87 -60 4 0 89 -60 5 0 91 -60 6 0 60 -60 1 1 15 -60 2 1 49 -60 3 1 34 -60 4 1 63 -60 5 1 70 -60 6 1 43 -60 1 2 30.446 -60 2 2 115.679 -60 3 2 87 -60 4 2 89 -60 5 2 91 -60 6 2 60 -60 1 3 12 -60 2 3 46 -60 3 3 32 -60 4 3 58 -60 5 3 66 -60 6 3 34 -60 1 6 16 -60 2 6 59 -60 3 6 53 -60 4 6 109 -60 5 6 136 -60 6 6 73 -60 0 7 0.141983 -60 1 8 13 -60 2 8 53 -60 3 8 45 -60 4 8 98 -60 5 8 121 -60 6 8 58 -60 1 11 3 -60 2 11 10 -60 3 11 7 -60 4 11 5 -60 5 11 12 -60 6 11 5 +59 7 13 0 +59 8 13 0 +59 9 13 0 +59 10 13 0 +59 11 13 0 +59 12 13 0 +59 13 13 0 +59 14 13 0 +59 15 13 0 +59 16 13 0 +59 17 13 0 +59 18 13 0 +59 19 13 0 +59 20 13 0 +59 21 13 0 +59 22 13 0 +59 23 13 0 +59 24 13 0 +59 25 13 0 +59 26 13 0 +59 27 13 0 +59 28 13 0 +59 29 13 0 +59 30 13 0 +59 1 14 0 +59 2 14 1 +59 3 14 1 +59 4 14 2 +59 5 14 1 +59 6 14 1 +59 7 14 0 +59 8 14 3 +59 9 14 1 +59 10 14 1 +59 11 14 0 +59 12 14 0 +59 13 14 0 +59 14 14 0 +59 15 14 0 +59 16 14 0 +59 17 14 0 +59 18 14 0 +59 19 14 0 +59 20 14 0 +59 21 14 0 +59 22 14 0 +59 23 14 0 +59 24 14 0 +59 25 14 0 +59 26 14 0 +59 27 14 0 +59 28 14 0 +59 29 14 0 +59 30 14 0 +59 1 64 0 +59 2 64 0 +59 3 64 0 +59 4 64 0 +59 5 64 0 +59 6 64 0 +59 7 64 0 +59 8 64 0 +59 9 64 0 +59 10 64 0 +59 11 64 0 +59 12 64 0 +59 13 64 0 +59 14 64 0 +59 15 64 0 +59 16 64 0 +59 17 64 0 +59 18 64 0 +59 19 64 0 +59 20 64 0 +59 21 64 0 +59 22 64 0 +59 23 64 0 +59 24 64 0 +59 25 64 0 +59 26 64 0 +59 27 64 0 +59 28 64 0 +59 29 64 0 +59 30 64 0 +60 1 0 4 +60 2 0 2 +60 3 0 2 +60 4 0 2 +60 5 0 3 +60 6 0 4 +60 7 0 6 +60 8 0 5 +60 9 0 5 +60 10 0 6 +60 11 0 7 +60 12 0 3 +60 13 0 5 +60 14 0 5 +60 15 0 9 +60 16 0 11 +60 17 0 9 +60 18 0 6 +60 19 0 7 +60 20 0 21 +60 21 0 17 +60 22 0 14 +60 23 0 10 +60 24 0 12 +60 25 0 7 +60 26 0 4 +60 27 0 6 +60 28 0 3 +60 29 0 2 +60 30 0 3 +60 1 11 0 +60 2 11 0 +60 3 11 0 +60 4 11 0 +60 5 11 0 +60 6 11 0 +60 7 11 1 +60 8 11 1 +60 9 11 1 +60 10 11 0 +60 11 11 0 +60 12 11 0 +60 13 11 0 +60 14 11 0 +60 15 11 0 +60 16 11 0 +60 17 11 0 +60 18 11 0 +60 19 11 0 +60 20 11 0 +60 21 11 0 +60 22 11 0 +60 23 11 0 +60 24 11 0 +60 25 11 0 +60 26 11 0 +60 27 11 0 +60 28 11 0 +60 29 11 0 +60 30 11 0 60 1 12 0 60 2 12 0 -60 3 12 1 +60 3 12 0 60 4 12 0 60 5 12 0 60 6 12 0 +60 7 12 0 +60 8 12 0 +60 9 12 0 +60 10 12 0 +60 11 12 0 +60 12 12 0 +60 13 12 0 +60 14 12 0 +60 15 12 0 +60 16 12 0 +60 17 12 0 +60 18 12 0 +60 19 12 0 +60 20 12 0 +60 21 12 0 +60 22 12 0 +60 23 12 0 +60 24 12 0 +60 25 12 0 +60 26 12 0 +60 27 12 0 +60 28 12 0 +60 29 12 0 +60 30 12 0 60 1 13 0 60 2 13 0 60 3 13 0 -60 4 13 2 -60 5 13 1 +60 4 13 0 +60 5 13 0 60 6 13 0 -60 1 14 10 -60 2 14 16 -60 3 14 7 -60 4 14 3 -60 5 14 5 -60 6 14 2 -60 1 15 1 -60 2 15 1 -60 3 15 0 -60 4 15 2 -60 5 15 1 -60 6 15 0 -60 1 18 0 -60 2 18 0 -60 3 18 0 -60 4 18 0 -60 5 18 0 -60 6 18 0 -60 1 19 1 -60 2 19 1 -60 3 19 0 -60 4 19 2 -60 5 19 1 -60 6 19 0 -60 0 26 0.180001 -60 1 63 1 -60 2 63 6 -60 3 63 5 -60 4 63 5 -60 5 63 6 -60 6 63 4 -60 1 64 14 -60 2 64 16 -60 3 64 14 -60 4 64 6 -60 5 64 14 -60 6 64 7 -61 1 0 59 -61 2 0 119 -61 3 0 84 -61 4 0 90 -61 5 0 91 -61 6 0 57 -61 1 1 15 -61 2 1 34 -61 3 1 43 -61 4 1 55 -61 5 1 65 -61 6 1 35 -61 1 2 31.4633 -61 2 2 117.614 -61 3 2 84 -61 4 2 90 -61 5 2 91 -61 6 2 57 -61 1 3 13 -61 2 3 32 -61 3 3 39 -61 4 3 54 -61 5 3 61 -61 6 3 33 -61 1 6 16 -61 2 6 45 -61 3 6 58 -61 4 6 90 -61 5 6 110 -61 6 6 59 -61 0 7 0.134856 -61 1 8 13 -61 2 8 42 -61 3 8 54 -61 4 8 83 -61 5 8 101 -61 6 8 52 -61 1 11 1 -61 2 11 5 -61 3 11 1 -61 4 11 7 -61 5 11 6 -61 6 11 2 +60 7 13 0 +60 8 13 0 +60 9 13 0 +60 10 13 0 +60 11 13 0 +60 12 13 0 +60 13 13 0 +60 14 13 0 +60 15 13 0 +60 16 13 0 +60 17 13 0 +60 18 13 0 +60 19 13 0 +60 20 13 0 +60 21 13 0 +60 22 13 0 +60 23 13 0 +60 24 13 0 +60 25 13 0 +60 26 13 0 +60 27 13 0 +60 28 13 0 +60 29 13 0 +60 30 13 0 +60 1 14 0 +60 2 14 0 +60 3 14 1 +60 4 14 1 +60 5 14 0 +60 6 14 0 +60 7 14 1 +60 8 14 1 +60 9 14 1 +60 10 14 1 +60 11 14 0 +60 12 14 0 +60 13 14 0 +60 14 14 0 +60 15 14 0 +60 16 14 0 +60 17 14 0 +60 18 14 0 +60 19 14 0 +60 20 14 0 +60 21 14 0 +60 22 14 0 +60 23 14 0 +60 24 14 0 +60 25 14 0 +60 26 14 0 +60 27 14 0 +60 28 14 0 +60 29 14 0 +60 30 14 0 +60 1 64 0 +60 2 64 0 +60 3 64 0 +60 4 64 0 +60 5 64 0 +60 6 64 0 +60 7 64 0 +60 8 64 0 +60 9 64 0 +60 10 64 0 +60 11 64 0 +60 12 64 0 +60 13 64 0 +60 14 64 0 +60 15 64 0 +60 16 64 0 +60 17 64 0 +60 18 64 0 +60 19 64 0 +60 20 64 0 +60 21 64 0 +60 22 64 0 +60 23 64 0 +60 24 64 0 +60 25 64 0 +60 26 64 0 +60 27 64 0 +60 28 64 0 +60 29 64 0 +60 30 64 0 +61 1 0 6 +61 2 0 3 +61 3 0 0 +61 4 0 2 +61 5 0 5 +61 6 0 1 +61 7 0 8 +61 8 0 6 +61 9 0 1 +61 10 0 9 +61 11 0 6 +61 12 0 2 +61 13 0 6 +61 14 0 5 +61 15 0 10 +61 16 0 10 +61 17 0 9 +61 18 0 7 +61 19 0 8 +61 20 0 16 +61 21 0 16 +61 22 0 17 +61 23 0 9 +61 24 0 13 +61 25 0 7 +61 26 0 3 +61 27 0 7 +61 28 0 2 +61 29 0 3 +61 30 0 3 +61 1 11 0 +61 2 11 0 +61 3 11 0 +61 4 11 1 +61 5 11 0 +61 6 11 0 +61 7 11 1 +61 8 11 2 +61 9 11 0 +61 10 11 0 +61 11 11 0 +61 12 11 0 +61 13 11 1 +61 14 11 0 +61 15 11 0 +61 16 11 0 +61 17 11 0 +61 18 11 0 +61 19 11 0 +61 20 11 0 +61 21 11 0 +61 22 11 0 +61 23 11 0 +61 24 11 0 +61 25 11 0 +61 26 11 0 +61 27 11 0 +61 28 11 0 +61 29 11 0 +61 30 11 0 61 1 12 0 61 2 12 0 61 3 12 0 61 4 12 0 61 5 12 0 61 6 12 0 -61 1 13 1 -61 2 13 5 +61 7 12 0 +61 8 12 0 +61 9 12 0 +61 10 12 0 +61 11 12 0 +61 12 12 0 +61 13 12 0 +61 14 12 0 +61 15 12 0 +61 16 12 0 +61 17 12 0 +61 18 12 0 +61 19 12 0 +61 20 12 0 +61 21 12 0 +61 22 12 0 +61 23 12 0 +61 24 12 0 +61 25 12 0 +61 26 12 0 +61 27 12 0 +61 28 12 0 +61 29 12 0 +61 30 12 0 +61 1 13 0 +61 2 13 0 61 3 13 0 -61 4 13 2 -61 5 13 1 -61 6 13 1 -61 1 14 15 -61 2 14 18 -61 3 14 19 -61 4 14 8 -61 5 14 4 -61 6 14 1 -61 1 15 0 -61 2 15 4 -61 3 15 0 -61 4 15 2 -61 5 15 1 -61 6 15 1 -61 1 18 0 -61 2 18 0 -61 3 18 0 -61 4 18 0 -61 5 18 0 -61 6 18 0 -61 1 19 0 -61 2 19 4 -61 3 19 0 -61 4 19 2 -61 5 19 1 -61 6 19 1 -61 0 26 0.167986 -61 1 63 1 -61 2 63 3 -61 3 63 1 -61 4 63 5 -61 5 63 3 -61 6 63 1 -61 1 64 12 -61 2 64 31 -61 3 64 6 -61 4 64 15 -61 5 64 12 -61 6 64 5 -62 1 0 49 -62 2 0 128 -62 3 0 81 -62 4 0 92 -62 5 0 92 -62 6 0 58 -62 1 1 25 -62 2 1 105 -62 3 1 70 -62 4 1 84 -62 5 1 83 -62 6 1 50 -62 1 2 29.7231 -62 2 2 126.756 -62 3 2 81 -62 4 2 92 -62 5 2 92 -62 6 2 58 -62 1 3 24 -62 2 3 100 -62 3 3 67 -62 4 3 82 -62 5 3 78 -62 6 3 46 -62 1 6 43 -62 2 6 201 -62 3 6 167 -62 4 6 232 -62 5 6 234 -62 6 6 161 -62 0 7 0.205723 -62 1 8 38 -62 2 8 185 -62 3 8 146 -62 4 8 200 -62 5 8 209 -62 6 8 136 -62 1 11 4 -62 2 11 15 -62 3 11 8 -62 4 11 9 -62 5 11 7 -62 6 11 8 +61 4 13 0 +61 5 13 0 +61 6 13 0 +61 7 13 0 +61 8 13 0 +61 9 13 0 +61 10 13 0 +61 11 13 0 +61 12 13 0 +61 13 13 0 +61 14 13 0 +61 15 13 0 +61 16 13 0 +61 17 13 0 +61 18 13 0 +61 19 13 0 +61 20 13 0 +61 21 13 0 +61 22 13 0 +61 23 13 0 +61 24 13 0 +61 25 13 0 +61 26 13 0 +61 27 13 0 +61 28 13 0 +61 29 13 0 +61 30 13 0 +61 1 14 0 +61 2 14 0 +61 3 14 0 +61 4 14 2 +61 5 14 2 +61 6 14 0 +61 7 14 3 +61 8 14 3 +61 9 14 1 +61 10 14 0 +61 11 14 0 +61 12 14 0 +61 13 14 1 +61 14 14 0 +61 15 14 0 +61 16 14 0 +61 17 14 0 +61 18 14 0 +61 19 14 0 +61 20 14 0 +61 21 14 0 +61 22 14 0 +61 23 14 0 +61 24 14 0 +61 25 14 0 +61 26 14 0 +61 27 14 0 +61 28 14 0 +61 29 14 0 +61 30 14 0 +61 1 64 0 +61 2 64 0 +61 3 64 0 +61 4 64 0 +61 5 64 0 +61 6 64 0 +61 7 64 0 +61 8 64 0 +61 9 64 0 +61 10 64 0 +61 11 64 0 +61 12 64 0 +61 13 64 0 +61 14 64 0 +61 15 64 0 +61 16 64 0 +61 17 64 0 +61 18 64 0 +61 19 64 0 +61 20 64 0 +61 21 64 0 +61 22 64 0 +61 23 64 0 +61 24 64 0 +61 25 64 0 +61 26 64 0 +61 27 64 0 +61 28 64 0 +61 29 64 0 +61 30 64 0 +62 1 0 6 +62 2 0 3 +62 3 0 3 +62 4 0 0 +62 5 0 4 +62 6 0 3 +62 7 0 6 +62 8 0 7 +62 9 0 3 +62 10 0 7 +62 11 0 6 +62 12 0 4 +62 13 0 6 +62 14 0 5 +62 15 0 9 +62 16 0 10 +62 17 0 10 +62 18 0 7 +62 19 0 6 +62 20 0 17 +62 21 0 16 +62 22 0 17 +62 23 0 7 +62 24 0 14 +62 25 0 7 +62 26 0 2 +62 27 0 7 +62 28 0 2 +62 29 0 3 +62 30 0 3 +62 1 11 0 +62 2 11 0 +62 3 11 0 +62 4 11 0 +62 5 11 0 +62 6 11 0 +62 7 11 0 +62 8 11 2 +62 9 11 0 +62 10 11 0 +62 11 11 1 +62 12 11 0 +62 13 11 0 +62 14 11 1 +62 15 11 1 +62 16 11 0 +62 17 11 0 +62 18 11 0 +62 19 11 0 +62 20 11 0 +62 21 11 0 +62 22 11 0 +62 23 11 0 +62 24 11 0 +62 25 11 0 +62 26 11 0 +62 27 11 0 +62 28 11 0 +62 29 11 0 +62 30 11 0 62 1 12 0 -62 2 12 2 +62 2 12 0 62 3 12 0 -62 4 12 1 +62 4 12 0 62 5 12 0 62 6 12 0 -62 1 13 5 -62 2 13 7 -62 3 13 2 -62 4 13 2 +62 7 12 1 +62 8 12 0 +62 9 12 0 +62 10 12 0 +62 11 12 0 +62 12 12 0 +62 13 12 0 +62 14 12 0 +62 15 12 0 +62 16 12 0 +62 17 12 0 +62 18 12 0 +62 19 12 0 +62 20 12 0 +62 21 12 0 +62 22 12 0 +62 23 12 0 +62 24 12 0 +62 25 12 0 +62 26 12 0 +62 27 12 0 +62 28 12 0 +62 29 12 0 +62 30 12 0 +62 1 13 0 +62 2 13 0 +62 3 13 0 +62 4 13 0 62 5 13 0 62 6 13 0 -62 1 14 42 -62 2 14 89 -62 3 14 41 -62 4 14 26 -62 5 14 11 -62 6 14 2 -62 1 15 5 -62 2 15 10 -62 3 15 2 -62 4 15 2 -62 5 15 0 -62 6 15 0 -62 1 18 0 -62 2 18 0 -62 3 18 0 -62 4 18 0 -62 5 18 0 -62 6 18 0 -62 1 19 5 -62 2 19 10 -62 3 19 2 -62 4 19 2 -62 5 19 0 -62 6 19 0 -62 0 26 0.167986 -62 1 63 2 -62 2 63 10 -62 3 63 5 -62 4 63 7 -62 5 63 6 -62 6 63 5 -62 1 64 12 -62 2 64 29 -62 3 64 11 -62 4 64 10 -62 5 64 11 -62 6 64 9 -63 1 0 53 -63 2 0 122 -63 3 0 79 -63 4 0 95 -63 5 0 91 -63 6 0 60 -63 1 1 21 -63 2 1 85 -63 3 1 64 -63 4 1 81 -63 5 1 87 -63 6 1 50 -63 1 2 31.3358 -63 2 2 121.004 -63 3 2 79 -63 4 2 95 -63 5 2 91 -63 6 2 60 -63 1 3 19 -63 2 3 79 -63 3 3 60 -63 4 3 75 -63 5 3 82 -63 6 3 47 -63 1 6 29 -63 2 6 159 -63 3 6 152 -63 4 6 194 -63 5 6 238 -63 6 6 138 -63 0 7 0.196128 -63 1 8 26 -63 2 8 137 -63 3 8 133 -63 4 8 174 -63 5 8 206 -63 6 8 122 -63 1 11 9 -63 2 11 17 -63 3 11 4 -63 4 11 11 -63 5 11 9 -63 6 11 5 +62 7 13 0 +62 8 13 0 +62 9 13 0 +62 10 13 0 +62 11 13 0 +62 12 13 0 +62 13 13 0 +62 14 13 0 +62 15 13 0 +62 16 13 0 +62 17 13 0 +62 18 13 0 +62 19 13 0 +62 20 13 0 +62 21 13 0 +62 22 13 0 +62 23 13 0 +62 24 13 0 +62 25 13 0 +62 26 13 0 +62 27 13 0 +62 28 13 0 +62 29 13 0 +62 30 13 0 +62 1 14 0 +62 2 14 2 +62 3 14 0 +62 4 14 0 +62 5 14 4 +62 6 14 1 +62 7 14 2 +62 8 14 2 +62 9 14 0 +62 10 14 3 +62 11 14 1 +62 12 14 0 +62 13 14 0 +62 14 14 1 +62 15 14 1 +62 16 14 0 +62 17 14 0 +62 18 14 0 +62 19 14 0 +62 20 14 0 +62 21 14 0 +62 22 14 0 +62 23 14 0 +62 24 14 0 +62 25 14 0 +62 26 14 0 +62 27 14 0 +62 28 14 0 +62 29 14 0 +62 30 14 0 +62 1 64 0 +62 2 64 0 +62 3 64 0 +62 4 64 0 +62 5 64 0 +62 6 64 0 +62 7 64 0 +62 8 64 0 +62 9 64 0 +62 10 64 0 +62 11 64 0 +62 12 64 0 +62 13 64 0 +62 14 64 0 +62 15 64 0 +62 16 64 0 +62 17 64 0 +62 18 64 0 +62 19 64 0 +62 20 64 0 +62 21 64 0 +62 22 64 0 +62 23 64 0 +62 24 64 0 +62 25 64 0 +62 26 64 0 +62 27 64 0 +62 28 64 0 +62 29 64 0 +62 30 64 0 +63 1 0 5 +63 2 0 1 +63 3 0 3 +63 4 0 3 +63 5 0 2 +63 6 0 5 +63 7 0 4 +63 8 0 7 +63 9 0 5 +63 10 0 5 +63 11 0 7 +63 12 0 5 +63 13 0 4 +63 14 0 7 +63 15 0 8 +63 16 0 9 +63 17 0 10 +63 18 0 7 +63 19 0 6 +63 20 0 17 +63 21 0 18 +63 22 0 17 +63 23 0 7 +63 24 0 14 +63 25 0 7 +63 26 0 2 +63 27 0 7 +63 28 0 2 +63 29 0 3 +63 30 0 3 +63 1 11 0 +63 2 11 0 +63 3 11 0 +63 4 11 0 +63 5 11 0 +63 6 11 1 +63 7 11 0 +63 8 11 0 +63 9 11 1 +63 10 11 0 +63 11 11 1 +63 12 11 1 +63 13 11 1 +63 14 11 0 +63 15 11 0 +63 16 11 0 +63 17 11 0 +63 18 11 0 +63 19 11 0 +63 20 11 0 +63 21 11 0 +63 22 11 0 +63 23 11 0 +63 24 11 0 +63 25 11 0 +63 26 11 0 +63 27 11 0 +63 28 11 0 +63 29 11 0 +63 30 11 0 63 1 12 0 63 2 12 0 63 3 12 0 63 4 12 0 63 5 12 0 63 6 12 0 -63 1 13 1 -63 2 13 11 -63 3 13 2 -63 4 13 2 +63 7 12 0 +63 8 12 0 +63 9 12 0 +63 10 12 0 +63 11 12 0 +63 12 12 1 +63 13 12 0 +63 14 12 0 +63 15 12 0 +63 16 12 0 +63 17 12 0 +63 18 12 0 +63 19 12 0 +63 20 12 0 +63 21 12 0 +63 22 12 0 +63 23 12 0 +63 24 12 0 +63 25 12 0 +63 26 12 0 +63 27 12 0 +63 28 12 0 +63 29 12 0 +63 30 12 0 +63 1 13 0 +63 2 13 0 +63 3 13 0 +63 4 13 0 63 5 13 0 63 6 13 0 -63 1 14 22 -63 2 14 50 -63 3 14 26 -63 4 14 16 -63 5 14 10 -63 6 14 1 -63 1 15 1 -63 2 15 9 -63 3 15 2 -63 4 15 2 -63 5 15 0 -63 6 15 0 -63 1 18 0 -63 2 18 0 -63 3 18 0 -63 4 18 0 -63 5 18 0 -63 6 18 0 -63 1 19 1 -63 2 19 9 -63 3 19 2 -63 4 19 2 -63 5 19 0 -63 6 19 0 -63 0 26 0.167986 -63 1 63 9 -63 2 63 10 -63 3 63 1 -63 4 63 8 -63 5 63 5 -63 6 63 4 -63 1 64 14 -63 2 64 25 -63 3 64 7 -63 4 64 13 -63 5 64 11 -63 6 64 6 -64 1 0 46 -64 2 0 129 -64 3 0 80 -64 4 0 94 -64 5 0 91 -64 6 0 60 -64 1 1 10 -64 2 1 67 -64 3 1 44 -64 4 1 59 -64 5 1 67 -64 6 1 44 -64 1 2 23.8421 -64 2 2 127.564 -64 3 2 80 -64 4 2 94 -64 5 2 91 -64 6 2 60 -64 1 3 10 -64 2 3 58 -64 3 3 40 -64 4 3 55 -64 5 3 65 -64 6 3 40 -64 1 6 11 -64 2 6 81 -64 3 6 70 -64 4 6 87 -64 5 6 144 -64 6 6 80 -64 0 7 0.149271 -64 1 8 11 -64 2 8 69 -64 3 8 60 -64 4 8 79 -64 5 8 126 -64 6 8 60 -64 1 11 1 -64 2 11 13 -64 3 11 6 -64 4 11 3 -64 5 11 10 -64 6 11 4 +63 7 13 0 +63 8 13 0 +63 9 13 0 +63 10 13 0 +63 11 13 0 +63 12 13 0 +63 13 13 0 +63 14 13 0 +63 15 13 0 +63 16 13 0 +63 17 13 0 +63 18 13 0 +63 19 13 0 +63 20 13 0 +63 21 13 0 +63 22 13 0 +63 23 13 0 +63 24 13 0 +63 25 13 0 +63 26 13 0 +63 27 13 0 +63 28 13 0 +63 29 13 0 +63 30 13 0 +63 1 14 0 +63 2 14 0 +63 3 14 2 +63 4 14 0 +63 5 14 2 +63 6 14 3 +63 7 14 1 +63 8 14 3 +63 9 14 3 +63 10 14 0 +63 11 14 2 +63 12 14 1 +63 13 14 1 +63 14 14 0 +63 15 14 0 +63 16 14 1 +63 17 14 0 +63 18 14 0 +63 19 14 0 +63 20 14 1 +63 21 14 0 +63 22 14 0 +63 23 14 0 +63 24 14 0 +63 25 14 0 +63 26 14 0 +63 27 14 0 +63 28 14 0 +63 29 14 0 +63 30 14 0 +63 1 64 0 +63 2 64 0 +63 3 64 0 +63 4 64 0 +63 5 64 0 +63 6 64 0 +63 7 64 0 +63 8 64 0 +63 9 64 0 +63 10 64 0 +63 11 64 0 +63 12 64 0 +63 13 64 0 +63 14 64 0 +63 15 64 0 +63 16 64 0 +63 17 64 0 +63 18 64 0 +63 19 64 0 +63 20 64 0 +63 21 64 0 +63 22 64 0 +63 23 64 0 +63 24 64 0 +63 25 64 0 +63 26 64 0 +63 27 64 0 +63 28 64 0 +63 29 64 0 +63 30 64 0 +64 1 0 4 +64 2 0 3 +64 3 0 0 +64 4 0 3 +64 5 0 2 +64 6 0 4 +64 7 0 7 +64 8 0 6 +64 9 0 5 +64 10 0 5 +64 11 0 6 +64 12 0 7 +64 13 0 3 +64 14 0 5 +64 15 0 11 +64 16 0 9 +64 17 0 10 +64 18 0 7 +64 19 0 6 +64 20 0 16 +64 21 0 18 +64 22 0 17 +64 23 0 6 +64 24 0 15 +64 25 0 7 +64 26 0 3 +64 27 0 7 +64 28 0 2 +64 29 0 3 +64 30 0 3 +64 1 11 0 +64 2 11 0 +64 3 11 0 +64 4 11 0 +64 5 11 0 +64 6 11 1 +64 7 11 0 +64 8 11 1 +64 9 11 0 +64 10 11 0 +64 11 11 0 +64 12 11 0 +64 13 11 0 +64 14 11 0 +64 15 11 0 +64 16 11 0 +64 17 11 0 +64 18 11 0 +64 19 11 0 +64 20 11 0 +64 21 11 0 +64 22 11 0 +64 23 11 0 +64 24 11 0 +64 25 11 0 +64 26 11 0 +64 27 11 0 +64 28 11 0 +64 29 11 0 +64 30 11 0 64 1 12 0 64 2 12 0 64 3 12 0 64 4 12 0 64 5 12 0 64 6 12 0 -64 1 13 2 -64 2 13 2 -64 3 13 1 -64 4 13 2 +64 7 12 0 +64 8 12 0 +64 9 12 0 +64 10 12 0 +64 11 12 0 +64 12 12 0 +64 13 12 0 +64 14 12 0 +64 15 12 0 +64 16 12 0 +64 17 12 0 +64 18 12 0 +64 19 12 0 +64 20 12 0 +64 21 12 0 +64 22 12 0 +64 23 12 0 +64 24 12 0 +64 25 12 0 +64 26 12 0 +64 27 12 0 +64 28 12 0 +64 29 12 0 +64 30 12 0 +64 1 13 0 +64 2 13 0 +64 3 13 0 +64 4 13 0 64 5 13 0 64 6 13 0 -64 1 14 8 -64 2 14 20 -64 3 14 8 -64 4 14 5 -64 5 14 4 -64 6 14 4 -64 1 15 2 -64 2 15 1 -64 3 15 1 -64 4 15 2 -64 5 15 0 -64 6 15 0 -64 1 18 0 -64 2 18 0 -64 3 18 0 -64 4 18 0 -64 5 18 0 -64 6 18 0 -64 1 19 2 -64 2 19 1 -64 3 19 1 -64 4 19 2 -64 5 19 0 -64 6 19 0 -64 0 26 0.167986 -64 1 63 1 -64 2 63 9 -64 3 63 4 -64 4 63 3 -64 5 63 7 -64 6 63 3 -64 1 64 6 -64 2 64 19 -64 3 64 9 -64 4 64 6 -64 5 64 11 -64 6 64 5 -65 1 0 45 -65 2 0 131 -65 3 0 79 -65 4 0 93 -65 5 0 92 -65 6 0 60 -65 1 1 7 -65 2 1 64 -65 3 1 41 -65 4 1 51 -65 5 1 61 -65 6 1 42 -65 1 2 22.3711 -65 2 2 129.544 -65 3 2 79 -65 4 2 93 -65 5 2 92 -65 6 2 60 -65 1 3 6 -65 2 3 61 -65 3 3 39 -65 4 3 46 -65 5 3 58 -65 6 3 38 -65 1 6 10 -65 2 6 81 -65 3 6 50 -65 4 6 77 -65 5 6 102 -65 6 6 71 -65 0 7 0.137549 -65 1 8 8 -65 2 8 73 -65 3 8 45 -65 4 8 68 -65 5 8 91 -65 6 8 57 -65 1 11 4 -65 2 11 11 -65 3 11 4 -65 4 11 5 -65 5 11 7 -65 6 11 7 +64 7 13 0 +64 8 13 0 +64 9 13 0 +64 10 13 0 +64 11 13 0 +64 12 13 0 +64 13 13 0 +64 14 13 0 +64 15 13 0 +64 16 13 0 +64 17 13 0 +64 18 13 0 +64 19 13 0 +64 20 13 0 +64 21 13 0 +64 22 13 0 +64 23 13 0 +64 24 13 0 +64 25 13 0 +64 26 13 0 +64 27 13 0 +64 28 13 0 +64 29 13 0 +64 30 13 0 +64 1 14 0 +64 2 14 1 +64 3 14 0 +64 4 14 1 +64 5 14 0 +64 6 14 1 +64 7 14 0 +64 8 14 1 +64 9 14 2 +64 10 14 0 +64 11 14 1 +64 12 14 1 +64 13 14 0 +64 14 14 1 +64 15 14 0 +64 16 14 0 +64 17 14 0 +64 18 14 0 +64 19 14 0 +64 20 14 0 +64 21 14 0 +64 22 14 0 +64 23 14 0 +64 24 14 0 +64 25 14 0 +64 26 14 0 +64 27 14 0 +64 28 14 0 +64 29 14 0 +64 30 14 0 +64 1 64 0 +64 2 64 0 +64 3 64 0 +64 4 64 0 +64 5 64 0 +64 6 64 0 +64 7 64 0 +64 8 64 0 +64 9 64 0 +64 10 64 0 +64 11 64 0 +64 12 64 0 +64 13 64 0 +64 14 64 0 +64 15 64 0 +64 16 64 0 +64 17 64 0 +64 18 64 0 +64 19 64 0 +64 20 64 0 +64 21 64 0 +64 22 64 0 +64 23 64 0 +64 24 64 0 +64 25 64 0 +64 26 64 0 +64 27 64 0 +64 28 64 0 +64 29 64 0 +64 30 64 0 +65 1 0 4 +65 2 0 3 +65 3 0 2 +65 4 0 1 +65 5 0 4 +65 6 0 2 +65 7 0 6 +65 8 0 8 +65 9 0 6 +65 10 0 1 +65 11 0 9 +65 12 0 6 +65 13 0 2 +65 14 0 6 +65 15 0 11 +65 16 0 11 +65 17 0 6 +65 18 0 10 +65 19 0 7 +65 20 0 14 +65 21 0 19 +65 22 0 17 +65 23 0 6 +65 24 0 12 +65 25 0 9 +65 26 0 3 +65 27 0 7 +65 28 0 2 +65 29 0 2 +65 30 0 4 +65 1 11 0 +65 2 11 0 +65 3 11 0 +65 4 11 0 +65 5 11 1 +65 6 11 0 +65 7 11 0 +65 8 11 1 +65 9 11 1 +65 10 11 0 +65 11 11 1 +65 12 11 0 +65 13 11 0 +65 14 11 1 +65 15 11 0 +65 16 11 0 +65 17 11 0 +65 18 11 0 +65 19 11 0 +65 20 11 1 +65 21 11 0 +65 22 11 0 +65 23 11 0 +65 24 11 0 +65 25 11 0 +65 26 11 0 +65 27 11 0 +65 28 11 0 +65 29 11 0 +65 30 11 0 65 1 12 0 65 2 12 0 65 3 12 0 65 4 12 0 65 5 12 0 -65 6 12 1 -65 1 13 1 +65 6 12 0 +65 7 12 0 +65 8 12 0 +65 9 12 0 +65 10 12 0 +65 11 12 0 +65 12 12 0 +65 13 12 0 +65 14 12 0 +65 15 12 0 +65 16 12 0 +65 17 12 0 +65 18 12 0 +65 19 12 0 +65 20 12 0 +65 21 12 0 +65 22 12 0 +65 23 12 0 +65 24 12 0 +65 25 12 0 +65 26 12 0 +65 27 12 0 +65 28 12 0 +65 29 12 0 +65 30 12 0 +65 1 13 0 65 2 13 0 -65 3 13 2 -65 4 13 2 +65 3 13 0 +65 4 13 0 65 5 13 0 65 6 13 0 -65 1 14 11 -65 2 14 34 -65 3 14 10 -65 4 14 11 -65 5 14 3 -65 6 14 3 -65 1 15 1 -65 2 15 0 -65 3 15 2 -65 4 15 2 -65 5 15 0 -65 6 15 0 -65 1 18 0 -65 2 18 0 -65 3 18 0 -65 4 18 0 -65 5 18 0 -65 6 18 0 -65 1 19 1 -65 2 19 0 -65 3 19 2 -65 4 19 2 -65 5 19 0 -65 6 19 0 -65 0 26 0.172594 -65 1 63 2 -65 2 63 5 -65 3 63 2 -65 4 63 5 -65 5 63 4 -65 6 63 5 -65 1 64 13 -65 2 64 27 -65 3 64 9 -65 4 64 8 -65 5 64 11 -65 6 64 9 -66 1 0 52 -66 2 0 123 -66 3 0 80 -66 4 0 96 -66 5 0 89 -66 6 0 60 -66 1 1 29 -66 2 1 92 -66 3 1 67 -66 4 1 87 -66 5 1 84 -66 6 1 52 -66 1 2 29.4098 -66 2 2 122.034 -66 3 2 80 -66 4 2 96 -66 5 2 89 -66 6 2 60 -66 1 3 25 -66 2 3 84 -66 3 3 65 -66 4 3 87 -66 5 3 82 -66 6 3 49 -66 1 6 48 -66 2 6 181 -66 3 6 147 -66 4 6 233 -66 5 6 256 -66 6 6 140 -66 0 7 0.209768 -66 1 8 39 -66 2 8 158 -66 3 8 135 -66 4 8 208 -66 5 8 220 -66 6 8 125 -66 1 11 1 -66 2 11 18 -66 3 11 8 -66 4 11 9 -66 5 11 6 -66 6 11 8 +65 7 13 0 +65 8 13 0 +65 9 13 0 +65 10 13 0 +65 11 13 0 +65 12 13 0 +65 13 13 0 +65 14 13 0 +65 15 13 0 +65 16 13 0 +65 17 13 0 +65 18 13 0 +65 19 13 0 +65 20 13 0 +65 21 13 0 +65 22 13 0 +65 23 13 0 +65 24 13 0 +65 25 13 0 +65 26 13 0 +65 27 13 0 +65 28 13 0 +65 29 13 0 +65 30 13 0 +65 1 14 0 +65 2 14 0 +65 3 14 0 +65 4 14 0 +65 5 14 1 +65 6 14 1 +65 7 14 1 +65 8 14 2 +65 9 14 1 +65 10 14 0 +65 11 14 4 +65 12 14 1 +65 13 14 0 +65 14 14 1 +65 15 14 0 +65 16 14 0 +65 17 14 0 +65 18 14 0 +65 19 14 0 +65 20 14 1 +65 21 14 0 +65 22 14 0 +65 23 14 0 +65 24 14 0 +65 25 14 0 +65 26 14 0 +65 27 14 0 +65 28 14 0 +65 29 14 0 +65 30 14 0 +65 1 64 0 +65 2 64 0 +65 3 64 0 +65 4 64 0 +65 5 64 0 +65 6 64 0 +65 7 64 0 +65 8 64 0 +65 9 64 0 +65 10 64 0 +65 11 64 0 +65 12 64 0 +65 13 64 0 +65 14 64 0 +65 15 64 0 +65 16 64 0 +65 17 64 0 +65 18 64 0 +65 19 64 0 +65 20 64 0 +65 21 64 0 +65 22 64 0 +65 23 64 0 +65 24 64 0 +65 25 64 0 +65 26 64 0 +65 27 64 0 +65 28 64 0 +65 29 64 0 +65 30 64 0 +66 1 0 5 +66 2 0 1 +66 3 0 3 +66 4 0 3 +66 5 0 1 +66 6 0 3 +66 7 0 7 +66 8 0 6 +66 9 0 7 +66 10 0 3 +66 11 0 7 +66 12 0 6 +66 13 0 4 +66 14 0 6 +66 15 0 10 +66 16 0 10 +66 17 0 7 +66 18 0 10 +66 19 0 8 +66 20 0 14 +66 21 0 18 +66 22 0 17 +66 23 0 7 +66 24 0 12 +66 25 0 9 +66 26 0 2 +66 27 0 6 +66 28 0 2 +66 29 0 2 +66 30 0 4 +66 1 11 0 +66 2 11 0 +66 3 11 0 +66 4 11 1 +66 5 11 0 +66 6 11 1 +66 7 11 1 +66 8 11 1 +66 9 11 0 +66 10 11 0 +66 11 11 1 +66 12 11 0 +66 13 11 0 +66 14 11 0 +66 15 11 1 +66 16 11 0 +66 17 11 0 +66 18 11 0 +66 19 11 0 +66 20 11 0 +66 21 11 0 +66 22 11 0 +66 23 11 0 +66 24 11 0 +66 25 11 0 +66 26 11 0 +66 27 11 0 +66 28 11 0 +66 29 11 0 +66 30 11 0 66 1 12 0 66 2 12 0 66 3 12 0 -66 4 12 1 +66 4 12 0 66 5 12 0 66 6 12 0 -66 1 13 4 -66 2 13 11 -66 3 13 3 -66 4 13 3 -66 5 13 3 +66 7 12 0 +66 8 12 0 +66 9 12 0 +66 10 12 0 +66 11 12 0 +66 12 12 0 +66 13 12 0 +66 14 12 0 +66 15 12 0 +66 16 12 0 +66 17 12 0 +66 18 12 0 +66 19 12 0 +66 20 12 0 +66 21 12 0 +66 22 12 0 +66 23 12 0 +66 24 12 0 +66 25 12 0 +66 26 12 0 +66 27 12 0 +66 28 12 0 +66 29 12 0 +66 30 12 0 +66 1 13 0 +66 2 13 0 +66 3 13 0 +66 4 13 0 +66 5 13 0 66 6 13 0 -66 1 14 36 -66 2 14 82 -66 3 14 26 -66 4 14 35 -66 5 14 11 -66 6 14 3 -66 1 15 4 -66 2 15 11 -66 3 15 3 -66 4 15 3 -66 5 15 3 -66 6 15 0 -66 1 18 2 -66 2 18 0 -66 3 18 0 -66 4 18 0 -66 5 18 0 -66 6 18 0 -66 1 19 4 -66 2 19 11 -66 3 19 3 -66 4 19 3 -66 5 19 3 -66 6 19 0 -66 0 26 0.172594 -66 1 63 1 -66 2 63 15 -66 3 63 4 -66 4 63 6 -66 5 63 5 -66 6 63 4 -66 1 64 10 -66 2 64 29 -66 3 64 10 -66 4 64 11 -66 5 64 11 -66 6 64 8 -67 1 0 56 -67 2 0 116 -67 3 0 88 -67 4 0 95 -67 5 0 84 -67 6 0 61 -67 1 1 21 -67 2 1 78 -67 3 1 68 -67 4 1 82 -67 5 1 78 -67 6 1 47 -67 1 2 31.7288 -67 2 2 115.081 -67 3 2 88 -67 4 2 95 -67 5 2 84 -67 6 2 61 -67 1 3 20 -67 2 3 72 -67 3 3 62 -67 4 3 82 -67 5 3 73 -67 6 3 43 -67 1 6 33 -67 2 6 152 -67 3 6 118 -67 4 6 219 -67 5 6 212 -67 6 6 114 -67 0 7 0.190566 -67 1 8 27 -67 2 8 133 -67 3 8 98 -67 4 8 202 -67 5 8 183 -67 6 8 93 -67 1 11 5 -67 2 11 14 -67 3 11 8 -67 4 11 10 -67 5 11 8 -67 6 11 3 +66 7 13 0 +66 8 13 0 +66 9 13 0 +66 10 13 0 +66 11 13 0 +66 12 13 0 +66 13 13 0 +66 14 13 0 +66 15 13 0 +66 16 13 0 +66 17 13 0 +66 18 13 0 +66 19 13 0 +66 20 13 0 +66 21 13 0 +66 22 13 0 +66 23 13 0 +66 24 13 0 +66 25 13 0 +66 26 13 0 +66 27 13 0 +66 28 13 0 +66 29 13 0 +66 30 13 0 +66 1 14 0 +66 2 14 0 +66 3 14 1 +66 4 14 1 +66 5 14 0 +66 6 14 2 +66 7 14 2 +66 8 14 4 +66 9 14 0 +66 10 14 0 +66 11 14 2 +66 12 14 1 +66 13 14 0 +66 14 14 0 +66 15 14 1 +66 16 14 0 +66 17 14 0 +66 18 14 0 +66 19 14 0 +66 20 14 0 +66 21 14 0 +66 22 14 0 +66 23 14 0 +66 24 14 0 +66 25 14 0 +66 26 14 0 +66 27 14 0 +66 28 14 0 +66 29 14 0 +66 30 14 0 +66 1 64 0 +66 2 64 0 +66 3 64 0 +66 4 64 0 +66 5 64 0 +66 6 64 0 +66 7 64 0 +66 8 64 0 +66 9 64 0 +66 10 64 0 +66 11 64 0 +66 12 64 0 +66 13 64 0 +66 14 64 0 +66 15 64 0 +66 16 64 0 +66 17 64 0 +66 18 64 0 +66 19 64 0 +66 20 64 0 +66 21 64 0 +66 22 64 0 +66 23 64 0 +66 24 64 0 +66 25 64 0 +66 26 64 0 +66 27 64 0 +66 28 64 0 +66 29 64 0 +66 30 64 0 +67 1 0 5 +67 2 0 1 +67 3 0 1 +67 4 0 2 +67 5 0 3 +67 6 0 4 +67 7 0 7 +67 8 0 4 +67 9 0 7 +67 10 0 5 +67 11 0 5 +67 12 0 7 +67 13 0 5 +67 14 0 4 +67 15 0 10 +67 16 0 9 +67 17 0 10 +67 18 0 9 +67 19 0 8 +67 20 0 15 +67 21 0 17 +67 22 0 16 +67 23 0 9 +67 24 0 11 +67 25 0 9 +67 26 0 3 +67 27 0 5 +67 28 0 3 +67 29 0 2 +67 30 0 4 +67 1 11 0 +67 2 11 0 +67 3 11 0 +67 4 11 1 +67 5 11 0 +67 6 11 0 +67 7 11 1 +67 8 11 0 +67 9 11 1 +67 10 11 0 +67 11 11 1 +67 12 11 0 +67 13 11 1 +67 14 11 0 +67 15 11 0 +67 16 11 0 +67 17 11 0 +67 18 11 0 +67 19 11 0 +67 20 11 0 +67 21 11 0 +67 22 11 0 +67 23 11 0 +67 24 11 0 +67 25 11 0 +67 26 11 0 +67 27 11 0 +67 28 11 0 +67 29 11 0 +67 30 11 0 67 1 12 0 67 2 12 0 67 3 12 0 67 4 12 0 67 5 12 0 -67 6 12 0 -67 1 13 3 -67 2 13 9 -67 3 13 1 +67 6 12 1 +67 7 12 0 +67 8 12 0 +67 9 12 0 +67 10 12 0 +67 11 12 0 +67 12 12 0 +67 13 12 0 +67 14 12 0 +67 15 12 0 +67 16 12 0 +67 17 12 0 +67 18 12 0 +67 19 12 0 +67 20 12 0 +67 21 12 0 +67 22 12 0 +67 23 12 0 +67 24 12 0 +67 25 12 0 +67 26 12 0 +67 27 12 0 +67 28 12 0 +67 29 12 0 +67 30 12 0 +67 1 13 0 +67 2 13 0 +67 3 13 0 67 4 13 0 -67 5 13 3 -67 6 13 1 -67 1 14 22 -67 2 14 42 -67 3 14 20 -67 4 14 8 -67 5 14 11 -67 6 14 1 -67 1 15 3 -67 2 15 9 -67 3 15 1 -67 4 15 0 -67 5 15 3 -67 6 15 1 -67 1 18 0 -67 2 18 0 -67 3 18 0 -67 4 18 0 -67 5 18 0 -67 6 18 0 -67 1 19 3 -67 2 19 9 -67 3 19 1 -67 4 19 0 -67 5 19 3 -67 6 19 1 -67 0 26 0.172594 -67 1 63 3 -67 2 63 7 -67 3 63 4 -67 4 63 5 -67 5 63 5 -67 6 63 3 -67 1 64 15 -67 2 64 19 -67 3 64 10 -67 4 64 11 -67 5 64 8 -67 6 64 3 -68 1 0 54 -68 2 0 117 -68 3 0 89 -68 4 0 93 -68 5 0 86 -68 6 0 61 -68 1 1 16 -68 2 1 55 -68 3 1 37 -68 4 1 63 -68 5 1 59 -68 6 1 37 -68 1 2 29.1294 -68 2 2 115.851 -68 3 2 89 -68 4 2 93 -68 5 2 86 -68 6 2 61 -68 1 3 13 -68 2 3 51 -68 3 3 36 -68 4 3 60 -68 5 3 54 -68 6 3 35 -68 1 6 20 -68 2 6 73 -68 3 6 65 -68 4 6 115 -68 5 6 93 -68 6 6 68 -68 0 7 0.137919 -68 1 8 16 -68 2 8 65 -68 3 8 60 -68 4 8 101 -68 5 8 80 -68 6 8 58 -68 1 11 2 -68 2 11 11 -68 3 11 7 -68 4 11 8 -68 5 11 12 -68 6 11 6 +67 5 13 0 +67 6 13 0 +67 7 13 0 +67 8 13 0 +67 9 13 0 +67 10 13 0 +67 11 13 0 +67 12 13 0 +67 13 13 0 +67 14 13 0 +67 15 13 0 +67 16 13 0 +67 17 13 0 +67 18 13 0 +67 19 13 0 +67 20 13 0 +67 21 13 0 +67 22 13 0 +67 23 13 0 +67 24 13 0 +67 25 13 0 +67 26 13 0 +67 27 13 0 +67 28 13 0 +67 29 13 0 +67 30 13 0 +67 1 14 0 +67 2 14 0 +67 3 14 0 +67 4 14 1 +67 5 14 1 +67 6 14 0 +67 7 14 3 +67 8 14 0 +67 9 14 2 +67 10 14 0 +67 11 14 2 +67 12 14 0 +67 13 14 1 +67 14 14 1 +67 15 14 0 +67 16 14 0 +67 17 14 0 +67 18 14 0 +67 19 14 0 +67 20 14 0 +67 21 14 0 +67 22 14 0 +67 23 14 0 +67 24 14 0 +67 25 14 0 +67 26 14 0 +67 27 14 0 +67 28 14 0 +67 29 14 0 +67 30 14 0 +67 1 64 0 +67 2 64 0 +67 3 64 0 +67 4 64 0 +67 5 64 0 +67 6 64 0 +67 7 64 0 +67 8 64 0 +67 9 64 0 +67 10 64 0 +67 11 64 0 +67 12 64 0 +67 13 64 0 +67 14 64 0 +67 15 64 0 +67 16 64 0 +67 17 64 0 +67 18 64 0 +67 19 64 0 +67 20 64 0 +67 21 64 0 +67 22 64 0 +67 23 64 0 +67 24 64 0 +67 25 64 0 +67 26 64 0 +67 27 64 0 +67 28 64 0 +67 29 64 0 +67 30 64 0 +68 1 0 6 +68 2 0 3 +68 3 0 1 +68 4 0 1 +68 5 0 3 +68 6 0 2 +68 7 0 4 +68 8 0 7 +68 9 0 6 +68 10 0 5 +68 11 0 5 +68 12 0 6 +68 13 0 7 +68 14 0 3 +68 15 0 10 +68 16 0 9 +68 17 0 11 +68 18 0 9 +68 19 0 6 +68 20 0 16 +68 21 0 18 +68 22 0 16 +68 23 0 9 +68 24 0 11 +68 25 0 9 +68 26 0 3 +68 27 0 4 +68 28 0 3 +68 29 0 3 +68 30 0 4 +68 1 11 0 +68 2 11 0 +68 3 11 0 +68 4 11 0 +68 5 11 0 +68 6 11 0 +68 7 11 0 +68 8 11 0 +68 9 11 2 +68 10 11 1 +68 11 11 1 +68 12 11 0 +68 13 11 0 +68 14 11 0 +68 15 11 0 +68 16 11 1 +68 17 11 0 +68 18 11 0 +68 19 11 0 +68 20 11 0 +68 21 11 0 +68 22 11 0 +68 23 11 0 +68 24 11 0 +68 25 11 0 +68 26 11 0 +68 27 11 0 +68 28 11 0 +68 29 11 0 +68 30 11 0 68 1 12 0 -68 2 12 1 +68 2 12 0 68 3 12 0 68 4 12 0 68 5 12 0 68 6 12 0 -68 1 13 1 -68 2 13 4 -68 3 13 1 +68 7 12 0 +68 8 12 0 +68 9 12 0 +68 10 12 0 +68 11 12 0 +68 12 12 0 +68 13 12 0 +68 14 12 0 +68 15 12 0 +68 16 12 0 +68 17 12 0 +68 18 12 0 +68 19 12 0 +68 20 12 0 +68 21 12 0 +68 22 12 0 +68 23 12 0 +68 24 12 0 +68 25 12 0 +68 26 12 0 +68 27 12 0 +68 28 12 0 +68 29 12 0 +68 30 12 0 +68 1 13 0 +68 2 13 0 +68 3 13 0 68 4 13 0 68 5 13 0 68 6 13 0 -68 1 14 10 -68 2 14 17 -68 3 14 13 -68 4 14 6 -68 5 14 2 -68 6 14 1 -68 1 15 1 -68 2 15 4 -68 3 15 1 -68 4 15 0 -68 5 15 0 -68 6 15 0 -68 1 18 0 -68 2 18 0 -68 3 18 0 -68 4 18 0 -68 5 18 0 -68 6 18 0 -68 1 19 1 -68 2 19 4 -68 3 19 1 -68 4 19 0 -68 5 19 0 -68 6 19 0 -68 0 26 0.172594 -68 1 63 1 -68 2 63 7 -68 3 63 3 -68 4 63 6 -68 5 63 6 -68 6 63 3 -68 1 64 13 -68 2 64 17 -68 3 64 13 -68 4 64 11 -68 5 64 14 -68 6 64 10 -69 1 0 52 -69 2 0 118 -69 3 0 87 -69 4 0 98 -69 5 0 84 -69 6 0 61 -69 1 1 15 -69 2 1 39 -69 3 1 43 -69 4 1 67 -69 5 1 57 -69 6 1 42 -69 1 2 27.2154 -69 2 2 116.753 -69 3 2 87 -69 4 2 98 -69 5 2 84 -69 6 2 61 -69 1 3 14 -69 2 3 34 -69 3 3 42 -69 4 3 63 -69 5 3 54 -69 6 3 41 -69 1 6 17 -69 2 6 44 -69 3 6 61 -69 4 6 111 -69 5 6 92 -69 6 6 73 -69 0 7 0.142783 -69 1 8 16 -69 2 8 39 -69 3 8 57 -69 4 8 103 -69 5 8 83 -69 6 8 68 -69 1 11 4 -69 2 11 7 -69 3 11 3 -69 4 11 3 -69 5 11 5 -69 6 11 4 +68 7 13 0 +68 8 13 0 +68 9 13 0 +68 10 13 0 +68 11 13 0 +68 12 13 0 +68 13 13 0 +68 14 13 0 +68 15 13 0 +68 16 13 0 +68 17 13 0 +68 18 13 0 +68 19 13 0 +68 20 13 0 +68 21 13 0 +68 22 13 0 +68 23 13 0 +68 24 13 0 +68 25 13 0 +68 26 13 0 +68 27 13 0 +68 28 13 0 +68 29 13 0 +68 30 13 0 +68 1 14 0 +68 2 14 0 +68 3 14 0 +68 4 14 0 +68 5 14 1 +68 6 14 0 +68 7 14 0 +68 8 14 0 +68 9 14 2 +68 10 14 1 +68 11 14 2 +68 12 14 0 +68 13 14 0 +68 14 14 1 +68 15 14 1 +68 16 14 1 +68 17 14 0 +68 18 14 0 +68 19 14 0 +68 20 14 0 +68 21 14 0 +68 22 14 0 +68 23 14 0 +68 24 14 0 +68 25 14 0 +68 26 14 0 +68 27 14 0 +68 28 14 0 +68 29 14 0 +68 30 14 0 +68 1 64 0 +68 2 64 0 +68 3 64 0 +68 4 64 0 +68 5 64 0 +68 6 64 0 +68 7 64 0 +68 8 64 0 +68 9 64 0 +68 10 64 0 +68 11 64 0 +68 12 64 0 +68 13 64 0 +68 14 64 0 +68 15 64 0 +68 16 64 0 +68 17 64 0 +68 18 64 0 +68 19 64 0 +68 20 64 0 +68 21 64 0 +68 22 64 0 +68 23 64 0 +68 24 64 0 +68 25 64 0 +68 26 64 0 +68 27 64 0 +68 28 64 0 +68 29 64 0 +68 30 64 0 +69 1 0 5 +69 2 0 3 +69 3 0 3 +69 4 0 1 +69 5 0 2 +69 6 0 2 +69 7 0 5 +69 8 0 5 +69 9 0 8 +69 10 0 6 +69 11 0 1 +69 12 0 8 +69 13 0 6 +69 14 0 2 +69 15 0 11 +69 16 0 10 +69 17 0 10 +69 18 0 9 +69 19 0 7 +69 20 0 17 +69 21 0 17 +69 22 0 17 +69 23 0 9 +69 24 0 10 +69 25 0 10 +69 26 0 3 +69 27 0 4 +69 28 0 3 +69 29 0 3 +69 30 0 3 +69 1 11 0 +69 2 11 1 +69 3 11 1 +69 4 11 0 +69 5 11 0 +69 6 11 0 +69 7 11 0 +69 8 11 0 +69 9 11 0 +69 10 11 1 +69 11 11 0 +69 12 11 0 +69 13 11 0 +69 14 11 0 +69 15 11 0 +69 16 11 0 +69 17 11 0 +69 18 11 0 +69 19 11 0 +69 20 11 0 +69 21 11 0 +69 22 11 0 +69 23 11 0 +69 24 11 0 +69 25 11 0 +69 26 11 0 +69 27 11 0 +69 28 11 0 +69 29 11 0 +69 30 11 0 69 1 12 0 69 2 12 0 69 3 12 0 69 4 12 0 69 5 12 0 69 6 12 0 -69 1 13 1 -69 2 13 2 +69 7 12 0 +69 8 12 0 +69 9 12 0 +69 10 12 0 +69 11 12 0 +69 12 12 0 +69 13 12 0 +69 14 12 0 +69 15 12 0 +69 16 12 0 +69 17 12 0 +69 18 12 0 +69 19 12 0 +69 20 12 0 +69 21 12 0 +69 22 12 0 +69 23 12 0 +69 24 12 0 +69 25 12 0 +69 26 12 0 +69 27 12 0 +69 28 12 0 +69 29 12 0 +69 30 12 0 +69 1 13 0 +69 2 13 0 69 3 13 0 -69 4 13 1 -69 5 13 2 +69 4 13 0 +69 5 13 0 69 6 13 0 -69 1 14 11 -69 2 14 22 -69 3 14 15 -69 4 14 7 -69 5 14 4 -69 6 14 2 -69 1 15 1 -69 2 15 2 -69 3 15 0 -69 4 15 1 -69 5 15 2 -69 6 15 0 -69 1 18 0 -69 2 18 0 -69 3 18 0 -69 4 18 0 -69 5 18 0 -69 6 18 0 -69 1 19 1 -69 2 19 2 -69 3 19 0 -69 4 19 1 -69 5 19 2 -69 6 19 0 -69 0 26 0.171707 -69 1 63 4 -69 2 63 5 -69 3 63 2 -69 4 63 2 -69 5 63 3 -69 6 63 2 -69 1 64 17 -69 2 64 23 -69 3 64 5 -69 4 64 6 -69 5 64 8 -69 6 64 9 -70 1 0 44 -70 2 0 126 -70 3 0 90 -70 4 0 92 -70 5 0 85 -70 6 0 63 -70 1 1 22 -70 2 1 100 -70 3 1 77 -70 4 1 82 -70 5 1 78 -70 6 1 60 -70 1 2 24.7748 -70 2 2 124.827 -70 3 2 90 -70 4 2 92 -70 5 2 85 -70 6 2 63 -70 1 3 16 -70 2 3 97 -70 3 3 72 -70 4 3 79 -70 5 3 77 -70 6 3 57 -70 1 6 39 -70 2 6 206 -70 3 6 200 -70 4 6 252 -70 5 6 280 -70 6 6 176 -70 0 7 0.211701 -70 1 8 31 -70 2 8 185 -70 3 8 179 -70 4 8 213 -70 5 8 248 -70 6 8 155 -70 1 11 2 -70 2 11 11 -70 3 11 6 -70 4 11 9 -70 5 11 7 -70 6 11 6 +69 7 13 0 +69 8 13 0 +69 9 13 0 +69 10 13 0 +69 11 13 0 +69 12 13 0 +69 13 13 0 +69 14 13 0 +69 15 13 0 +69 16 13 0 +69 17 13 0 +69 18 13 0 +69 19 13 0 +69 20 13 0 +69 21 13 0 +69 22 13 0 +69 23 13 0 +69 24 13 0 +69 25 13 0 +69 26 13 0 +69 27 13 0 +69 28 13 0 +69 29 13 0 +69 30 13 0 +69 1 14 1 +69 2 14 1 +69 3 14 2 +69 4 14 0 +69 5 14 1 +69 6 14 0 +69 7 14 1 +69 8 14 3 +69 9 14 0 +69 10 14 1 +69 11 14 1 +69 12 14 0 +69 13 14 0 +69 14 14 0 +69 15 14 0 +69 16 14 0 +69 17 14 0 +69 18 14 0 +69 19 14 0 +69 20 14 0 +69 21 14 0 +69 22 14 0 +69 23 14 0 +69 24 14 0 +69 25 14 0 +69 26 14 0 +69 27 14 0 +69 28 14 0 +69 29 14 0 +69 30 14 0 +69 1 64 0 +69 2 64 0 +69 3 64 0 +69 4 64 0 +69 5 64 0 +69 6 64 0 +69 7 64 0 +69 8 64 0 +69 9 64 0 +69 10 64 0 +69 11 64 0 +69 12 64 0 +69 13 64 0 +69 14 64 0 +69 15 64 0 +69 16 64 0 +69 17 64 0 +69 18 64 0 +69 19 64 0 +69 20 64 0 +69 21 64 0 +69 22 64 0 +69 23 64 0 +69 24 64 0 +69 25 64 0 +69 26 64 0 +69 27 64 0 +69 28 64 0 +69 29 64 0 +69 30 64 0 +70 1 0 4 +70 2 0 2 +70 3 0 3 +70 4 0 3 +70 5 0 2 +70 6 0 3 +70 7 0 4 +70 8 0 5 +70 9 0 6 +70 10 0 7 +70 11 0 3 +70 12 0 5 +70 13 0 6 +70 14 0 4 +70 15 0 11 +70 16 0 9 +70 17 0 10 +70 18 0 10 +70 19 0 7 +70 20 0 17 +70 21 0 16 +70 22 0 15 +70 23 0 12 +70 24 0 10 +70 25 0 9 +70 26 0 4 +70 27 0 3 +70 28 0 4 +70 29 0 3 +70 30 0 3 +70 1 11 1 +70 2 11 1 +70 3 11 0 +70 4 11 0 +70 5 11 2 +70 6 11 0 +70 7 11 1 +70 8 11 1 +70 9 11 2 +70 10 11 0 +70 11 11 0 +70 12 11 0 +70 13 11 0 +70 14 11 0 +70 15 11 0 +70 16 11 0 +70 17 11 0 +70 18 11 0 +70 19 11 0 +70 20 11 0 +70 21 11 0 +70 22 11 0 +70 23 11 0 +70 24 11 0 +70 25 11 0 +70 26 11 0 +70 27 11 0 +70 28 11 0 +70 29 11 0 +70 30 11 0 70 1 12 0 70 2 12 0 70 3 12 0 70 4 12 0 70 5 12 0 70 6 12 0 -70 1 13 6 -70 2 13 6 -70 3 13 4 -70 4 13 2 -70 5 13 3 +70 7 12 0 +70 8 12 1 +70 9 12 0 +70 10 12 0 +70 11 12 0 +70 12 12 0 +70 13 12 0 +70 14 12 0 +70 15 12 0 +70 16 12 0 +70 17 12 0 +70 18 12 0 +70 19 12 0 +70 20 12 0 +70 21 12 0 +70 22 12 0 +70 23 12 0 +70 24 12 0 +70 25 12 0 +70 26 12 0 +70 27 12 0 +70 28 12 0 +70 29 12 0 +70 30 12 0 +70 1 13 0 +70 2 13 0 +70 3 13 0 +70 4 13 0 +70 5 13 0 70 6 13 0 -70 1 14 38 -70 2 14 86 -70 3 14 43 -70 4 14 35 -70 5 14 17 -70 6 14 3 -70 1 15 7 -70 2 15 6 -70 3 15 4 -70 4 15 2 -70 5 15 3 -70 6 15 0 -70 1 18 0 -70 2 18 0 -70 3 18 0 -70 4 18 0 -70 5 18 0 -70 6 18 0 -70 1 19 7 -70 2 19 6 -70 3 19 4 -70 4 19 2 -70 5 19 3 -70 6 19 0 -70 0 26 0.171707 -70 1 63 2 -70 2 63 8 -70 3 63 2 -70 4 63 7 -70 5 63 6 -70 6 63 6 -70 1 64 8 -70 2 64 18 -70 3 64 8 -70 4 64 14 -70 5 64 8 -70 6 64 7 -71 1 0 46 -71 2 0 124 -71 3 0 87 -71 4 0 93 -71 5 0 87 -71 6 0 63 -71 1 1 25 -71 2 1 90 -71 3 1 74 -71 4 1 80 -71 5 1 79 -71 6 1 55 -71 1 2 26.768 -71 2 2 123.164 -71 3 2 87 -71 4 2 93 -71 5 2 87 -71 6 2 63 -71 1 3 22 -71 2 3 86 -71 3 3 70 -71 4 3 76 -71 5 3 78 -71 6 3 54 -71 1 6 36 -71 2 6 177 -71 3 6 170 -71 4 6 212 -71 5 6 224 -71 6 6 167 -71 0 7 0.204544 -71 1 8 33 -71 2 8 163 -71 3 8 148 -71 4 8 189 -71 5 8 197 -71 6 8 148 -71 1 11 6 -71 2 11 16 -71 3 11 7 -71 4 11 6 -71 5 11 8 -71 6 11 6 +70 7 13 0 +70 8 13 0 +70 9 13 0 +70 10 13 0 +70 11 13 0 +70 12 13 0 +70 13 13 0 +70 14 13 0 +70 15 13 0 +70 16 13 0 +70 17 13 0 +70 18 13 0 +70 19 13 0 +70 20 13 0 +70 21 13 0 +70 22 13 0 +70 23 13 0 +70 24 13 0 +70 25 13 0 +70 26 13 0 +70 27 13 0 +70 28 13 0 +70 29 13 0 +70 30 13 0 +70 1 14 1 +70 2 14 2 +70 3 14 1 +70 4 14 2 +70 5 14 2 +70 6 14 0 +70 7 14 2 +70 8 14 1 +70 9 14 2 +70 10 14 0 +70 11 14 0 +70 12 14 2 +70 13 14 0 +70 14 14 0 +70 15 14 0 +70 16 14 1 +70 17 14 0 +70 18 14 0 +70 19 14 0 +70 20 14 0 +70 21 14 0 +70 22 14 0 +70 23 14 0 +70 24 14 0 +70 25 14 0 +70 26 14 0 +70 27 14 0 +70 28 14 0 +70 29 14 0 +70 30 14 0 +70 1 64 0 +70 2 64 0 +70 3 64 0 +70 4 64 0 +70 5 64 0 +70 6 64 0 +70 7 64 0 +70 8 64 0 +70 9 64 0 +70 10 64 0 +70 11 64 0 +70 12 64 0 +70 13 64 0 +70 14 64 0 +70 15 64 0 +70 16 64 0 +70 17 64 0 +70 18 64 0 +70 19 64 0 +70 20 64 0 +70 21 64 0 +70 22 64 0 +70 23 64 0 +70 24 64 0 +70 25 64 0 +70 26 64 0 +70 27 64 0 +70 28 64 0 +70 29 64 0 +70 30 64 0 +71 1 0 6 +71 2 0 3 +71 3 0 1 +71 4 0 2 +71 5 0 4 +71 6 0 2 +71 7 0 6 +71 8 0 5 +71 9 0 4 +71 10 0 7 +71 11 0 5 +71 12 0 1 +71 13 0 7 +71 14 0 5 +71 15 0 11 +71 16 0 8 +71 17 0 9 +71 18 0 10 +71 19 0 7 +71 20 0 19 +71 21 0 14 +71 22 0 16 +71 23 0 12 +71 24 0 9 +71 25 0 10 +71 26 0 4 +71 27 0 3 +71 28 0 4 +71 29 0 2 +71 30 0 4 +71 1 11 0 +71 2 11 1 +71 3 11 0 +71 4 11 1 +71 5 11 1 +71 6 11 0 +71 7 11 0 +71 8 11 0 +71 9 11 0 +71 10 11 0 +71 11 11 0 +71 12 11 1 +71 13 11 1 +71 14 11 0 +71 15 11 0 +71 16 11 0 +71 17 11 0 +71 18 11 0 +71 19 11 0 +71 20 11 0 +71 21 11 0 +71 22 11 0 +71 23 11 0 +71 24 11 0 +71 25 11 0 +71 26 11 0 +71 27 11 0 +71 28 11 0 +71 29 11 0 +71 30 11 0 71 1 12 0 71 2 12 0 71 3 12 0 71 4 12 0 71 5 12 0 71 6 12 0 -71 1 13 3 -71 2 13 5 -71 3 13 1 -71 4 13 3 +71 7 12 0 +71 8 12 0 +71 9 12 0 +71 10 12 0 +71 11 12 0 +71 12 12 0 +71 13 12 0 +71 14 12 0 +71 15 12 0 +71 16 12 0 +71 17 12 0 +71 18 12 0 +71 19 12 0 +71 20 12 0 +71 21 12 0 +71 22 12 0 +71 23 12 0 +71 24 12 0 +71 25 12 0 +71 26 12 0 +71 27 12 0 +71 28 12 0 +71 29 12 0 +71 30 12 0 +71 1 13 0 +71 2 13 0 +71 3 13 0 +71 4 13 0 71 5 13 0 71 6 13 0 -71 1 14 24 -71 2 14 67 -71 3 14 26 -71 4 14 21 -71 5 14 10 -71 6 14 6 -71 1 15 3 -71 2 15 4 -71 3 15 2 -71 4 15 3 -71 5 15 0 -71 6 15 0 -71 1 18 0 -71 2 18 0 -71 3 18 0 -71 4 18 0 -71 5 18 0 -71 6 18 0 -71 1 19 3 -71 2 19 4 -71 3 19 2 -71 4 19 3 -71 5 19 0 -71 6 19 0 -71 0 26 0.171707 -71 1 63 4 -71 2 63 12 -71 3 63 5 -71 4 63 5 -71 5 63 3 -71 6 63 4 -71 1 64 10 -71 2 64 23 -71 3 64 7 -71 4 64 7 -71 5 64 10 -71 6 64 6 -72 1 0 49 -72 2 0 122 -72 3 0 87 -72 4 0 92 -72 5 0 87 -72 6 0 63 -72 1 1 12 -72 2 1 49 -72 3 1 54 -72 4 1 56 -72 5 1 60 -72 6 1 47 -72 1 2 27.4958 -72 2 2 121.24 -72 3 2 87 -72 4 2 92 -72 5 2 87 -72 6 2 63 -72 1 3 11 -72 2 3 47 -72 3 3 52 -72 4 3 53 -72 5 3 58 -72 6 3 43 -72 1 6 16 -72 2 6 66 -72 3 6 75 -72 4 6 113 -72 5 6 108 -72 6 6 81 -72 0 7 0.14724 -72 1 8 14 -72 2 8 62 -72 3 8 68 -72 4 8 103 -72 5 8 95 -72 6 8 71 -72 1 11 1 -72 2 11 11 -72 3 11 9 -72 4 11 10 -72 5 11 4 -72 6 11 3 +71 7 13 0 +71 8 13 0 +71 9 13 0 +71 10 13 0 +71 11 13 0 +71 12 13 0 +71 13 13 0 +71 14 13 0 +71 15 13 0 +71 16 13 0 +71 17 13 0 +71 18 13 0 +71 19 13 0 +71 20 13 0 +71 21 13 0 +71 22 13 0 +71 23 13 0 +71 24 13 0 +71 25 13 0 +71 26 13 0 +71 27 13 0 +71 28 13 0 +71 29 13 0 +71 30 13 0 +71 1 14 0 +71 2 14 1 +71 3 14 1 +71 4 14 1 +71 5 14 1 +71 6 14 0 +71 7 14 1 +71 8 14 2 +71 9 14 1 +71 10 14 1 +71 11 14 0 +71 12 14 1 +71 13 14 2 +71 14 14 0 +71 15 14 0 +71 16 14 0 +71 17 14 0 +71 18 14 0 +71 19 14 0 +71 20 14 0 +71 21 14 0 +71 22 14 0 +71 23 14 0 +71 24 14 0 +71 25 14 0 +71 26 14 0 +71 27 14 0 +71 28 14 0 +71 29 14 0 +71 30 14 0 +71 1 64 0 +71 2 64 0 +71 3 64 0 +71 4 64 0 +71 5 64 0 +71 6 64 0 +71 7 64 0 +71 8 64 0 +71 9 64 0 +71 10 64 0 +71 11 64 0 +71 12 64 0 +71 13 64 0 +71 14 64 0 +71 15 64 0 +71 16 64 0 +71 17 64 0 +71 18 64 0 +71 19 64 0 +71 20 64 0 +71 21 64 0 +71 22 64 0 +71 23 64 0 +71 24 64 0 +71 25 64 0 +71 26 64 0 +71 27 64 0 +71 28 64 0 +71 29 64 0 +71 30 64 0 +72 1 0 4 +72 2 0 4 +72 3 0 3 +72 4 0 1 +72 5 0 5 +72 6 0 2 +72 7 0 5 +72 8 0 4 +72 9 0 7 +72 10 0 6 +72 11 0 5 +72 12 0 2 +72 13 0 5 +72 14 0 7 +72 15 0 8 +72 16 0 11 +72 17 0 9 +72 18 0 10 +72 19 0 7 +72 20 0 16 +72 21 0 14 +72 22 0 17 +72 23 0 12 +72 24 0 8 +72 25 0 10 +72 26 0 5 +72 27 0 3 +72 28 0 3 +72 29 0 3 +72 30 0 4 +72 1 11 0 +72 2 11 0 +72 3 11 0 +72 4 11 0 +72 5 11 1 +72 6 11 0 +72 7 11 0 +72 8 11 0 +72 9 11 0 +72 10 11 0 +72 11 11 0 +72 12 11 0 +72 13 11 0 +72 14 11 0 +72 15 11 0 +72 16 11 0 +72 17 11 0 +72 18 11 0 +72 19 11 0 +72 20 11 0 +72 21 11 0 +72 22 11 0 +72 23 11 0 +72 24 11 0 +72 25 11 0 +72 26 11 0 +72 27 11 0 +72 28 11 0 +72 29 11 0 +72 30 11 0 72 1 12 0 72 2 12 0 72 3 12 0 72 4 12 0 72 5 12 0 72 6 12 0 -72 1 13 1 -72 2 13 3 -72 3 13 1 +72 7 12 0 +72 8 12 0 +72 9 12 0 +72 10 12 0 +72 11 12 0 +72 12 12 0 +72 13 12 0 +72 14 12 0 +72 15 12 0 +72 16 12 0 +72 17 12 0 +72 18 12 0 +72 19 12 0 +72 20 12 0 +72 21 12 0 +72 22 12 0 +72 23 12 0 +72 24 12 0 +72 25 12 0 +72 26 12 0 +72 27 12 0 +72 28 12 0 +72 29 12 0 +72 30 12 0 +72 1 13 0 +72 2 13 0 +72 3 13 0 72 4 13 0 72 5 13 0 72 6 13 0 -72 1 14 8 -72 2 14 17 -72 3 14 8 -72 4 14 4 +72 7 13 0 +72 8 13 0 +72 9 13 0 +72 10 13 0 +72 11 13 0 +72 12 13 0 +72 13 13 0 +72 14 13 0 +72 15 13 0 +72 16 13 0 +72 17 13 0 +72 18 13 0 +72 19 13 0 +72 20 13 0 +72 21 13 0 +72 22 13 0 +72 23 13 0 +72 24 13 0 +72 25 13 0 +72 26 13 0 +72 27 13 0 +72 28 13 0 +72 29 13 0 +72 30 13 0 +72 1 14 0 +72 2 14 0 +72 3 14 0 +72 4 14 0 72 5 14 1 72 6 14 0 -72 1 15 1 -72 2 15 3 -72 3 15 0 -72 4 15 0 -72 5 15 0 -72 6 15 0 -72 1 18 0 -72 2 18 0 -72 3 18 0 -72 4 18 0 -72 5 18 0 -72 6 18 0 -72 1 19 1 -72 2 19 3 -72 3 19 0 -72 4 19 0 -72 5 19 0 -72 6 19 0 -72 0 26 0.171707 -72 1 63 1 -72 2 63 8 -72 3 63 6 -72 4 63 6 -72 5 63 3 -72 6 63 1 -72 1 64 7 -72 2 64 24 -72 3 64 13 -72 4 64 13 -72 5 64 6 -72 6 64 6 -73 1 0 49 -73 2 0 122 -73 3 0 86 -73 4 0 94 -73 5 0 85 -73 6 0 64 -73 1 1 13 -73 2 1 45 -73 3 1 39 -73 4 1 56 -73 5 1 53 -73 6 1 49 -73 1 2 25.9832 -73 2 2 121.196 -73 3 2 86 -73 4 2 94 -73 5 2 85 -73 6 2 64 -73 1 3 12 -73 2 3 40 -73 3 3 33 -73 4 3 53 -73 5 3 50 -73 6 3 44 -73 1 6 17 -73 2 6 64 -73 3 6 50 -73 4 6 87 -73 5 6 89 -73 6 6 79 -73 0 7 0.132369 -73 1 8 16 -73 2 8 57 -73 3 8 41 -73 4 8 77 -73 5 8 81 -73 6 8 66 -73 1 11 1 -73 2 11 10 -73 3 11 9 -73 4 11 6 -73 5 11 8 -73 6 11 2 +72 7 14 0 +72 8 14 0 +72 9 14 0 +72 10 14 0 +72 11 14 0 +72 12 14 0 +72 13 14 0 +72 14 14 0 +72 15 14 1 +72 16 14 0 +72 17 14 0 +72 18 14 0 +72 19 14 0 +72 20 14 0 +72 21 14 0 +72 22 14 0 +72 23 14 0 +72 24 14 0 +72 25 14 0 +72 26 14 0 +72 27 14 0 +72 28 14 0 +72 29 14 0 +72 30 14 0 +72 1 64 0 +72 2 64 0 +72 3 64 0 +72 4 64 0 +72 5 64 0 +72 6 64 0 +72 7 64 0 +72 8 64 0 +72 9 64 0 +72 10 64 0 +72 11 64 0 +72 12 64 0 +72 13 64 0 +72 14 64 0 +72 15 64 0 +72 16 64 0 +72 17 64 0 +72 18 64 0 +72 19 64 0 +72 20 64 0 +72 21 64 0 +72 22 64 0 +72 23 64 0 +72 24 64 0 +72 25 64 0 +72 26 64 0 +72 27 64 0 +72 28 64 0 +72 29 64 0 +72 30 64 0 +73 1 0 5 +73 2 0 3 +73 3 0 3 +73 4 0 4 +73 5 0 3 +73 6 0 4 +73 7 0 4 +73 8 0 5 +73 9 0 5 +73 10 0 8 +73 11 0 6 +73 12 0 1 +73 13 0 5 +73 14 0 6 +73 15 0 8 +73 16 0 11 +73 17 0 11 +73 18 0 6 +73 19 0 10 +73 20 0 17 +73 21 0 12 +73 22 0 18 +73 23 0 12 +73 24 0 5 +73 25 0 11 +73 26 0 5 +73 27 0 3 +73 28 0 3 +73 29 0 3 +73 30 0 3 +73 1 11 0 +73 2 11 0 +73 3 11 0 +73 4 11 0 +73 5 11 0 +73 6 11 0 +73 7 11 0 +73 8 11 0 +73 9 11 0 +73 10 11 0 +73 11 11 1 +73 12 11 0 +73 13 11 0 +73 14 11 0 +73 15 11 0 +73 16 11 0 +73 17 11 0 +73 18 11 0 +73 19 11 0 +73 20 11 0 +73 21 11 0 +73 22 11 0 +73 23 11 0 +73 24 11 0 +73 25 11 0 +73 26 11 0 +73 27 11 0 +73 28 11 0 +73 29 11 0 +73 30 11 0 73 1 12 0 73 2 12 0 73 3 12 0 73 4 12 0 73 5 12 0 73 6 12 0 -73 1 13 2 -73 2 13 1 -73 3 13 4 +73 7 12 0 +73 8 12 0 +73 9 12 0 +73 10 12 0 +73 11 12 0 +73 12 12 0 +73 13 12 0 +73 14 12 0 +73 15 12 0 +73 16 12 0 +73 17 12 0 +73 18 12 0 +73 19 12 0 +73 20 12 0 +73 21 12 0 +73 22 12 0 +73 23 12 0 +73 24 12 0 +73 25 12 0 +73 26 12 0 +73 27 12 0 +73 28 12 0 +73 29 12 0 +73 30 12 0 +73 1 13 0 +73 2 13 0 +73 3 13 0 73 4 13 0 -73 5 13 1 +73 5 13 0 73 6 13 0 -73 1 14 12 -73 2 14 30 -73 3 14 11 -73 4 14 10 -73 5 14 9 +73 7 13 0 +73 8 13 0 +73 9 13 0 +73 10 13 0 +73 11 13 0 +73 12 13 0 +73 13 13 0 +73 14 13 0 +73 15 13 0 +73 16 13 0 +73 17 13 0 +73 18 13 0 +73 19 13 0 +73 20 13 0 +73 21 13 0 +73 22 13 0 +73 23 13 0 +73 24 13 0 +73 25 13 0 +73 26 13 0 +73 27 13 0 +73 28 13 0 +73 29 13 0 +73 30 13 0 +73 1 14 0 +73 2 14 1 +73 3 14 0 +73 4 14 0 +73 5 14 1 73 6 14 1 -73 1 15 2 -73 2 15 1 -73 3 15 4 -73 4 15 0 -73 5 15 1 -73 6 15 0 -73 1 18 0 -73 2 18 0 -73 3 18 0 -73 4 18 0 -73 5 18 0 -73 6 18 0 -73 1 19 2 -73 2 19 1 -73 3 19 4 -73 4 19 0 -73 5 19 1 -73 6 19 0 -73 0 26 0.176259 -73 1 63 0 -73 2 63 9 -73 3 63 5 -73 4 63 6 -73 5 63 5 -73 6 63 2 -73 1 64 13 -73 2 64 24 -73 3 64 16 -73 4 64 9 -73 5 64 12 -73 6 64 3 -74 1 0 56 -74 2 0 119 -74 3 0 78 -74 4 0 96 -74 5 0 88 -74 6 0 63 -74 1 1 28 -74 2 1 84 -74 3 1 67 -74 4 1 91 -74 5 1 81 -74 6 1 56 -74 1 2 29.4312 -74 2 2 118.142 -74 3 2 78 -74 4 2 96 -74 5 2 88 -74 6 2 63 -74 1 3 24 -74 2 3 79 -74 3 3 65 -74 4 3 87 -74 5 3 79 -74 6 3 54 -74 1 6 46 -74 2 6 177 -74 3 6 157 -74 4 6 233 -74 5 6 225 -74 6 6 158 -74 0 7 0.208738 -74 1 8 39 -74 2 8 160 -74 3 8 136 -74 4 8 215 -74 5 8 205 -74 6 8 132 -74 1 11 4 -74 2 11 13 -74 3 11 10 -74 4 11 11 -74 5 11 11 -74 6 11 7 +73 7 14 0 +73 8 14 0 +73 9 14 0 +73 10 14 1 +73 11 14 1 +73 12 14 0 +73 13 14 0 +73 14 14 0 +73 15 14 0 +73 16 14 0 +73 17 14 0 +73 18 14 0 +73 19 14 0 +73 20 14 0 +73 21 14 0 +73 22 14 0 +73 23 14 0 +73 24 14 0 +73 25 14 0 +73 26 14 0 +73 27 14 0 +73 28 14 0 +73 29 14 0 +73 30 14 0 +73 1 64 0 +73 2 64 0 +73 3 64 0 +73 4 64 0 +73 5 64 0 +73 6 64 0 +73 7 64 0 +73 8 64 0 +73 9 64 0 +73 10 64 0 +73 11 64 0 +73 12 64 0 +73 13 64 0 +73 14 64 0 +73 15 64 0 +73 16 64 0 +73 17 64 0 +73 18 64 0 +73 19 64 0 +73 20 64 0 +73 21 64 0 +73 22 64 0 +73 23 64 0 +73 24 64 0 +73 25 64 0 +73 26 64 0 +73 27 64 0 +73 28 64 0 +73 29 64 0 +73 30 64 0 +74 1 0 5 +74 2 0 1 +74 3 0 2 +74 4 0 4 +74 5 0 4 +74 6 0 5 +74 7 0 5 +74 8 0 4 +74 9 0 5 +74 10 0 6 +74 11 0 7 +74 12 0 3 +74 13 0 3 +74 14 0 6 +74 15 0 10 +74 16 0 10 +74 17 0 10 +74 18 0 7 +74 19 0 10 +74 20 0 16 +74 21 0 14 +74 22 0 18 +74 23 0 12 +74 24 0 5 +74 25 0 10 +74 26 0 5 +74 27 0 4 +74 28 0 3 +74 29 0 3 +74 30 0 3 +74 1 11 0 +74 2 11 0 +74 3 11 0 +74 4 11 0 +74 5 11 0 +74 6 11 0 +74 7 11 1 +74 8 11 1 +74 9 11 1 +74 10 11 0 +74 11 11 1 +74 12 11 0 +74 13 11 0 +74 14 11 0 +74 15 11 0 +74 16 11 0 +74 17 11 0 +74 18 11 0 +74 19 11 0 +74 20 11 0 +74 21 11 0 +74 22 11 0 +74 23 11 0 +74 24 11 0 +74 25 11 0 +74 26 11 0 +74 27 11 0 +74 28 11 0 +74 29 11 0 +74 30 11 0 74 1 12 0 -74 2 12 1 -74 3 12 1 +74 2 12 0 +74 3 12 0 74 4 12 0 74 5 12 0 -74 6 12 1 -74 1 13 5 -74 2 13 12 -74 3 13 3 -74 4 13 7 -74 5 13 1 -74 6 13 1 -74 1 14 41 -74 2 14 79 -74 3 14 39 -74 4 14 31 -74 5 14 17 +74 6 12 0 +74 7 12 0 +74 8 12 0 +74 9 12 0 +74 10 12 0 +74 11 12 0 +74 12 12 0 +74 13 12 0 +74 14 12 0 +74 15 12 0 +74 16 12 0 +74 17 12 0 +74 18 12 0 +74 19 12 0 +74 20 12 0 +74 21 12 0 +74 22 12 0 +74 23 12 0 +74 24 12 0 +74 25 12 0 +74 26 12 0 +74 27 12 0 +74 28 12 0 +74 29 12 0 +74 30 12 0 +74 1 13 0 +74 2 13 0 +74 3 13 0 +74 4 13 0 +74 5 13 0 +74 6 13 0 +74 7 13 0 +74 8 13 0 +74 9 13 0 +74 10 13 0 +74 11 13 0 +74 12 13 0 +74 13 13 0 +74 14 13 0 +74 15 13 0 +74 16 13 0 +74 17 13 0 +74 18 13 0 +74 19 13 0 +74 20 13 0 +74 21 13 0 +74 22 13 0 +74 23 13 0 +74 24 13 0 +74 25 13 0 +74 26 13 0 +74 27 13 0 +74 28 13 0 +74 29 13 0 +74 30 13 0 +74 1 14 0 +74 2 14 0 +74 3 14 0 +74 4 14 1 +74 5 14 0 74 6 14 2 -74 1 15 8 -74 2 15 12 -74 3 15 4 -74 4 15 7 -74 5 15 1 -74 6 15 1 -74 1 18 0 -74 2 18 0 -74 3 18 0 -74 4 18 0 -74 5 18 0 -74 6 18 0 -74 1 19 8 -74 2 19 12 -74 3 19 4 -74 4 19 7 -74 5 19 1 -74 6 19 1 -74 0 26 0.176259 -74 1 63 3 -74 2 63 9 -74 3 63 9 -74 4 63 9 -74 5 63 9 -74 6 63 6 -74 1 64 9 -74 2 64 25 -74 3 64 14 -74 4 64 13 -74 5 64 12 -74 6 64 10 -75 1 0 62 -75 2 0 111 -75 3 0 77 -75 4 0 100 -75 5 0 88 -75 6 0 62 -75 1 1 27 -75 2 1 79 -75 3 1 66 -75 4 1 87 -75 5 1 77 -75 6 1 56 -75 1 2 35.7298 -75 2 2 110.333 -75 3 2 77 -75 4 2 100 -75 5 2 88 -75 6 2 62 -75 1 3 25 -75 2 3 71 -75 3 3 64 -75 4 3 84 -75 5 3 74 -75 6 3 52 -75 1 6 33 -75 2 6 140 -75 3 6 140 -75 4 6 191 -75 5 6 215 -75 6 6 147 -75 0 7 0.199444 -75 1 8 30 -75 2 8 123 -75 3 8 128 -75 4 8 167 -75 5 8 179 -75 6 8 129 -75 1 11 1 -75 2 11 13 -75 3 11 6 -75 4 11 7 -75 5 11 8 -75 6 11 8 +74 7 14 2 +74 8 14 1 +74 9 14 2 +74 10 14 0 +74 11 14 2 +74 12 14 0 +74 13 14 0 +74 14 14 0 +74 15 14 1 +74 16 14 0 +74 17 14 0 +74 18 14 0 +74 19 14 0 +74 20 14 0 +74 21 14 0 +74 22 14 0 +74 23 14 0 +74 24 14 0 +74 25 14 0 +74 26 14 0 +74 27 14 0 +74 28 14 0 +74 29 14 0 +74 30 14 0 +74 1 64 0 +74 2 64 0 +74 3 64 0 +74 4 64 0 +74 5 64 0 +74 6 64 0 +74 7 64 0 +74 8 64 0 +74 9 64 0 +74 10 64 0 +74 11 64 0 +74 12 64 0 +74 13 64 0 +74 14 64 0 +74 15 64 0 +74 16 64 0 +74 17 64 0 +74 18 64 0 +74 19 64 0 +74 20 64 0 +74 21 64 0 +74 22 64 0 +74 23 64 0 +74 24 64 0 +74 25 64 0 +74 26 64 0 +74 27 64 0 +74 28 64 0 +74 29 64 0 +74 30 64 0 +75 1 0 6 +75 2 0 3 +75 3 0 1 +75 4 0 0 +75 5 0 6 +75 6 0 3 +75 7 0 6 +75 8 0 6 +75 9 0 5 +75 10 0 4 +75 11 0 7 +75 12 0 5 +75 13 0 1 +75 14 0 7 +75 15 0 9 +75 16 0 10 +75 17 0 9 +75 18 0 10 +75 19 0 9 +75 20 0 17 +75 21 0 14 +75 22 0 18 +75 23 0 12 +75 24 0 4 +75 25 0 10 +75 26 0 5 +75 27 0 4 +75 28 0 3 +75 29 0 3 +75 30 0 3 +75 1 11 0 +75 2 11 0 +75 3 11 0 +75 4 11 0 +75 5 11 0 +75 6 11 0 +75 7 11 1 +75 8 11 0 +75 9 11 0 +75 10 11 0 +75 11 11 0 +75 12 11 0 +75 13 11 0 +75 14 11 0 +75 15 11 0 +75 16 11 0 +75 17 11 0 +75 18 11 0 +75 19 11 0 +75 20 11 0 +75 21 11 0 +75 22 11 0 +75 23 11 0 +75 24 11 0 +75 25 11 0 +75 26 11 0 +75 27 11 0 +75 28 11 0 +75 29 11 0 +75 30 11 0 75 1 12 0 -75 2 12 1 +75 2 12 0 75 3 12 0 75 4 12 0 75 5 12 0 75 6 12 0 -75 1 13 6 -75 2 13 7 -75 3 13 4 -75 4 13 1 +75 7 12 0 +75 8 12 0 +75 9 12 0 +75 10 12 0 +75 11 12 0 +75 12 12 0 +75 13 12 0 +75 14 12 0 +75 15 12 0 +75 16 12 0 +75 17 12 0 +75 18 12 0 +75 19 12 0 +75 20 12 0 +75 21 12 0 +75 22 12 0 +75 23 12 0 +75 24 12 0 +75 25 12 0 +75 26 12 0 +75 27 12 0 +75 28 12 0 +75 29 12 0 +75 30 12 0 +75 1 13 0 +75 2 13 0 +75 3 13 0 +75 4 13 0 75 5 13 0 -75 6 13 1 -75 1 14 23 -75 2 14 43 -75 3 14 26 -75 4 14 11 -75 5 14 9 -75 6 14 3 -75 1 15 3 -75 2 15 7 -75 3 15 3 -75 4 15 1 -75 5 15 0 -75 6 15 1 -75 1 18 0 -75 2 18 0 -75 3 18 0 -75 4 18 0 -75 5 18 0 -75 6 18 0 -75 1 19 3 -75 2 19 7 -75 3 19 3 -75 4 19 1 -75 5 19 0 -75 6 19 1 -75 0 26 0.176259 -75 1 63 0 -75 2 63 11 -75 3 63 5 -75 4 63 4 -75 5 63 7 -75 6 63 6 -75 1 64 6 -75 2 64 24 -75 3 64 7 -75 4 64 7 -75 5 64 8 -75 6 64 10 -76 1 0 59 -76 2 0 114 -76 3 0 77 -76 4 0 101 -76 5 0 88 -76 6 0 61 -76 1 1 17 -76 2 1 42 -76 3 1 37 -76 4 1 63 -76 5 1 62 -76 6 1 44 -76 1 2 33.6655 -76 2 2 113.066 -76 3 2 77 -76 4 2 101 -76 5 2 88 -76 6 2 61 -76 1 3 14 -76 2 3 40 -76 3 3 34 -76 4 3 60 -76 5 3 59 -76 6 3 42 -76 1 6 21 -76 2 6 55 -76 3 6 53 -76 4 6 104 -76 5 6 123 -76 6 6 77 -76 0 7 0.14285 -76 1 8 17 -76 2 8 50 -76 3 8 45 -76 4 8 95 -76 5 8 114 -76 6 8 64 -76 1 11 6 -76 2 11 12 -76 3 11 5 -76 4 11 14 -76 5 11 6 -76 6 11 5 +75 6 13 0 +75 7 13 0 +75 8 13 0 +75 9 13 0 +75 10 13 0 +75 11 13 0 +75 12 13 0 +75 13 13 0 +75 14 13 0 +75 15 13 0 +75 16 13 0 +75 17 13 0 +75 18 13 0 +75 19 13 0 +75 20 13 0 +75 21 13 0 +75 22 13 0 +75 23 13 0 +75 24 13 0 +75 25 13 0 +75 26 13 0 +75 27 13 0 +75 28 13 0 +75 29 13 0 +75 30 13 0 +75 1 14 0 +75 2 14 0 +75 3 14 1 +75 4 14 1 +75 5 14 3 +75 6 14 1 +75 7 14 1 +75 8 14 2 +75 9 14 0 +75 10 14 0 +75 11 14 2 +75 12 14 0 +75 13 14 0 +75 14 14 1 +75 15 14 0 +75 16 14 0 +75 17 14 0 +75 18 14 0 +75 19 14 0 +75 20 14 0 +75 21 14 0 +75 22 14 0 +75 23 14 0 +75 24 14 0 +75 25 14 0 +75 26 14 0 +75 27 14 0 +75 28 14 0 +75 29 14 0 +75 30 14 0 +75 1 64 0 +75 2 64 0 +75 3 64 0 +75 4 64 0 +75 5 64 0 +75 6 64 0 +75 7 64 0 +75 8 64 0 +75 9 64 0 +75 10 64 0 +75 11 64 0 +75 12 64 0 +75 13 64 0 +75 14 64 0 +75 15 64 0 +75 16 64 0 +75 17 64 0 +75 18 64 0 +75 19 64 0 +75 20 64 0 +75 21 64 0 +75 22 64 0 +75 23 64 0 +75 24 64 0 +75 25 64 0 +75 26 64 0 +75 27 64 0 +75 28 64 0 +75 29 64 0 +75 30 64 0 +76 1 0 6 +76 2 0 2 +76 3 0 3 +76 4 0 1 +76 5 0 2 +76 6 0 4 +76 7 0 7 +76 8 0 5 +76 9 0 4 +76 10 0 7 +76 11 0 6 +76 12 0 5 +76 13 0 2 +76 14 0 5 +76 15 0 10 +76 16 0 10 +76 17 0 9 +76 18 0 11 +76 19 0 9 +76 20 0 17 +76 21 0 12 +76 22 0 19 +76 23 0 11 +76 24 0 5 +76 25 0 9 +76 26 0 6 +76 27 0 4 +76 28 0 3 +76 29 0 3 +76 30 0 3 +76 1 11 0 +76 2 11 0 +76 3 11 0 +76 4 11 0 +76 5 11 0 +76 6 11 0 +76 7 11 1 +76 8 11 0 +76 9 11 0 +76 10 11 1 +76 11 11 0 +76 12 11 0 +76 13 11 0 +76 14 11 0 +76 15 11 0 +76 16 11 0 +76 17 11 0 +76 18 11 0 +76 19 11 0 +76 20 11 0 +76 21 11 0 +76 22 11 0 +76 23 11 0 +76 24 11 0 +76 25 11 0 +76 26 11 0 +76 27 11 0 +76 28 11 0 +76 29 11 0 +76 30 11 0 76 1 12 0 76 2 12 0 76 3 12 0 76 4 12 0 -76 5 12 1 +76 5 12 0 76 6 12 0 +76 7 12 0 +76 8 12 0 +76 9 12 0 +76 10 12 0 +76 11 12 0 +76 12 12 0 +76 13 12 0 +76 14 12 0 +76 15 12 0 +76 16 12 0 +76 17 12 0 +76 18 12 0 +76 19 12 0 +76 20 12 0 +76 21 12 0 +76 22 12 0 +76 23 12 0 +76 24 12 0 +76 25 12 0 +76 26 12 0 +76 27 12 0 +76 28 12 0 +76 29 12 0 +76 30 12 0 76 1 13 0 -76 2 13 1 -76 3 13 1 +76 2 13 0 +76 3 13 0 76 4 13 0 76 5 13 0 76 6 13 0 -76 1 14 12 -76 2 14 12 -76 3 14 3 -76 4 14 15 -76 5 14 2 -76 6 14 2 -76 1 15 0 -76 2 15 1 -76 3 15 1 -76 4 15 0 -76 5 15 0 -76 6 15 0 -76 1 18 0 -76 2 18 0 -76 3 18 0 -76 4 18 0 -76 5 18 0 -76 6 18 0 -76 1 19 0 -76 2 19 1 -76 3 19 1 -76 4 19 0 -76 5 19 0 -76 6 19 0 -76 0 26 0.176259 -76 1 63 4 -76 2 63 10 -76 3 63 2 -76 4 63 12 -76 5 63 2 -76 6 63 3 -76 1 64 19 -76 2 64 20 -76 3 64 7 -76 4 64 17 -76 5 64 8 -76 6 64 5 -77 1 0 63 -77 2 0 111 -77 3 0 78 -77 4 0 101 -77 5 0 88 -77 6 0 59 -77 1 1 18 -77 2 1 37 -77 3 1 36 -77 4 1 66 -77 5 1 66 -77 6 1 39 -77 1 2 33.8482 -77 2 2 109.959 -77 3 2 78 -77 4 2 101 -77 5 2 88 -77 6 2 59 -77 1 3 18 -77 2 3 31 -77 3 3 31 -77 4 3 60 -77 5 3 59 -77 6 3 33 -77 1 6 18 -77 2 6 44 -77 3 6 48 -77 4 6 98 -77 5 6 120 -77 6 6 68 -77 0 7 0.133978 -77 1 8 18 -77 2 8 37 -77 3 8 38 -77 4 8 86 -77 5 8 105 -77 6 8 55 -77 1 11 2 -77 2 11 7 -77 3 11 3 -77 4 11 6 -77 5 11 7 -77 6 11 4 +76 7 13 0 +76 8 13 0 +76 9 13 0 +76 10 13 0 +76 11 13 0 +76 12 13 0 +76 13 13 0 +76 14 13 0 +76 15 13 0 +76 16 13 0 +76 17 13 0 +76 18 13 0 +76 19 13 0 +76 20 13 0 +76 21 13 0 +76 22 13 0 +76 23 13 0 +76 24 13 0 +76 25 13 0 +76 26 13 0 +76 27 13 0 +76 28 13 0 +76 29 13 0 +76 30 13 0 +76 1 14 0 +76 2 14 0 +76 3 14 0 +76 4 14 0 +76 5 14 0 +76 6 14 0 +76 7 14 2 +76 8 14 1 +76 9 14 0 +76 10 14 1 +76 11 14 1 +76 12 14 0 +76 13 14 0 +76 14 14 0 +76 15 14 0 +76 16 14 0 +76 17 14 0 +76 18 14 0 +76 19 14 0 +76 20 14 0 +76 21 14 0 +76 22 14 0 +76 23 14 0 +76 24 14 0 +76 25 14 0 +76 26 14 0 +76 27 14 0 +76 28 14 0 +76 29 14 0 +76 30 14 0 +76 1 64 0 +76 2 64 0 +76 3 64 0 +76 4 64 0 +76 5 64 0 +76 6 64 0 +76 7 64 0 +76 8 64 0 +76 9 64 0 +76 10 64 0 +76 11 64 0 +76 12 64 0 +76 13 64 0 +76 14 64 0 +76 15 64 0 +76 16 64 0 +76 17 64 0 +76 18 64 0 +76 19 64 0 +76 20 64 0 +76 21 64 0 +76 22 64 0 +76 23 64 0 +76 24 64 0 +76 25 64 0 +76 26 64 0 +76 27 64 0 +76 28 64 0 +76 29 64 0 +76 30 64 0 +77 1 0 5 +77 2 0 1 +77 3 0 2 +77 4 0 3 +77 5 0 1 +77 6 0 5 +77 7 0 7 +77 8 0 4 +77 9 0 5 +77 10 0 5 +77 11 0 8 +77 12 0 6 +77 13 0 1 +77 14 0 5 +77 15 0 8 +77 16 0 11 +77 17 0 10 +77 18 0 10 +77 19 0 9 +77 20 0 17 +77 21 0 13 +77 22 0 19 +77 23 0 11 +77 24 0 5 +77 25 0 10 +77 26 0 6 +77 27 0 4 +77 28 0 3 +77 29 0 3 +77 30 0 3 +77 1 11 0 +77 2 11 0 +77 3 11 0 +77 4 11 0 +77 5 11 0 +77 6 11 0 +77 7 11 1 +77 8 11 0 +77 9 11 0 +77 10 11 0 +77 11 11 0 +77 12 11 0 +77 13 11 0 +77 14 11 1 +77 15 11 0 +77 16 11 0 +77 17 11 0 +77 18 11 0 +77 19 11 0 +77 20 11 0 +77 21 11 0 +77 22 11 0 +77 23 11 0 +77 24 11 0 +77 25 11 0 +77 26 11 0 +77 27 11 0 +77 28 11 0 +77 29 11 0 +77 30 11 0 77 1 12 0 77 2 12 0 77 3 12 0 77 4 12 0 77 5 12 0 77 6 12 0 -77 1 13 3 -77 2 13 7 +77 7 12 0 +77 8 12 0 +77 9 12 0 +77 10 12 0 +77 11 12 0 +77 12 12 0 +77 13 12 0 +77 14 12 0 +77 15 12 0 +77 16 12 0 +77 17 12 0 +77 18 12 0 +77 19 12 0 +77 20 12 0 +77 21 12 0 +77 22 12 0 +77 23 12 0 +77 24 12 0 +77 25 12 0 +77 26 12 0 +77 27 12 0 +77 28 12 0 +77 29 12 0 +77 30 12 0 +77 1 13 0 +77 2 13 0 77 3 13 0 -77 4 13 1 +77 4 13 0 77 5 13 0 77 6 13 0 -77 1 14 17 -77 2 14 24 -77 3 14 7 -77 4 14 5 -77 5 14 5 -77 6 14 1 -77 1 15 3 -77 2 15 8 -77 3 15 0 -77 4 15 1 -77 5 15 0 -77 6 15 0 -77 1 18 0 -77 2 18 0 -77 3 18 0 -77 4 18 0 -77 5 18 0 -77 6 18 0 -77 1 19 3 -77 2 19 8 -77 3 19 0 -77 4 19 1 -77 5 19 0 -77 6 19 0 -77 0 26 0.172378 -77 1 63 2 -77 2 63 4 -77 3 63 2 -77 4 63 4 -77 5 63 3 -77 6 63 3 -77 1 64 6 -77 2 64 22 -77 3 64 12 -77 4 64 11 -77 5 64 9 -77 6 64 10 -78 1 0 55 -78 2 0 114 -78 3 0 81 -78 4 0 100 -78 5 0 89 -78 6 0 61 -78 1 1 24 -78 2 1 98 -78 3 1 67 -78 4 1 93 -78 5 1 86 -78 6 1 55 -78 1 2 31.018 -78 2 2 112.461 -78 3 2 81 -78 4 2 100 -78 5 2 89 -78 6 2 61 -78 1 3 20 -78 2 3 90 -78 3 3 65 -78 4 3 90 -78 5 3 82 -78 6 3 54 -78 1 6 47 -78 2 6 183 -78 3 6 173 -78 4 6 275 -78 5 6 254 -78 6 6 151 -78 0 7 0.214566 -78 1 8 36 -78 2 8 159 -78 3 8 156 -78 4 8 254 -78 5 8 224 -78 6 8 132 -78 1 11 9 -78 2 11 8 -78 3 11 9 -78 4 11 8 -78 5 11 7 -78 6 11 9 +77 7 13 0 +77 8 13 0 +77 9 13 0 +77 10 13 0 +77 11 13 0 +77 12 13 0 +77 13 13 0 +77 14 13 0 +77 15 13 0 +77 16 13 0 +77 17 13 0 +77 18 13 0 +77 19 13 0 +77 20 13 0 +77 21 13 0 +77 22 13 0 +77 23 13 0 +77 24 13 0 +77 25 13 0 +77 26 13 0 +77 27 13 0 +77 28 13 0 +77 29 13 0 +77 30 13 0 +77 1 14 1 +77 2 14 1 +77 3 14 1 +77 4 14 1 +77 5 14 0 +77 6 14 2 +77 7 14 1 +77 8 14 0 +77 9 14 0 +77 10 14 0 +77 11 14 0 +77 12 14 0 +77 13 14 0 +77 14 14 1 +77 15 14 0 +77 16 14 1 +77 17 14 0 +77 18 14 0 +77 19 14 0 +77 20 14 0 +77 21 14 0 +77 22 14 0 +77 23 14 0 +77 24 14 0 +77 25 14 0 +77 26 14 0 +77 27 14 0 +77 28 14 0 +77 29 14 0 +77 30 14 0 +77 1 64 0 +77 2 64 0 +77 3 64 0 +77 4 64 0 +77 5 64 0 +77 6 64 0 +77 7 64 0 +77 8 64 0 +77 9 64 0 +77 10 64 0 +77 11 64 0 +77 12 64 0 +77 13 64 0 +77 14 64 0 +77 15 64 0 +77 16 64 0 +77 17 64 0 +77 18 64 0 +77 19 64 0 +77 20 64 0 +77 21 64 0 +77 22 64 0 +77 23 64 0 +77 24 64 0 +77 25 64 0 +77 26 64 0 +77 27 64 0 +77 28 64 0 +77 29 64 0 +77 30 64 0 +78 1 0 4 +78 2 0 3 +78 3 0 1 +78 4 0 2 +78 5 0 4 +78 6 0 1 +78 7 0 9 +78 8 0 5 +78 9 0 4 +78 10 0 5 +78 11 0 6 +78 12 0 7 +78 13 0 3 +78 14 0 3 +78 15 0 10 +78 16 0 11 +78 17 0 9 +78 18 0 10 +78 19 0 10 +78 20 0 15 +78 21 0 14 +78 22 0 18 +78 23 0 12 +78 24 0 4 +78 25 0 10 +78 26 0 7 +78 27 0 4 +78 28 0 3 +78 29 0 3 +78 30 0 3 +78 1 11 0 +78 2 11 0 +78 3 11 0 +78 4 11 0 +78 5 11 0 +78 6 11 1 +78 7 11 2 +78 8 11 1 +78 9 11 1 +78 10 11 0 +78 11 11 0 +78 12 11 0 +78 13 11 0 +78 14 11 0 +78 15 11 0 +78 16 11 0 +78 17 11 0 +78 18 11 0 +78 19 11 0 +78 20 11 0 +78 21 11 0 +78 22 11 0 +78 23 11 0 +78 24 11 0 +78 25 11 0 +78 26 11 0 +78 27 11 0 +78 28 11 0 +78 29 11 0 +78 30 11 0 78 1 12 0 78 2 12 0 78 3 12 0 78 4 12 0 78 5 12 0 -78 6 12 1 -78 1 13 5 -78 2 13 15 -78 3 13 3 -78 4 13 1 -78 5 13 1 -78 6 13 1 -78 1 14 46 -78 2 14 87 -78 3 14 37 -78 4 14 32 -78 5 14 10 -78 6 14 5 -78 1 15 6 -78 2 15 16 -78 3 15 2 -78 4 15 1 -78 5 15 1 -78 6 15 1 -78 1 18 0 -78 2 18 0 -78 3 18 0 -78 4 18 0 -78 5 18 0 -78 6 18 0 -78 1 19 6 -78 2 19 16 -78 3 19 2 -78 4 19 1 -78 5 19 1 -78 6 19 1 -78 0 26 0.172378 -78 1 63 6 -78 2 63 3 -78 3 63 6 -78 4 63 7 -78 5 63 4 -78 6 63 6 -78 1 64 17 -78 2 64 18 -78 3 64 13 -78 4 64 10 -78 5 64 8 -78 6 64 10 -79 1 0 65 -79 2 0 109 -79 3 0 77 -79 4 0 99 -79 5 0 88 -79 6 0 62 -79 1 1 28 -79 2 1 72 -79 3 1 62 -79 4 1 83 -79 5 1 82 -79 6 1 56 -79 1 2 37.3136 -79 2 2 107.98 -79 3 2 77 -79 4 2 99 -79 5 2 88 -79 6 2 62 -79 1 3 24 -79 2 3 70 -79 3 3 60 -79 4 3 76 -79 5 3 78 -79 6 3 54 -79 1 6 38 -79 2 6 129 -79 3 6 131 -79 4 6 214 -79 5 6 220 -79 6 6 149 -79 0 7 0.197869 -79 1 8 31 -79 2 8 119 -79 3 8 121 -79 4 8 184 -79 5 8 193 -79 6 8 132 -79 1 11 8 -79 2 11 19 -79 3 11 8 -79 4 11 10 -79 5 11 8 -79 6 11 2 +78 6 12 0 +78 7 12 0 +78 8 12 0 +78 9 12 0 +78 10 12 0 +78 11 12 0 +78 12 12 0 +78 13 12 0 +78 14 12 0 +78 15 12 0 +78 16 12 0 +78 17 12 0 +78 18 12 0 +78 19 12 0 +78 20 12 0 +78 21 12 0 +78 22 12 0 +78 23 12 0 +78 24 12 0 +78 25 12 0 +78 26 12 0 +78 27 12 0 +78 28 12 0 +78 29 12 0 +78 30 12 0 +78 1 13 0 +78 2 13 0 +78 3 13 0 +78 4 13 0 +78 5 13 0 +78 6 13 0 +78 7 13 0 +78 8 13 0 +78 9 13 0 +78 10 13 0 +78 11 13 0 +78 12 13 0 +78 13 13 0 +78 14 13 0 +78 15 13 0 +78 16 13 0 +78 17 13 0 +78 18 13 0 +78 19 13 0 +78 20 13 0 +78 21 13 0 +78 22 13 0 +78 23 13 0 +78 24 13 0 +78 25 13 0 +78 26 13 0 +78 27 13 0 +78 28 13 0 +78 29 13 0 +78 30 13 0 +78 1 14 0 +78 2 14 0 +78 3 14 0 +78 4 14 0 +78 5 14 2 +78 6 14 2 +78 7 14 3 +78 8 14 2 +78 9 14 1 +78 10 14 1 +78 11 14 1 +78 12 14 0 +78 13 14 0 +78 14 14 0 +78 15 14 0 +78 16 14 0 +78 17 14 0 +78 18 14 0 +78 19 14 0 +78 20 14 0 +78 21 14 0 +78 22 14 0 +78 23 14 0 +78 24 14 0 +78 25 14 0 +78 26 14 0 +78 27 14 0 +78 28 14 0 +78 29 14 0 +78 30 14 0 +78 1 64 0 +78 2 64 0 +78 3 64 0 +78 4 64 0 +78 5 64 0 +78 6 64 0 +78 7 64 0 +78 8 64 0 +78 9 64 0 +78 10 64 0 +78 11 64 0 +78 12 64 0 +78 13 64 0 +78 14 64 0 +78 15 64 0 +78 16 64 0 +78 17 64 0 +78 18 64 0 +78 19 64 0 +78 20 64 0 +78 21 64 0 +78 22 64 0 +78 23 64 0 +78 24 64 0 +78 25 64 0 +78 26 64 0 +78 27 64 0 +78 28 64 0 +78 29 64 0 +78 30 64 0 +79 1 0 4 +79 2 0 2 +79 3 0 2 +79 4 0 1 +79 5 0 5 +79 6 0 1 +79 7 0 7 +79 8 0 6 +79 9 0 6 +79 10 0 5 +79 11 0 4 +79 12 0 7 +79 13 0 5 +79 14 0 1 +79 15 0 12 +79 16 0 11 +79 17 0 8 +79 18 0 9 +79 19 0 10 +79 20 0 17 +79 21 0 14 +79 22 0 16 +79 23 0 14 +79 24 0 4 +79 25 0 9 +79 26 0 7 +79 27 0 4 +79 28 0 3 +79 29 0 3 +79 30 0 3 +79 1 11 0 +79 2 11 0 +79 3 11 0 +79 4 11 0 +79 5 11 1 +79 6 11 0 +79 7 11 2 +79 8 11 0 +79 9 11 1 +79 10 11 0 +79 11 11 0 +79 12 11 0 +79 13 11 0 +79 14 11 0 +79 15 11 0 +79 16 11 1 +79 17 11 0 +79 18 11 0 +79 19 11 0 +79 20 11 0 +79 21 11 0 +79 22 11 0 +79 23 11 0 +79 24 11 0 +79 25 11 0 +79 26 11 0 +79 27 11 0 +79 28 11 0 +79 29 11 0 +79 30 11 0 79 1 12 0 79 2 12 0 79 3 12 0 79 4 12 0 -79 5 12 1 +79 5 12 0 79 6 12 0 -79 1 13 5 -79 2 13 10 -79 3 13 3 -79 4 13 4 -79 5 13 1 +79 7 12 0 +79 8 12 0 +79 9 12 0 +79 10 12 0 +79 11 12 0 +79 12 12 0 +79 13 12 0 +79 14 12 0 +79 15 12 0 +79 16 12 0 +79 17 12 0 +79 18 12 0 +79 19 12 0 +79 20 12 0 +79 21 12 0 +79 22 12 0 +79 23 12 0 +79 24 12 0 +79 25 12 0 +79 26 12 0 +79 27 12 0 +79 28 12 0 +79 29 12 0 +79 30 12 0 +79 1 13 0 +79 2 13 0 +79 3 13 0 +79 4 13 0 +79 5 13 0 79 6 13 0 -79 1 14 35 -79 2 14 39 -79 3 14 22 -79 4 14 17 -79 5 14 10 -79 6 14 4 -79 1 15 4 -79 2 15 9 -79 3 15 3 -79 4 15 5 -79 5 15 1 -79 6 15 0 -79 1 18 0 -79 2 18 0 -79 3 18 0 -79 4 18 0 -79 5 18 0 -79 6 18 0 -79 1 19 4 -79 2 19 9 -79 3 19 3 -79 4 19 5 -79 5 19 1 -79 6 19 0 -79 0 26 0.172378 -79 1 63 6 -79 2 63 12 -79 3 63 6 -79 4 63 7 -79 5 63 6 -79 6 63 2 -79 1 64 19 -79 2 64 21 -79 3 64 11 -79 4 64 14 -79 5 64 11 -79 6 64 3 -80 1 0 63 -80 2 0 106 -80 3 0 83 -80 4 0 97 -80 5 0 89 -80 6 0 62 -80 1 1 15 -80 2 1 39 -80 3 1 42 -80 4 1 66 -80 5 1 68 -80 6 1 46 -80 1 2 35.9296 -80 2 2 104.796 -80 3 2 83 -80 4 2 97 -80 5 2 89 -80 6 2 62 -80 1 3 15 -80 2 3 33 -80 3 3 38 -80 4 3 63 -80 5 3 65 -80 6 3 41 -80 1 6 18 -80 2 6 44 -80 3 6 69 -80 4 6 104 -80 5 6 124 -80 6 6 77 -80 0 7 0.149369 -80 1 8 18 -80 2 8 36 -80 3 8 57 -80 4 8 95 -80 5 8 114 -80 6 8 67 -80 1 11 6 -80 2 11 10 -80 3 11 5 -80 4 11 9 -80 5 11 18 -80 6 11 5 +79 7 13 0 +79 8 13 0 +79 9 13 0 +79 10 13 0 +79 11 13 0 +79 12 13 0 +79 13 13 0 +79 14 13 0 +79 15 13 0 +79 16 13 0 +79 17 13 0 +79 18 13 0 +79 19 13 0 +79 20 13 0 +79 21 13 0 +79 22 13 0 +79 23 13 0 +79 24 13 0 +79 25 13 0 +79 26 13 0 +79 27 13 0 +79 28 13 0 +79 29 13 0 +79 30 13 0 +79 1 14 0 +79 2 14 0 +79 3 14 0 +79 4 14 0 +79 5 14 3 +79 6 14 0 +79 7 14 2 +79 8 14 2 +79 9 14 3 +79 10 14 0 +79 11 14 0 +79 12 14 0 +79 13 14 1 +79 14 14 0 +79 15 14 0 +79 16 14 1 +79 17 14 1 +79 18 14 0 +79 19 14 0 +79 20 14 0 +79 21 14 0 +79 22 14 0 +79 23 14 0 +79 24 14 0 +79 25 14 0 +79 26 14 0 +79 27 14 0 +79 28 14 0 +79 29 14 0 +79 30 14 0 +79 1 64 0 +79 2 64 0 +79 3 64 0 +79 4 64 0 +79 5 64 0 +79 6 64 0 +79 7 64 0 +79 8 64 0 +79 9 64 0 +79 10 64 0 +79 11 64 0 +79 12 64 0 +79 13 64 0 +79 14 64 0 +79 15 64 0 +79 16 64 0 +79 17 64 0 +79 18 64 0 +79 19 64 0 +79 20 64 0 +79 21 64 0 +79 22 64 0 +79 23 64 0 +79 24 64 0 +79 25 64 0 +79 26 64 0 +79 27 64 0 +79 28 64 0 +79 29 64 0 +79 30 64 0 +80 1 0 5 +80 2 0 3 +80 3 0 2 +80 4 0 1 +80 5 0 3 +80 6 0 4 +80 7 0 3 +80 8 0 7 +80 9 0 5 +80 10 0 4 +80 11 0 7 +80 12 0 6 +80 13 0 5 +80 14 0 2 +80 15 0 11 +80 16 0 8 +80 17 0 11 +80 18 0 9 +80 19 0 10 +80 20 0 17 +80 21 0 13 +80 22 0 17 +80 23 0 14 +80 24 0 4 +80 25 0 9 +80 26 0 7 +80 27 0 4 +80 28 0 3 +80 29 0 3 +80 30 0 3 +80 1 11 0 +80 2 11 0 +80 3 11 0 +80 4 11 0 +80 5 11 0 +80 6 11 0 +80 7 11 2 +80 8 11 0 +80 9 11 0 +80 10 11 0 +80 11 11 0 +80 12 11 0 +80 13 11 0 +80 14 11 0 +80 15 11 1 +80 16 11 0 +80 17 11 0 +80 18 11 0 +80 19 11 0 +80 20 11 0 +80 21 11 0 +80 22 11 0 +80 23 11 0 +80 24 11 0 +80 25 11 0 +80 26 11 0 +80 27 11 0 +80 28 11 0 +80 29 11 0 +80 30 11 0 80 1 12 0 80 2 12 0 80 3 12 0 80 4 12 0 -80 5 12 1 +80 5 12 0 80 6 12 0 +80 7 12 0 +80 8 12 0 +80 9 12 0 +80 10 12 0 +80 11 12 0 +80 12 12 0 +80 13 12 0 +80 14 12 0 +80 15 12 0 +80 16 12 0 +80 17 12 0 +80 18 12 0 +80 19 12 0 +80 20 12 0 +80 21 12 0 +80 22 12 0 +80 23 12 0 +80 24 12 0 +80 25 12 0 +80 26 12 0 +80 27 12 0 +80 28 12 0 +80 29 12 0 +80 30 12 0 80 1 13 0 -80 2 13 2 +80 2 13 0 80 3 13 0 -80 4 13 2 +80 4 13 0 80 5 13 0 80 6 13 0 -80 1 14 7 -80 2 14 12 -80 3 14 5 -80 4 14 5 -80 5 14 5 -80 6 14 0 -80 1 15 0 -80 2 15 2 -80 3 15 1 -80 4 15 1 -80 5 15 0 -80 6 15 0 -80 1 18 0 -80 2 18 0 -80 3 18 0 -80 4 18 0 -80 5 18 0 -80 6 18 0 -80 1 19 0 -80 2 19 2 -80 3 19 1 -80 4 19 1 -80 5 19 0 -80 6 19 0 -80 0 26 0.172378 -80 1 63 5 -80 2 63 4 -80 3 63 4 -80 4 63 8 -80 5 63 10 -80 6 63 4 -80 1 64 17 -80 2 64 25 -80 3 64 10 -80 4 64 11 -80 5 64 20 -80 6 64 6 -81 1 0 57 -81 2 0 110 -81 3 0 85 -81 4 0 96 -81 5 0 90 -81 6 0 62 -81 1 1 9 -81 2 1 45 -81 3 1 47 -81 4 1 58 -81 5 1 65 -81 6 1 38 -81 1 2 31.5555 -81 2 2 108.525 -81 3 2 85 -81 4 2 96 -81 5 2 90 -81 6 2 62 -81 1 3 7 -81 2 3 41 -81 3 3 44 -81 4 3 56 -81 5 3 59 -81 6 3 36 -81 1 6 12 -81 2 6 59 -81 3 6 72 -81 4 6 91 -81 5 6 106 -81 6 6 62 -81 0 7 0.138513 -81 1 8 10 -81 2 8 54 -81 3 8 59 -81 4 8 86 -81 5 8 95 -81 6 8 56 -81 1 11 1 -81 2 11 5 -81 3 11 4 -81 4 11 5 -81 5 11 5 -81 6 11 3 +80 7 13 0 +80 8 13 0 +80 9 13 0 +80 10 13 0 +80 11 13 0 +80 12 13 0 +80 13 13 0 +80 14 13 0 +80 15 13 0 +80 16 13 0 +80 17 13 0 +80 18 13 0 +80 19 13 0 +80 20 13 0 +80 21 13 0 +80 22 13 0 +80 23 13 0 +80 24 13 0 +80 25 13 0 +80 26 13 0 +80 27 13 0 +80 28 13 0 +80 29 13 0 +80 30 13 0 +80 1 14 0 +80 2 14 0 +80 3 14 0 +80 4 14 0 +80 5 14 0 +80 6 14 1 +80 7 14 2 +80 8 14 0 +80 9 14 0 +80 10 14 0 +80 11 14 0 +80 12 14 0 +80 13 14 0 +80 14 14 0 +80 15 14 1 +80 16 14 0 +80 17 14 0 +80 18 14 0 +80 19 14 0 +80 20 14 0 +80 21 14 0 +80 22 14 0 +80 23 14 0 +80 24 14 0 +80 25 14 0 +80 26 14 0 +80 27 14 0 +80 28 14 0 +80 29 14 0 +80 30 14 0 +80 1 64 0 +80 2 64 0 +80 3 64 0 +80 4 64 0 +80 5 64 0 +80 6 64 0 +80 7 64 0 +80 8 64 0 +80 9 64 0 +80 10 64 0 +80 11 64 0 +80 12 64 0 +80 13 64 0 +80 14 64 0 +80 15 64 0 +80 16 64 0 +80 17 64 0 +80 18 64 0 +80 19 64 0 +80 20 64 0 +80 21 64 0 +80 22 64 0 +80 23 64 0 +80 24 64 0 +80 25 64 0 +80 26 64 0 +80 27 64 0 +80 28 64 0 +80 29 64 0 +80 30 64 0 +81 1 0 4 +81 2 0 2 +81 3 0 4 +81 4 0 2 +81 5 0 2 +81 6 0 5 +81 7 0 3 +81 8 0 7 +81 9 0 4 +81 10 0 5 +81 11 0 5 +81 12 0 8 +81 13 0 6 +81 14 0 1 +81 15 0 10 +81 16 0 7 +81 17 0 11 +81 18 0 11 +81 19 0 6 +81 20 0 21 +81 21 0 11 +81 22 0 16 +81 23 0 17 +81 24 0 4 +81 25 0 9 +81 26 0 7 +81 27 0 3 +81 28 0 3 +81 29 0 2 +81 30 0 4 +81 1 11 0 +81 2 11 0 +81 3 11 0 +81 4 11 0 +81 5 11 0 +81 6 11 0 +81 7 11 0 +81 8 11 1 +81 9 11 0 +81 10 11 1 +81 11 11 1 +81 12 11 1 +81 13 11 0 +81 14 11 0 +81 15 11 0 +81 16 11 0 +81 17 11 0 +81 18 11 0 +81 19 11 0 +81 20 11 0 +81 21 11 0 +81 22 11 0 +81 23 11 0 +81 24 11 0 +81 25 11 0 +81 26 11 0 +81 27 11 0 +81 28 11 0 +81 29 11 0 +81 30 11 0 81 1 12 0 81 2 12 0 81 3 12 0 81 4 12 0 81 5 12 0 81 6 12 0 -81 1 13 3 -81 2 13 3 -81 3 13 1 +81 7 12 0 +81 8 12 0 +81 9 12 0 +81 10 12 0 +81 11 12 0 +81 12 12 0 +81 13 12 0 +81 14 12 0 +81 15 12 0 +81 16 12 0 +81 17 12 0 +81 18 12 0 +81 19 12 0 +81 20 12 0 +81 21 12 0 +81 22 12 0 +81 23 12 0 +81 24 12 0 +81 25 12 0 +81 26 12 0 +81 27 12 0 +81 28 12 0 +81 29 12 0 +81 30 12 0 +81 1 13 0 +81 2 13 0 +81 3 13 0 81 4 13 0 81 5 13 0 81 6 13 0 -81 1 14 12 -81 2 14 17 -81 3 14 13 -81 4 14 4 -81 5 14 5 -81 6 14 5 -81 1 15 3 -81 2 15 3 -81 3 15 0 -81 4 15 0 -81 5 15 0 -81 6 15 0 -81 1 18 0 -81 2 18 0 -81 3 18 0 -81 4 18 0 -81 5 18 0 -81 6 18 0 -81 1 19 3 -81 2 19 3 -81 3 19 0 -81 4 19 0 -81 5 19 0 -81 6 19 0 -81 0 26 0.171823 -81 1 63 0 -81 2 63 3 -81 3 63 2 -81 4 63 4 -81 5 63 4 -81 6 63 1 -81 1 64 8 -81 2 64 23 -81 3 64 10 -81 4 64 15 -81 5 64 11 -81 6 64 7 +81 7 13 0 +81 8 13 0 +81 9 13 0 +81 10 13 0 +81 11 13 0 +81 12 13 0 +81 13 13 0 +81 14 13 0 +81 15 13 0 +81 16 13 0 +81 17 13 0 +81 18 13 0 +81 19 13 0 +81 20 13 0 +81 21 13 0 +81 22 13 0 +81 23 13 0 +81 24 13 0 +81 25 13 0 +81 26 13 0 +81 27 13 0 +81 28 13 0 +81 29 13 0 +81 30 13 0 +81 1 14 1 +81 2 14 3 +81 3 14 0 +81 4 14 0 +81 5 14 0 +81 6 14 2 +81 7 14 0 +81 8 14 2 +81 9 14 3 +81 10 14 2 +81 11 14 1 +81 12 14 2 +81 13 14 1 +81 14 14 0 +81 15 14 1 +81 16 14 0 +81 17 14 0 +81 18 14 0 +81 19 14 0 +81 20 14 0 +81 21 14 0 +81 22 14 0 +81 23 14 0 +81 24 14 0 +81 25 14 0 +81 26 14 0 +81 27 14 0 +81 28 14 0 +81 29 14 0 +81 30 14 0 +81 1 64 0 +81 2 64 0 +81 3 64 0 +81 4 64 0 +81 5 64 0 +81 6 64 0 +81 7 64 0 +81 8 64 0 +81 9 64 0 +81 10 64 0 +81 11 64 0 +81 12 64 0 +81 13 64 0 +81 14 64 0 +81 15 64 0 +81 16 64 0 +81 17 64 0 +81 18 64 0 +81 19 64 0 +81 20 64 0 +81 21 64 0 +81 22 64 0 +81 23 64 0 +81 24 64 0 +81 25 64 0 +81 26 64 0 +81 27 64 0 +81 28 64 0 +81 29 64 0 +81 30 64 0 diff --git a/test/scenarioVivax.xml b/test/scenarioVivax.xml index 61c8d3c7..0ef2e140 100644 --- a/test/scenarioVivax.xml +++ b/test/scenarioVivax.xml @@ -1,698 +1,562 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1351-1-6 - 1351-4-6 - 1351-7-5 - 1351-10-3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0.011646449 - 0.012176484 - 0.010093589 - 0.012176484 - 0.012399958 - 0.00417152 - 0.032564215 - 0.022553714 - 0.109582625 - 0.03679304 - 0.019256035 - 0.021840315 - 0.12177057 - 0.062335003 - 0.08145638 - 0.02654187 - 0.18463561 - 0.12458692 - 0.15459837 - 0.091613 - 0.29196343 - 0.17139332 - 0.17837547 - 0.17242761 - 0.09780438 - 0.15611112 - 0.24088523 - 0.13097599 - 0.24442644 - 0.20882814 - 0.32493162 - 0.16841653 - 0.19186127 - 0.21454392 - 0.18540058 - 0.26535854 - 0.19882336 - 0.3791184 - 0.3377986 - 0.3828573 - 0.37944216 - 0.36320302 - 0.3490869 - 0.56899995 - 0.25438538 - 0.3142507 - 0.44112965 - 0.32541868 - 0.69834 - 0.4899244 - 0.35683113 - 0.3121363 - 0.26744142 - 0.3126749 - 0.21521434 - 0.3667958 - 0.4191633 - 0.18140669 - 0.2747903 - 0.2058499 - 0.1433344 - 0.1390053 - 0.094167195 - 0.07993647 - 0.038923204 - 0.051262997 - 0.040923014 - 0.037337396 - 0.036820255 - 0.02212682 - 0.024907356 - 0.029843846 - 0.025112208 - 0.018432332 - 0.023211243 - 0.024670988 - 0.029928366 - 0.03922547 - 0.04500285 - 0.04982474 - 0.042215154 - 0.041410074 - 0.036191374 - 0.03292521 - 0.03233501 - 0.026036188 - 0.016353734 - 0.04388118 - 0.02623674 - 0.027153559 - 0.018122906 - 0.031979743 - 0.045998458 - 0.031938203 - 0.047396604 - 0.04554005 - 0.049647108 - 0.030711958 - 0.037540816 - 0.044699155 - 0.07712299 - 0.041427262 - 0.032465372 - 0.046409596 - 0.036858935 - 0.08993408 - 0.06211869 - 0.058447123 - 0.042765245 - 0.054427452 - 0.07138284 - 0.08039774 - 0.0594327 - 0.05522537 - 0.032177433 - 0.03763966 - 0.07012222 - 0.06978414 - 0.10657288 - 0.067280084 - 0.0648362 - 0.05537435 - 0.047952425 - 0.049419336 - 0.045265004 - 0.040958825 - 0.057014596 - 0.03499808 - 0.04717886 - 0.05518669 - 0.04024543 - 0.025335683 - 0.029351056 - 0.026296908 - 0.022079546 - 0.041281145 - 0.11026307 - 0.062466796 - 0.05943127 - 0.056480262 - 0.04188424 - 0.076269194 - 0.062529825 - 0.04762151 - 0.07641102 - 0.07051903 - 0.067500696 - 0.046847947 - 0.063968085 - 0.08584851 - 0.06953345 - 0.0721206 - 0.051470716 - 0.039705366 - 0.034995213 - 0.026332721 - 0.020061115 - 0.023596594 - 0.022207042 - 0.0146031855 - 0.021980703 - 0.021591054 - 0.018779004 - 0.028917 - 0.023653895 - 0.029028738 - 0.026398618 - 0.024789888 - 0.02412806 - 0.024848623 - 0.02335163 - 0.02008117 - 0.018121473 - 0.026362805 - 0.01748543 - 0.020320402 - 0.019141432 - 0.029756462 - 0.029429846 - 0.018151557 - 0.015742045 - 0.021999326 - 0.023473395 - 0.019013938 - 0.017526975 - 0.027064743 - 0.02552191 - 0.018582746 - 0.018049847 - 0.017498324 - 0.015657526 - 0.015595927 - 0.012024636 - 0.012142103 - 0.0064076954 - 0.013071814 - 0.0149111785 - 0.009530606 - 0.007446278 - 0.019781772 - 0.009378757 - 0.00834304 - 0.0073058903 - 0.0073717865 - 0.0056369957 - 0.0046743373 - 0.005675674 - 0.01578502 - 0.0063460968 - 0.005303217 - 0.0079978015 - 0.0035727236 - 0.0047832094 - 0.008874508 - 0.011265396 - 0.013190714 - 0.0066440627 - 0.004841943 - 0.008280009 - 0.005114123 - 0.008956162 - 0.009964662 - 0.009698211 - 0.010978891 - 0.00782733 - 0.009812813 - 0.0069047827 - 0.0039967517 - 0.0052946215 - 0.0065924916 - 0.007890361 - 0.009185366 - 0.010483236 - 0.011781107 - 0.0096007995 - 0.024100844 - 0.009689616 - 0.018307703 - 0.008214112 - 0.0063375016 - 0.005778816 - 0.005887688 - 0.00599656 - 0.0061054323 - 0.005922069 - 0.016250592 - 0.009122335 - 0.011007542 - 0.012892747 - 0.012689329 - 0.0071540424 - 0.00676153 - 0.009755513 - 0.023063693 - 0.015663255 - 0.0074634682 - 0.009534903 - 0.0065495158 - 0.015757803 - 0.007878901 - 0.010526212 - 0.01070098 - 0.008446182 - 0.001194728 - 0.005664214 - 0.006919108 - 0.008174002 - 0.015299394 - 0.008417532 - 0.013927032 - 0.0109617 - 0.0084003415 - 0.0012806796 - 0.012918533 - 0.008552189 - 0.0052688364 - 0.009325754 - 0.009758377 - 0.008274279 - 0.0067987754 - 0.008196922 - 0.002186037 - 0.001773469 - 0.0013580361 - 6.073917E-4 - 0.0018680159 - 0.0023779958 - 0.0036128343 - 0.0035154226 - 0.0035641284 - 0.0030140379 - 0.0014726383 - 0.0 - 0.0014726383 - 4.8992445E-4 - 0.0 - 0.0023694006 - 0.0017448185 - 0.002392321 - 0.0030426884 - 0.0036901908 - 0.004337693 - 0.0049851956 - 0.0056355633 - 0.006283066 - 0.016909555 - 0.005798871 - 0.0045468425 - 0.002137331 - 0.0026387158 - 0.0013666312 - 0.0012720844 - 0.0010686655 - 0.00417152 - 0.005394899 - 0.0049221646 - 0.0011059112 - 0.0024267016 - 0.002650176 - 0.0117324 - 0.005329002 - 0.016726192 - 0.014170562 - 0.040039144 - 0.020029599 - 0.020791704 - 0.020510929 - 0.023834392 - 0.020009544 - 0.02158246 - 0.03534905 - 0.0016932475 - 0.041070566 - 0.08855312 - 0.067108184 - 0.10968863 - 0.049932178 - 0.06417723 - 0.052754257 - 0.07044311 - 0.036423445 - 0.02869066 - 0.019367771 - 0.045640327 - 0.02805462 - 0.038941827 - 0.025974588 - 0.017794857 - 0.06690763 - 0.029624669 - 0.03307706 - 0.01947378 - 0.03999044 - 0.024923114 - 0.013712154 - 0.005033902 - 0.012981565 - 0.015700502 - 0.0040827035 - 0.0046156035 - 0.0013637661 - 0.0032489724 - 0.006391938 - 0.0053461925 - 0.0042975824 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1351-1-6 + 1351-4-6 + 1351-7-5 + 1351-10-3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0568633 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0391189 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0264658 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0211302 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0190838 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + 0.0346269 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A2j + + + + + + + + + + + + + + +