[r-cran-zelig] 01/102: Import Upstream version 2.0-11

Andreas Tille tille at debian.org
Sun Jan 8 16:58:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-zelig.

commit 0bb09379dfa65207b4dc7818ad851c5d80b2b8c8
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jan 8 09:38:56 2017 +0100

    Import Upstream version 2.0-11
---
 COPYING                         |  278 ++++
 DESCRIPTION                     |   25 +
 INDEX                           |    9 +
 LICENSE                         |   27 +
 NAMESPACE                       |   76 +
 R/MIsimulation.R                |   34 +
 R/beta.regression.R             |   22 +
 R/bootfn.default.R              |   13 +
 R/cmvglm.R                      |   45 +
 R/coef.BetaReg.R                |    2 +
 R/define.data.R                 |   34 +
 R/define.par.R                  |   20 +
 R/gsource.R                     |   15 +
 R/help.zelig.R                  |   65 +
 R/load.first.R                  |   10 +
 R/misc.vglm.R                   |   36 +
 R/model.end.R                   |   24 +
 R/names.relogit.R               |    6 +
 R/names.summary.vglm.R          |    5 +
 R/names.summary.zelig.R         |   11 +
 R/names.summary.zelig.relogit.R |   11 +
 R/names.vglm.R                  |    2 +
 R/names.zelig.R                 |   11 +
 R/names.zelig.relogit.R         |   11 +
 R/param.R                       |    2 +
 R/param.default.R               |    7 +
 R/param.glm.R                   |   44 +
 R/param.lm.R                    |   16 +
 R/param.multinom.R              |   12 +
 R/param.polr.R                  |   14 +
 R/param.relogit.R               |  140 ++
 R/param.survreg.R               |   19 +
 R/param.vglm.R                  |    7 +
 R/parse.par.R                   |   17 +
 R/plot.ci.R                     |   82 +
 R/plot.zelig.R                  |   11 +
 R/plot.zelig.blogit.R           |   36 +
 R/plot.zelig.bprobit.R          |   36 +
 R/plot.zelig.exp.R              |   12 +
 R/plot.zelig.gamma.R            |   12 +
 R/plot.zelig.logit.R            |   20 +
 R/plot.zelig.lognorm.R          |   12 +
 R/plot.zelig.ls.R               |   12 +
 R/plot.zelig.mlogit.R           |   49 +
 R/plot.zelig.negbin.R           |   13 +
 R/plot.zelig.normal.R           |   12 +
 R/plot.zelig.ologit.R           |   49 +
 R/plot.zelig.oprobit.R          |   49 +
 R/plot.zelig.poisson.R          |   16 +
 R/plot.zelig.probit.R           |   20 +
 R/plot.zelig.relogit.R          |   42 +
 R/plot.zelig.weibull.R          |   12 +
 R/print.BetaReg.R               |   18 +
 R/print.names.relogit.R         |   10 +
 R/print.names.zelig.R           |    3 +
 R/print.relogit.R               |   26 +
 R/print.setx.R                  |    7 +
 R/print.summary.MI.R            |   28 +
 R/print.summary.strata.R        |   16 +
 R/print.summary.zelig.R         |   68 +
 R/print.summary.zelig.strata.R  |   14 +
 R/print.zelig.R                 |   12 +
 R/qi.BetaReg.R                  |   29 +
 R/qi.R                          |    2 +
 R/qi.glm.R                      |   74 +
 R/qi.lm.R                       |   24 +
 R/qi.multinom.R                 |   35 +
 R/qi.polr.R                     |   77 +
 R/qi.relogit.R                  |   79 +
 R/qi.survreg.R                  |   92 ++
 R/qi.vglm.R                     |  228 +++
 R/relogit.R                     |   47 +
 R/repl.R                        |    2 +
 R/repl.default.R                |    5 +
 R/repl.zelig.R                  |   20 +
 R/rocplot.R                     |   38 +
 R/setx.MI.R                     |   31 +
 R/setx.R                        |    3 +
 R/setx.default.R                |  176 +++
 R/setx.noX.R                    |   24 +
 R/setx.strata.R                 |   47 +
 R/sim.R                         |    2 +
 R/sim.cond.R                    |   74 +
 R/sim.counter.R                 |   21 +
 R/sim.default.R                 |   57 +
 R/sim.setx.MI.R                 |   71 +
 R/sim.setx.strata.R             |   40 +
 R/summarize.R                   |    2 +
 R/summarize.array.R             |   31 +
 R/summarize.default.R           |   32 +
 R/summarize.matrix.R            |   20 +
 R/summary.BetaReg.R             |   10 +
 R/summary.MI.R                  |   62 +
 R/summary.relogit.R             |   41 +
 R/summary.setx.R                |    8 +
 R/summary.setx.cond.R           |    8 +
 R/summary.strata.R              |   27 +
 R/summary.zelig.R               |   62 +
 R/summary.zelig.strata.R        |   86 ++
 R/terms.vglm.R                  |    2 +
 R/ternarypoints.R               |   10 +
 R/user.prompt.R                 |    2 +
 R/vcov.BetaReg.R                |    2 +
 R/vcov.lm.R                     |    4 +
 R/vcov.relogit.R                |   22 +
 R/vcov.survreg.R                |    1 +
 R/zelig.R                       |   68 +
 R/zelig2beta.R                  |    6 +
 R/zelig2blogit.R                |   18 +
 R/zelig2bprobit.R               |   17 +
 R/zelig2exp.R                   |    8 +
 R/zelig2gamma.R                 |    7 +
 R/zelig2logit.R                 |    7 +
 R/zelig2lognorm.R               |    8 +
 R/zelig2ls.R                    |    6 +
 R/zelig2mlogit.R                |   23 +
 R/zelig2mloglm.R                |    7 +
 R/zelig2negbin.R                |    6 +
 R/zelig2normal.R                |    7 +
 R/zelig2ologit.R                |    7 +
 R/zelig2oprobit.R               |   27 +
 R/zelig2poisson.R               |    7 +
 R/zelig2probit.R                |    8 +
 R/zelig2relogit.R               |    8 +
 R/zelig2weibull.R               |    8 +
 README                          |   68 +
 data/MatchIt.url.tab            |    7 +
 data/Zelig.url.tab              |   36 +
 data/coalition.tab              |  315 ++++
 data/immi1.tab                  | 2486 +++++++++++++++++++++++++++++++
 data/immi2.tab                  | 2486 +++++++++++++++++++++++++++++++
 data/immi3.tab                  | 2486 +++++++++++++++++++++++++++++++
 data/immi4.tab                  | 2486 +++++++++++++++++++++++++++++++
 data/immi5.tab                  | 2486 +++++++++++++++++++++++++++++++
 data/immigration.tab            | 2486 +++++++++++++++++++++++++++++++
 data/macro.tab                  |  351 +++++
 data/mexico.tab                 | 1360 +++++++++++++++++
 data/mid.tab                    | 3127 +++++++++++++++++++++++++++++++++++++++
 data/sanction.tab               |   79 +
 data/turnout.tab                | 2001 +++++++++++++++++++++++++
 demo/00Index                    |   23 +
 demo/blogit.R                   |   90 ++
 demo/bprobit.R                  |   92 ++
 demo/conditional.R              |   13 +
 demo/exp.R                      |   33 +
 demo/gamma.R                    |   27 +
 demo/logit.R                    |   69 +
 demo/lognorm.R                  |   25 +
 demo/ls.R                       |   51 +
 demo/match.R                    |   42 +
 demo/mi.R                       |   16 +
 demo/mlogit.R                   |   27 +
 demo/negbin.R                   |   13 +
 demo/normal.R                   |   55 +
 demo/ologit.R                   |   67 +
 demo/oprobit.R                  |   63 +
 demo/poisson.R                  |   16 +
 demo/probit.R                   |   69 +
 demo/relogit.R                  |   28 +
 demo/roc.R                      |    8 +
 demo/vertci.R                   |   44 +
 demo/weibull.R                  |   39 +
 man/MatchIt.url.Rd              |   15 +
 man/Zelig.Rd                    |   89 ++
 man/Zelig.url.Rd                |   15 +
 man/coalition.Rd                |   38 +
 man/gsource.Rd                  |   51 +
 man/help.zelig.Rd               |   47 +
 man/house.Rd                    |   30 +
 man/immigration.Rd              |   35 +
 man/macro.Rd                    |   37 +
 man/match.data.Rd               |   41 +
 man/mexico.Rd                   |   28 +
 man/mid.Rd                      |   35 +
 man/plot.ci.Rd                  |   76 +
 man/plot.zelig.Rd               |   49 +
 man/repl.Rd                     |   89 ++
 man/rocplot.Rd                  |   72 +
 man/sanction.Rd                 |   27 +
 man/setx.Rd                     |  111 ++
 man/sim.Rd                      |  143 ++
 man/summary.zelig.Rd            |   56 +
 man/ternarypoints.Rd            |   52 +
 man/turnout.Rd                  |   28 +
 man/user.prompt.Rd              |   27 +
 185 files changed, 28111 insertions(+)

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..727ef8f
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,278 @@
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                          675 Mass Ave, Cambridge, MA 02139, USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+

+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..4fb69fe
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,25 @@
+Package: Zelig
+Version: 2.0-11
+Date: 2005-01-14
+Title: Zelig: Everyone's Statistical Software
+Author: Kosuke Imai <kimai at Princeton.Edu>,
+        Gary King <king at harvard.edu>,
+        Olivia Lau <olau at fas.harvard.edu>
+Maintainer: Olivia Lau <olau at fas.harvard.edu>
+Depends: R (>= 1.9.0), MASS, boot
+Description: Zelig is an easy-to-use program that can estimate, and
+        help interpret the results of, an enormous range of
+        statistical models. It literally is ``everyone's statistical
+        software'' because Zelig's simple unified framework
+        incorporates everyone else's (R) code. We also hope it will
+        become ``everyone's statistical software'' for applications
+        and teaching, and so have designed Zelig so that anyone can
+        easily use it or add their programs to it.  Zelig also comes
+        with infrastructure that facilitates the use of any existing
+        method, such as by allowing multiply imputed data for any
+        model, and mimicking the program Clarify (for Stata) that
+        takes the raw output of existing statistical procedures and
+        translates them into quantities of direct interest.
+License: GPL version 2 or newer
+URL: http://gking.harvard.edu/zelig
+Packaged: Fri Jan 14 15:04:05 2005; king
diff --git a/INDEX b/INDEX
new file mode 100644
index 0000000..792f393
--- /dev/null
+++ b/INDEX
@@ -0,0 +1,9 @@
+Zelig           "Zelig: Everyone's Statistical Software" package.  
+                   Refer to http://gking.harvard.edu/zelig for full 
+                   documentation. 
+zelig	        Estimate statistitcal models
+setx            Set values of explanatory variables
+sim             Simulate quantities of interest
+help.zelig      Get html help for functions and models in the  Zelig 
+                   package.  
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..0851d70
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,27 @@
+Zelig: Everyone's Statistical Software (Zelig)
+Copyright (C) 2004.  Kosuke Imai, Gary King and Olivia Lau.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Please contact:
+
+Kosuke Imai
+Corwin Hall 041                 
+Department of Politics   
+Princeton University                
+Princeton, NJ 08544            
+Email: kimai at princeton.edu   
+
+With any problems or questions.
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..bd15706
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,76 @@
+import(MASS)
+import(boot)
+
+export( help.zelig,
+	zelig,
+	help.zelig,
+        gsource, 
+	setx,
+	sim,
+	plot.ci,
+        plot.zelig, 
+	rocplot,
+	ternarypoints, 
+	user.prompt
+)
+	
+
+S3method(names, relogit)
+S3method(names, summary.vglm) 
+S3method(names, summary.zelig.relogit)
+S3method(names, vglm)
+S3method(names, zelig)
+S3method(names, zelig.relogit)
+S3method(plot, zelig)
+S3method(plot.zelig, beta)
+S3method(plot.zelig, blogit)
+S3method(plot.zelig, bprobit)
+S3method(plot.zelig, exp)
+S3method(plot.zelig, gamma)
+S3method(plot.zelig, logit)
+S3method(plot.zelig, lognorm)
+S3method(plot.zelig, ls)
+S3method(plot.zelig, mlogit)
+S3method(plot.zelig, negbin)
+S3method(plot.zelig, normal)
+S3method(plot.zelig, ologit)
+S3method(plot.zelig, oprobit)
+S3method(plot.zelig, probit)
+S3method(plot.zelig, poisson)
+S3method(plot.zelig, relogit)
+S3method(plot.zelig, weibull)
+S3method(print, BetaReg)
+S3method(print, names.relogit)
+S3method(print, names.zelig)
+S3method(print, relogit)
+S3method(print, setx)
+S3method(print, summary.MI)
+S3method(print, summary.strata)
+S3method(print, summary.zelig.strata)
+S3method(print, summary.zelig)
+S3method(print, zelig)
+S3method(repl, zelig)
+S3method(sim, default)
+S3method(sim, cond)   
+S3method(sim, counter)
+S3method(sim, setx.MI)
+S3method(sim, setx.strata)
+S3method(setx, default)
+S3method(setx, noX)
+S3method(setx, MI)
+S3method(setx, strata)
+S3method(summarize, array)
+S3method(summary, BetaReg)
+S3method(summary, MI)
+S3method(summary, strata)   
+S3method(summary, relogit)   
+S3method(summary, setx.cond)
+S3method(summary, setx)   
+S3method(summary, zelig.strata)   
+S3method(summary, zelig)   
+S3method(terms, vglm)
+S3method(vcov, BetaReg)
+S3method(vcov, lm)
+S3method(vcov, relogit)
+   
+
diff --git a/R/MIsimulation.R b/R/MIsimulation.R
new file mode 100644
index 0000000..429d4dd
--- /dev/null
+++ b/R/MIsimulation.R
@@ -0,0 +1,34 @@
+MIsimulation <- function (object, num = c(1000, 100), prev = NULL, 
+                          bootstrap = FALSE, bootfn = NULL, ...)  {
+  M <- length(object)
+  simpar <- simqi <- res <- list()
+  if (is.null(prev)) {
+    numM <- round(num/M)
+    if (!bootstrap) {
+      for (i in 1:M)
+        simpar[[i]] <- param(object[[i]], num = numM, bootstrap =
+                             bootstrap)
+    }
+    else {
+      tt <- terms(object[[1]])
+      if (missing(bootfn)) 
+        bootfn <- bootfn.default
+      for (i in 1:M) {
+        dta <- eval(object[[i]]$data, sys.parent())
+        res <- boot(dta, bootfn, R = num, object = object[[i]], ...)
+        colnames(res$t) <- names(res$t0)
+        simpar[[i]] <- res$t
+      }
+    }
+    params <- as.matrix(simpar[[1]])
+    for (j in 2:M)
+      params <- rbind(params, as.matrix(simpar[[j]]))
+  }
+  else {
+    if (bootstrap) 
+      stop("Error: Choosing 'bootstrap = TRUE' generates new parameters.  \nIf you wish to use previously generated parameters, \nplease specify only 'prev'.")
+    else params <- prev
+  }
+  params
+}
+
diff --git a/R/beta.regression.R b/R/beta.regression.R
new file mode 100644
index 0000000..3118cf2
--- /dev/null
+++ b/R/beta.regression.R
@@ -0,0 +1,22 @@
+beta.regression <- function(formula, data, start = NULL, ...) {
+  kall <- match.call()
+  Terms <- define.data(formula, data)
+  if (is.null(start))
+    start <- c(lm(y ~ x - 1)$coef, 1)
+  start.val <- define.par(Terms, coef.name = "beta", ancillary = "phi",
+                          start = start)
+  llik.beta <- function(par, X, Y, Terms) {
+    parse.par(par, X, Terms)
+    Xbeta <- X %*% beta
+    mu <- exp(Xbeta) / (1 + exp(Xbeta))
+    sum(lgamma(phi) - lgamma(mu * phi) - lgamma((1 - mu) * phi) +
+        (mu * phi - 1) * log(Y) + ((1 - mu) * phi - 1) * log(1 - y))
+  }
+  res <- optim(start.val, llik.beta, method = "BFGS",
+               control = list(fnscale = -1),
+               hessian = TRUE, X = x, Y = y,
+               Terms = Terms, ...)
+  fit <- model.end(Terms, res)
+  class(fit) <- "BetaReg"
+  fit
+}
diff --git a/R/bootfn.default.R b/R/bootfn.default.R
new file mode 100644
index 0000000..32faa27
--- /dev/null
+++ b/R/bootfn.default.R
@@ -0,0 +1,13 @@
+bootfn.default <- function(data, i, object) {
+  d <- data[i,]
+  object$call$data <- d
+  fit <- eval(object$call, sys.parent())
+  l <- length(param(object, bootstrap = TRUE))
+  l1 <- length(param(fit, bootstrap = TRUE))
+  while (l > l1) {
+    object$call$data <- data[sample(nrow(data), replace=TRUE),]
+    fit <- eval(object$call, sys.parent())
+    l1 <- length(param(fit, bootstrap = TRUE))
+  }
+  param(fit, bootstrap = TRUE)
+}
diff --git a/R/cmvglm.R b/R/cmvglm.R
new file mode 100644
index 0000000..dfb564c
--- /dev/null
+++ b/R/cmvglm.R
@@ -0,0 +1,45 @@
+cmvglm <- function(formula, model, constrain, omit, constant, ndim){ 
+  tt<-terms(formula)
+  vars<-c("(Intercept)", attr(tt, "term.labels"))
+  cm<-vector("list", length(vars))
+  names(cm)<-vars
+    for(i in 1:length(cm))
+      cm[[i]]<-diag(1, ndim)
+  if(!is.null(constrain)){
+    tmp <- sort(names(constrain))
+    for (i in 1:length(constrain[[tmp[1]]])) {
+      ci <- NULL
+      counter <- c("1", "2", "3")
+      for (j in 1:3) 
+        if (is.null(constrain[[counter[j]]]))
+          ci <- c(ci, NA)
+        else
+          ci <- c(ci, constrain[[counter[j]]][i])
+      if (is.null(na.omit(ci)) || length(unique(na.omit(ci)))!=1)
+        stop("invalid input for constrain")
+      minj <- match(FALSE, is.na(ci))
+      whatvar <- pmatch(unique(na.omit(ci)), names(cm))
+      for (j in 1:3)
+        if (!is.na(ci[j])) {
+          cm[[whatvar]][j,j]<-0
+          cm[[whatvar]][j,minj]<-1
+        }
+    }
+  }
+  if(!is.null(omit)){
+    tmp <- sort(names(omit))
+    for(i in 1:length(omit)){
+      omiti <- omit[[tmp[i]]]
+      for (j in 1:length(omiti))
+        cm[[pmatch(omiti[j], names(cm))]][i,i]<-0
+    }
+  }
+  if(!is.null(constant))
+    for(i in 1:length(constant))
+      for(j in 1:length(cm))
+        if(names(cm)[j]!="(Intercept)")
+          cm[[j]][constant[i],]<-matrix(0, ncol=ncol(cm[[j]]))
+  for(i in 1:length(cm))
+    cm[[i]]<-as.matrix(cm[[i]][,apply(cm[[i]], 2, sum)!=0])
+  list("formula"=formula, "constraints"=cm)
+}
diff --git a/R/coef.BetaReg.R b/R/coef.BetaReg.R
new file mode 100644
index 0000000..f67524e
--- /dev/null
+++ b/R/coef.BetaReg.R
@@ -0,0 +1,2 @@
+coef.BetaReg <- function(object)
+  object$coef
diff --git a/R/define.data.R b/R/define.data.R
new file mode 100644
index 0000000..50245ce
--- /dev/null
+++ b/R/define.data.R
@@ -0,0 +1,34 @@
+define.data <- function(formula, data, x.name = "x",
+                        y.name = "y", mf.name = "mf",
+                        xlev.name = "xlev", lev.name = "lev") {
+  mc <- match.call()
+  mc$x.name <- mc$y.name <- mc$t.name <- mc$xlev.name <- mc$l.name <- NULL
+
+  mc[[1]] <- as.name("model.frame")
+  mf <- eval.parent(mc)
+  assign(mf.name, mf, envir = parent.frame())
+  
+  Terms <- attr(mf, "terms")
+
+  x <- model.matrix(Terms, mf)
+  assign(x.name, x, envir = parent.frame())
+
+  yvar <- attr(Terms, "response")
+  xvars <- as.character(attr(Terms, "response"))[-1]
+  xlev <- if (length(xvars) > 0) {
+    xlev <- lapply(mf[xvars], levels)
+    xlev[!sapply(xlev, is.null)]
+  }
+  assign(xlev.name, xlev, envir = parent.frame())
+
+  y <- model.response(mf)
+  assign(y.name, y, envir = parent.frame())
+
+  lev <- levels(y)
+  assign(lev.name, lev, envir = parent.frame())
+
+  attr(Terms, "items") <- list(x = x.name, y = y.name,
+                               mf = mf.name, xlev =
+                               xlev.name, lev = lev.name)
+  Terms
+}
diff --git a/R/define.par.R b/R/define.par.R
new file mode 100644
index 0000000..101a43d
--- /dev/null
+++ b/R/define.par.R
@@ -0,0 +1,20 @@
+define.par <- function(object, coef.name = "beta",
+                       ancillary = NULL, start = NULL){
+  mc <- match.call()
+  x <- eval(as.name(attr(object, "items")$x), parent.frame())
+  coef <- colnames(x)
+  if (!is.null(ancillary))
+    coef <- c(coef, ancillary)
+
+  attr(object, "items")$ancillary <- ancillary
+  attr(object, "items")$coef <- coef.name
+  assign(as.character(mc$object), object, envir = parent.frame())
+  
+  if (is.null(start)) 
+    start.val <- vector(mode = "numeric", length = length(coef))
+  else 
+    start.val <- start
+  
+  names(start.val) <- coef
+  start.val
+}
diff --git a/R/gsource.R b/R/gsource.R
new file mode 100644
index 0000000..b4d8e7c
--- /dev/null
+++ b/R/gsource.R
@@ -0,0 +1,15 @@
+gsource <- function(var.names= NULL, variables) {
+  if (is.null(var.names)) {
+    cat(variables, file = ".Rtmp.dat", sep = "\n")
+    out <- read.table(".Rtmp.dat")
+  }
+  else {
+    cat(var.names, variables, file = ".Rtmp.dat", sep = "\n")
+    out <- read.table(".Rtmp.dat", header = TRUE)
+  }
+  unlink(".Rtmp.dat")
+  return(as.data.frame(out))
+}
+
+
+
diff --git a/R/help.zelig.R b/R/help.zelig.R
new file mode 100644
index 0000000..06bbc34
--- /dev/null
+++ b/R/help.zelig.R
@@ -0,0 +1,65 @@
+help.zelig <- function(object) {
+  # Elements of this function use functions from the Hmisc library for
+  # R by Frank E Harrell Jr, distributed under the GNU GPL v.2.
+  under.unix   <- !(version$os=='Microsoft Windows' ||
+                    version$os=='Win32' || version$os=='mingw32')
+  sys <- function (command, text = NULL) {
+    cmd <- if (length(text)) 
+      paste(command, text)
+    else command
+    if (under.unix) 
+      system(cmd)
+    else shell(cmd, wait = TRUE)
+  }
+  browser <- .Options$help.browser
+  if(!length(browser)) browser <- .Options$browser
+  if(!length(browser)) browser <- getOption("browser")
+  url <- NULL
+  if (missing(object)) 
+    url <- c("http://gking.harvard.edu/zelig/docs/")
+  else if (is.character(object)) { 
+    z <- .libPaths()
+    n <- urls <- array()
+    for (i in 1:length(z))
+      n[i] <- file.path(z[i], "Zelig", fsep = .Platform$file.sep)
+    check <- file.exists(n)
+    if (sum(check) > 1) {
+      Zdir <- n[check][1]
+      warning(paste("library Zelig found in two locations.  Using", 
+Zdir))
+    }
+    else
+      Zdir <- n[which(check)]
+    Zdata <- file.path(Zdir, "data", fsep = .Platform$file.sep)
+    files <- list.files(Zdata, pattern = "url")
+    for (i in 1:length(files))
+      urls[i] <- file.path(Zdata, files[i], fsep = .Platform$file.sep)
+    data.path <- read.table(urls[1], header = FALSE)
+    if (length(urls) > 1) {
+      for (i in 2:length(urls)) { 
+        tmp <- read.table(urls[i], header = FALSE)
+        data.path <- rbind(data.path, tmp)
+      }
+    }
+    url <- data.path[which(as.character(data.path[,1]) == object), 2]
+  }
+  else 
+    stop("Please enclose the requested topic \n in quotes and try again.")
+  if (is.null(url)) {
+    cat("Warning: Requested topic not found in Zelig help.  \n If you are sure the topic exists, please check \n the full documentation at http://gking.harvard.edu/zelig.  \n Now searching R-help.\n\n")
+    topic <- as.name(object)
+    do.call("help", list(topic, htmlhelp = TRUE))
+  }
+  else {
+    if (under.unix) {
+      sys(paste(browser, as.character(url), '&'))
+      invisible()
+    }
+    if (!under.unix) {
+      browseURL(as.character(url), browser = browser)
+      invisible("")
+    }
+  }
+}  
+
+
diff --git a/R/load.first.R b/R/load.first.R
new file mode 100644
index 0000000..52a3c9b
--- /dev/null
+++ b/R/load.first.R
@@ -0,0 +1,10 @@
+.onAttach <- function(...) {
+  cat("\nPlease refer to http://gking.harvard.edu/zelig for full documentation \n",
+      "or help.zelig() for help with commands and models supported by Zelig.\n\n",
+      sep='')
+  if(!any(search()=="package:MASS"))
+    require(MASS) 
+  if(!any(search()=="package:boot"))
+    require(boot) 
+  options(digits = 4)
+}
diff --git a/R/misc.vglm.R b/R/misc.vglm.R
new file mode 100644
index 0000000..6d5f3ab
--- /dev/null
+++ b/R/misc.vglm.R
@@ -0,0 +1,36 @@
+"$.vglm"<-"$.summary.vglm"<-function(a, b){
+  if(is.na(pmatch(b, slotNames(a)))){
+    pmt<-pmatch(b, names.default(a))
+    if(is.na(pmt))
+      stop(paste("no such object exists in", a))
+    else
+      a[[pmt]]
+  }
+  else
+    slot(a, b)
+}
+
+"$<-.vglm"<-"$<-summary.vglm"<-function(a, b, value){
+  if(is.na(pmatch(b, slotNames(a)))){
+    tmp<-class(a)
+    class(a)<-NULL
+    if(length(a)==0){
+      a[[1]]<-value
+      names(a)[1]<-b
+    }
+    else{
+      pmt<-pmatch(b, names(a))
+      if(is.na(pmt)){
+        n<-length(names(a))
+        a[[n+1]]<-value
+        names(a)[n+1]<-b
+      }
+      else
+        a[[pmt]]<-value
+    }
+    class(a)<-tmp
+  }
+  else
+    slot(a, b)<-value
+  a
+}
diff --git a/R/model.end.R b/R/model.end.R
new file mode 100644
index 0000000..fb38309
--- /dev/null
+++ b/R/model.end.R
@@ -0,0 +1,24 @@
+model.end <- function(Terms, res) {
+
+  variance <- -solve(res$hessian)
+
+  lev <- eval(as.name(attr(Terms, "items")$lev), envir = parent.frame())
+  kall <- eval(as.name("kall"), envir = parent.frame())   
+  xlev <- eval(as.name(attr(Terms, "items")$xlev), envir = parent.frame())
+  mf <- eval(as.name(attr(Terms, "items")$mf), envir = parent.frame())
+  x <- eval(as.name(attr(Terms, "items")$x), envir = parent.frame())
+  
+  names(res$par) <- c(colnames(x), attr(Terms, "items")$ancillary)
+  colnames(variance) <- rownames(variance) <- names(res$par)
+
+  fit <- list(coefficients = res$par, variance = variance, 
+              lev = lev, terms = Terms, call = kall, 
+              convergence = res$convergence, xlevels = xlev) 
+
+  attr(fit, "na.message") <- attr(mf, "na.message") 
+
+  if (!is.null(attr(mf, "na.action"))) 
+    fit$na.action <- attr(mf, "na.action") 
+
+  fit
+}
diff --git a/R/names.relogit.R b/R/names.relogit.R
new file mode 100644
index 0000000..38c6025
--- /dev/null
+++ b/R/names.relogit.R
@@ -0,0 +1,6 @@
+names.relogit <- function(x,...){
+  res <- list(default=names.default(x, ...),
+            estimate = names.default(x$lower.estimate, ...))
+  class(res) <- "names.relogit"
+  res
+}
diff --git a/R/names.summary.vglm.R b/R/names.summary.vglm.R
new file mode 100644
index 0000000..0802cdd
--- /dev/null
+++ b/R/names.summary.vglm.R
@@ -0,0 +1,5 @@
+names.summary.vglm <- function(x, ...){
+  res <- list(default = slotNames(x, ...))
+  class(res) <- "names.summary.vglm"
+  res[[1]]
+}
diff --git a/R/names.summary.zelig.R b/R/names.summary.zelig.R
new file mode 100644
index 0000000..c737bfc
--- /dev/null
+++ b/R/names.summary.zelig.R
@@ -0,0 +1,11 @@
+names.summary.zelig <- function(x, ...) {
+  res <- names.default(x, ...)[1:4]
+  qi.names <- names.default(x$qi.stats, ...)
+  for (i in 1:length(qi.names)) {
+    qi.names[i] <- paste("qi.stats$", qi.names[i], sep = "")
+  }
+  res <- c(res, qi.names)
+  res <- list(default = res)
+  class(res)<-"names.zelig"
+  res
+}
diff --git a/R/names.summary.zelig.relogit.R b/R/names.summary.zelig.relogit.R
new file mode 100644
index 0000000..005e2fb
--- /dev/null
+++ b/R/names.summary.zelig.relogit.R
@@ -0,0 +1,11 @@
+names.summary.zelig.relogit <- function(x, ...) {
+  res <- names.default(x, ...)[1:5]
+  qi.names <- names.default(x$qi.stats, ...)
+  for (i in 1:length(qi.names)) {
+    qi.names[i] <- paste("qi.stats$", qi.names[i], sep = "")
+  }
+  res <- c(res, qi.names)
+  res <- list(default = res)
+  class(res)<-"names.zelig"
+  res
+}
diff --git a/R/names.vglm.R b/R/names.vglm.R
new file mode 100644
index 0000000..9151d36
--- /dev/null
+++ b/R/names.vglm.R
@@ -0,0 +1,2 @@
+names.vglm <- function(x, ...)
+  c(slotNames(x, ...), names.default(x, ...))
diff --git a/R/names.zelig.R b/R/names.zelig.R
new file mode 100644
index 0000000..0915a1b
--- /dev/null
+++ b/R/names.zelig.R
@@ -0,0 +1,11 @@
+names.zelig <- function (x, ...) {
+   res <- names.default(x, ...)[1:5]
+   qi.names <- names.default(x$qi, ...)
+   for (i in 1:length(qi.names)) {
+     qi.names[i] <- paste("qi$", qi.names[i], sep = "")
+  }
+  res <- c(res, qi.names)
+  res <- list(default = res)
+  class(res) <- "names.zelig"
+  res
+}
diff --git a/R/names.zelig.relogit.R b/R/names.zelig.relogit.R
new file mode 100644
index 0000000..a307e45
--- /dev/null
+++ b/R/names.zelig.relogit.R
@@ -0,0 +1,11 @@
+names.zelig.relogit <- function(x, ...) {
+   res <- names.default(x, ...)[1:5]
+   qi.names <- names.default(x$qi, ...)
+   for (i in 1:length(qi.names)) {
+     qi.names[i] <- paste("qi$", qi.names[i], sep = "")
+  }
+  res <- c(res, qi.names)
+  res <- list(default = res)
+  class(res) <- "names.zelig"
+  res
+}
diff --git a/R/param.R b/R/param.R
new file mode 100644
index 0000000..989e180
--- /dev/null
+++ b/R/param.R
@@ -0,0 +1,2 @@
+param<-function(object, ...)
+  UseMethod("param")
diff --git a/R/param.default.R b/R/param.default.R
new file mode 100644
index 0000000..89b15ac
--- /dev/null
+++ b/R/param.default.R
@@ -0,0 +1,7 @@
+param.default <- function(object, num, bootstrap = FALSE) {
+  if (!bootstrap)
+    res <- mvrnorm(num, mu=coef(object), Sigma=vcov(object))
+  else
+    res <- coef(object)
+  res
+}
diff --git a/R/param.glm.R b/R/param.glm.R
new file mode 100644
index 0000000..473f7e4
--- /dev/null
+++ b/R/param.glm.R
@@ -0,0 +1,44 @@
+param.glm <- function(object, num = NULL, bootstrap = FALSE) {
+  if (!bootstrap) {
+    coef <- mvrnorm(num, mu=coef(object), Sigma=vcov(object))
+    if (object$zelig == "normal") {
+      df <- object$df.residual
+      sig2 <- summary(object)$dispersion
+      alpha <- sqrt(df*sig2/rchisq(num, df=df))
+      res <- cbind(coef, alpha)
+    }
+    else if (object$zelig == "gamma")  {
+      rate <- gamma.shape(object) 
+      alpha <- rnorm(num, mean = rate$alpha, sd = rate$SE)
+      res <- cbind(coef, alpha)
+    }
+    else if (object$zelig == "negbin") {
+      alpha <- object$theta
+      res <- cbind(coef, c(alpha))
+    }
+    else
+      res <- coef
+  }
+  else {
+    coef <- coef(object)
+    if (object$family$family == "gaussian") {
+      alpha <- sum(object$residuals^2)/length(object$residuals)
+      res <- c(coef, alpha)
+    }
+    else if (object$family$family == "Gamma") {
+      alpha <- gamma.dispersion(object)
+      res <- c(coef, alpha)
+    }
+    else if (object$family$family == "neg.bin") {
+      alpha <- object$theta
+      res <- c(coef, alpha)
+    }
+    else
+      res <- coef
+  }
+  res
+}
+
+
+
+
diff --git a/R/param.lm.R b/R/param.lm.R
new file mode 100644
index 0000000..4df93f2
--- /dev/null
+++ b/R/param.lm.R
@@ -0,0 +1,16 @@
+param.lm <-function(object, num, bootstrap = FALSE) {
+  if (num < 1) num <- 1
+  if (!bootstrap) {
+    coef <- mvrnorm(num, mu=coef(object), Sigma=vcov.lm(object))
+    df <- object$df.residual
+    sig2 <- summary(object)$sigma^2
+    alpha <- sqrt(df*sig2/rchisq(num, df=df))
+    res <- cbind(coef, alpha)
+  }
+  else {
+    coef <- coef(object)
+    alpha <- summary(object)$sigma
+    res <- c(coef, alpha)
+  }
+  res
+}
diff --git a/R/param.multinom.R b/R/param.multinom.R
new file mode 100644
index 0000000..c968e30
--- /dev/null
+++ b/R/param.multinom.R
@@ -0,0 +1,12 @@
+param.multinom <- function(object, num, bootstrap = FALSE) {
+  k <- length(object$lev)
+  coef <- NULL
+  tmp <- coef(object)
+  for (i in 1:(k-1))
+    coef <- c(coef, tmp[i,])
+  if (!bootstrap) 
+    sim.coef <- mvrnorm(num, mu=coef, Sigma=vcov(object))
+  else
+    sim.coef <- coef
+  sim.coef
+}
diff --git a/R/param.polr.R b/R/param.polr.R
new file mode 100644
index 0000000..183c94f
--- /dev/null
+++ b/R/param.polr.R
@@ -0,0 +1,14 @@
+param.polr <- function(object, num, bootstrap=FALSE) {
+  coef <- object$coefficients
+  zeta <- object$zeta
+  k <- length(coef)
+  if (!bootstrap) {
+    par <- mvrnorm(num, mu=c(coef,zeta), Sigma=vcov(object))
+    coef <- par[,1:k]
+    alpha <- par[,(k+1):ncol(par)]
+    res <- as.matrix(cbind(coef, alpha))
+  }
+  else
+    res <- c(coef, zeta)
+  res
+}
diff --git a/R/param.relogit.R b/R/param.relogit.R
new file mode 100644
index 0000000..44a949f
--- /dev/null
+++ b/R/param.relogit.R
@@ -0,0 +1,140 @@
+param.relogit <- function(object, num, x, bootstrap = FALSE, bootfn = NULL, ...) {
+  tau <- eval(object$call$tau, sys.parent())
+  if (is.null(object$call$bias.correct))
+    object$call$bias.correct <- TRUE
+  if (length(tau) == 2) { # without full population information
+    tmp0 <- tmp1 <- object
+    tmp0$coefficients["(Intercept)"] <- object$correct[1]
+    tmp1$coefficients["(Intercept)"] <- object$correct[2]
+    pping <- function(object, x, x1, num, bootstrap, bootfn,...) {
+      if(!bootstrap) {
+        par0 <- param.default(tmp0, num=num, bootstrap=bootstrap)
+        par1 <- param.default(tmp1, num=num, bootstrap=bootstrap)
+      }
+      else {
+        dta <- eval(object$data, sys.parent())
+        dta <- dta[complete.cases(model.frame(object, dta)),]
+        if (is.null(bootfn)) {
+          bootfn <- function(data, i, obj) {
+            d <- data[i,]
+            obj$call$data <- d
+            fit <- eval(obj$call, sys.parent())
+            fit$coefficients["(Intercept)"] <- fit$correct[1]
+            coef0 <- fit$coefficients
+            fit$coefficients["(Intercept)"] <- fit$correct[2]
+            coef1 <- fit$coefficients
+            return(c(coef0, coef1))
+          }
+        }
+        pars <- boot(dta, bootfn, R=num, obj = object, ...)
+        colnames(pars$t) <- names(pars$t0)
+        par0 <- pars$t[, 1:length(object$coef)]
+        par1 <- pars$t[, (length(object$coef)+1):nrow(pars$t)]
+      }
+      sim00 <- qi.glm(tmp0, par0, x = x)
+      P00 <- as.matrix(sim00$qi$ev)
+      sim10 <- qi.glm(tmp1, par1, x = x)
+      P10 <- as.matrix(sim10$qi$ev)
+      test <- P00[,1] < P10[,1]
+      par0 <- as.matrix(par0[test,])
+      par1 <- as.matrix(par1[test,])
+      list(par0 = par0, par1 = par1)
+    }
+    tmp <- pping(object, bootstrap=bootstrap, bootfn=bootfn, x=x, x1=x1, num=num, ...)
+    par0 <- tmp$par0
+    par1 <- tmp$par1
+    while (nrow(par0) < num) {
+      tmp <- pping(object, bootstrap=bootstrap, bootfn=bootfn, x=x, x1=x1, num=num,...)
+      par0 <- rbind(par0, tmp$par0)
+      par1 <- rbind(par1, tmp$par1)
+    }
+    if (nrow(par0) > num) {
+      par0 <- par0[1:num,]
+      par1 <- par1[1:num,]
+    }
+    par0 <- as.matrix(par0)
+    par1 <- as.matrix(par1)
+    rownames(par0) <- 1:nrow(par0)
+    rownames(par1) <- 1:nrow(par1)
+    return(list(par0 = par0, par1 = par1))
+  }
+  else { # with precise population info, or no population info
+    object$coefficients["(Intercept)"] <- object$correct
+    if (!bootstrap) 
+      simpar <- param.default(object, num=num, bootstrap = bootstrap)
+    else {
+      tt <- terms(object)
+      dta <- eval(object$data, sys.parent())
+      dta <- dta[complete.cases(model.frame(tt, dta)),]
+      if(is.null(bootfn)) {
+        bootfn <- function(data, i, object) {
+          d <- data[i,]
+          object$call$data <- d
+          fit <- eval(object$call, sys.parent())
+          fit$coefficients["(Intercept)"] <- correct
+          fit$coefficients
+        }
+      }
+      res <- boot(dta, bootfn, R = num, object = object, ...)
+      colnames(res$t) <- names(res$t0)
+      simpar <- res$t
+    }        
+    return(simpar)
+  }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/param.survreg.R b/R/param.survreg.R
new file mode 100644
index 0000000..32f4f0e
--- /dev/null
+++ b/R/param.survreg.R
@@ -0,0 +1,19 @@
+param.survreg <- function(object, num, bootstrap = FALSE) {
+  cov <- vcov(object)
+  coef <- object$coefficients
+  log.scale <- log(object$scale)
+  k <- length(coef)
+  if(!bootstrap) {
+    if(ncol(cov)==k)
+      res <- mvrnorm(num, mu=coef, Sigma=cov)
+    else 
+      res <- mvrnorm(num, mu=c(coef, log.scale), Sigma=cov)
+  }
+  else {
+    if (ncol(cov) == k)
+      res <- c(coef)
+    else
+      res <- c(coef, log.scale)
+  }
+  res
+}
diff --git a/R/param.vglm.R b/R/param.vglm.R
new file mode 100644
index 0000000..99c987b
--- /dev/null
+++ b/R/param.vglm.R
@@ -0,0 +1,7 @@
+param.vglm <- function(object, num, bootstrap = FALSE) {
+  cov <- vcov(object)
+  res <- object at coefficients
+  if (!bootstrap) 
+    res <- mvrnorm(num, mu=res, Sigma=cov)
+  res
+}
diff --git a/R/parse.par.R b/R/parse.par.R
new file mode 100644
index 0000000..68ae68d
--- /dev/null
+++ b/R/parse.par.R
@@ -0,0 +1,17 @@
+parse.par <- function(par, x, terms) {
+  k <- ncol(x)
+  beta <- par[1:k]
+  assign(attr(terms, "items")$coef, beta, envir = parent.frame())
+  ancil.names <- attr(terms, "items")$ancillary
+  j <- 0
+  if (!is.null(ancil.names)) {
+    j <- length(ancil.names)
+    for (i in 1:j) {
+      tmp <- par[(k + i)]
+      assign(ancil.names[i], tmp, envir = parent.frame())
+    }
+  }
+  if (length(par) > (k + j)) 
+    return(par[(k + j):length(par)])
+}
+
diff --git a/R/plot.ci.R b/R/plot.ci.R
new file mode 100644
index 0000000..1a57b7a
--- /dev/null
+++ b/R/plot.ci.R
@@ -0,0 +1,82 @@
+plot.ci <- function(x, CI=95, qi = "ev", main = "",
+                    ylab = NULL, xlab = NULL, xlim = NULL,
+                    ylim = NULL, col = c("red", "blue"), ...) {
+  if (class(x) != "zelig")
+    stop(" plot.ci() works only for sim() output.")
+  if (!(x$zelig.call$model) %in% c("ls", "logit", "probit", "exp", "gamma", "lognorm",
+                                        "weibull", "normal", "poisson", "relogit",
+                                        "negbin", "MCMCregress", "MCMClogit", "MCMCprobit",
+                                        "MCMCpoisson", "MCMCregress"))
+    stop("\n  plot.ci() is valid only for non-categorical, univariate response models.")
+  var <- var1 <- list()
+  idx <- array()
+  cip <- c((100-CI)/200, 1-(100-CI)/200)
+  summarize <- function(z, cip){
+    res <- NULL
+    res <- cbind(res, apply(z, 2, quantile, prob=cip[1]))
+    res <- cbind(res, apply(z, 2, quantile, prob=cip[2]))
+    res
+  }
+  for (i in 1:ncol(x$x)) {
+    var[[i]] <- unique(x$x[,i])
+    if (length(var[[i]]) > 1)
+      idx[i] <- i
+    else
+      idx[i] <- NA
+  }
+  if (!is.null(x$x1)) {
+    idx1 <- NULL
+    for (i in 1:ncol(x$x1)) {
+      var1[[i]] <- unique(x$x1[,i])
+      if (length(var1[[i]]) > 1) 
+        idx1[i] <- i
+      else
+        idx1[i] <- NA
+    }
+    idx1 <- na.omit(idx1)
+  }
+  idx <- na.omit(idx)
+  if (!is.null(idx1))
+    if (!identical(idx, idx1))
+      stop(" x and x1 in vary on different dimensions.")
+  var <- var[[idx[1]]]
+  q <- pmatch(qi, names.default(x$qi))
+  qofi <- x$qi[[q]]
+  sum.qi <- summarize(qofi, cip)
+  if (!is.null(x$x1) && qi == "ev") {
+    fd <- x$qi$fd
+    ev1 <- fd + qofi
+    sum.qi1 <- summarize(ev1, cip)
+  }
+  else
+    sum.qi1 <- NULL
+  if (is.null(ylab))
+    ylab <- x$qi.name[[q]]
+  if (is.null(xlab))
+    xlab <- paste("Range of", colnames(x$x)[idx[1]])
+  if (is.null(ylim)) {
+    if (is.null(sum.qi1))
+      ylim <- c(min(sum.qi), max(sum.qi))
+    else
+      ylim <- c(min(sum.qi, sum.qi1), max(sum.qi, sum.qi1))
+  }
+  if (is.null(xlim))
+    xlim <- c(min(var), max(var))
+  plot.default(var, type = "n", ylab = ylab, main = main, xlab = xlab, 
+               xlim = xlim, ylim = ylim)
+  for (i in 1:length(var)) {
+    lines(c(var[i], var[i]), c(sum.qi[i,1], sum.qi[i,2]), col = col[1], ...)
+    if (!is.null(x$x1) && qi == "ev")
+      lines(c(var[i], var[i]), c(sum.qi1[i,1], sum.qi1[i,2]), col = col[2], ...)
+  }
+}
+
+
+
+
+
+
+
+
+
+
diff --git a/R/plot.zelig.R b/R/plot.zelig.R
new file mode 100644
index 0000000..dc72f32
--- /dev/null
+++ b/R/plot.zelig.R
@@ -0,0 +1,11 @@
+plot.zelig <- function(x, xlab = "", user.par = FALSE, ...) {
+  if (dim(x$x)[1] > 1) 
+      plot.ci(x, xlab = "", ...)
+  else {
+    class(x) <- x$zelig.call$model
+    if (exists(paste("plot.zelig", x$zelig.call$model, sep = ".")))
+      UseMethod("plot.zelig", x)
+    else
+      stop(paste(x$zelig.call$model, "does not have an applicable plot method for sim() output."))
+  }
+}
diff --git a/R/plot.zelig.blogit.R b/R/plot.zelig.blogit.R
new file mode 100644
index 0000000..2fed8cd
--- /dev/null
+++ b/R/plot.zelig.blogit.R
@@ -0,0 +1,36 @@
+plot.zelig.blogit <- function(x, xlab = "", user.par = FALSE, alt.col = "red", ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par)
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  if ("rr" %in% names(x$qi)) {
+    x$qi$rr <- x$qi.name$rr <- NULL
+    k <- k - 1
+  }
+  main <- x$qi.name
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.matrix(x$qi[[i]])
+    if (is.character(qi[1])) {
+      total <- sum(as.integer(qi))
+      y00 <- 100 * sum(as.integer(qi[,1]))/total
+      y01 <- 100 * sum(as.integer(qi[,2]))/total
+      y10 <- 100 * sum(as.integer(qi[,3]))/total
+      y11 <- 100 * sum(as.integer(qi[,4]))/total
+      xmax <- max(y00, y01, y10, y11)
+      labels <- c("(0,0)", "(0,1)","(1,0)", "(1,1)")
+      barplot(c(y00, y01, y10, y11), horiz = TRUE, col = alt.col,
+              names.arg = labels, xpd = TRUE, main = main[[i]],
+              xlim = c(0, min(100, 1.25*xmax)),
+              xlab = "Percentage of Simulations")
+    }
+    else if (is.numeric(qi[1])) {
+      y1 <- qi[, 3] + qi[, 4]
+      y2 <- qi[, 2] + qi[, 4]
+      contour(kde2d(y1, y2), xlab = "Pr(Y1 = 1)", 
+              ylab = "Pr(Y2 = 1)", main = main[[i]], ...)
+    }
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.bprobit.R b/R/plot.zelig.bprobit.R
new file mode 100644
index 0000000..728828e
--- /dev/null
+++ b/R/plot.zelig.bprobit.R
@@ -0,0 +1,36 @@
+plot.zelig.bprobit <- function(x, xlab = "", user.par = FALSE, alt.col = "red", ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par)
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  if ("rr" %in% names(x$qi)) {
+    x$qi$rr <- x$qi.name$rr <- NULL
+    k <- k - 1
+  }
+  main <- x$qi.name
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.matrix(x$qi[[i]])
+    if (is.character(qi[1])) {
+      total <- sum(as.integer(qi))
+      y00 <- 100 * sum(as.integer(qi[,1]))/total
+      y01 <- 100 * sum(as.integer(qi[,2]))/total
+      y10 <- 100 * sum(as.integer(qi[,3]))/total
+      y11 <- 100 * sum(as.integer(qi[,4]))/total
+      xmax <- max(y00, y01, y10, y11)
+      labels <- c("(0,0)", "(0,1)","(1,0)", "(1,1)")
+      barplot(c(y00, y01, y10, y11), horiz = TRUE, col = alt.col,
+              names.arg = labels, xpd = TRUE, main = main[[i]],
+              xlim = c(0, min(100, 1.25*xmax)),
+              xlab = "Percentage of Simulations")
+    }
+    else if (is.numeric(qi[1])) {
+      y1 <- qi[, 3] + qi[, 4]
+      y2 <- qi[, 2] + qi[, 4]
+      contour(kde2d(y1, y2), xlab = "Pr(Y1 = 1)", 
+              ylab = "Pr(Y2 = 1)", main = main[[i]], ...)
+    }
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.exp.R b/R/plot.zelig.exp.R
new file mode 100644
index 0000000..e12de93
--- /dev/null
+++ b/R/plot.zelig.exp.R
@@ -0,0 +1,12 @@
+plot.zelig.exp <- function(x, xlab = "", user.par = FALSE, ...) {
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.gamma.R b/R/plot.zelig.gamma.R
new file mode 100644
index 0000000..8f8627e
--- /dev/null
+++ b/R/plot.zelig.gamma.R
@@ -0,0 +1,12 @@
+plot.zelig.gamma <- function(x, xlab = "", user.par = FALSE, ...) {
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.logit.R b/R/plot.zelig.logit.R
new file mode 100644
index 0000000..35032aa
--- /dev/null
+++ b/R/plot.zelig.logit.R
@@ -0,0 +1,20 @@
+plot.zelig.logit <- function(x, xlab = "", user.par = FALSE, alt.col = "red", ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  pr <- x$qi$pr
+  y0 <- 100 * sum(pr == 0)/length(pr)
+  y1 <- 100 * sum(pr == 1)/length(pr)
+  barplot(c(y0, y1), horiz = TRUE, col = alt.col, las = 1,
+          names.arg = c("Y = 0", "Y = 1"),
+          xlab = "Percentage of Simulations",
+          main = x$qi.name$pr, xlim = c(0, 100))
+  x$qi$pr <- x$qi.name$pr <- NULL
+  for (i in 1:(k-1)) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.lognorm.R b/R/plot.zelig.lognorm.R
new file mode 100644
index 0000000..cb9c5a2
--- /dev/null
+++ b/R/plot.zelig.lognorm.R
@@ -0,0 +1,12 @@
+plot.zelig.lognorm <- function(x, xlab = "", user.par = FALSE, ...) {
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.ls.R b/R/plot.zelig.ls.R
new file mode 100644
index 0000000..bdfb6a3
--- /dev/null
+++ b/R/plot.zelig.ls.R
@@ -0,0 +1,12 @@
+plot.zelig.ls <- function(x, xlab = "", user.par = FALSE, ...) {
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.mlogit.R b/R/plot.zelig.mlogit.R
new file mode 100644
index 0000000..99d25a1
--- /dev/null
+++ b/R/plot.zelig.mlogit.R
@@ -0,0 +1,49 @@
+plot.zelig.mlogit <- function(x, xlab = "", user.par = FALSE, alt.col = NULL, ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par)
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  if (!is.null(x$qi$rr)) {
+    k <- k - 1
+    x$qi$rr <- x$qi.name$rr <- NULL
+  }
+  par(mfrow = c(k,1))
+  pr <- x$qi$pr
+  spr <- array()
+  lev <- sort(unique(pr))
+  K <- length(lev)
+  if (is.null(alt.col))
+    alt.col <- rainbow(K)
+  total <- length(pr)
+  for (i in 1:K)
+    spr[i] <- 100 * sum(as.character(pr) == lev[i])/total
+  xmax <- max(spr)
+  labels <- paste("Y=", lev, sep = "")
+  barplot(spr, horiz = TRUE, col = alt.col, names.arg = labels,
+          las = 1, main = x$qi.name$pr,
+          xlim = c(0, min(100, 1.15*xmax)),
+          xlab = "Percentage of Simulations")
+  x$qi$pr <- x$qi.name$pr <- NULL
+  main <- x$qi.name
+  for (i in 1:(k-1)) {
+    qi <- x$qi[[i]]
+    if (length(dim(qi)) == 3 && dim(qi)[3] == 1)
+      qi <- qi[,,1]
+    dens <- list()
+    xmax <- ymax <- array()
+    for (j in 1:ncol(qi)) {
+      dens[[j]] <- density(qi[,j])
+      xmax[j] <- max(dens[[j]]$x)
+      ymax[j] <- max(dens[[j]]$y)
+    }
+    plot(dens[[1]], col = alt.col[1],
+         xlim = c(min(min(qi), 0), max(xmax)),
+         xlab = xlab, main = "",
+         ylim = c(0, max(ymax)), ...)
+    for (j in 2:ncol(qi)) 
+      lines(dens[[j]], col = alt.col[j])
+    title(main = x$qi.name[[i]][1])
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.negbin.R b/R/plot.zelig.negbin.R
new file mode 100644
index 0000000..240a56c
--- /dev/null
+++ b/R/plot.zelig.negbin.R
@@ -0,0 +1,13 @@
+plot.zelig.negbin <- function(x, xlab = "", user.par = FALSE, ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  truehist(x$qi$pr, main = x$qi.name$pr, x0 = -0.25,
+           xlab = xlab, ylab = "Probability", ...)
+  plot(density(x$qi$ev), main = x$qi.name$ev, xlab = xlab, ...) 
+  if (k == 3)
+    plot(density(x$qi$fd), main = x$qi$fd, xlab = xlab, ...)
+  par(op)
+}
diff --git a/R/plot.zelig.normal.R b/R/plot.zelig.normal.R
new file mode 100644
index 0000000..c172af6
--- /dev/null
+++ b/R/plot.zelig.normal.R
@@ -0,0 +1,12 @@
+plot.zelig.normal <- function(x, xlab = "", user.par = FALSE, ...) {
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.ologit.R b/R/plot.zelig.ologit.R
new file mode 100644
index 0000000..d80eafe
--- /dev/null
+++ b/R/plot.zelig.ologit.R
@@ -0,0 +1,49 @@
+plot.zelig.ologit <- function(x, xlab = "", user.par = FALSE, alt.col = NULL, ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par)
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  if (!is.null(x$qi$rr)) {
+    k <- k - 1
+    x$qi$rr <- x$qi.name$rr <- NULL
+  }
+  par(mfrow = c(k,1))
+  pr <- x$qi$pr
+  spr <- array()
+  lev <- sort(unique(pr))
+  K <- length(lev)
+  if (is.null(alt.col))
+    alt.col <- rainbow(K)
+  total <- length(pr)
+  for (i in 1:K)
+    spr[i] <- 100 * sum(as.character(pr) == lev[i])/total
+  xmax <- max(spr)
+  labels <- paste("Y=", lev, sep = "")
+  barplot(spr, horiz = TRUE, col = alt.col, names.arg = labels,
+          las = 1, main = x$qi.name$pr,
+          xlim = c(0, min(100, 1.15*xmax)),
+          xlab = "Percentage of Simulations")
+  x$qi$pr <- x$qi.name$pr <- NULL
+  main <- x$qi.name
+  for (i in 1:(k-1)) {
+    qi <- x$qi[[i]]
+    if (length(dim(qi)) == 3 && dim(qi)[3] == 1)
+      qi <- qi[,,1]
+    dens <- list()
+    xmax <- ymax <- array()
+    for (j in 1:ncol(qi)) {
+      dens[[j]] <- density(qi[,j])
+      xmax[j] <- max(dens[[j]]$x)
+      ymax[j] <- max(dens[[j]]$y)
+    }
+    plot(dens[[1]], col = alt.col[1],
+         xlim = c(min(min(qi), 0), max(xmax)),
+         xlab = xlab, main = "",
+         ylim = c(0, max(ymax)), ...)
+    for (j in 2:ncol(qi)) 
+      lines(dens[[j]], col = alt.col[j])
+    title(main = x$qi.name[[i]][1])
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.oprobit.R b/R/plot.zelig.oprobit.R
new file mode 100644
index 0000000..6943175
--- /dev/null
+++ b/R/plot.zelig.oprobit.R
@@ -0,0 +1,49 @@
+plot.zelig.oprobit <- function(x, xlab = "", user.par = FALSE, alt.col = NULL, ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par)
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  if (!is.null(x$qi$rr)) {
+    k <- k - 1
+    x$qi$rr <- x$qi.name$rr <- NULL
+  }
+  par(mfrow = c(k,1))
+  pr <- x$qi$pr
+  spr <- array()
+  lev <- sort(unique(pr))
+  K <- length(lev)
+  if (is.null(alt.col))
+    alt.col <- rainbow(K)
+  total <- length(pr)
+  for (i in 1:K)
+    spr[i] <- 100 * sum(as.character(pr) == lev[i])/total
+  xmax <- max(spr)
+  labels <- paste("Y=", lev, sep = "")
+  barplot(spr, horiz = TRUE, col = alt.col, names.arg = labels,
+          las = 1, main = x$qi.name$pr,
+          xlim = c(0, min(100, 1.15*xmax)),
+          xlab = "Percentage of Simulations")
+  x$qi$pr <- x$qi.name$pr <- NULL
+  main <- x$qi.name
+  for (i in 1:(k-1)) {
+    qi <- x$qi[[i]]
+    if (length(dim(qi)) == 3 && dim(qi)[3] == 1)
+      qi <- qi[,,1]
+    dens <- list()
+    xmax <- ymax <- array()
+    for (j in 1:ncol(qi)) {
+      dens[[j]] <- density(qi[,j])
+      xmax[j] <- max(dens[[j]]$x)
+      ymax[j] <- max(dens[[j]]$y)
+    }
+    plot(dens[[1]], col = alt.col[1],
+         xlim = c(min(min(qi), 0), max(xmax)),
+         xlab = xlab, main = "",
+         ylim = c(0, max(ymax)), ...)
+    for (j in 2:ncol(qi)) 
+      lines(dens[[j]], col = alt.col[j])
+    title(main = x$qi.name[[i]][1])
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.poisson.R b/R/plot.zelig.poisson.R
new file mode 100644
index 0000000..cb5b861
--- /dev/null
+++ b/R/plot.zelig.poisson.R
@@ -0,0 +1,16 @@
+plot.zelig.poisson <- function(x, xlab = "", user.par = FALSE, ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  truehist(x$qi$pr, main = x$qi.name$pr, x0 = -0.25,
+           xlab = xlab, ylab = "Probability", ...)
+  plot(density(x$qi$ev), main = x$qi.name$ev, xlab = xlab, ...) 
+  if (k > 2) {
+    for (i in 3:k)
+      plot(density(x$qi[[i]]), main = x$qi.name[[i]],
+           xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.probit.R b/R/plot.zelig.probit.R
new file mode 100644
index 0000000..4bd6ed9
--- /dev/null
+++ b/R/plot.zelig.probit.R
@@ -0,0 +1,20 @@
+plot.zelig.probit <- function(x, xlab = "", user.par = FALSE, alt.col = "red", ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  pr <- x$qi$pr
+  y0 <- 100 * sum(pr == 0)/length(pr)
+  y1 <- 100 * sum(pr == 1)/length(pr)
+  barplot(c(y0, y1), horiz = TRUE, col = alt.col, las = 1,
+          names.arg = c("Y = 0", "Y = 1"),
+          xlab = "Percentage of Simulations",
+          main = x$qi.name$pr, xlim = c(0, 100))
+  x$qi$pr <- x$qi.name$pr <- NULL
+  for (i in 1:(k-1)) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.relogit.R b/R/plot.zelig.relogit.R
new file mode 100644
index 0000000..7414a09
--- /dev/null
+++ b/R/plot.zelig.relogit.R
@@ -0,0 +1,42 @@
+plot.zelig.relogit <- function(x, xlab ="", user.par = FALSE, alt.col = "red",
+                               ylab = NULL, samples = 100, ...){
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  if (dim(x$qi[[1]])[2] == 1) {
+    pr <- x$qi$pr
+    y0 <- 100 * sum(pr == 0)/length(pr)
+    y1 <- 100 * sum(pr == 1)/length(pr)
+    barplot(c(y0, y1), horiz = TRUE, col = alt.col, las = 1,
+            names.arg = c("Y = 0", "Y = 1"),
+            xlab = "Percentage of Simulations",
+            main = x$qi.name$pr, xlim = c(0, 100))
+    x$qi$pr <- x$qi.name$pr <- NULL
+    for (i in 1:(k-1)) {
+      qi <- as.vector(x$qi[[i]])
+      plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+    }    
+  }
+  else {
+    for (i in 1:k) {
+      qi <- x$qi[[i]]
+      main <- as.character(x$qi.name[i])
+      if (is.null(rownames(qi)))
+        rownames(qi) <- 1:dim(qi)[1]
+      idx <- as.integer(sample(rownames(qi), 100))
+      tmp <- qi[idx,,1]
+      xlim <- c(min(qi[,1,1]), max(qi[,2,1]))
+      if (is.null(ylab))
+        ylab <- paste("Observations (n = ", samples, ")", sep = "")
+      plot(xlim, type = "n", xlab = xlab, ylab = ylab,
+           main = main, ylim = c(0, 100), xlim = xlim, ...)
+      for (j in 1:nrow(tmp))
+        lines(c(tmp[j,1], tmp[j,2]), c(j,j), col = alt.col)
+      abline(v = mean(qi[,1,1]))
+      abline(v = mean(qi[,2,1]))
+    }
+  }
+  par(op)
+}
diff --git a/R/plot.zelig.weibull.R b/R/plot.zelig.weibull.R
new file mode 100644
index 0000000..3d09774
--- /dev/null
+++ b/R/plot.zelig.weibull.R
@@ -0,0 +1,12 @@
+plot.zelig.weibull <- function(x, xlab = "", user.par = FALSE, ...) {
+  k <- length(x$qi)
+  op <- par(no.readonly = TRUE)
+  if (!user.par) 
+    par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  par(mfrow = c(k, 1))
+  for (i in 1:k) {
+    qi <- as.vector(x$qi[[i]])
+    plot(density(qi), main = x$qi.name[[i]], xlab = xlab, ...)
+  }
+  par(op)
+}
diff --git a/R/print.BetaReg.R b/R/print.BetaReg.R
new file mode 100644
index 0000000..bb176af
--- /dev/null
+++ b/R/print.BetaReg.R
@@ -0,0 +1,18 @@
+print.BetaReg <- function(x, digits = getOption("digits"), ...) {
+  cat("\nCall: ", deparse(x$call), "\n", fill = TRUE)
+  cat("Coefficients:\n")
+  if(is.matrix(x$coef)) {
+    print(x$coef[1:nrow(x$coef) - 1,], digits = digits, ...)
+    cat("\n")
+    phi <- c(x$coef[nrow(x$coef),])
+    names(phi) <- colnames(x$coef)
+    cat("Dispersion parameter (phi): \n")
+    print(phi, digits = digits, ...)
+  }
+  else {
+    print(x$coef[1:length(x$coef) - 1], digits = digits, ...)
+    cat("\n")
+    cat("Dispersion parameter (phi) = ", x$coef[length(x$coef)], "\n")
+  }
+  invisible(x)
+}
diff --git a/R/print.names.relogit.R b/R/print.names.relogit.R
new file mode 100644
index 0000000..5eb8d50
--- /dev/null
+++ b/R/print.names.relogit.R
@@ -0,0 +1,10 @@
+print.names.relogit<-function(x, ...){
+  if (length(x$tau) == 2) {
+    print(x$default, ...)
+    cat(paste("Additional objects available in lower.estimate and upper.estimate: \n"))
+    print(x$estimate)
+  }
+  else
+    print(x$default, ...)
+}
+
diff --git a/R/print.names.zelig.R b/R/print.names.zelig.R
new file mode 100644
index 0000000..d04555f
--- /dev/null
+++ b/R/print.names.zelig.R
@@ -0,0 +1,3 @@
+print.names.zelig <- function(x, ...){
+  print(x$default, ...)
+}
diff --git a/R/print.relogit.R b/R/print.relogit.R
new file mode 100644
index 0000000..d6b7944
--- /dev/null
+++ b/R/print.relogit.R
@@ -0,0 +1,26 @@
+print.relogit <-function (x, digits = max(3, getOption("digits") - 3),
+                          ...) {
+  if (is.null(x$call$bias.correct))
+    x$call$bias.correct <- TRUE
+  cat("\nCall: ", deparse(x$call), "\n\n")
+    cat("Coefficients")
+    if (is.character(co <- x$contrasts)) 
+      cat("  [contrasts: ", apply(cbind(names(co), co), 
+                                  1, paste, collapse = "="), "]")
+    cat(":\n")
+    print.default(format(x$coefficients, digits = digits), 
+                  print.gap = 2, quote = FALSE)
+    if (!is.null(x$call$tau)) {
+      cat("\nIntercepts with prior correction for: \n")
+      print.default(x$correct, digits = digits,
+                    print.gap = 1, quote = FALSE)
+    }
+    cat("\nDegrees of Freedom:", x$df.null, "Total (i.e. Null); ", 
+        x$df.residual, "Residual\n")
+    cat("Null Deviance:\t   ", format(signif(x$null.deviance, 
+        digits)), "\nResidual Deviance:", format(signif(x$deviance, 
+        digits)), "\tAIC:", format(signif(x$aic, digits)), "\n")
+    if (x$call$bias.correct)
+      cat("Rare events bias correction performed.") 
+    invisible(x)
+}
diff --git a/R/print.setx.R b/R/print.setx.R
new file mode 100644
index 0000000..9fd17bb
--- /dev/null
+++ b/R/print.setx.R
@@ -0,0 +1,7 @@
+print.setx<-function(x, digits=getOption("digits"),
+                     ...){
+  attributes(x)$class<-NULL
+  attributes(x)$assign<-NULL
+  attributes(x)$contrasts<-NULL
+  print.matrix(x, digits=digits, ...)
+}
diff --git a/R/print.summary.MI.R b/R/print.summary.MI.R
new file mode 100644
index 0000000..7c202d7
--- /dev/null
+++ b/R/print.summary.MI.R
@@ -0,0 +1,28 @@
+print.summary.MI <- function(x, subset = NULL, ...){
+  m <- length(x$all)
+  if (m == 0)
+    m <- 1
+  if (any(subset > max(m)))
+    stop("the subset selected lies outside the range of available \n        observations in the MI regression output.")
+  cat("\n  Model:", x$zelig)
+  cat("\n  Number of multiply imputed data sets:", m, "\n")
+  if (is.null(subset)) {
+    cat("\nCombined results:\n\n")
+    cat("Call:\n")
+    print(x$call)
+    cat("\nCoefficients:\n")
+    print(x$coefficients)
+    cat("\nFor combined results from datasets i to j, use summary(x, subset = i:j).\nFor separate results, use print(summary(x), subset = i:j).\n\n")
+  }
+  else {
+    if (is.function(subset))
+      M <- 1:m
+    if (is.numeric(subset))
+      M <- subset
+    for(i in M){
+      cat(paste("\nResult with dataset", i, "\n"))
+      print(x$all[[i]], ...)
+    }
+  }
+}
+
diff --git a/R/print.summary.strata.R b/R/print.summary.strata.R
new file mode 100644
index 0000000..fbe5d84
--- /dev/null
+++ b/R/print.summary.strata.R
@@ -0,0 +1,16 @@
+print.summary.strata <- function(x, subset = NULL, ...){
+  if (is.null(subset))
+    m <- length(x$M)
+  else if (any(subset > max(m)))
+    stop("the subset selected lies outside the range of available \n        sets of regression output.")
+  else
+    m <- subset
+  cat("\n  Model:", x$call$model)
+  cat("\n  Number of subsets evaluated:", m, "\n")
+  for (i in 1:m) {
+    cat(paste("\nResults for", x$by[1], "=", x$lev[i], "\n"))
+    print(x[[i]])
+    cat("\n")
+  }
+}
+
diff --git a/R/print.summary.zelig.R b/R/print.summary.zelig.R
new file mode 100644
index 0000000..7efee16
--- /dev/null
+++ b/R/print.summary.zelig.R
@@ -0,0 +1,68 @@
+print.summary.zelig <- function(x, digits=getOption("digits"),
+                              print.x=FALSE, ...){
+  cat("\n  Model:", x$zelig, "\n")
+  if (!is.null(x$num))
+      cat("  Number of simulations:", x$num, "\n")
+  if (!is.null(x$x)) {
+    if (print.x || nrow(x$x) == 1 || is.null(dim(x$x))) {
+      if (any(class(x$x) == "cond"))
+        cat("\nObserved Data \n")
+      else
+        cat("\nValues of X \n")
+      print.setx(x$x, digits=digits, ...)
+      if(!is.null(x$x1)){
+        cat("\nValues of X1 \n")
+        print.setx(x$x1, digits=digits, ...)
+      }
+    }
+    else {
+      if (any(class(x$x) == "cond"))
+        cat("\nMean Values of Observed Data (n = ", nrow(x$x), ") \n", sep = "")
+      else
+        cat("\nMean Values of X (n = ", nrow(x$x), ") \n", sep = "")
+      print.setx(apply(x$x, 2, mean), digits=digits, ...)
+      if (!is.null(x$x1)) {
+        cat("\nMean Values of X1 (n = ", nrow(x$x1), ") \n", sep = "")
+        print.setx(apply(x$x1, 2, mean), digits=digits, ...) 
+      }
+    }
+  }
+  for (i in 1:length(x$qi.name)){
+    indx <- pmatch(names(x$qi.name[i]), names(x$qi.stats))
+    tmp <- x$qi.stats[[indx]]
+    if (names(x$qi.name)[indx] == "pr" && colnames(tmp)[1] != "mean")
+      lab <- paste(x$qi.name[[i]], "(percentage of simulations)", sep = " ")
+    else
+      lab <- x$qi.name[[i]]
+    cat("\n", lab, "\n", sep = "")
+    if (length(dim(tmp)) == 3) {
+        for (j in 1:dim(tmp)[3]){
+          cat("\n  Observation", dimnames(tmp)[[3]][j], "\n")
+          if (is.null(rownames(tmp[,,j])))
+            rownames(tmp[,,j]) <- 1:nrow(tmp[,,j])
+          if (!is.null(names(tmp[,,j])))
+            names(tmp[,,j]) <- NULL
+          print.matrix(tmp[,,j], digits=digits, ...)
+        }
+      }
+    else {
+      if (is.null(rownames(tmp)))
+        rownames(tmp) <- 1:nrow(tmp)
+      if (!is.null(names(tmp)))
+        names(tmp) <- NULL
+      print.matrix(tmp, digits=digits, ...)
+    }
+  }
+}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/print.summary.zelig.strata.R b/R/print.summary.zelig.strata.R
new file mode 100644
index 0000000..a7c9c21
--- /dev/null
+++ b/R/print.summary.zelig.strata.R
@@ -0,0 +1,14 @@
+print.summary.zelig.strata <- function(x, subset = NULL, ...){
+  if (is.null(subset))
+    m <- length(x)
+  else if (any(subset > max(m)))
+    stop("the subset selected lies outside the range of available \n        sets of regression output.")
+  else
+    m <- subset
+  for (i in 1:m) {
+    cat(paste("\nResults for", names(x)[i], "\n"))
+    print(x[[i]])
+    cat("\n")
+  }
+}
+
diff --git a/R/print.zelig.R b/R/print.zelig.R
new file mode 100644
index 0000000..1fd6a5d
--- /dev/null
+++ b/R/print.zelig.R
@@ -0,0 +1,12 @@
+print.zelig <- function (x, digits = max(3, getOption("digits") - 3), ...) 
+{
+    cat("\nModel:", x$zelig.call$model, "\n", sep = " ")
+    cat("Number of simulations:", x$call$num, "\n\n", sep = " ")
+    idx <- unlist(x$qi.name)
+    cat("Available Quantities of Interest: \n")
+    for (i in 1:length(x$qi.name)){
+      cat(paste("  qi$", names(x$qi)[i], " = ", idx[[i]], "\n", sep = ""))
+    }
+    cat("\nPlease use summary() to obtain more information. \n")
+    invisible(x)
+}
diff --git a/R/qi.BetaReg.R b/R/qi.BetaReg.R
new file mode 100644
index 0000000..229fd14
--- /dev/null
+++ b/R/qi.BetaReg.R
@@ -0,0 +1,29 @@
+qi.BetaReg <- function(object, simpar, x, x1 = NULL, y = NULL) {
+  k <- ncol(x)
+  coef <- simpar[,1:k]
+  phi <- simpar[,(k+1):ncol(simpar)]
+  eta <- coef %*% t(x)
+  ev <- exp(eta) / (1 + exp(eta))
+  a <- ev * phi
+  b <- phi - ev * phi
+  pr <- matrix(NA, ncol = ncol(ev), nrow = nrow(ev))
+  for (i in 1:ncol(pr))
+    pr[,i] <- sapply(a[,i], rbeta, n = 1, shape2 = b[,i])
+  qi <- list(ev = ev, pr = pr)
+  qi.name <- list(ev = "Expected Values: E(Y|X)",
+                  pr = "Predicted Values: Y|X")
+  if(!is.null(x1)){
+    eta1 <- coef %*% t(x1)
+    ev1 <- exp(eta1) / (1 + exp(eta1))
+    qi$fd <- ev1 - ev
+    qi.name$fd <-
+      "First Differences in Expected Values: E(Y|X1)-E(Y|X)"
+  }
+  if (!is.null(y)) {
+    yvar <- matrix(rep(y, nrow(simpar)), nrow = nrow(simpar), byrow = TRUE)
+    tmp.ev <- yvar - qi$ev
+    qi$ate.ev <- matrix(apply(tmp.ev, 1, mean), nrow = nrow(simpar))
+    qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+  }
+  list(qi=qi, qi.name=qi.name)
+}
diff --git a/R/qi.R b/R/qi.R
new file mode 100644
index 0000000..4e531c8
--- /dev/null
+++ b/R/qi.R
@@ -0,0 +1,2 @@
+qi<-function(object, ...)
+  UseMethod("qi")
diff --git a/R/qi.glm.R b/R/qi.glm.R
new file mode 100644
index 0000000..7ad0d8e
--- /dev/null
+++ b/R/qi.glm.R
@@ -0,0 +1,74 @@
+qi.glm <- function(object, simpar, x, x1 = NULL, y = NULL) {
+  check <- FALSE
+  model <- object$zelig
+  k <- length(object$coef)
+  coef <- simpar[,1:k]
+  if (k < ncol(simpar)) 
+    alpha <- simpar[,(k+1):ncol(simpar)]
+  eta <- coef %*% t(x)
+  theta <- matrix(object$family$linkinv(eta), nrow = nrow(coef))
+  pr <- ev <- matrix(NA, nrow = nrow(theta), ncol = ncol(theta))
+  dimnames(pr) <- dimnames(ev) <- dimnames(theta)
+  if (model %in% c("logit", "probit", "relogit")) {
+    check <- TRUE
+    ev <- theta
+    for (i in 1:ncol(theta)) 
+      pr[,i] <- as.character(rbinom(length(ev[,i]), 1, ev[,i]))
+  }
+  else if (model == "normal") {
+    ev <- theta
+    for (i in 1:nrow(ev)) 
+      pr[i,] <- rnorm(length(ev[i,]), mean = ev[i,], sd = alpha[i])
+  }
+  else if (model == "gamma") {
+    ev <- theta * 1/alpha
+    for (i in 1:nrow(ev))  
+      pr[i,] <- rgamma(length(ev[i,]), shape = theta[i,], scale = 1/alpha[i])
+  }
+  else if (model == "poisson") {
+    ev <- theta
+    for (i in 1:ncol(ev))
+      pr[,i] <- rpois(length(ev[,i]), lambda = ev[,i])
+  }
+  else if (model == "negbin") {  
+    ev <- theta
+    for (i in 1:nrow(ev)) 
+      pr[i,] <- rnegbin(length(ev[i,]), mu = ev[i,], theta = alpha[i])
+  }
+  qi <- list(ev = ev, pr = pr)
+  qi.name <- list(ev = "Expected Values: E(Y|X)",
+                  pr = "Predicted Values: Y|X")
+  if (!is.null(x1)){
+    theta1 <- matrix(object$family$linkinv(coef %*% t(as.matrix(x1))),
+                     nrow = nrow(coef))
+    if (model == "gamma")
+      ev1 <- theta1 * 1/alpha
+    else
+      ev1 <- theta1
+    qi$fd <- ev1-ev
+    qi.name$fd <- "First Differences in Expected Values: E(Y|X1)-E(Y|X)"
+    if (model %in% c("logit", "probit", "relogit")) {
+      qi$rr <- ev1/ev
+      qi.name$rr <- "Risk Ratios: P(Y=1|X1)/P(Y=1|X)"
+    }
+  }
+  if (!is.null(y)) {
+    yvar <- matrix(rep(y, nrow(simpar)), nrow = nrow(simpar), byrow = TRUE)
+    tmp.ev <- yvar - qi$ev
+    if (check)
+      tmp.pr <- yvar - as.integer(qi$pr)
+    else
+      tmp.pr <- yvar - qi$pr
+    qi$ate.ev <- matrix(apply(tmp.ev, 1, mean), nrow = nrow(simpar))
+    qi$ate.pr <- matrix(apply(tmp.pr, 1, mean), nrow = nrow(simpar))
+    qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+    qi.name$ate.pr <- "Average Treatment Effect: Y - PR"
+  }
+  list(qi=qi, qi.name=qi.name)
+}
+
+
+
+
+
+
diff --git a/R/qi.lm.R b/R/qi.lm.R
new file mode 100644
index 0000000..0b29a3b
--- /dev/null
+++ b/R/qi.lm.R
@@ -0,0 +1,24 @@
+qi.lm <- function(object, simpar, x, x1 = NULL, y = NULL) {
+  k <- length(object$coef)
+  coef <- simpar[,1:k]
+  alpha <- simpar[,(k+1):ncol(simpar)]
+  ev <- coef %*% t(x)
+  qi <- list(ev=ev)
+  qi.name <- list(ev="Expected Values: E(Y|X)")
+  if(!is.null(x1)){
+    ev1 <- coef %*% t(x1)
+    qi$fd <- ev1-ev
+    qi.name$fd <-
+      "First Differences in Expected Values: E(Y|X1)-E(Y|X)"
+  }
+  if (!is.null(y)) {
+    yvar <- matrix(rep(y, nrow(simpar)), nrow = nrow(simpar), byrow = TRUE)
+    tmp.ev <- yvar - qi$ev
+    qi$ate.ev <- matrix(apply(tmp.ev, 1, mean), nrow = nrow(simpar))
+    qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+  }
+  list(qi=qi, qi.name=qi.name)
+}
+
+
+
diff --git a/R/qi.multinom.R b/R/qi.multinom.R
new file mode 100644
index 0000000..797e03d
--- /dev/null
+++ b/R/qi.multinom.R
@@ -0,0 +1,35 @@
+qi.polr <- function(object, simpar, x = x, x1 = NULL) {
+  m <- ncol(x)
+  lev <- object$lev
+  k <- length(lev)
+  ev.multinom<-function(num, sims, x, lev, k, m){
+    eta <- NULL
+    for (i in 1:(k-1))
+      eta <- cbind(eta, sims[,(m*(i-1)+1):(m*i)]%*%t(x))
+    eta <- exp(cbind(rep(0, num), eta))
+    ev <- eta/apply(eta, 1, sum)
+    colnames(ev) <- lev
+    ev
+  }
+  ev <- ev.multinom(num, simpar, x, lev, k, m)
+  Ipr <- sim.cut <- matrix(NA, nrow = nrow(ev), ncol = ncol(ev))
+  colnames(Ipr) <- colnames(sim.cut) <- lev
+  sim.cut[,1] <- ev[,1]
+  for (j in 2:k) 
+    sim.cut[,j] <- sim.cut[,(j-1)] + ev[,j]
+  tmp <- runif(nrow(ev), 0, 1)
+  for (l in 1:k) 
+    Ipr[,l] <- tmp > sim.cut[,l]
+  pr <- NULL
+  for (m in 1:nrow(Ipr))
+    pr[m] <- 1 + sum(Ipr[m,])
+  res$qi <- list(ev=ev, pr=pr)
+  res$qi.name <- list(ev = "Predicted Probabilities: P(Y=j|X)",
+                      pr = "Predicted Values: Y|X")
+  if(!is.null(x1)){
+    ev1 <- ev.multinom(num, simpar, x1, lev, k, m)
+    res$qi$fd <- ev1-ev
+    res$qi.name$fd <- "First Differences: P(Y=j|X1)-P(Y=j|X)"
+  }
+  list(qi=qi, qi.name=qi.name)
+}
diff --git a/R/qi.polr.R b/R/qi.polr.R
new file mode 100644
index 0000000..9467f71
--- /dev/null
+++ b/R/qi.polr.R
@@ -0,0 +1,77 @@
+qi.polr <- function(object, simpar, x, x1 = NULL, y = NULL) {
+  m <- length(coef(object))
+  sim.coef <- simpar[,1:m]
+  sim.zeta <- simpar[,(m+1):ncol(simpar)]
+  k <- length(object$zeta) + 1
+  lev <- object$lev
+  eta <- x[,-1] %*% t(sim.coef)
+  ev.polr <- function(ev, eta, sim.zeta) {
+    for (j in 1:ncol(sim.zeta)) 
+      ev[,j,] <- exp(sim.zeta[,j] - t(eta)) / (1 + exp(sim.zeta[,j] - t(eta)))
+     for (j in 0:(ncol(sim.zeta)-1)) 
+      ev[,dim(ev)[2]-j,] <- ev[,dim(ev)[2]-j,]-ev[,(dim(ev)[2]-j-1),]
+    ev
+  }
+  ev <- array(1, dim = c(nrow(sim.coef), length(lev), nrow(x)),
+              dimnames = list(NULL, lev, rownames(x)))
+  ev <- ev.polr(ev, eta, sim.zeta)
+  sim.cut <- Ipr <- array(1, dim = dim(ev), dimnames = dimnames(ev))
+  pr <- matrix(NA, nrow = nrow(sim.coef), ncol = nrow(x))
+  sim.cut[,1,] <- ev[,1,]
+  tmp <- matrix(runif(length(sim.cut[,1,]), 0, 1), nrow =
+                dim(sim.cut)[1], ncol = dim(sim.cut)[3])
+  for (j in 2:length(lev))   
+    sim.cut[,j,] <- sim.cut[,(j-1),] + ev[,j,]
+  for (k in 1:length(lev))
+    Ipr[,k,] <- as.integer(tmp > sim.cut[,k,])
+  for (n in 1:dim(Ipr)[3])
+    pr[,n] <- 1 + rowSums(Ipr[,,n])
+  pr <- matrix(factor(pr, labels = lev, ordered = TRUE),
+               nrow = nrow(sim.coef), ncol = nrow(x))
+  colnames(pr) <- rownames(x)
+  qi <- list(ev=ev, pr=pr)
+  qi.name <- list(ev="Expected Values: P(Y=j|X)",
+                  pr="Predicted Values: Y|X")
+  if(!is.null(x1)){
+    ev1 <- array(1, dim = c(nrow(sim.coef), length(lev), nrow(x)),
+                 dimnames = list(NULL, lev, rownames(x)))
+    eta1 <- x1[,-1] %*% t(sim.coef)
+    ev1 <- ev.polr(ev1, eta1, sim.zeta)
+    qi$fd <- ev1 - ev
+    qi$rr <- ev1 / ev
+    qi.name$fd <- "First Differences: P(Y=j|X1)-P(Y=j|X)"
+    qi.name$rr <- "Risk Ratio: P(Y=j|X1)-P(Y=j|X)"
+  }
+  if (!is.null(y)) {
+    yvar <- matrix(NA, nrow = length(y), ncol = length(lev))
+    tmp.ev <- tmp.pr <- array(NA, dim = dim(qi$ev))
+    pr.idx <- array(NA, dim = c(nrow(pr), length(lev), nrow(x)))
+    qi$ate.ev <- qi$ate.pr <- matrix(NA, dim(qi$ev)[1], dim(qi$ev)[2])
+    for (i in 1:length(lev)) {
+      yvar[,i] <- as.integer(y == lev[i])
+      pr.idx[,i,] <- as.integer(pr[,i] == lev[i])
+    }
+    colnames(yvar) <- lev 
+    for (j in 1:ncol(yvar)) {
+      tmp.ev[,j,] <- yvar[,j] - qi$ev[,j,]
+      tmp.pr[,j,] <- yvar[,j] - pr.idx[,j,]
+      qi$ate.ev[,j] <- apply(tmp.ev[,j,], 1, mean)
+      qi$ate.pr[,j] <- apply(tmp.pr[,j,], 1, mean)
+    }
+    colnames(qi$ate.ev) <- colnames(qi$ate.pr) <- lev
+    qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+    qi.name$ate.pr <- "Average Treatment Effect: Y - PR"
+  }
+  list(qi=qi, qi.name=qi.name)
+}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/qi.relogit.R b/R/qi.relogit.R
new file mode 100644
index 0000000..59bdb40
--- /dev/null
+++ b/R/qi.relogit.R
@@ -0,0 +1,79 @@
+qi.relogit <- function(object, simpar, x, x1 = NULL, y = NULL) {
+  tau <- eval(object$call$tau, sys.parent())
+  if (is.null(object$call$bias.correct))
+    object$call$bias.correct <- TRUE
+  num <- nrow(simpar$par0)
+  tmp0 <- tmp1 <- object
+  tmp0$coefficients["(Intercept)"] <- object$correct[1]
+  tmp1$coefficients["(Intercept)"] <- object$correct[2]
+  if (length(tau) == 2){
+    low <- qi.glm(tmp0, simpar$par0, x, x1)
+    up <- qi.glm(tmp1, simpar$par1, x, x1)
+    PP <- PR <- array(NA, dim = c(num, 2, nrow(x)),
+                      dimnames = list(NULL, c("Lower Bound", "Upper Bound"),
+                        rownames(x)))
+    PP[,1,] <- P00 <- low$qi$ev
+    PP[,2,] <- P10 <- up$qi$ev
+    qi <- list(ev = PP)
+    qi.name <- list(ev = "Expected Values: E(Y|X)")
+    if (!is.null(x1)) {
+      FD <- RR <- array(NA, dim = c(num, 2, nrow(x)),
+                        dimnames = list(NULL, d2 = c("Lower Bound", "Upper Bound"), 
+                          rownames(x)))
+      sim01 <- qi.glm(tmp0, par0, x = x1, x1 = NULL)
+      sim11 <- qi.glm(tmp1, par1, x = x1, x1 = NULL)
+      tau0 <- object$call$tau[1]
+      tau1 <- object$call$tau[2]
+      P01 <- as.matrix(sim01$qi$ev)
+      P11 <- as.matrix(sim11$qi$ev)
+      OR <- (P10/(1-P10)) / (P00/(1-P00))
+      RR[,1,] <- pmin(as.matrix(P01/P00), as.matrix(P11/P10))
+      RR[,2,] <- pmax(as.matrix(P01/P00), as.matrix(P11/P10))
+      RD0 <- as.matrix(P01-P00)
+      RD1 <- as.matrix(P11-P10)
+      RD <- as.matrix((sqrt(OR)-1) / (sqrt(OR)+1))
+      ## checking monotonicity
+      y.bar <- mean(object$y)
+      beta0.e <- tmp0$coefficients
+      beta1.e <- tmp1$coefficients
+      ## evaluating RD at tau0 and tau1
+      RD0.p <- 1/(1+exp(-t(beta0.e) %*% t(x1))) - 1/(1+exp(-t(beta0.e) %*% t(x)))
+      RD1.p <- 1/(1+exp(-t(beta1.e) %*% t(x1))) - 1/(1+exp(-t(beta1.e) %*% t(x)))
+      ## evaluating RD at tau0+e and tau1+e
+      e <- 0.001
+      beta0.e["(Intercept)"] <- beta0.e["(Intercept)"]+log(1-tau0)-log(tau0) -
+        log(1-tau0-0.001)+log(tau0+0.001)
+      beta1.e["(Intercept)"] <- beta1.e["(Intercept)"]+log(1-tau1)-log(tau1) -
+        log(1-tau1-e)+log(tau1+e)
+      RD0.e <- 1/(1+exp(-t(beta0.e) %*% t(x1))) - 1/(1+exp(-t(beta0.e) %*% t(x)))
+      RD1.e <- 1/(1+exp(-t(beta1.e) %*% t(x1))) - 1/(1+exp(-t(beta1.e) %*% t(x)))
+      ## checking the sign and computing the bounds
+      check <- sum((RD1.e-RD1.p) * (RD0.e-RD0.p))
+      if (check > 0) {
+        FD[,1,] <- pmin(RD0, RD1)
+        FD[,2,] <- pmax(RD0, RD1)
+      }
+      else {
+        FD[,1,] <- pmin(RD0, RD1, RD)
+        FD[,2,] <- pmax(RD0, RD1, RD)
+      }
+      qi$fd <- FD
+      qi$rr <- RR
+      qi.name$fd <- "First Differences: P(Y=1|X1) - P(Y=1|X)"
+      qi.name$rr <- "Risk Ratios: P(Y=1|X1) / P(Y=1|X)"
+    }
+    if (!is.null(y)) {
+      yvar <- matrix(rep(y, num), nrow = num, byrow = TRUE)
+      tmp.ev <- yvar - qi$ev
+      tmp.pr <- yvar - as.integer(qi$pr)
+      qi$ate.ev <- matrix(apply(tmp.ev, 1, mean), nrow = num)
+      qi$ate.pr <- matrix(apply(tmp.pr, 1, mean), nrow = num)
+      qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+      qi.name$ate.pr <- "Average Treatment Effect: Y - PR"
+    }
+    out <- list(qi = qi, qi.name = qi.name)
+  }
+  else 
+    out <- qi.glm(object = object, simpar = simpar, x = x, x1 = x1, y = y)
+  out
+}
diff --git a/R/qi.survreg.R b/R/qi.survreg.R
new file mode 100644
index 0000000..fea4e78
--- /dev/null
+++ b/R/qi.survreg.R
@@ -0,0 +1,92 @@
+qi.survreg <- function(object, simpar, x, x1 = NULL, y = NULL, cond.data = NULL) {
+  model <- object$zelig
+  k <- length(object$coef)
+  sim.coef <- as.matrix(simpar[,1:k])
+  if (model %in% c("weibull", "Weibull", "lognorm")) #{
+    sim.scale <- simpar[,(k+1):ncol(simpar)]
+  if (!is.null(y)) {
+    status <- x[,1]
+    x <- as.data.frame(x[,2:ncol(x)])
+  }
+  link <- survreg.distributions[[object$dist]]$itrans
+  ev.pr.surv <- function(sim.coef, sim.scale, x, link) {
+    eta <- sim.coef %*% t(x)
+    theta <- as.matrix(apply(eta, 2, link))
+    ev <- pr <- matrix(NA, ncol=ncol(theta), nrow=nrow(theta))
+    dimnames(pr) <- dimnames(ev) <- dimnames(theta) 
+    if (model == "exp") {
+      ev <- theta
+      for (i in 1:nrow(pr))
+        pr[i,] <- rexp(length(ev[i,]), rate = 1/ev[i,])
+    }
+    else if (model == "weibull" || model == "Weibull") {
+      ev <- theta * gamma(1 + exp(sim.scale))
+      for (i in 1:nrow(pr))
+        pr[i,] <- rweibull(length(ev[i,]), shape=1/exp(sim.scale[i]),
+                           scale=theta[i,])
+    }
+    else if (model == "lognorm") {
+      ev <- exp(log(theta) + 0.5*(1/exp(sim.scale))^2)
+      for (i in 1:nrow(pr)) 
+        pr[i,] <- rlnorm(length(ev[i,]), meanlog = log(theta[i,]),
+                         sdlog = 1/exp(sim.scale[i]))
+    }
+    list(ev=ev, pr=pr)
+  } 
+  qi <- ev.pr.surv(sim.coef, sim.scale, x, link)
+  if (!is.null(y)) {
+    if (is.null(cond.data))
+      stop("`cond.data' is required for the exponential, Weibull, and lognormal models.")
+    call <- object$call
+    call$by <- NULL
+    call$data <- cond.data
+    est0 <- eval(call, sys.frame())
+    par0 <- matrix(param(est0, bootstrap = TRUE), nrow = 1)
+    coef0 <- matrix(par0[,1:k], nrow = 1)
+    if (model %in% c("weibull", "Weibull", "lognorm"))
+      scale0 <- rep(par0[,(k+1):ncol(par0)], nrow(x))
+    qi0 <- ev.pr.surv(coef0, scale0, x, link)
+    y1 <- y
+    tmp <- status
+    y[status == 0] <- qi0$pr[(status == 0), 1]
+    status[status == 0] <- as.integer(y1[status == 0] < y[status == 0])
+    while (sum(status) < length(status)) {
+      qi0 <- ev.pr.surv(coef0, scale0, x, link)
+      y[status == 0] <- qi0$pr[status == 0, 1]
+      status[status == 0] <- as.integer(y1[status == 0] < y[status == 0])
+    }
+  }
+  qi.name <- list(ev="Expected Values: E(Y|X)",
+                  pr="Predicted Values: Y|X")
+  if (!is.null(x1)) {
+    eta1.sim <- sim.coef %*% t(x1)
+    ev1 <- apply(eta1.sim, 2, link)
+    qi$fd <- ev1 - qi$ev
+    qi.name$fd <- "First Differences: E(Y|X1)-E(Y|X)"
+  }
+  if (!is.null(y)) {
+    yvar <- matrix(rep(y, nrow(simpar)), nrow = nrow(simpar), byrow = TRUE)
+    tmp.ev <- yvar - qi$ev
+    tmp.pr <- yvar - qi$pr
+    qi$ate.ev <- matrix(apply(tmp.ev, 1, mean), nrow = nrow(simpar))
+    qi$ate.pr <- matrix(apply(tmp.pr, 1, mean), nrow = nrow(simpar))
+    qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+    qi.name$ate.pr <- "Average Treatment Effect: Y - PR"
+  }
+  list(qi=qi, qi.name=qi.name)
+}  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/qi.vglm.R b/R/qi.vglm.R
new file mode 100644
index 0000000..6eacacd
--- /dev/null
+++ b/R/qi.vglm.R
@@ -0,0 +1,228 @@
+qi.vglm <- function (object, simpar, x, x1=NULL, y = NULL) {
+  model <- object$zelig
+  cm <- object at constraints
+  if (model=="mlogit" || model=="oprobit")
+    ndim <- (ncol(object at y)-1)
+  else if (model=="blogit" || model=="bprobit")
+    ndim <- 3
+  else if (model=="sur")
+    ndim <- ncol(object at y)
+  v <- rep(list(NULL), ndim)
+  for(i in 1:length(cm)) {
+    if(ncol(cm[[i]])==1){
+      for(j in 1:ndim)
+        if(sum(cm[[i]][j,])==1)
+          v[[j]] <- c(v[[j]], names(cm)[i])
+    }
+    else {
+      for (j in 1:ndim)
+        if (sum(cm[[i]][j,])==1)
+          v[[j]] <- c(v[[j]], paste(names(cm)[i], ":", j, sep=""))
+    }
+  }
+  all.coef <- NULL
+  for(i in 1:ndim)
+    all.coef <- c(all.coef, list(simpar[,v[[i]]]))
+  if (model=="mlogit" || model=="oprobit"){
+    if(is.null(colnames(object at y)))
+      cnames <- ynames <- seq(1,ndim+1,1)
+    else
+      cnames <- ynames <- colnames(object at y)
+    for(i in 1:(ndim+1))
+      cnames[i] <- paste("Pr(Y=", ynames[i],")",sep="")
+  }
+  else if(model=="blogit" || model=="bprobit") 
+    cnames <- c("Pr(Y1=0, Y2=0)", "Pr(Y1=0, Y2=1)",
+                "Pr(Y1=1, Y2=0)", "Pr(Y1=1, Y2=1)")
+  else if(model=="sur"){
+    if(is.null(colnames(object at y)))
+      cnames <- ynames <- seq(1,ndim,1)
+    else
+      ynames <- cnames <- colnames(object at y)
+    for(i in 1:ndim)
+      cnames[i] <- paste("E(Y_", ynames[i],"|X)",sep="")
+  }
+  else
+    stop(paste(model, "is not supported"))
+  pp.vglm <- function(object, cm, all.coef, x, ndim, cnames){
+    xm <- rep(list(NULL), ndim)
+    for (i in 1:length(cm))
+      for (j in 1:length(xm))
+        if (sum(cm[[i]][j,]) == 1)
+          xm[[j]] <- c(xm[[j]], x[,names(cm)[i]])
+    sim.eta <- NULL
+    for (i in 1:ndim)
+      sim.eta <- cbind(sim.eta, all.coef[[i]] %*% as.matrix(xm[[i]]))
+    ev <- object at family@inverse(sim.eta)
+    colnames(ev) <- cnames
+    ev
+  }
+  pr.vglm <- function(object, ev, ynames) { # To assign predicted values.
+    model <- object$zelig
+    if (model == "mlogit" || model == "oprobit") {
+      k <- ncol(ev)
+      Ipr <- sim.cut <- matrix(NA, nrow = nrow(ev), ncol = ncol(ev))
+      colnames(Ipr) <- colnames(sim.cut) <- colnames(ev)
+      sim.cut[,1] <- ev[,1]
+      for (j in 2:k) 
+        sim.cut[,j] <- sim.cut[,(j-1)] + ev[,j]
+      tmp <- runif(nrow(ev), 0, 1)
+      for (l in 1:k) 
+        Ipr[,l] <- tmp > sim.cut[,l]
+      pr <- NULL
+      for (m in 1:nrow(Ipr))
+        pr[m] <- 1 + sum(Ipr[m,])
+      pr <- factor(pr, levels = sort(unique(pr)), labels = ynames)
+      if (model == "mlogit")
+        pr <- factor(pr, ordered = FALSE)
+      pr <- matrix(pr, nrow = dim(ev)[1])
+    }
+    else if (model == "blogit" || model == "bprobit") {
+      mpr <- cbind((ev[,3] + ev[,4]), (ev[,2] + ev[,4]))
+      index <- matrix(NA, ncol = 2, nrow = nrow(mpr))
+      for (i in 1:2)
+        index[,i] <- rbinom(length(mpr[,i]), 1, mpr[,i])
+      pr <- matrix(NA, nrow(simpar), 4)
+      pr[,1] <- as.character(as.integer(index[,1] == 0 & index[,2] == 0))
+      pr[,2] <- as.character(as.integer(index[,1] == 0 & index[,2] == 1))
+      pr[,3] <- as.character(as.integer(index[,1] == 1 & index[,2] == 0))
+      pr[,4] <- as.character(as.integer(index[,1] == 1 & index[,2] == 1))
+      colnames(pr) <- c("(Y1=0, Y2=0)", "(Y1=0, Y2=1)", "(Y1=1, Y2=0)",
+                        "(Y1=1, Y2=1)")
+    }
+#    else if (model == "sur") { # Need to test/add pr.  
+#      pr[i,] <- mvrnorm(length(ev[i,], mu = ev[i,], vcov = vcov(object)))
+#    }
+    pr
+  }
+  if (nrow(x) == 1) {
+    ev <- pp.vglm(object, cm, all.coef, x, ndim, cnames)
+    pr <- pr.vglm(object, ev, ynames)
+  }
+  else {
+    ev <- array(dim = c(nrow(simpar), if(model=="sur") ndim else (ndim+1), nrow(x)))
+    if (model == "mlogit" || model == "oprobit")
+      pr <- matrix(nrow=nrow(simpar), ncol=nrow(x))
+    else if (model == "blogit" || model == "bprobit")
+      pr <- array(dim = c(nrow(simpar), 4, nrow(x)))
+    else if (model == "sur")   #### Need to change this
+      pr <- NULL  
+    for (i in 1:nrow(x)){
+      tmp <- matrix(x[i,], nrow=1)
+      colnames(tmp) <- colnames(x)
+      rownames(tmp) <- rownames(x)[i]
+      tmp.ev <- pp.vglm(object, cm, all.coef, tmp, ndim, cnames)
+      tmp.pr <- pr.vglm(object, tmp.ev, ynames)
+      ev[,,i] <- tmp.ev
+      if (model == "blogit" || model == "bprobit")
+        pr[,,i] <- tmp.pr
+      else if (model == "mlogit" || model == "oprobit")
+        pr[,i] <- tmp.pr
+      else if (model == "sur") ##### Placeholder NEED TO FIX!!!!
+        pr <- NULL 
+    }
+    dimnames(ev) <- list(rownames(tmp.ev), colnames(tmp.ev), NULL)
+    if (model == "blogit" || model == "bprobit")
+      dimnames(pr) <- list(rownames(tmp.pr), colnames(tmp.pr), NULL)
+    else if (model == "mlogit" || model == "oprobit")
+      dimnames(pr) <- list(c(1:nrow(simpar)), NULL)
+    else if (model == "sur")  ### Need to change.
+      dimnames(pr) <- NULL
+  }
+  if (model=="mlogit" || model=="oprobit") {
+    qi <- list(ev=ev, pr=pr)
+    qi.name <- list(ev="Predicted Probabilities: Pr(Y=k|X)",
+                    pr="Predicted Values: Y=k|X")
+  }
+  else if (model=="blogit" || model=="bprobit") {
+    qi <- list(ev=ev, pr=pr)
+    qi.name <- list(ev="Predicted Probabilities: Pr(Y1=k,Y2=l|X)",
+                    pr="Predicted Values: (Y1,Y2)|X")
+  }
+  else if (model=="sur") {
+    qi <- list(ev=ev, pr=pr)
+    qi.name <- list(ev="Expected Values: E(Yj|X)",
+                    pr="Predicted Values: Yj|X")
+  }
+  if (!is.null(x1)) {
+    if (nrow(x1) == 1)
+      ev1 <- pp.vglm(object, cm, all.coef, x1, ndim, cnames)
+    else {
+      ev1 <- array(dim = c(nrow(simpar), if(model=="sur") ndim else (ndim+1), nrow(x1)))
+      for (i in 1:nrow(x1)) {
+        tmp <- matrix(x1[i,], nrow=1)
+        colnames(tmp) <- colnames(x1)
+        rownames(tmp) <- rownames(x1)[i]
+        tmp <- pp.vglm(object, cm, all.coef, tmp, ndim, cnames)
+        ev1[,,i] <- tmp
+      }
+      dimnames(ev1) <- list(rownames(tmp), colnames(tmp), NULL)
+    }
+    qi$fd <- ev1 - ev
+    if (model=="mlogit" || model=="oprobit") {
+      qi$rr <- ev1 / ev
+      qi.name$fd <- "First Differences: Pr(Y=k|X1) - Pr(Y=k|X)"
+      qi.name$rr <- "Risk Ratios: Pr(Y=k|X1) / Pr(Y=k|X)"
+    }
+    else if (model=="blogit" || model=="bprobit") {
+      qi$rr <- ev1/ev
+      qi.name$fd <- "First Differences: Pr(Y1=k,Y2=l|X1) - Pr(Y1=k,Y2=l|X)"
+      qi.name$rr <- "Risk Ratios: Pr(Y1=k,Y2=l|X1) / Pr(Y1=k,Y2=l|X)"
+    }
+    else if(model=="sur")
+      qi.name$fd <- "First Differences: E(Yj|X1j) - E(Yj|Xj)"
+  }
+  if (!is.null(y)) {
+    tmp.ev <- tmp.pr <- array(NA, dim = dim(qi$ev))
+    qi$ate.ev <- qi$ate.pr <- matrix(NA, dim(qi$ev)[1], dim(qi$ev)[2])
+    if (model=="mlogit" || model=="oprobit") {
+      yvar <- matrix(NA, nrow = length(y), ncol = length(ynames))
+      pr.idx <- array(NA, dim = c(nrow(pr), length(ynames), nrow(x)))
+      for (i in 1:length(ynames)) {
+        yvar[,i] <- as.integer(y == ynames[i])
+        pr.idx[,i,] <- as.integer(pr[,i] == ynames[i])
+      }
+      colnames(qi$ate.ev) <- colnames(qi$ate.pr) <- ynames
+    }
+    else if (model=="blogit" || model=="bprobit") {
+      yvar <- matrix(NA, nrow = nrow(y), ncol = 4)
+      yvar[,1] <- as.integer(y[,1] == 0 & y[,2] == 0)
+      yvar[,2] <- as.integer(y[,1] == 0 & y[,2] == 1)
+      yvar[,3] <- as.integer(y[,1] == 1 & y[,2] == 0)
+      yvar[,4] <- as.integer(y[,1] == 1 & y[,2] == 1)
+      pr.idx <- array(NA, dim = c(nrow(pr), 4, nrow(x)))
+      for (i in 1:4)
+        pr.idx[,i,] <- as.integer(pr[,i,])
+      colnames(qi$ate.ev) <- colnames(qi$ate.pr) <-
+        c("(Y1=0, Y2=0)", "(Y1=0, Y2=1)",
+          "(Y1=1, Y2=0)", "(Y1=1, Y2=1)")
+    }
+    for (j in 1:ncol(yvar)) {
+      for (i in 1:nrow(simpar)) {
+        tmp.ev[i,j,] <- yvar[,j] - qi$ev[i,j,]
+        tmp.pr[i,j,] <- yvar[,j] - pr.idx[i,j,]
+      }
+      qi$ate.ev[,j] <- apply(tmp.ev[,j,], 1, mean)
+      qi$ate.pr[,j] <- apply(tmp.pr[,j,], 1, mean)
+    }
+    qi.name$ate.ev <- "Average Treatment Effect: Y - EV"
+    qi.name$ate.pr <- "Average Treatment Effect: Y - PR"
+  }
+  list(qi=qi, qi.name=qi.name)
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/relogit.R b/R/relogit.R
new file mode 100644
index 0000000..bcb3ef8
--- /dev/null
+++ b/R/relogit.R
@@ -0,0 +1,47 @@
+relogit <- function(formula, data=sys.parent(), tau=NULL,
+                    bias.correct=TRUE, ...){
+  mf <- match.call()
+  mf$tau <- mf$bias.correct <- NULL
+  if (!is.null(tau))
+    tau <- unique(tau)
+  if (length(tau) > 2)
+    stop("tau must be a vector of length less than or equal to 2")
+  mf[[1]] <- as.name("glm")
+  mf$family <- as.name("binomial")
+  res <- eval(as.call(mf))
+  res$call <- match.call(expand.dots = TRUE)
+  ## prior correction 
+  y <- res$y  
+  ybar <- mean(y)
+  #w1 <- tau/ybar
+  #w0 <- (1-tau)/(1-ybar)
+  #wi <- w1*y + w0*(1-y)
+  X <- model.matrix(res)
+  if (bias.correct){
+    pihat <- fitted(res)
+    # if (is.null(tau))
+    #   W <- pihat * (1 - pihat) * wi
+    # else 
+    W <- pihat * (1 - pihat)
+    Qdiag <- lm.influence(glm(y ~ X-1, weights=W))$hat
+    #if (is.null(tau)) 
+    #  xi <- 0.5 * Qdiag * ((1+w0)*pihat-w0)
+    #else 
+    xi <- 0.5 * Qdiag * (2*pihat - 1)
+    res$coefficients <- res$coefficients -
+      glm(xi ~ X - 1, weights=W)$coefficients 
+  }
+  if (!is.null(tau)){      
+    if (tau <= 0 || tau >= 1) 
+      stop("\ntau needs to be between 0 and 1.\n") 
+    res$correct <- res$coefficients["(Intercept)"] - 
+      log(((1-tau)/tau) * (ybar/(1-ybar)))
+    names(res$correct) <- paste("tau =", round(tau, 4))
+  }
+  res$linear.predictors <- t(res$coef) %*% t(X) 
+  res$fitted.values <- 1/(1+exp(-res$linear.predictors))
+  res$zelig <- "relogit"
+  class(res) <- "relogit"
+  res
+}
+
diff --git a/R/repl.R b/R/repl.R
new file mode 100644
index 0000000..240ee64
--- /dev/null
+++ b/R/repl.R
@@ -0,0 +1,2 @@
+repl <- function(object, ...)
+  UseMethod("repl")
diff --git a/R/repl.default.R b/R/repl.default.R
new file mode 100644
index 0000000..74dd4e1
--- /dev/null
+++ b/R/repl.default.R
@@ -0,0 +1,5 @@
+repl.default <- function(object, data=NULL, ...) {
+  if (!is.null(data))
+    object$call$data <- data
+  eval(object$call, sys.parent())
+}
diff --git a/R/repl.zelig.R b/R/repl.zelig.R
new file mode 100644
index 0000000..d007c2d
--- /dev/null
+++ b/R/repl.zelig.R
@@ -0,0 +1,20 @@
+repl.zelig <- function(object, prev=NULL, data=NULL, x=NULL,
+  x1=NULL, bootfn=NULL, ...) {
+  rep.zelig <- eval(object$zelig.call, sys.parent())
+  object$call$object <- rep.zelig
+  if (is.null(x))
+    object$call$x <- object$x
+  else
+    object$call$x <- x
+  if (is.null(x1))
+    object$call$x1 <- object$x1
+  else
+    object$call$x1
+  if (!is.null(prev))
+    object$call$prev <- prev
+  eval(object$call, sys.parent())
+}
+
+
+
+
diff --git a/R/rocplot.R b/R/rocplot.R
new file mode 100644
index 0000000..57b3418
--- /dev/null
+++ b/R/rocplot.R
@@ -0,0 +1,38 @@
+rocplot <- function(y1, y2, fitted1, fitted2,
+                    cutoff = seq(from=0, to=1, length=100), lty1="solid",
+                    lty2="dashed", lwd1=par("lwd"), lwd2=par("lwd"),
+                    col1=par("col"), col2=par("col"), main="ROC Curve",
+                    xlab = "Proportion of 1's Correctly Predicted",
+                    ylab="Proportion of 0's Correctly Predicted", ...) {
+  op <- par(no.readonly = TRUE)
+  par(mar = c(4,4,2,1), tcl = -0.25, mgp = c(2, 0.6, 0))
+  ones <- zeros <- matrix(NA, nrow = length(cutoff), ncol = 2)
+  for (i in 1:length(cutoff)) {
+    ones[i,1] <- mean(fitted1[y1==1] >= cutoff[i]) 
+    ones[i,2] <- mean(fitted2[y2==1] >= cutoff[i])
+    zeros[i,1] <- mean(fitted1[y1==0] < cutoff[i])
+    zeros[i,2] <- mean(fitted2[y2==0] < cutoff[i])
+  }
+  plot(0:1, 0:1, type = "n", xaxs = "i", yaxs = "i",
+       main=main, xlab=xlab, ylab=ylab, ...)
+  lines(cbind(ones[,1], zeros[,1]), lty = lty1, lwd = lwd1, col=col1)
+  lines(cbind(ones[,2], zeros[,2]), lty = lty2, lwd = lwd2, col=col2)
+  abline(1, -1, lty = "dotted")
+  par(op)
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/setx.MI.R b/R/setx.MI.R
new file mode 100644
index 0000000..4180f2f
--- /dev/null
+++ b/R/setx.MI.R
@@ -0,0 +1,31 @@
+setx.MI <- function(object, fn = list(numeric = mean, ordered =
+                              median, other = mode), data = NULL,
+                    cond = FALSE, counter = NULL, ...) {
+  M <- length(object)
+  dta <- NULL
+  if (!cond) {# unconditional predition
+    obj <- object[[1]]
+    for (i in 1:M) {
+      if(is.null(data))
+        tmp <- as.data.frame(eval(object[[1]]$call$data,
+                              sys.parent())[[i]])
+      else
+        tmp <- data[[i]]
+      dta <- rbind(dta, tmp)
+    }
+    X <- setx(object[[1]], fn = fn, data = dta, cond = FALSE,
+              counter = NULL, ...)
+    class(X) <- c("setx.MI", "setx")
+  }
+  else { # conditional prediction
+    X <- list()
+    if (is.null(data))
+      data <- eval(object[[1]]$call$data, sys.parent())
+    for (i in 1:M)
+      X[[i]] <- setx(object[[i]], fn = NULL, data = data[[i]], cond = TRUE,
+                              counter = counter, ...)
+    class(X) <- c("setx.MI", "cond")
+  }
+  return(X)
+}
+
diff --git a/R/setx.R b/R/setx.R
new file mode 100644
index 0000000..006716c
--- /dev/null
+++ b/R/setx.R
@@ -0,0 +1,3 @@
+setx<-function(object, ...)
+  UseMethod("setx")
+
diff --git a/R/setx.default.R b/R/setx.default.R
new file mode 100644
index 0000000..daef0cc
--- /dev/null
+++ b/R/setx.default.R
@@ -0,0 +1,176 @@
+setx.default <- function(object, fn = list(numeric = mean, ordered =
+                                   median, other = mode), data = NULL,
+                         cond = FALSE, counter = NULL, ...){
+  mf <- match.call()
+  mode <- function(x){
+    tb <- tapply(x, x, length)
+    if(is.factor(x))
+      value <- factor(unlist(labels(tb[seq(along=tb)[tb==max(tb)]])),
+                      levels=levels(x))
+    else if (is.logical(x))
+      value <- as.logical(unlist(labels(tb[seq(along=tb)[tb==max(tb)]])))
+    else if (is.character(x))
+      value <- as.character(unlist(labels(tb[seq(along=tb)[tb==max(tb)]])))
+    else
+      stop(paste(vars[i], "is not a supported variable type."))
+    if (length(value)>1) {
+      warning("There is more than one mode. The first level is selected.")
+      value <- sort(value)[1]
+    }
+    return(value)
+  }
+  median.default <- median
+  median <- function(x) {
+    if(is.numeric(x))
+      value <- median.default(x)
+    else if (is.ordered(x))
+      value <- factor(levels(x)[median.default(as.integer(x))],
+                      levels=levels(x)) 
+    else
+      stop("median cannot be calculated for this data type")
+    return(value)
+  }
+  max.default <- max
+  max <- function(x, na.rm=FALSE) {
+    if(is.numeric(x))
+      value <- max.default(x, na.rm=na.rm)
+    else if (is.ordered(x)) 
+      value <- factor(levels(x)[length(levels(x))], levels=levels(x))
+    else
+      stop("max cannot be calculated for this data type")
+    return(value)
+  }
+  min.default <- min
+  min <- function(x, na.rm=FALSE) {
+    if(is.numeric(x))
+      value <- min.default(x, na.rm = na.rm)
+    else if (is.ordered(x))
+      value <- factor(levels(x)[1], levels=levels(x))
+    else
+      stop("min cannot be calculated for this data type")
+    return(value)
+  }
+  if (any(class(object)=="vglm"))
+    tt <- object at terms$terms
+  else
+    tt <- terms(object)
+  if (is.null(data)) 
+    dta <- eval(object$call$data, sys.parent())
+  else
+    dta <- data
+  data <- dta <- dta[complete.cases(model.frame(tt, dta)), ]
+  vars <- names(dta)
+  if (!is.null(counter)) {
+    if (!any(counter == names(model.frame(tt, dta))))
+      stop(paste("the variable specified for counter is not used in the model"))
+    treat <- data[, names(data)==counter]
+    if(is.numeric(treat)) {
+      data[treat==1, names(data)==counter] <- 0
+      data[treat==0, names(data)==counter] <- 1
+    }
+    else if(is.factor(treat)) {
+      lev <- levels(treat)
+      if(length(lev)==2) {
+        treat <- as.numeric(treat) - 1 
+        data[treat==1, names(data)==counter] <- lev[1]
+        data[treat==0, names(data)==counter] <- lev[2]
+      }
+      else
+        stop(paste("counter only takes a binary variable"))
+    }
+    else if(is.logical(treat)) {
+      treat <- as.numeric(treat)
+      data[treat==1, names(data)==counter] <- FALSE
+      data[treat==0, names(data)==counter] <- TRUE
+    }
+    else
+      stop(paste("not supported variable type for counter"))
+    if(!cond)
+      stop(paste("if counter is specified, cond must be TRUE"))
+  }
+  if (cond) {
+    if (is.null(data)) 
+      stop(paste("if cond = TRUE, you must specify the data frame."))
+    if (!is.null(fn)) {
+      warning(paste("when cond = TRUE, fn is coerced to NULL"))
+      fn <- NULL
+    }
+    if (class(object)[1] == "vglm")
+      Y <- model.response(model.frame(tt, data=dta), "any")
+    else
+      Y <- model.extract(model.frame(tt, data=dta), "response")
+  }
+  else  if (!is.null(fn)) {
+    if (is.null(fn$numeric) || !is.function(fn$numeric)) {
+      warning("fn$numeric coerced to mean().")
+      fn$numeric <- mean
+    }
+    if (is.null(fn$ordered) || !is.function(fn$ordered) || 
+        identical(mean, fn$ordered)) {
+      warning("fn$ordered coreced to median().")
+      fn$ordered <- median
+    }
+    else if (identical(min.default, fn$ordered)) 
+      fn$ordered <- min
+    else if (identical(max.default, fn$ordered)) 
+      fn$ordered <- max
+    else if (identical(median.default, fn$ordered)) 
+      fn$ordered <- median
+    if (is.null(fn$other) || !is.function(fn$other)) { 
+      warning("the only available fn for other is mode.")
+      fn$other <- mode
+    }
+    for (i in 1:ncol(dta)) {
+      v <- na.omit(dta[,i])
+      if (any(vars[i] == names(model.frame(tt, dta)))) {
+        if (is.numeric(v))
+          value <- lapply(list(v), fn$numeric)[[1]]
+        else if (is.ordered(v)) 
+          value <- lapply(list(v), fn$ordered)[[1]]
+        else 
+          value <- lapply(list(v), fn$other)[[1]]
+        data[,i] <- value
+      }
+    }
+    opt <- vars[na.omit(pmatch(names(mf), vars))]
+    maxl <- 1
+    if (length(opt) > 0)
+      for (i in 1:length(opt)) {
+        value <- eval(mf[[opt[i]]], sys.parent())
+        lv <- length(value)
+        if (lv>1)
+          if (maxl==1 || maxl==lv) {
+            maxl <- lv
+            data <- data[1:lv,]
+          }
+          else
+            stop("vector inputs should have the same length.")
+        if (is.factor(data[,opt[i]]))
+          data[,opt[i]] <- list(as.factor(value))
+        else if (is.numeric(data[,opt[i]]))
+          data[,opt[i]] <- list(as.numeric(value))
+        else if (is.logical(data[,opt[i]]))
+          data[,opt[i]] <- list(as.logical(value))
+        else
+          data[,opt[i]] <- list(value)
+      }
+    data <- data[1:maxl,]
+  }
+  X <- model.matrix(delete.response(tt), data = data, contrasts =
+                    if (length(object$contrasts)>0) object$contrasts
+                    else NULL, xlev = object$xlevels, ...)
+  row.names(X) <- 1:nrow(X)
+  X <- as.matrix(X)
+  class(X) <- "setx"
+  if (cond) {
+    X <- cbind(Y, X)
+    if (!is.null(counter)) {
+      X <- list(treat=X[treat==1,], control=X[treat==0,])
+      class(X$treat) <- class(X$control) <- c("setx", "cond")
+      class(X) <- "setx.counter"
+    }
+    else
+      class(X) <- c("setx", "cond")
+  }
+  return(X)
+}
diff --git a/R/setx.noX.R b/R/setx.noX.R
new file mode 100644
index 0000000..a8e3394
--- /dev/null
+++ b/R/setx.noX.R
@@ -0,0 +1,24 @@
+setx.noX <- function(object, data = NULL, fn = NULL, cond = TRUE, ...) {
+  if (!is.null(fn) || !cond)
+    stop(paste("\n", object$call$model, "is only appropriate in a CONDITIONAL prediction research design!"))
+  if (any(class(object) == "latent"))  
+    x <- eval(object$call$formula[[2]])
+  else if (any(class(object) == "EI")) {
+    if (is.null(data))
+      data <- eval(object$call$data, sys.parent())
+    x <- model.frame(object, data = data, ...)
+    x1 <- x[[1]]
+    for (i in 2:length(x))
+      x1 <- cbind(x[[1]], x[[i]])
+    x1 <- data.frame(x1)
+    if (is.null(object$call$covar)) 
+      names(x1) <- c(colnames(x[[1]]), colnames(x[[2]]))
+    else
+      names(x1) <- c(colnames(x[[1]]), colnames(x[[2]]),
+                    deparse(object$call$covar[[3]]))
+    rownames(x1) <- rownames(x)
+    x <- x1
+  }
+  class(x) <- c("cond", "data.frame")
+  x
+}
diff --git a/R/setx.strata.R b/R/setx.strata.R
new file mode 100644
index 0000000..ca02636
--- /dev/null
+++ b/R/setx.strata.R
@@ -0,0 +1,47 @@
+setx.strata <- function(object, fn = list(numeric = mean, ordered =
+                                    median, other = mode), data =
+                          NULL, cond = FALSE, counter = NULL, ...) {
+  obj <- object[[1]]
+  x <- list()
+  if (any(class(obj)=="MI")) { # with multiple imputation
+    if (is.null(data))
+      dta <- eval(obj[[1]]$call$data, sys.parent())
+    else
+      dta <- data
+    by <- obj[[1]]$call$by
+    M <- length(dta)
+    d <- dta[[1]]
+    idx <- pmatch(by, names(d))[1]
+    lev <- sort(unique(eval(d[[idx]], sys.parent())))
+    for (i in 1:length(lev)) {
+      d <- list()
+      for (j in 1:M) {
+        dM <- dta[[j]]
+        d[[j]] <- as.data.frame(dM[dM[[idx]] == lev[i],])
+      }
+      x[[i]] <- setx(object[[i]], fn = fn, data = d, cond = cond,
+                     counter = counter, ...)
+    }
+  }
+  else { # without multiple imputation
+    if (is.null(data))
+      dta <- eval(obj$call$data, sys.parent())
+    else
+      dta <- data
+    by <- obj$call$by
+    idx <- pmatch(by, names(dta))[1]
+    lev <- sort(unique(eval(dta[[idx]], sys.parent())))
+    for (i in 1:length(lev)) {
+      d <- as.data.frame(dta[dta[[idx]] == lev[i],])
+      x[[i]] <- setx(object[[i]], fn = fn, data = d, cond = cond,
+                   counter = counter, ...)
+    }
+  }
+  names(x) <- names(object)
+  class(x) <- "setx.strata"
+  return(x) 
+}
+
+
+
+
diff --git a/R/sim.R b/R/sim.R
new file mode 100644
index 0000000..8925ecd
--- /dev/null
+++ b/R/sim.R
@@ -0,0 +1,2 @@
+sim <- function(object, x, ...) 
+  UseMethod("sim", x)
diff --git a/R/sim.cond.R b/R/sim.cond.R
new file mode 100644
index 0000000..376383e
--- /dev/null
+++ b/R/sim.cond.R
@@ -0,0 +1,74 @@
+sim.cond <- function(object, x, x1=NULL, num=c(1000, 100),
+                     qoi = c("ev", "pr"), prev = NULL,
+                     bootstrap = FALSE, bootfn=NULL,
+                     cond.data = NULL, ...) {
+  if (!is.null(x1)) {
+    warning("First Differences are not calculated in conditional prediction models.")
+    x1 <- NULL
+  }  
+  if (object$call$model %in% c("bprobit", "blogit")) {
+    yvar <- x[, 1:2]
+    x <- x[, 3:ncol(x)]
+  }
+  else if (any(class(object) == "EI")) {
+    yvar <- x[, 1:object$dims[2]]
+    x <- x[, (object$dims[2]+1):ncol(x)]
+  }
+  else if (any(class(object) == "latent")) 
+    yvar <- NULL
+  else {
+    yvar <- x[,1]
+    x <- x[,2:ncol(x)]
+  }
+  class(x) <- c("cond")
+  if (any(class(object) == "MCMCZelig"))
+    num <- nrow(object$coefficients)
+  if (length(num) == 2) {
+    if (!bootstrap)
+      num <- num[1]
+    else
+      num <- num[2]
+  }
+  if (is.null(prev)) {
+    if (!bootstrap & any(class(object) != "relogit")) 
+      simpar <- param(object, num=num, bootstrap=bootstrap)
+    else if (any(class(object) == "relogit")) 
+      simpar <- param.relogit(object, num=num, x=x,
+                              bootstrap=bootstrap, bootfn=bootfn, ...) 
+    else {
+      tt <- terms(object)
+      dta <- eval(object$data, sys.parent())
+      dta <- dta[complete.cases(model.frame(tt, dta)),]
+      if (is.null(bootfn)) 
+        bootfn <- bootfn.default
+      res <- boot(dta, bootfn, R = num, object = object, ...)
+      colnames(res$t) <- names(res$t0)
+      simpar <- res$t
+    }
+  }
+  else {
+    if (bootstrap)
+      stop("Error: Choosing 'bootstrap = TRUE' generates new parameters.  \nIf you wish to use previously generated parameters, \nplease specify only 'prev'.")
+    else
+      simpar <- prev
+  }
+  if (class(object)[1] == "survreg") 
+    simqi <- qi(object, simpar = simpar, x = x, x1 = x1, y = yvar,
+                cond.data = cond.data)
+  else
+    simqi <- qi(object, simpar = simpar, x = x, x1 = x1, y = yvar)
+  class(x) <- "cond"
+  c <- match.call()
+  c$num <- num
+  res <- list(x=x, x1=x1, call = c, zelig.call = object$call,
+              par = simpar, qi=simqi$qi, qi.name=simqi$qi.name)
+  class(res) <- "zelig"
+  res
+}
+
+
+
+
+
+
+
diff --git a/R/sim.counter.R b/R/sim.counter.R
new file mode 100644
index 0000000..934b896
--- /dev/null
+++ b/R/sim.counter.R
@@ -0,0 +1,21 @@
+sim.counter <- function(object, x, x1=NULL, num = c(100, 1000), ...) {
+  if (any(class(object) == "MCMCZelig"))
+    num <- nrow(object$coefficients)
+  else if (length(num) == 2) {
+    if (!bootstrap)
+      num <- num[1]
+    else
+      num <- num[2]
+  }
+  res <- list()
+  N <- 0
+  for (i in 1:length(x))
+    N <- N + nrow(x[[i]])
+  for (i in 1:length(x)) {
+    numX <- round((nrow(x[[i]]) / N) * num)
+    res[[i]] <- sim.default(object, x = x[[i]], x1 = x1[[i]], num =
+                            numX, ...)
+  }
+  res
+}
+
diff --git a/R/sim.default.R b/R/sim.default.R
new file mode 100644
index 0000000..9af8614
--- /dev/null
+++ b/R/sim.default.R
@@ -0,0 +1,57 @@
+sim.default <- function(object, x, x1=NULL, num=c(1000, 100),
+                        prev = NULL, bootstrap = FALSE, bootfn=NULL,
+                        cond.data = NULL, ...) {
+  if (any(class(object) == "MCMCZelig"))
+    num <- nrow(object$coefficients)
+  else if (length(num) == 2) {
+    if (!bootstrap)
+      num <- num[1]
+    else
+      num <- num[2]
+  }
+  if (is.null(prev)) {
+    if (!bootstrap & any(class(object) != "relogit"))
+      simpar <- param(object, num=num, bootstrap=bootstrap)
+    else if (any(class(object) == "relogit")) 
+      simpar <- param.relogit(object, num=num, x=x, bootstrap=bootstrap, bootfn=bootfn, ...) 
+    else {
+      tt <- terms(object)
+      dta <- eval(object$data, sys.parent())
+      dta <- dta[complete.cases(model.frame(tt, dta)),]
+      if (is.null(bootfn))
+        bootfn <- bootfn.default
+      res <- boot(dta, bootfn, R = num, object = object, ...)
+      colnames(res$t) <- names(res$t0)
+      simpar <- res$t
+    }
+  }
+  else {
+    if (bootstrap)
+      stop("Error: Choosing 'bootstrap = TRUE' generates new parameters.  \nIf you wish to use previously generated parameters, \nplease specify only 'prev'.")
+    else
+      simpar <- prev
+  }
+  simqi <- qi(object, simpar = simpar, x = x, x1 = x1, y = NULL)
+  c <- match.call()
+  c$num <- num
+  res <- list(x=x, x1=x1, call = c, zelig.call = object$call,
+              par = simpar, qi=simqi$qi, qi.name=simqi$qi.name)
+  class(res) <- "zelig"
+  res
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/sim.setx.MI.R b/R/sim.setx.MI.R
new file mode 100644
index 0000000..11144b0
--- /dev/null
+++ b/R/sim.setx.MI.R
@@ -0,0 +1,71 @@
+sim.setx.MI <- function(object, x, x1 = NULL, num = c(1000, 100), prev = NULL, 
+                          bootstrap = FALSE, bootfn = NULL, ...) {
+  if (any(class(object) == "MCMCZelig"))
+    num <- nrow(object[[1]]$coefficients) * length(object)
+  else if (length(num) == 2) {
+    if (!bootstrap)
+      num <- num[1]
+    else 
+      num <- num[2]
+  }
+  ca <- match.call()
+  if (!any(class(x) == "cond")) {
+    simpar <- MIsimulation(object, num, prev, bootstrap, bootfn, ...)
+    simqi <- qi(object[[1]], simpar = simpar, x = x, x1 = x1)
+    ca$num <- num
+    res <- list(x = x, x1 = x1, call = ca, zelig.call = object[[1]]$call, 
+                par = simpar, qi = simqi$qi, qi.name = simqi$qi.name)
+  }
+  else {
+    simpar <- MIsimulation(object, num, prev, bootstrap, bootfn, ...)
+    tmp.qi <- list()
+    for (i in 1:length(x)) {
+      if (!is.null(x1)) {
+        warning("First Differences are not calculated in conditional prediction models.")
+        x1 <- NULL
+      }
+      if (object[[i]]$call$model %in% c("bprobit", "blogit")) {
+        yvar <- x[[i]][,1:2]
+        x[[i]] <- x[[i]][,3:ncol(x[[i]])]
+      }
+      else {
+        yvar <- x[[i]][,1]
+        x[[i]] <- x[[i]][,2:ncol(x[[i]])]
+      }
+      tmp.qi[[i]] <- qi(object[[1]], simpar = simpar, x = x[[i]], x1 =
+                        x1[[i]], y = yvar)
+    }
+    simqi <- tmp.qi[[1]]
+    for (i in 2:length(tmp.qi)) {
+      for (j in 1:length(simqi)) {
+        if (length(dim(simqi$qi[[j]])) == 2)
+          simqi$qi[[j]] <- cbind(simqi$qi[[j]], tmp.qi[[i]]$qi[[j]])
+        else {
+          tmp <- array(NA, dim = c(dim(simqi$qi[[j]])[1],
+                             dim(simqi$qi[[j]])[2],
+                             (dim(simqi$qi[[j]])[3] +
+                              dim(tmp.qi[[i]]$qi[[j]])[3])))
+          tmp[,, 1:dim(simqi$qi[[j]])[3]] <- simqi$qi[[j]]
+          tmp[,, (dim(simqi$qi[[j]])[3]+1):dim(tmp)[3]] <-
+            tmp.qi[[i]]$qi[[j]]
+          simqi$qi[[j]] <- tmp
+        }
+      }
+      print(object[[1]]$call)
+      ca$num <- num
+      res <- list(x = x, x1 = x1, call = ca,
+                  zelig.call = object[[1]]$call, 
+                  par = simpar, qi = simqi$qi, qi.name =
+                  simqi$qi.name)
+    }
+  }
+  class(res) <- "zelig"
+  res
+}
+
+
+
+
+
+
+
diff --git a/R/sim.setx.strata.R b/R/sim.setx.strata.R
new file mode 100644
index 0000000..6a76a33
--- /dev/null
+++ b/R/sim.setx.strata.R
@@ -0,0 +1,40 @@
+sim.setx.strata <- function(object, x, x1 = NULL, num = c(1000, 100),
+                         bootstrap = FALSE, ...){
+  if (any(class(object) == "MCMCZelig"))
+    num <- nrow(object$coefficients)
+  if (length(num) == 2) {
+    if (!bootstrap)
+      num <- num[1]
+    else
+      num <- num[2]
+  }
+  if(any(class(object[[1]])=="MI")) {
+    dta <- eval((object[[1]])[[1]]$call$data, sys.parent())[[1]]
+    by <- (object[[1]])[[1]]$call$by
+  }
+  else {	
+    dta <- eval(object[[1]]$call$data, sys.parent())
+    by <- object[[1]]$call$by
+  }
+  N <- length(object)
+  res <- list()
+  idx <- match(by, names(dta))
+  lev <- names(object)
+  for (i in 1:length(lev)) {
+    dat <- dta[dta[[idx]] == lev[i],]
+    numN <- round(num/N)
+    res[[i]] <- sim(object[[i]], x = x[[i]], x1 = x1[[i]], num = numN,
+                    bootstrap = bootstrap, ...)
+    res[[i]]$nx <- nrow(dat)/nrow(dta)
+  }
+  class(res) <- "zelig.strata"
+  names(res) <- names(object)
+  res
+}
+
+
+
+
+
+
+
diff --git a/R/summarize.R b/R/summarize.R
new file mode 100644
index 0000000..62fd6b5
--- /dev/null
+++ b/R/summarize.R
@@ -0,0 +1,2 @@
+summarize <- function(x, ...)
+  UseMethod("summarize", x)
diff --git a/R/summarize.array.R b/R/summarize.array.R
new file mode 100644
index 0000000..c7e363d
--- /dev/null
+++ b/R/summarize.array.R
@@ -0,0 +1,31 @@
+summarize.array <- function(x, cip, stats, model, object, subset = NULL) {
+  if (is.function(subset)){  # subset = all; all is class "function"
+    tmp <- summarize.default(x[,,1], cip, stats, model)
+    tmp <- array(NA, dim=c(nrow(tmp), ncol(tmp), dim(x)[3]),
+                 dimnames=list(dimnames(x)[[2]], dimnames(tmp)[[2]],
+                   rownames(object$x)))
+    for (j in 1:dim(x)[3])
+      tmp[,,j] <- summarize.default(x[,,j], cip, stats, model)
+    res <- tmp
+  }
+  if(is.null(subset)){# subset = NULL; summarizes all obs at once. 
+    tmp <-NULL
+    for (j in 1:dim(x)[3])
+      tmp <- rbind(tmp, x[,,j])
+    res <- summarize.default(tmp, cip, stats, model)
+  }
+  if (is.numeric(subset)) { # subset=integer, summarizes identified obs
+    if (length(subset) > 1) {
+      tmp <- summarize.default(x[,,1], cip, stats, model)
+      tmp <- array(NA, dim=c(ncol(x), ncol(tmp), length(subset)),
+                   dimnames=list(dimnames(x)[[2]],
+                     dimnames(tmp)[[2]], as.character(subset))) 
+      for (l in 1:length(subset))
+        tmp[,,l] <- summarize.default(x[,,subset[l]], cip, stats, model)
+      res <- tmp
+    }
+    else
+      res <- summarize.default(x[,,subset], cip, stats, model)
+  }
+  return(res)
+}
diff --git a/R/summarize.default.R b/R/summarize.default.R
new file mode 100644
index 0000000..ab5cd78
--- /dev/null
+++ b/R/summarize.default.R
@@ -0,0 +1,32 @@
+summarize.default <- function(x, cip, stats, model, object, subset = NULL) {
+
+  res <- NULL
+  if (!is.matrix(x))
+    x <- as.matrix(x)
+  if (is.numeric(x)) {
+    if (!is.null(stats))
+      for (i in 1:length(stats)) 
+        res <- cbind(res, apply(x, 2, stats[i]))
+    res <- cbind(res, apply(x, 2, quantile, prob=cip[1]))
+    res <- cbind(res, apply(x, 2, quantile, prob=cip[2]))
+    colnames(res) <- c(stats, paste(cip[1]*100, "%", sep=""),
+                       paste(cip[2]*100, "%", sep=""))
+  }
+  else {
+    res <- t(apply(if(is.matrix(x)) x else as.matrix(x), 2, table))
+    if (length(unique(x))==1) {
+        colnames(res) <- unique(x)
+        if(model=="relogit")
+          if(colnames(res)==1) {
+            res <- cbind(0, res)
+            colnames(res)[1] <-0
+          }
+          else {
+            res <- cbind(res, 0)
+            colnames(res)[2] <-1
+          }
+      }
+    res <- res/nrow(x) * 100
+  }
+  return(res)
+}
diff --git a/R/summarize.matrix.R b/R/summarize.matrix.R
new file mode 100644
index 0000000..747ddb2
--- /dev/null
+++ b/R/summarize.matrix.R
@@ -0,0 +1,20 @@
+summarize.matrix <- function(x, cip, stats, model, object, subset = NULL) {
+  res <- NULL
+  if (dim(x)[2]==1)
+    res <- summarize.default(x, cip, stats, model)
+  else {
+    if (is.function(subset)) 
+      res <- summarize.default(x, cip, stats, model)
+    if (is.null(subset)) {
+      tmp <- matrix(c(x), ncol=1)
+      tmp <- summarize.default(tmp, cip, stats, model)
+      res <- as.matrix(tmp)
+      names(res) <- colnames(tmp)
+    }
+    if (is.numeric(subset)) {
+      res <- summarize.default(as.matrix(x[,subset]), cip, stats, model)
+      rownames(res) <- subset
+    }
+  }
+  return(res)
+}
diff --git a/R/summary.BetaReg.R b/R/summary.BetaReg.R
new file mode 100644
index 0000000..c218b69
--- /dev/null
+++ b/R/summary.BetaReg.R
@@ -0,0 +1,10 @@
+summary.BetaReg <- function(object, digits = getOption("digits"), ...) {
+  summ <- matrix(NA, nrow = length(object$coef), ncol = 3)
+  colnames(summ) <- c("Estimate", "SD", "t-stat")
+  rownames(summ) <- names(object$coef)
+  summ[,1] <- object$coef
+  summ[,2] <- sqrt(diag(object$variance))
+  summ[,3] <- summ[,1] / summ[,2]
+  object$coefficients <- summ
+  object
+}
diff --git a/R/summary.MI.R b/R/summary.MI.R
new file mode 100644
index 0000000..0427a84
--- /dev/null
+++ b/R/summary.MI.R
@@ -0,0 +1,62 @@
+summary.MI <- function(object, subset = NULL, ...){
+  res <- list()
+  if(is.null(subset))
+    M <- 1:length(object)
+  else
+    M <- c(subset)
+  for (i in M)
+    res[[i]] <- summary(object[[i]])
+  ans <- res[[1]]
+  ans$zelig <- object[[1]]$zelig
+  ans$call <- object[[1]]$call
+  if (length(M) > 1) {
+    ans$all <- res
+    coef <- se <- NULL
+    for (i in M){
+      if (any(class(object[[1]]) == "vglm")) {
+        coef <- cbind(coef, res[[i]]@coef3[,1])
+        se <- cbind(se, res[[i]]@coef3[,2])
+      }
+      else {
+        coef <- cbind(coef, coef(res[[i]])[,1])
+        se <- cbind(se, coef(res[[i]])[,2])
+      }
+    }
+    Q <- apply(coef, 1, mean)
+    U <- apply(se^2, 1, mean)
+    B <- apply((coef-Q)^2, 1, sum)/(length(M)-1)
+    var <- U+(1+1/length(M))*B
+    nu <- (length(M)-1)*(1+U/((1+1/length(M))*B))^2
+    if (any(class(object[[1]]) == "vglm")) {
+      coef.table <- matrix(NA, nrow(ans at coef3), 4)
+      dimnames(coef.table) <- list(c(dimnames(ans at coef3)[[1]]),
+                                   c("Value", "Std. Error", "t-stat", "p-value"))
+    }
+    else {
+      coef.table <- matrix(NA, nrow = nrow(coef(ans)), ncol = 4)
+      dimnames(coef.table) <- list(rownames(coef(ans)),
+                                   c("Value", "Std. Error", "t-stat", "p-value"))
+    }
+    coef.table[,1] <- Q
+    coef.table[,2] <- sqrt(var)
+    coef.table[,3] <- Q/sqrt(var)
+    coef.table[,4] <- pt(abs(Q/sqrt(var)), df=nu, lower.tail=F)*2
+    ans$coefficients <- coef.table
+    ans$cov.scaled <- ans$cov.unscaled <- NULL
+    if (!any(class(object[[1]]) == "vglm")) {
+      for (i in 1:length(ans)) {
+        if (is.numeric(ans[[i]]) && !names(ans)[i] %in% c("coefficients")){
+          tmp <- NULL
+          for (j in M) 
+            tmp <- cbind(tmp, res[[j]][[pmatch(names(ans)[i], names(res[[j]]))]])
+          ans[[i]] <- apply(tmp, 1, mean) 
+        }
+      }
+    }
+    class(ans) <- "summary.MI"
+  }
+  else
+    ans <- summary(object[[M]])
+  ans
+}
+
diff --git a/R/summary.relogit.R b/R/summary.relogit.R
new file mode 100644
index 0000000..32deddb
--- /dev/null
+++ b/R/summary.relogit.R
@@ -0,0 +1,41 @@
+summary.relogit <- function(object, ...) {
+  if (!is.numeric(object$call$tau))
+    tau <- eval(object$call$tau, sys.frame(sys.parent()))
+  else
+    tau <- object$call$tau
+  if (is.null(object$call$bias.correct))
+    object$call$bias.correct <- TRUE
+  dta <- eval(object$call$data, sys.parent())
+  tt <- terms(object)
+  dta <- dta[complete.cases(model.frame(tt, dta)),]
+  n <- nrow(dta)
+  k <- ncol(dta)
+  bias.cor <- function(res.obj, bc, n, k){
+    if (bc) {
+      res.obj$cov.unscaled <- res.obj$cov.unscaled * (n/(n+k))^2
+      res.obj$cov.scaled <- res.obj$cov.unscaled * res.obj$dispersion
+      res.obj$coef[,2] <- sqrt(diag(res.obj$cov.scaled))
+      res.obj$coef[,3] <- res.obj$coef[,1] / res.obj$coef[,2]
+      res.obj$coef[,4 ] <- 2*pt(-abs(res.obj$coef[,3]), res.obj$df.residual)
+    }
+    res.obj
+  }
+  res <- summary.glm(object, ...)
+  res <- bias.cor(res, object$call$bias.correct, n, k)
+  res$call <- object$call
+  res$correct <- object$correct
+  class(res) <- "relogit"
+  res
+}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/summary.setx.R b/R/summary.setx.R
new file mode 100644
index 0000000..336a96a
--- /dev/null
+++ b/R/summary.setx.R
@@ -0,0 +1,8 @@
+summary.setx <- function(object, ...) {
+  res <- matrix(NA, nrow(object), ncol(object))
+  for (i in 1:ncol(object))
+    res[,i] <- object[,i]
+  colnames(res) <- colnames(object)
+  res <- as.data.frame(res)
+  summary(res, ...)
+}
diff --git a/R/summary.setx.cond.R b/R/summary.setx.cond.R
new file mode 100644
index 0000000..95c0bf0
--- /dev/null
+++ b/R/summary.setx.cond.R
@@ -0,0 +1,8 @@
+summary.setx.cond <- function(object, ...) {
+  res <- matrix(NA, nrow(object), ncol(object))
+  for (i in 1:ncol(object))
+    res[,i] <- object[,i]
+  colnames(res) <- colnames(object)
+  res <- as.data.frame(res)
+  summary(res, ...)
+}
diff --git a/R/summary.strata.R b/R/summary.strata.R
new file mode 100644
index 0000000..ff89c12
--- /dev/null
+++ b/R/summary.strata.R
@@ -0,0 +1,27 @@
+summary.strata <- function(object, subset = NULL, ...) {
+  res <- list()
+  if(is.null(subset))
+    M <- 1:length(object)
+  else
+    M <- c(subset)
+  for (i in 1:length(M))
+    res[[i]] <- summary(object[[i]])
+  if (any(class(object[[1]]) == "MI")) {
+    by <- object[[1]][[1]]$call$by
+    call <- object[[1]][[1]]$call
+  }
+  else {
+    by <- object[[1]]$call$by
+    call <- object[[1]]$call
+  }
+  names(res) <- paste("summary.", by, names(object)[M], sep = "")
+  res$call <- call
+  res$by <- by
+  res$lev <- names(object)[M]
+  res$M <- M
+  class(res) <- "summary.strata"
+  res
+}
+
+
+
diff --git a/R/summary.zelig.R b/R/summary.zelig.R
new file mode 100644
index 0000000..4f28841
--- /dev/null
+++ b/R/summary.zelig.R
@@ -0,0 +1,62 @@
+summary.zelig<-function(object, subset = NULL, CI=95, 
+                        stats=c("mean", "sd", "min", "max"), ...){
+  cip <- c((100-CI)/200, 1-(100-CI)/200)
+  model <- object$zelig.call$model
+  qi.stats<-list()
+  X <- object$x
+  X1 <- object$x1
+  if (any(class(X)=="setx.MI") & any(class(X)=="cond")) {
+    X <- NULL
+    for (i in 1:length(object$x)) 
+      X <- rbind(X, object$x[[i]])
+  }
+  if (any(class(X1)=="setx.MI")) {
+    X1 <- NULL
+    for (i in 1:length(object$x1)) 
+      X1 <- rbind(X1, object$x1[[i]])
+  }
+  if (is.null(dim(X))) {
+    X <- matrix(X, ncol = 1)
+    colnames(X) <- "(Intercept)"
+    if (!is.null(X1)) {
+      X1 <- matrix(X1, ncol = 1)
+      colnames(X1) <- "(Intercept)"
+    }
+  }
+  for (i in 1:length(object$qi)) {
+    qi.stats[[i]] <- summarize(object$qi[[i]], cip, stats, model,
+                               object, subset)
+    if (is.null(subset) & dim(object$qi[[i]])[2]!=1)
+      object$qi.name[i] <- paste("Pooled", object$qi.name[[i]])
+  }
+  if (is.numeric(subset)) {
+    X <- X[subset,]
+    if (!is.null(X1))
+      X1 <- X1[subset,]
+  }
+  names(qi.stats) <- names(object$qi)
+  res <- list(zelig=model, num=object$call$num, x=X, x1=X1,
+              qi.stats=qi.stats, qi.name=object$qi.name) 
+  class(res)<-"summary.zelig"
+  return(res)
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/summary.zelig.strata.R b/R/summary.zelig.strata.R
new file mode 100644
index 0000000..71c3d8e
--- /dev/null
+++ b/R/summary.zelig.strata.R
@@ -0,0 +1,86 @@
+summary.zelig.strata <-function(object, subset = NULL, CI=95, 
+                        stats=c("mean", "sd", "min", "max"), ...){
+  m <- length(object)
+  if(is.null(subset)) { # summary for all strata together
+    qi <- object[[1]]$qi
+    if(length(dim(qi[[1]]))==3) {
+      w <- NULL
+      for (i in 1:length(object))
+        w <- c(w, dim(object[[i]]$qi[[1]])[3])
+    }
+    for (i in 1:length(qi)){
+      qi1i <- object[[1]]$qi[[i]]
+      if(any(class(object[[1]]$x)=="cond")) {# conditional prediction
+        if(length(dim(qi1i))==3){
+          tmp <- array(NA, dim=c(dim(qi1i)[1:2], sum(w)))
+          tmp[,1:dim(qi1i)[2],1:dim(qi1i)[3]] <- qi1i
+        }
+        else
+          tmp <- as.matrix(qi1i)
+      }
+      else { # unconditional prediction
+        if(length(dim(qi1i))==3){
+          tmp <- array(NA, dim=c(dim(qi1i)[1:2], sum(w)))
+          tmp[,,1:w[1]] <- qi1i[,,1:w[1]] 
+        }
+        else 
+          tmp <- as.matrix(qi1i)
+      }
+      for (j in 2:m) {
+        qiji <- object[[j]]$qi[[i]]
+        if(any(class(object[[j]]$x)=="cond")) # conditional prediction
+          if(length(dim(qi1i))==3) 
+            tmp[,,(sum(w[1:(m-1)])+1):sum(w[1:m])] <- qiji
+          else
+            tmp <- cbind(tmp, qiji)
+        else{ # unconditional prediction
+          if(length(dim(qi1i))==3)
+            tmp[(sum(w[1:(j-1)])+1):sum(w[1:j]),,] <- qiji[1:w[j],,]
+          else
+            tmp <- rbind(tmp, as.matrix(qiji))
+        }
+      }
+      qi[[i]] <- tmp
+    }
+    c <- match.call()
+    c$num <- object[[1]]$call$num
+    res <- list(qi=qi, qi.name=object[[1]]$qi.name,
+                x=object[[1]]$x, x1=NULL, call=c,
+                zelig.call=object[[1]]$zelig.call)
+    return(summary.zelig(res, ...))  
+  }
+  else { # summary for each strata
+    res <- list()
+    if(is.function(subset)){
+      m <- length(object)
+      subset <- 1:m
+    }
+    else
+      m <- length(subset)
+    for (i in 1:m) {
+      res[[i]] <- summary.zelig(object[[subset[i]]], subset=NULL, ...)
+      names(res)[i] <- names(object)[i]
+    }
+    class(res) <- "summary.zelig.strata"
+    return(res)
+  }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/R/terms.vglm.R b/R/terms.vglm.R
new file mode 100644
index 0000000..be245cb
--- /dev/null
+++ b/R/terms.vglm.R
@@ -0,0 +1,2 @@
+terms.vglm <- function(x, ...)
+  x at terms$terms
diff --git a/R/ternarypoints.R b/R/ternarypoints.R
new file mode 100644
index 0000000..804100c
--- /dev/null
+++ b/R/ternarypoints.R
@@ -0,0 +1,10 @@
+ternarypoints <- function(object, pch = 19, col = "blue", ...){
+    s <- rowSums(object)
+    if (any(s <= 0))
+        stop("each row of the input `object' must have a positive sum")
+    object <- object/s
+    top <- sqrt(3)/2
+    xp <- object[, 2] + object[, 3]/2
+    yp <- object[, 3] * top
+    points(xp, yp, pch = pch, col = col, ...)
+}
diff --git a/R/user.prompt.R b/R/user.prompt.R
new file mode 100644
index 0000000..ca31067
--- /dev/null
+++ b/R/user.prompt.R
@@ -0,0 +1,2 @@
+user.prompt <- function() 
+  silent <- readline("\nPress <return> to continue: ")
diff --git a/R/vcov.BetaReg.R b/R/vcov.BetaReg.R
new file mode 100644
index 0000000..a606926
--- /dev/null
+++ b/R/vcov.BetaReg.R
@@ -0,0 +1,2 @@
+vcov.BetaReg <- function(object, ...)
+  object$variance
diff --git a/R/vcov.lm.R b/R/vcov.lm.R
new file mode 100644
index 0000000..e313688
--- /dev/null
+++ b/R/vcov.lm.R
@@ -0,0 +1,4 @@
+vcov.lm <- function(object, ...) {
+  so <- summary.lm(object, corr = FALSE, ...)
+  so$sigma^2 * so$cov.unscaled
+}
diff --git a/R/vcov.relogit.R b/R/vcov.relogit.R
new file mode 100644
index 0000000..5598e34
--- /dev/null
+++ b/R/vcov.relogit.R
@@ -0,0 +1,22 @@
+vcov.relogit <- function(object, ...) {
+  if (is.null(object$call$bias.correct))
+    object$call$bias.correct <- TRUE
+  dta <- eval(object$call$data, sys.parent())
+  tt <- terms(object)
+  dta <- dta[complete.cases(model.frame(tt, dta)),]
+  n <- nrow(dta)
+  k <- ncol(dta)
+  bias.cor <- function(res.obj, bc, n, k){
+    if (bc) {
+      res.obj$cov.unscaled <- res.obj$cov.unscaled * (n/(n+k))^2
+      res.obj$cov.scaled <- res.obj$cov.unscaled * res.obj$dispersion
+      res.obj$coef[,2] <- sqrt(diag(res.obj$cov.scaled))
+      res.obj$coef[,3] <- res.obj$coef[,1] / res.obj$coef[,2]
+      res.obj$coef[,4 ] <- 2*pt(-abs(res.obj$coef[,3]), res.obj$df.residual)
+    }
+    res.obj
+  }
+  res <- summary.glm(object, ...)
+  res <- bias.cor(res, object$call$bias.correct, n, k)
+  res$cov.scaled
+}
diff --git a/R/vcov.survreg.R b/R/vcov.survreg.R
new file mode 100644
index 0000000..be335e6
--- /dev/null
+++ b/R/vcov.survreg.R
@@ -0,0 +1 @@
+vcov.survreg <- function(object, ...) object$var
diff --git a/R/zelig.R b/R/zelig.R
new file mode 100644
index 0000000..e471db2
--- /dev/null
+++ b/R/zelig.R
@@ -0,0 +1,68 @@
+zelig <- function(formula, model, data, by = NULL, ...) {
+  fn <- paste("zelig2", model, sep = "")
+  if (!exists(fn))
+    stop(model, "not supported. Type help.zelig(\"models\") to list supported models.")
+  mf <- match.call(expand.dots = TRUE)
+  if (missing(by))
+    by <- NULL
+  N <- M <- 1
+  object <- list()
+  if (!is.data.frame(data))
+    M <- length(data)
+  if (M > 1)
+    dat <- data[[1]]
+  else
+    dat <- data
+  if (!is.null(by)) {
+    if (any(as.character(by) %in% c(formula[[2]], formula[[3]])))
+      stop("the variable selected for subsetting cannot be called in the formula.")
+    idx <- dat[,by]
+    mf$by <- NULL
+    lev <- sort(unique(idx))
+    N <- length(lev)
+  }
+  mf <- do.call(fn, list(formula, model, dat, N, ...))
+  for (i in 1:N) {
+    if (N > 1) {
+      dat <- list()
+      if (M > 1) {
+        for (j in 1:M)
+          dat[[j]] <- data[[j]][idx == lev[i],]
+      }
+      else
+        dat <- data[idx == lev[i],]
+    }
+    else
+      dat <- data
+    obj <- list()
+    for (j in 1:M) {
+      if (M > 1)
+        d <- dat[[j]]
+      else
+        d <- dat
+      if (is.data.frame(d)) {
+        d <- d[complete.cases(model.frame(as.formula(formula), d)),]
+        mf$data <- d
+        res <- eval(as.call(mf))
+        res$call <- match.call()
+        res$data <- res$call$data
+        res$zelig <- model
+        if (M > 1) 
+          obj[[j]] <- res
+        else
+          obj <- res
+      }
+    }
+    if (M > 1) 
+      class(obj) <- "MI"
+    if (N > 1) 
+      object[[i]] <- obj
+    else
+      object <- obj
+  }
+  if (N > 1) {
+    class(object) <- "strata"
+    names(object) <- lev
+  }
+  object
+}
diff --git a/R/zelig2beta.R b/R/zelig2beta.R
new file mode 100644
index 0000000..cbd5836
--- /dev/null
+++ b/R/zelig2beta.R
@@ -0,0 +1,6 @@
+zelig2beta <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("beta.regression")
+  as.call(mf)
+}
diff --git a/R/zelig2blogit.R b/R/zelig2blogit.R
new file mode 100644
index 0000000..2e42c4a
--- /dev/null
+++ b/R/zelig2blogit.R
@@ -0,0 +1,18 @@
+zelig2blogit <- function(formula, model, data, M, constrain = NULL,
+                         omit = NULL, constant = 3, ...) {
+  check <- library()
+  if(any(check$results[,"Package"] == "VGAM")) 
+    require(VGAM)
+  else
+    stop("Please install VGAM using \n     install.packages(\"VGAM\", CRAN = \"http://www.stat.auckland.ac.nz/~yee\")")
+  mf <- match.call(expand.dots = TRUE)
+  mf[[1]] <- as.name("vglm")
+  mf$family <- as.name("blogit")
+  mf$... <- NULL
+  tmp <- cmvglm(formula, model, constrain, omit, constant, 3)
+  mf$formula <- tmp$formula 
+  mf$constraints <- tmp$constraints
+  blogit <<- function() binom2.or(zero=NULL)
+  mf$model <- mf$constrain <- mf$omit <- mf$constant <- mf$M <- NULL
+  as.call(mf)
+}
diff --git a/R/zelig2bprobit.R b/R/zelig2bprobit.R
new file mode 100644
index 0000000..25baf89
--- /dev/null
+++ b/R/zelig2bprobit.R
@@ -0,0 +1,17 @@
+zelig2bprobit <- function(formula, model, data, M, constrain = NULL,
+                          omit = NULL, constant = 3, ...) {
+  check <- library()
+  if(any(check$results[,"Package"] == "VGAM")) 
+    require(VGAM)
+  else
+    stop("Please install VGAM using \n     install.packages(\"VGAM\", CRAN = \"http://www.stat.auckland.ac.nz/~yee\")")
+  mf <- match.call(expand.dots = TRUE)
+  mf[[1]] <- as.name("vglm")
+  mf$family <- as.name("bprobit")
+  tmp <- cmvglm(formula, model, constrain, omit, constant, 3)
+  mf$formula <- tmp$formula 
+  mf$constraints <- tmp$constraints
+  bprobit <<- function() binom2.rho(zero=NULL)
+  mf$model <- mf$constrain <- mf$omit <- mf$constant <- mf$M <- NULL
+  as.call(mf)
+}
diff --git a/R/zelig2exp.R b/R/zelig2exp.R
new file mode 100644
index 0000000..7a36c62
--- /dev/null
+++ b/R/zelig2exp.R
@@ -0,0 +1,8 @@
+zelig2exp <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  require(survival)
+  mf[[1]] <- as.name("survreg")
+  mf$dist <- as.character("exponential")
+  as.call(mf)
+}
diff --git a/R/zelig2gamma.R b/R/zelig2gamma.R
new file mode 100644
index 0000000..f9150a7
--- /dev/null
+++ b/R/zelig2gamma.R
@@ -0,0 +1,7 @@
+zelig2gamma <- function(formula, model, data, M, ...) {
+  mf <-  match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("glm")
+  mf$family <- as.name("Gamma")
+  as.call(mf)
+}
diff --git a/R/zelig2logit.R b/R/zelig2logit.R
new file mode 100644
index 0000000..7cd2612
--- /dev/null
+++ b/R/zelig2logit.R
@@ -0,0 +1,7 @@
+zelig2logit <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("glm")
+  mf$family <- as.name("binomial")
+  as.call(mf)
+}
diff --git a/R/zelig2lognorm.R b/R/zelig2lognorm.R
new file mode 100644
index 0000000..b8f3714
--- /dev/null
+++ b/R/zelig2lognorm.R
@@ -0,0 +1,8 @@
+zelig2lognorm <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  require(survival)
+  mf[[1]] <- as.name("survreg")
+  mf$dist <- as.character("lognormal")
+  as.call(mf)
+}
diff --git a/R/zelig2ls.R b/R/zelig2ls.R
new file mode 100644
index 0000000..8e4b22f
--- /dev/null
+++ b/R/zelig2ls.R
@@ -0,0 +1,6 @@
+zelig2ls <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("lm")
+  as.call(mf)
+}
diff --git a/R/zelig2mlogit.R b/R/zelig2mlogit.R
new file mode 100644
index 0000000..0f79ce1
--- /dev/null
+++ b/R/zelig2mlogit.R
@@ -0,0 +1,23 @@
+zelig2mlogit <- function(formula, model, data, M, ...) {
+  check <- library()
+  if(any(check$results[,"Package"] == "VGAM")) 
+    require(VGAM)
+  else
+    stop("Please install VGAM using \n     install.packages(\"VGAM\", CRAN = \"http://www.stat.auckland.ac.nz/~yee\")")
+  mf <- match.call(expand.dots = TRUE)
+  mf[[1]] <- as.name("vglm") 
+  mf$family <- as.name("multinomial")
+  if (mf$M == 1)
+    ndim <- length(unique(na.omit((eval(mf$formula[[2]], mf$data))))) - 1
+  if (mf$M > 1) {
+   ntmp <- array()
+   for (i in 1:mf$M)  
+     ntmp[i] <- length(unique(na.omit((eval(mf$formula[[2]], mf$data[[i]]))))) $
+   ndim <- max(ntmp)
+  }
+  tmp <- cmvglm(mf$formula, mf$model, mf$equal, mf$zeros, mf$ones, ndim)
+  mf$formula <- tmp$formula  
+  mf$constraints <- tmp$constraints
+  mf$model <- mf$equal <- mf$ones <- mf$zeros <- mf$M <- NULL
+  as.call(mf)
+}
diff --git a/R/zelig2mloglm.R b/R/zelig2mloglm.R
new file mode 100644
index 0000000..3068456
--- /dev/null
+++ b/R/zelig2mloglm.R
@@ -0,0 +1,7 @@
+zelig2mloglm <- function(formula, model, data, M, ...) {
+  mf$model <- mf$M <- mf$... <- NULL
+  require(nnet)
+  mf[[1]] <- as.name("multinom")
+  mf$Hess <- TRUE
+  as.call(mf)
+}
diff --git a/R/zelig2negbin.R b/R/zelig2negbin.R
new file mode 100644
index 0000000..6725da6
--- /dev/null
+++ b/R/zelig2negbin.R
@@ -0,0 +1,6 @@
+zelig2negbin <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("glm.nb")
+  as.call(mf)
+}
diff --git a/R/zelig2normal.R b/R/zelig2normal.R
new file mode 100644
index 0000000..f1a3bb5
--- /dev/null
+++ b/R/zelig2normal.R
@@ -0,0 +1,7 @@
+zelig2normal <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("glm")
+  mf$family <- as.name("gaussian")
+  as.call(mf)
+}
diff --git a/R/zelig2ologit.R b/R/zelig2ologit.R
new file mode 100644
index 0000000..2360654
--- /dev/null
+++ b/R/zelig2ologit.R
@@ -0,0 +1,7 @@
+zelig2ologit <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("polr")
+  mf$Hess <- TRUE
+  as.call(mf)
+}
diff --git a/R/zelig2oprobit.R b/R/zelig2oprobit.R
new file mode 100644
index 0000000..d50a89e
--- /dev/null
+++ b/R/zelig2oprobit.R
@@ -0,0 +1,27 @@
+zelig2oprobit <- function(formula, model, data, M, ...) {
+  check <- library()
+  if(any(check$results[,"Package"] == "VGAM")) 
+    require(VGAM)
+  else
+    stop("Please install VGAM using \n     install.packages(\"VGAM\", CRAN = \"http://www.stat.auckland.ac.nz/~yee\")")
+  mf <- match.call(expand.dots = TRUE)
+  if(is.null(mf$equal)) 
+    ordinal.probit <<- function() cumulative(link=probit, parallel=T)
+  else
+    ordinal.probit <<- function() cumulative(link=probit)
+  mf[[1]] <- as.name("vglm")
+  mf$family <- as.name("ordinal.probit")
+  if (mf$M == 1)
+    ndim <- length(unique(na.omit((eval(mf$formula[[2]], mf$data))))) - 1
+  if (mf$M > 1) {
+    ntmp <- array()
+    for (i in 1:mf$M) 
+      ntmp[i] <- length(unique(na.omit((eval(mf$formula[[2]], mf$data[[i]]))))) - 1
+    ndim <- max(ntmp)
+  }
+  tmp <- cmvglm(mf$formula, mf$model, mf$equal, mf$zeros, mf$ones, ndim)
+  mf$formula <- tmp$formula
+  mf$constraints <- tmp$constraints
+  mf$model <- mf$equal <- mf$ones <- mf$zeros <- mf$M <- NULL
+  as.call(mf)
+}
diff --git a/R/zelig2poisson.R b/R/zelig2poisson.R
new file mode 100644
index 0000000..4edabba
--- /dev/null
+++ b/R/zelig2poisson.R
@@ -0,0 +1,7 @@
+zelig2poisson <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("glm")
+  mf$family <- as.name("poisson")
+  as.call(mf)
+}
diff --git a/R/zelig2probit.R b/R/zelig2probit.R
new file mode 100644
index 0000000..be5a03e
--- /dev/null
+++ b/R/zelig2probit.R
@@ -0,0 +1,8 @@
+zelig2probit <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  mf[[1]] <- as.name("glm")
+  mf$family <- as.name("binomial.probit")
+  binomial.probit <<- function() binomial(link="probit")
+  as.call(mf)
+}
diff --git a/R/zelig2relogit.R b/R/zelig2relogit.R
new file mode 100644
index 0000000..93fedc3
--- /dev/null
+++ b/R/zelig2relogit.R
@@ -0,0 +1,8 @@
+zelig2relogit <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  if (is.null(mf$bias.correct))
+    mf$bias.correct <- TRUE
+  mf[[1]] <- as.name("relogit")
+  as.call(mf)
+}
diff --git a/R/zelig2weibull.R b/R/zelig2weibull.R
new file mode 100644
index 0000000..a633439
--- /dev/null
+++ b/R/zelig2weibull.R
@@ -0,0 +1,8 @@
+zelig2weibull <- function(formula, model, data, M, ...) {
+  mf <- match.call(expand.dots = TRUE)
+  mf$model <- mf$M <- NULL
+  require(survival)
+  mf[[1]] <- as.name("survreg")
+  mf$dist <- as.character("weibull")
+  as.call(mf)
+}
diff --git a/README b/README
new file mode 100644
index 0000000..c7a3e98
--- /dev/null
+++ b/README
@@ -0,0 +1,68 @@
+2.0-10 (January 4, 2005): Stable release for R 1.9.1 and R 2.0.0.  Fixed 
+  bug in simulation procedure for ordinal logit.  (Reported by Ian Yohai.)
+
+2.0-9 (October 21, 2004): Stable release for R 1.9.1 and R 2.0.0 (Linux 
+  only).  Fixed bugs in NAMESPACE.
+
+2.0-8 (October 18, 2004): Stable release for R 1.9.1 and R 2.0.0
+  (Linux only).  Revised Zelig for submission to CRAN.
+  
+2.0-7 (October 14, 2004): Stable release for R 1.9.1 \emph{and} R
+  2.0.0 (Linux only).  Fixed bugs in summary.zelig(), NAMESPACE, and
+  assorted bugs related to new R release.  Revised syntax for multiple
+  equation models.
+
+2.0-6 (October 4, 2004): Stable release for R 1.9.1. Fixed problem
+  with NAMESPACE.
+
+2.0-5 (September 25, 2004): Stable release for R 1.9.1.  Changed
+  installation procedure to source install.R from Zelig website.
+
+2.0-4 (September 22, 2004): Stable release for R 1.9.1.  Fixed typo in
+  installation directions, implemented NAMESPACE, rationalized
+  summary.zelig(), and tweaked documentation for least squares.
+
+2.0-3 (September 1, 2004): Stable release for R 1.9.1.  Fixed bug in
+  conditional prediction for survival models.
+
+2.0-2 (August 25, 2004): Stable release for R 1.9.1.  Removed
+  predicted values from ls.
+
+2.0-1b (July 16, 2004): Stable release for R 1.9.1.  MD5 checksum
+  problem fixed.  Revised plot.zelig() command to be a generic function
+  with methods assigned by the model.  Revised entire architecture to
+  accept multiply imputed data sets with strata.  Added functions to
+  simplify adding models.  Completely restructured reference manual.
+  Fixed bugs related to conditional prediction in setx and summarizing
+  strata in summary.zelig.
+
+1.1-2 (June 24, 2004): Stable release for R 1.9.1 (MD5
+  checksum problem not fixed, but does not seem to cause problems).
+  Fixed bug in help.zelig().  (reported by Michael L. Levitan)
+
+1.1-1 (June 14, 2004): Stable release for R 1.9.0.  Revised zelig()
+  procedure to use zelig2model() wrappers, revised help.zelig() to use a
+  data file with extension .url.tab, and revised setx() procedure to
+  take a list of fn to apply to variables, and such that fn = NULL
+  returns the entire model.matrix().
+
+1.0-8 (May 27, 2004): Stable release for R 1.9.0.  Fixed bug in
+  simulation procedure for survival models.  (reported by Elizabeth
+  Stuart)
+
+1.0-7 (May 26, 2004): Stable release for R 1.9.0. Fixed bug in relogit
+  simulation procedure.  (reported by Tom Vanwellingham)
+
+1.0-6 (May 11, 2004): Stable release for R 1.9.0.  Fixed bug in
+  setx.default, which had previously failed to ignore extraneous
+  variables in data frame.  (reported by Steve Purpura)
+
+1.0-5 (May 7, 2004): Replaced relogit procedure with memory-efficient
+  version. (reported by Tom Vanwellingham)
+
+1.0-4 (April 19, 2004): Stable release for R 1.9.0.  Added vcov.lm
+  method; changed print for summary.relogit.
+
+1.0-2 (April 16, 2004): Testing distribution for R 1.9.0. 
+
+1.0-1 (March, 23, 2004): Stable release for R 1.8.1. 
diff --git a/data/MatchIt.url.tab b/data/MatchIt.url.tab
new file mode 100644
index 0000000..9cf2ee9
--- /dev/null
+++ b/data/MatchIt.url.tab
@@ -0,0 +1,7 @@
+matchit         http://gking.harvard.edu/matchit/docs/Usage.html
+distance        http://gking.harvard.edu/matchit/docs/_TT_distance_TT.html
+matchdef        http://gking.harvard.edu/matchit/docs/_TT_matchdef_TT.html
+subclassify     http://gking.harvard.edu/matchit/docs/_TT_subclassify_TT.html
+print.matchit   http://gking.harvard.edu/matchit/docs/Print.html
+summary.matchit http://gking.harvard.edu/matchit/docs/Summary.html
+plot.matchit    http://gking.harvard.edu/matchit/docs/Plot.html
diff --git a/data/Zelig.url.tab b/data/Zelig.url.tab
new file mode 100644
index 0000000..b6954bd
--- /dev/null
+++ b/data/Zelig.url.tab
@@ -0,0 +1,36 @@
+command       http://gking.harvard.edu/zelig/docs/Main_Commands.html
+commands      http://gking.harvard.edu/zelig/docs/Main_Commands.html
+model         http://gking.harvard.edu/zelig/docs/Specific_Models.html
+models        http://gking.harvard.edu/zelig/docs/Specific_Models.html
+zelig         http://gking.harvard.edu/zelig/docs/_TT_zelig_TT__Estimati.html
+setx          http://gking.harvard.edu/zelig/docs/_TT_setx_TT__Setting_E.html
+sim           http://gking.harvard.edu/zelig/docs/_TT_sim_TT__Simulating.html
+matchit       http://gking.harvard.edu/zelig/docs/_TT_matchit_TT__Create.html
+Matchit       http://gking.harvard.edu/zelig/docs/_TT_matchit_TT__Create.html
+MatchIt       http://gking.harvard.edu/zelig/docs/_TT_matchit_TT__Create.html
+summary       http://gking.harvard.edu/zelig/docs/_TT_summary_TT__Summar.html
+print         http://gking.harvard.edu/zelig/docs/_TT_print_TT__Printing.html
+plot          http://gking.harvard.edu/zelig/docs/_TT_plot_TT__Graphing.html
+plot.ci       http://gking.harvard.edu/zelig/docs/_TT_plot_ci_TT__Plotti.html
+ROC           http://gking.harvard.edu/zelig/docs/_TT_rocplot_TT__Receiv.html
+roc           http://gking.harvard.edu/zelig/docs/_TT_rocplot_TT__Receiv.html
+rocplot       http://gking.harvard.edu/zelig/docs/_TT_rocplot_TT__Receiv.html
+ternarypoints http://gking.harvard.edu/zelig/docs/_TT_ternarypoints_TT.html
+repl          http://gking.harvard.edu/zelig/docs/_TT_repl_TT__Replicati.html
+blogit        http://gking.harvard.edu/zelig/docs/_TT_blogit_TT__Bivaria.html
+bprobit       http://gking.harvard.edu/zelig/docs/_TT_bprobit_TT__Bivari.html
+exp           http://gking.harvard.edu/zelig/docs/_TT_exp_TT__Exponentia.html
+gamma         http://gking.harvard.edu/zelig/docs/_TT_gamma_TT__Gamma_Re.html
+ls            http://gking.harvard.edu/zelig/docs/_TT_ls_TT__Least_Squar.html
+logit         http://gking.harvard.edu/zelig/docs/_TT_logit_TT__Logistic.html
+lognorm       http://gking.harvard.edu/zelig/docs/_TT_lognorm_TT__Log_No.html
+mlogit        http://gking.harvard.edu/zelig/docs/_TT_mlogit_TT__Multino.html
+mloglm        http://gking.harvard.edu/zelig/docs/_TT_mloglm_TT__Multino.html
+negbin        http://gking.harvard.edu/zelig/docs/_TT_negbin_TT__Negativ.html
+normal        http://gking.harvard.edu/zelig/docs/_TT_normal_TT__Normal.html
+ologit        http://gking.harvard.edu/zelig/docs/_TT_ologit_TT__Ordinal.html
+oprobit       http://gking.harvard.edu/zelig/docs/_TT_oprobit_TT__Ordina.html
+poisson       http://gking.harvard.edu/zelig/docs/_TT_poisson_TT__Poisso.html
+probit        http://gking.harvard.edu/zelig/docs/_TT_probit_TT__Probit.html
+relogit       http://gking.harvard.edu/zelig/docs/_TT_relogit_TT__Rare_E.html
+weibull       http://gking.harvard.edu/zelig/docs/_TT_weibull_TT__Weibul.html
\ No newline at end of file
diff --git a/data/coalition.tab b/data/coalition.tab
new file mode 100644
index 0000000..9207699
--- /dev/null
+++ b/data/coalition.tab
@@ -0,0 +1,315 @@
+"duration" "ciep12" "invest" "fract" "polar" "numst2" "crisis"
+"1" 0.5 1 1 656 11 0 24
+"2" 3 1 1 656 11 1 10
+"3" 7 1 1 656 11 1 24
+"4" 20 1 1 656 11 1 7
+"5" 6 1 1 656 11 1 7
+"6" 7 1 1 634 6 1 45
+"7" 2 1 1 599 3 1 51
+"8" 17 1 1 599 3 1 4
+"9" 27 1 1 599 3 1 6
+"10" 49 0 1 620 2 1 10
+"11" 4 1 1 592 1 0 23
+"12" 29 1 1 592 1 1 2
+"13" 49 0 1 628 5 1 29
+"14" 6 1 1 719 11 1 65
+"15" 23 1 1 719 11 1 38
+"16" 41 0 1 757 18 1 132
+"17" 10 1 1 775 24 1 73
+"18" 12 1 1 775 24 1 61
+"19" 2 1 1 762 24 0 65
+"20" 33 1 1 762 24 1 0
+"21" 1 1 1 762 24 0 0
+"22" 16 1 1 735 17 1 46
+"23" 2 1 1 753 17 1 9
+"24" 9 1 1 850 17 1 106
+"25" 3 1 1 850 17 1 7
+"26" 5 1 1 850 17 1 39
+"27" 5 1 1 850 17 1 18
+"28" 6 1 1 850 17 1 6
+"29" 45 0 1 868 15 1 87
+"30" 23 1 1 857 9 1 46
+"31" 41 1 0 648 1 0 0
+"32" 7 1 0 648 1 1 0
+"33" 49 0 0 428 0 1 0
+"34" 46 1 0 536 0 1 0
+"35" 9 1 0 650 0 0 4
+"36" 51 0 0 349 0 1 0
+"37" 10 1 0 648 0 0 0
+"38" 32 1 0 622 0 0 5
+"39" 28 1 0 614 0 0 0
+"40" 3 1 0 614 0 0 0
+"41" 53 0 0 571 0 1 1
+"42" 17 1 0 648 0 0 0
+"43" 59 0 0 583 0 1 62
+"44" 9 1 0 602 0 0 0
+"45" 52 0 0 582 0 1 0
+"46" 3 1 0 582 0 1 0
+"47" 23 1 0 777 12 0 14
+"48" 33 1 0 719 6 0 40
+"49" 1 1 0 749 5 0 36
+"50" 30 1 0 749 5 0 1
+"51" 5 1 0 740 5 0 0
+"52" 16 1 0 725 5 0 3
+"53" 27 1 0 725 5 0 3
+"54" 33 1 0 735 3 1 12
+"55" 9 1 0 735 3 1 2
+"56" 22 1 0 722 6 0 2
+"57" 25 1 0 722 6 0 0
+"58" 25 1 0 715 6 0 3
+"59" 14 1 0 748 11 0 26
+"60" 44 0 0 764 9 1 8
+"61" 12 1 0 746 10 0 14
+"62" 14 1 0 746 10 0 2
+"63" 13 1 0 855 26 0 14
+"64" 24 1 0 815 25 0 15
+"65" 18 1 0 811 26 0 0
+"66" 13 1 0 811 26 0 0
+"67" 29 1 0 791 21 0 28
+"68" 8 1 0 817 21 0 48
+"69" 16 1 0 817 24 0 7
+"70" 43 0 0 802 18 0 14
+"71" 28 1 0 791 25 1 20
+"72" 19 1 0 780 19 0 7
+"73" 10 1 0 780 19 0 16
+"74" 2 1 0 780 19 1 0
+"75" 21 1 0 791 22 1 183
+"76" 4 1 0 791 22 0 12
+"77" 5 1 0 788 22 1 148
+"78" 16 1 0 788 22 1 6
+"79" 15 1 0 788 22 1 14
+"80" 1 1 0 788 22 0 5
+"81" 2 1 0 788 22 0 0
+"82" 2 1 0 788 22 0 0
+"83" 3 1 0 795 25 1 0
+"84" 30 1 0 795 25 0 40
+"85" 8 1 0 795 25 0 16
+"86" 20 1 0 803 24 1 44
+"87" 19 1 0 803 24 1 1
+"88" 21 1 0 799 21 1 43
+"89" 24 1 0 799 21 1 21
+"90" 8 1 0 821 27 1 0
+"91" 7 1 0 821 27 1 9
+"92" 5 1 0 818 28 0 0
+"93" 33 1 0 818 28 1 47
+"94" 10 1 0 812 21 1 0
+"95" 7 1 0 812 21 0 12
+"96" 9 1 0 812 21 1 4
+"97" 13 1 0 812 21 1 13
+"98" 32 1 0 808 21 1 69
+"99" 11 1 0 808 21 1 16
+"100" 3 1 0 808 21 0 1
+"101" 47 0 0 805 22 1 25
+"102" 5 1 1 788 28 1 11
+"103" 1 1 1 788 31 0 18
+"104" 3 1 1 788 31 1 2
+"105" 5 1 1 788 31 1 5
+"106" 1 1 1 788 31 1 0
+"107" 8 1 1 788 31 1 5
+"108" 1 1 1 788 31 1 7
+"109" 0.5 1 1 788 31 1 9
+"110" 13 1 1 788 31 1 4
+"111" 3 1 1 788 31 1 23
+"112" 5 1 1 788 31 0 3
+"113" 0.5 1 1 788 31 0 8
+"114" 7 1 1 788 31 1 8
+"115" 4 1 1 788 31 1 10
+"116" 5 1 1 842 27 0 41
+"117" 1 1 1 842 27 0 13
+"118" 10 1 1 842 27 0 8
+"119" 4 1 1 842 27 0 16
+"120" 11 1 1 842 27 1 38
+"121" 7 1 1 842 27 1 7
+"122" 0.5 1 1 842 27 0 14
+"123" 11 1 1 842 27 1 4
+"124" 16 1 1 839 38 0 8
+"125" 4 1 1 839 38 0 22
+"126" 0.5 1 1 839 38 0 18
+"127" 0.5 1 1 839 38 0 10
+"128" 5 1 1 839 38 1 7
+"129" 0.5 1 1 839 38 1 28
+"130" 4 1 1 839 38 1 0
+"131" 33 1 0 722 19 1 117
+"132" 40 0 0 712 17 1 11
+"133" 34 1 0 709 14 1 77
+"134" 28 1 0 712 15 1 0
+"135" 11 1 0 712 15 0 19
+"136" 5 1 0 687 14 0 0
+"137" 43 0 0 710 17 1 1
+"138" 5 1 0 699 15 1 0
+"139" 43 0 0 699 15 1 0
+"140" 37 0 0 718 15 1 0
+"141" 8 1 0 718 15 1 62
+"142" 36 1 0 740 17 1 30
+"143" 46 0 0 704 18 1 58
+"144" 13 1 0 761 23 1 65
+"145" 2 1 0 761 23 0 3
+"146" 39 0 0 736 18 1 67
+"147" 48 0 0 754 17 1 28
+"148" 40 1 1 724 0 0 0
+"149" 35 1 1 692 0 0 0
+"150" 34 1 1 671 0 1 13
+"151" 27 1 1 636 3 1 0
+"152" 28 1 1 636 3 1 0
+"153" 42 1 1 645 0 0 0
+"154" 19 1 1 620 0 1 0
+"155" 32 1 1 620 0 1 2
+"156" 44 1 1 593 0 1 0
+"157" 52 0 1 612 0 1 0
+"158" 29 1 1 580 0 1 0
+"159" 18 1 1 580 0 1 6
+"160" 7 1 1 582 0 0 0
+"161" 8 1 1 609 0 0 19
+"162" 48 1 1 608 0 1 20
+"163" 11 1 1 802 11 1 71
+"164" 3 1 1 802 11 1 0
+"165" 12 1 1 802 11 1 4
+"166" 18 1 1 802 11 1 28
+"167" 4 1 1 802 11 1 0
+"168" 6 1 1 834 18 1 7
+"169" 16 1 1 834 18 1 0
+"170" 13 1 1 797 16 1 44
+"171" 17 1 1 814 18 1 274
+"172" 18 1 1 814 18 1 10
+"173" 10 1 1 814 18 1 8
+"174" 17 1 1 789 5 1 70
+"175" 21 1 1 789 5 1 0
+"176" 8 1 1 789 5 1 19
+"177" 8 1 1 721 5 1 31
+"178" 41 0 1 721 5 1 0
+"179" 1 1 1 702 8 1 68
+"180" 5 1 1 702 8 1 53
+"181" 26 1 1 702 8 1 0
+"182" 4 1 1 771 11 0 183
+"183" 44 0 1 771 11 1 0
+"184" 25 1 1 680 5 0 36
+"185" 9 1 1 680 5 0 35
+"186" 25 1 1 741 6 1 52
+"187" 2 1 1 652 36 1 7
+"188" 14 1 1 652 36 1 15
+"189" 3 1 1 652 36 1 1
+"190" 23 1 1 652 36 1 10
+"191" 0.5 1 1 718 36 0 17
+"192" 5 1 1 718 36 0 20
+"193" 0.5 1 1 718 36 0 13
+"194" 16 1 1 718 36 1 11
+"195" 22 1 1 718 36 1 14
+"196" 13 1 1 718 36 0 13
+"197" 7 1 1 710 32 0 12
+"198" 12 1 1 710 32 0 20
+"199" 4 1 1 710 32 0 30
+"200" 19 1 1 710 32 0 7
+"201" 15 1 1 710 32 1 19
+"202" 5 1 1 733 32 0 36
+"203" 7 1 1 733 32 1 29
+"204" 18 1 1 733 32 1 26
+"205" 27 1 1 733 32 1 33
+"206" 5 1 1 717 37 0 19
+"207" 7 1 1 717 37 1 23
+"208" 6 1 1 717 37 0 31
+"209" 3 1 1 717 37 1 48
+"210" 7 1 1 717 37 1 31
+"211" 10 1 1 717 37 1 0
+"212" 0.5 1 1 717 37 0 33
+"213" 12 1 1 719 37 1 121
+"214" 8 1 1 719 37 1 25
+"215" 7 1 1 719 37 1 12
+"216" 14 1 1 719 37 0 51
+"217" 3 1 1 719 37 0 36
+"218" 18 1 1 683 43 0 90
+"219" 11 1 1 683 43 0 55
+"220" 0.5 1 1 683 43 0 47
+"221" 8 1 1 710 38 0 126
+"222" 6 1 1 710 38 1 15
+"223" 7 1 1 710 38 1 22
+"224" 13 1 1 710 38 1 33
+"225" 3 1 1 710 38 1 16
+"226" 5 1 1 710 38 1 17
+"227" 45 1 1 751 39 1 98
+"228" 30 1 0 786 8 1 30
+"229" 15 1 0 786 8 1 50
+"230" 46 0 0 785 6 1 69
+"231" 26 1 0 754 5 1 12
+"232" 3 1 0 754 5 1 12
+"233" 48 0 0 759 3 1 63
+"234" 19 1 0 778 8 1 70
+"235" 18 1 0 778 8 1 46
+"236" 3 1 0 778 8 0 39
+"237" 49 0 0 825 16 1 49
+"238" 13 1 0 844 15 1 69
+"239" 4 1 0 844 15 0 23
+"240" 46 0 0 844 9 1 163
+"241" 41 0 0 730 3 1 270
+"242" 8 1 0 767 5 1 108
+"243" 3 1 0 767 5 0 17
+"244" 43 0 0 751 5 1 57
+"245" 47 0 0 685 7 1 0
+"246" 25 1 0 626 0 1 0
+"247" 23 1 0 626 0 1 2
+"248" 15 1 0 677 2 1 0
+"249" 33 1 0 677 2 1 7
+"250" 47 0 0 666 1 1 0
+"251" 23 1 0 689 1 0 0
+"252" 1 1 0 689 1 0 4
+"253" 25 1 0 689 1 0 4
+"254" 47 0 0 715 1 1 1
+"255" 18 1 0 680 0 1 0
+"256" 19 1 0 680 0 0 11
+"257" 12 1 0 680 0 0 11
+"258" 27 1 0 758 13 0 4
+"259" 20 1 0 758 13 0 3
+"260" 41 0 0 663 1 0 0
+"261" 8 1 0 663 1 0 5
+"262" 19 1 0 687 5 0 2
+"263" 28 1 0 687 5 1 0
+"264" 7 1 0 676 5 0 0
+"265" 3 1 0 709 16 1 0
+"266" 17 1 0 709 16 0 9
+"267" 6 1 0 709 16 1 46
+"268" 9 1 0 762 19 1 7
+"269" 2 1 0 763 16 1 0
+"270" 23 1 0 763 16 1 36
+"271" 3 1 0 763 16 1 35
+"272" 24 1 0 701 18 1 47
+"273" 3 1 0 701 18 1 9
+"274" 17 1 0 761 15 0 30
+"275" 22 1 1 644 13 0 3
+"276" 22 1 1 644 13 0 28
+"277" 43 0 1 575 5 1 35
+"278" 14 1 0 648 7 1 0
+"279" 23 1 0 648 7 1 5
+"280" 36 1 0 673 3 0 0
+"281" 12 1 0 673 3 1 1
+"282" 48 0 0 677 2 1 0
+"283" 13 1 0 686 3 1 0
+"284" 7 1 0 686 3 0 4
+"285" 28 1 0 684 2 0 0
+"286" 48 0 0 679 2 0 0
+"287" 48 0 0 692 3 0 0
+"288" 12 1 0 653 1 1 0
+"289" 11 1 0 653 1 1 18
+"290" 36 0 0 698 5 0 0
+"291" 36 0 0 702 5 0 0
+"292" 24 1 0 710 5 1 18
+"293" 12 1 0 710 5 0 8
+"294" 19 1 0 713 6 1 1
+"295" 16 1 0 713 6 0 14
+"296" 37 0 0 681 6 0 18
+"297" 5 1 0 705 5 0 19
+"298" 55 0 0 511 0 1 21
+"299" 20 1 0 518 0 1 0
+"300" 41 1 0 513 0 1 1
+"301" 2 1 0 513 0 1 1
+"302" 19 1 0 508 0 1 1
+"303" 33 1 0 508 0 1 1
+"304" 48 1 0 497 0 1 0
+"305" 12 1 0 497 0 1 5
+"306" 16 1 0 514 0 1 0
+"307" 51 0 0 506 0 1 0
+"308" 44 1 0 518 0 1 0
+"309" 7 1 0 556 3 0 4
+"310" 18 1 0 556 2 1 0
+"311" 7 1 0 556 2 1 0
+"312" 30 1 0 556 2 0 0
+"313" 50 0 0 536 1 1 0
+"314" 49 0 0 522 1 1 6
diff --git a/data/immi1.tab b/data/immi1.tab
new file mode 100644
index 0000000..e2a0f1c
--- /dev/null
+++ b/data/immi1.tab
@@ -0,0 +1,2486 @@
+"ipip" "wage1992" "prtyid" "ideol" "gender"
+"1" 3 0.614226460456848 7 5 1
+"2" 4 0.758301913738251 5 5 1
+"3" 4 0.267989993095398 7 6 1
+"4" 1 0.261489987373352 1 4 1
+"5" 3 0.285222887992859 2 3.95935654640198 1
+"6" 4 0.464700013399124 5 3 0
+"7" 3 0.673849999904633 3 5 1
+"8" 5 0.574837744235992 4 2 1
+"9" 2 0.600469946861267 1 1 1
+"10" 4 0.785520017147064 2 3 1
+"11" 3 0.367390006780624 5 2 0
+"12" 3 0.387620002031326 7 4 0
+"13" 3 0.394959986209869 6.74742412567139 5.42516565322876 1
+"14" 3 0.312420010566711 5 3.08475399017334 1
+"15" 2 1.13774001598358 4 4 0
+"16" 3 0.600469946861267 7 6 1
+"17" 3 0.461620002985001 6 4 0
+"18" 2 0.785520017147064 1 3.67513036727905 0
+"19" 3 0.408399999141693 5 3 1
+"20" 5 0.518409967422485 7 4 1
+"21" 3 0.267989993095398 3 2 0
+"22" 3 0.265219986438751 3 5.42575979232788 1
+"23" 4 0.614226460456848 3 5 1
+"24" 3 0.690588891506195 4 3 0
+"25" 5 0.740281939506531 7 6 1
+"26" 3 0.0764438807964325 3 6 1
+"27" 2 0.581430017948151 5 3.55570554733276 1
+"28" 3 0.408399999141693 2 4.63506889343262 1
+"29" 2 0.261489987373352 4 3.60355591773987 1
+"30" 3 0.355242639780045 5 4.32155561447144 1
+"31" 5 0.267989993095398 1 3.8717942237854 1
+"32" 5 0.408399999141693 6 6.03058481216431 0
+"33" 4 0.440597921609879 6 4 1
+"34" 3 0.394959986209869 2 4 1
+"35" 3 0.511519968509674 1 3.11985278129578 0
+"36" 3 0.785520017147064 6 6.06302738189697 0
+"37" 5 0.785520017147064 5 6 0
+"38" 3 0.614226460456848 4 3.66976428031921 0
+"39" 3 0.673849999904633 5 6 0
+"40" 2 0.65021002292633 2 3 1
+"41" 3 0.592509984970093 5 5 0
+"42" 3 0.644749999046326 6 3 1
+"43" 4 0.267989993095398 6 5 0
+"44" 5 0.614226460456848 2 5 0
+"45" 3 0.482245415449142 1 4 1
+"46" 3 0.701979994773865 2 3 1
+"47" 5 0.427269995212555 6 6 1
+"48" 3 0.189989998936653 6 4 1
+"49" 3 0.511519968509674 2 5.39288711547852 0
+"50" 4 0.518409967422485 7 7 0
+"51" 5 0.335929989814758 5 4 1
+"52" 2 0.65021002292633 1 2 0
+"53" 3 0.592509984970093 7 4 0
+"54" 4 0.367390006780624 4 4 0
+"55" 5 0.387620002031326 5 4.80739164352417 0
+"56" 3 0.785520017147064 6 3 0
+"57" 3 0.320780009031296 1 6 1
+"58" 3 0.394959986209869 7 6 1
+"59" 5 0.785520017147064 7 6 1
+"60" 5 0.267989993095398 2 2 0
+"61" 3 0.414970010519028 7 6 0
+"62" 4 0.309140026569366 4 3 0
+"63" 4 0.406390011310577 1 2 1
+"64" 3 0.673849999904633 7 6 1
+"65" 5 0.511519968509674 1 2 0
+"66" 3 0.614226460456848 2 2 0
+"67" 3 0.261489987373352 2 1.06944334506989 1
+"68" 4 0.600469946861267 1 5 1
+"69" 5 0.785520017147064 7 7 0
+"70" 5 0.532423794269562 1 5 1
+"71" 3 0.364969998598099 5 5 0
+"72" 3 0.320780009031296 3.80875468254089 7 1
+"73" 3 0.336679995059967 2 3.60643172264099 0
+"74" 5 0.390350013971329 3 4 0
+"75" 3 0.785520017147064 7 4 0
+"76" 3 0.446730017662048 5 4 0
+"77" 3 0.476463615894318 7 6 1
+"78" 1 0.309140026569366 7 4 0
+"79" 2 0.408399999141693 7 4 1
+"80" 3 0.592509984970093 7 2 0
+"81" 3 0.662460029125214 1 2 0
+"82" 5 0.267989993095398 2 6.18976831436157 1
+"83" 5 0.592509984970093 3 5 0
+"84" 3 0.903599977493286 2 2 0
+"85" 5 0.477019995450974 5 3.74280500411987 0
+"86" 3 0.545379996299744 5 5.9803729057312 0
+"87" 5 0.688880026340485 5 6 1
+"88" 5 0.309140026569366 2 4.81948852539062 0
+"89" 1 0.265219986438751 4 4.44544935226440 0
+"90" 4 0.592509984970093 1 2 1
+"91" 3 0.701979994773865 7 6 1
+"92" 3 0.903599977493286 5 5 0
+"93" 3 0.408600002527237 1 3.95649695396423 0
+"94" 3 0.785520017147064 1 2 1
+"95" 2 0.529449999332428 1 4 0
+"96" 4 0.320780009031296 7 2 1
+"97" 5 0.364969998598099 5 3 1
+"98" 3 0.361250013113022 2 3.18510270118713 1
+"99" 5 0.662460029125214 4 3.73242402076721 0
+"100" 3 0.673849999904633 4 5 1
+"101" 4 0.498652845621109 5 4 1
+"102" 3 0.532429993152618 1 5.12047815322876 0
+"103" 3 0.440597921609879 1 2 0
+"104" 4 0.367390006780624 4 3.52899098396301 0
+"105" 3 0.785520017147064 5 5 0
+"106" 4 0.688880026340485 2 5 0
+"107" 4 0.385200023651123 4 2.98015475273132 0
+"108" 4 0.395704567432404 3 6 1
+"109" 5 0.701979994773865 6 4 0
+"110" 3 0.401980012655258 1 4 0
+"111" 3 0.292278707027435 5 6.24193668365479 1
+"112" 3 0.343410015106201 2 5.17457342147827 1
+"113" 2 0.65021002292633 4 3 1
+"114" 3 0.417062669992447 7 6 0
+"115" 3 0.343410015106201 4 4 0
+"116" 3 0.785520017147064 6 5 0
+"117" 4 0.592509984970093 1 4 0
+"118" 4 0.37165704369545 1 6 0
+"119" 4 0.427344441413879 4 4 1
+"120" 3 0.334767043590546 2 2.16558670997620 1
+"121" 3 0.673849999904633 3 3.46496558189392 0
+"122" 1 0.688880026340485 2 4 1
+"123" 3 0.364969998598099 1 4.85388898849487 1
+"124" 3 0.320780009031296 3 3 1
+"125" 3 0.16338849067688 3 3 1
+"126" 5 0.609759986400604 6 2 1
+"127" 4 0.320780009031296 1 4.10407304763794 1
+"128" 5 0.400240004062653 6 5 1
+"129" 3 0.600469946861267 3 4 1
+"130" 5 0.518409967422485 3 4 1
+"131" 3 0.600469946861267 2 4 1
+"132" 5 0.785520017147064 7 6.37144088745117 0
+"133" 5 0.785520017147064 5 5 0
+"134" 5 0.267997771501541 4 6 1
+"135" 5 0.362966805696487 3.36589622497559 5.64661884307861 1
+"136" 3 0.644749999046326 1 6 0
+"137" 3 0.320780009031296 6 5 1
+"138" 3 0.385200023651123 1 3 1
+"139" 3 0.504183292388916 7 5 1
+"140" 3 0.315829992294312 2 5.02719640731812 1
+"141" 4 0.785520017147064 3 3 0
+"142" 3 0.518409967422485 7 6 1
+"143" 5 0.614226460456848 7 6 0
+"144" 3 1.10091006755829 6 5 0
+"145" 4 0.600469946861267 6 5 1
+"146" 3 0.600469946861267 2 4 1
+"147" 3 0.785520017147064 5 6.30889749526978 1
+"148" 5 0.414970010519028 7 4 0
+"149" 4 0.36285999417305 6 4 0
+"150" 3 0.65021002292633 4 4 0
+"151" 4 0.464899986982346 4 4.20220470428467 1
+"152" 5 0.785520017147064 5 4 1
+"153" 3 0.785520017147064 2 2 0
+"154" 3 0.785520017147064 1 3 1
+"155" 4 0.785520017147064 7 5 0
+"156" 3 0.600469946861267 5 6.06139659881592 0
+"157" 4 0.511519968509674 4 4.41344690322876 0
+"158" 5 0.80973881483078 5 4 0
+"159" 4 0.673849999904633 5 6 0
+"160" 3 0.785520017147064 6 5 0
+"161" 4 0.673849999904633 6 5 0
+"162" 3 0.614226460456848 6 6 0
+"163" 3 0.622995257377625 7 6 0
+"164" 2 0.793409943580627 5 6 0
+"165" 3 0.701979994773865 2 5 0
+"166" 5 0.320780009031296 1 2.68664360046387 1
+"167" 3 0.487359970808029 3 3 0
+"168" 4 0.394959986209869 4 5 1
+"169" 5 0.529449999332428 3 5.04173040390015 0
+"170" 4 0.320780009031296 1 4 1
+"171" 5 0.785520017147064 2 6 0
+"172" 3 0.609759986400604 2 4 1
+"173" 3 0.614226460456848 3 2 0
+"174" 4 0.267989993095398 1 3 1
+"175" 4 0.394959986209869 4 4 1
+"176" 5 0.785520017147064 3 4 0
+"177" 3 0.614226460456848 5 6 0
+"178" 3 0.65021002292633 7 6 0
+"179" 5 0.343410015106201 4 6.60743618011475 1
+"180" 3 0.8400399684906 6 4 0
+"181" 5 0.267989993095398 7 5 1
+"182" 3 0.267989993095398 1 4 1
+"183" 5 0.745015799999237 1 -0.296849191188812 1
+"184" 5 0.65021002292633 5 6 1
+"185" 4 0.312420010566711 2 3 1
+"186" 2 0.511519968509674 3 5 0
+"187" 2 0.785520017147064 7 5 0
+"188" 2 0.662838101387024 2 4 1
+"189" 1 0.487359970808029 5 3 0
+"190" 5 0.614226460456848 6 3 1
+"191" 1 0.306689947843552 7 6 1
+"192" 5 0.265219986438751 5 4 1
+"193" 3 0.343410015106201 2 3.16801023483276 1
+"194" 1 0.320780009031296 3 1 0
+"195" 3 0.785520017147064 6 4 0
+"196" 3 0.793409943580627 2 5 0
+"197" 4 0.453769207000732 5 3.63040781021118 1
+"198" 4 0.903599977493286 7 4 1
+"199" 3 0.414970010519028 7 7 0
+"200" 5 0.407070010900497 1 3.03778076171875 1
+"201" 3 0.8400399684906 5 6 0
+"202" 3 0.673849999904633 1 5 0
+"203" 3 0.529449999332428 5 4 1
+"204" 5 0.267989993095398 3 2.03698754310608 1
+"205" 5 0.785520017147064 6 2.36983060836792 0
+"206" 3 0.785520017147064 7 6 0
+"207" 3 0.688880026340485 5 4 1
+"208" 5 0.390350013971329 3 7 0
+"209" 3 0.381099998950958 4 3.0704083442688 0
+"210" 3 0.461620002985001 1 4 0
+"211" 4 0.394959986209869 3 4 1
+"212" 4 0.65021002292633 7 6 0
+"213" 1 0.673849999904633 7 6 1
+"214" 3 0.42778155207634 5 5 1
+"215" 3 0.581430017948151 3 2.51162791252136 0
+"216" 3 0.511519968509674 3 2 0
+"217" 3 0.478804916143417 6 5.71668148040771 0
+"218" 3 0.343410015106201 3 3.33392167091370 1
+"219" 1 0.785520017147064 2 7 1
+"220" 3 0.461620002985001 5 6 0
+"221" 5 0.698559999465942 2 7 0
+"222" 5 0.401980012655258 2 5.70079374313354 1
+"223" 5 0.785520017147064 3 4 0
+"224" 4 0.387620002031326 2 2.92053580284119 1
+"225" 4 0.400240004062653 2 6.27981281280518 1
+"226" 5 0.267989993095398 1 4.40790271759033 1
+"227" 3 0.335929989814758 4 4.89830875396729 0
+"228" 1 0.520840048789978 6 4 0
+"229" 2 0.600469946861267 4 4 0
+"230" 3 0.673849999904633 1 2 0
+"231" 5 0.394959986209869 3 2 1
+"232" 4 0.394959986209869 6 6 1
+"233" 5 0.401980012655258 3 5 1
+"234" 3 0.673849999904633 1 5 1
+"235" 3 0.614226460456848 3 1 0
+"236" 4 0.457309991121292 3 4 0
+"237" 4 0.394959986209869 7 5 1
+"238" 5 0.600469946861267 2 4 1
+"239" 3 0.407070010900497 2 4 1
+"240" 4 0.701979994773865 7 4 1
+"241" 3 0.903599977493286 4 5 0
+"242" 3 0.315829992294312 6 6.17561721801758 0
+"243" 5 0.387620002031326 1 2 1
+"244" 5 0.614226460456848 1 6 0
+"245" 4 0.315829992294312 4 4 0
+"246" 3 0.312420010566711 5 6.08860874176025 1
+"247" 3 0.600469946861267 4 3 1
+"248" 3 0.343410015106201 2 3.40188908576965 0
+"249" 4 0.367390006780624 5.41527605056763 4.69061803817749 0
+"250" 4 0.440597921609879 2 4 0
+"251" 5 0.343410015106201 3 4 1
+"252" 2 0.400240004062653 1 4 1
+"253" 4 0.320780009031296 7 5 1
+"254" 3 0.414970010519028 5 5 0
+"255" 5 0.903599977493286 7 5 0
+"256" 4 0.600469946861267 6 3 1
+"257" 5 0.903599977493286 5 5 0
+"258" 3 0.609759986400604 5 3 1
+"259" 3 0.394959986209869 6 3.58933353424072 1
+"260" 4 0.499787837266922 6 5 0
+"261" 3 0.401980012655258 3 1.95580458641052 0
+"262" 5 0.539574503898621 2 6 1
+"263" 1 0.688880026340485 2 2 1
+"264" 2 0.592509984970093 4 6 0
+"265" 4 0.464700013399124 1 2 1
+"266" 4 0.688880026340485 7 4 1
+"267" 3 0.408399999141693 2 5 0
+"268" 3 1.10091006755829 6 5 0
+"269" 5 0.614226460456848 7 6 0
+"270" 5 0.267989993095398 4 5.83299875259399 1
+"271" 5 0.408399999141693 1 7.00065183639526 1
+"272" 4 0.408399999141693 3 5.19912910461426 1
+"273" 5 0.477019995450974 2 5.02477979660034 0
+"274" 3 0.487359970808029 4 3 0
+"275" 3 0.343410015106201 3 6 1
+"276" 3 0.65021002292633 3 2 1
+"277" 4 0.334471851587296 2 3.48762488365173 1
+"278" 3 0.446730017662048 3 2 0
+"279" 5 0.600469946861267 5 6 1
+"280" 5 0.267989993095398 3.23180246353149 4.82750988006592 0
+"281" 3 0.600469946861267 2 3 1
+"282" 3 0.488031029701233 1 4.10285329818726 1
+"283" 5 0.518409967422485 7 5 0
+"284" 4 0.36285999417305 5 2.80101847648621 0
+"285" 5 0.414970010519028 4 2.83084964752197 0
+"286" 3 0.400240004062653 5 2.69131922721863 1
+"287" 3 0.785520017147064 5 2.85743474960327 1
+"288" 3 0.777340054512024 7 7 0
+"289" 4 0.600469946861267 2 4 1
+"290" 5 0.785520017147064 7 6 0
+"291" 4 0.614226460456848 2 -0.518262565135956 1
+"292" 4 0.401980012655258 2 3.32578849792480 0
+"293" 3 0.309140026569366 7 7.07710409164429 1
+"294" 4 0.477019995450974 2 2.78895783424377 0
+"295" 3 0.394959986209869 1 1 1
+"296" 5 0.381099998950958 2 4 1
+"297" 4 0.637282431125641 1 7 1
+"298" 5 0.446730017662048 4 3 1
+"299" 2 0.785520017147064 6 4 1
+"300" 4 0.343410015106201 4 2 1
+"301" 5 0.427269995212555 2 7 0
+"302" 4 0.688880026340485 2 4 1
+"303" 3 0.785520017147064 6 5 1
+"304" 3 0.511519968509674 2 5 0
+"305" 4 0.440597921609879 1 5.55574035644531 0
+"306" 4 0.785520017147064 3 3 0
+"307" 3 0.427269995212555 1 3.756427526474 0
+"308" 4 0.407070010900497 3 2 1
+"309" 3 0.343410015106201 4 4 0
+"310" 4 0.267989993095398 2 4 0
+"311" 3 0.267989993095398 1 3.90988874435425 1
+"312" 4 0.394959986209869 3 3.08626389503479 1
+"313" 3 0.343410015106201 6 4 1
+"314" 4 0.343410015106201 2 4 0
+"315" 5 0.592509984970093 2 4 0
+"316" 3 0.3887699842453 7 3.41306066513062 0
+"317" 5 0.659118115901947 7 6 0
+"318" 4 0.461620002985001 1 2.68716907501221 0
+"319" 3 0.394959986209869 4 4 1
+"320" 4 0.614226460456848 5 4 1
+"321" 5 0.673849999904633 6 4 1
+"322" 3 0.673849999904633 7 6 0
+"323" 3 0.785520017147064 7 6 0
+"324" 3 0.394959986209869 3 4.99820327758789 1
+"325" 5 0.712408185005188 3 4.26210975646973 1
+"326" 3 0.343410015106201 6 6 1
+"327" 4 0.571849822998047 6 2 1
+"328" 4 0.592509984970093 1 3.86421322822571 0
+"329" 3 0.487359970808029 2 2 0
+"330" 1 0.676253855228424 4 1 1
+"331" 3 0.614226460456848 3 2 1
+"332" 5 0.267989993095398 3 4 1
+"333" 4 0.444300800561905 6 5 0
+"334" 3 0.400531262159348 2 4 1
+"335" 3 0.464899986982346 6 6 1
+"336" 4 0.320780009031296 7 6 1
+"337" 3 0.529449999332428 1 3 0
+"338" 2 0.600469946861267 7 6 1
+"339" 4 0.414970010519028 7 6 0
+"340" 5 0.387620002031326 5 6 1
+"341" 3 0.62365996837616 1 2.51774168014526 0
+"342" 2 0.785520017147064 4 5.55884218215942 0
+"343" 3 0.673849999904633 5 6.94436883926392 1
+"344" 3 0.267989993095398 4 6.06037330627441 1
+"345" 3 0.461620002985001 1 1 0
+"346" 5 0.475062072277069 7 6 1
+"347" 3 0.701979994773865 6 5 0
+"348" 2 0.600469946861267 4 3.88554930686951 1
+"349" 3 0.267989993095398 1 6 1
+"350" 5 0.364969998598099 5 3 1
+"351" 4 0.343410015106201 1 4 1
+"352" 4 0.387620002031326 6 3.16240286827087 1
+"353" 3 0.520840048789978 4 4.69895935058594 0
+"354" 4 0.614226460456848 3 3 0
+"355" 5 0.400240004062653 7 6 0
+"356" 3 0.785520017147064 6 6 0
+"357" 5 0.65021002292633 1 4 1
+"358" 5 0.903599977493286 3 4 0
+"359" 3 0.400240004062653 6 4 1
+"360" 3 0.654334127902985 5 4.63528633117676 1
+"361" 2 0.364969998598099 2 3.03438401222229 1
+"362" 5 0.464700013399124 3 2 1
+"363" 3 0.903599977493286 5 3 1
+"364" 5 0.315829992294312 1 3.55668425559998 1
+"365" 4 0.511519968509674 5 4.10155582427979 0
+"366" 2 0.436052143573761 6 4 1
+"367" 4 0.315829992294312 3 3 1
+"368" 3 0.400240004062653 6 4 1
+"369" 5 0.407070010900497 3 4 1
+"370" 4 0.335929989814758 2 1 0
+"371" 4 0.374091625213623 4 4 1
+"372" 4 0.173265114426613 3 6.46794843673706 1
+"373" 4 0.320780009031296 5 4.23946714401245 1
+"374" 3 0.600469946861267 2 4 1
+"375" 3 0.446730017662048 1 4 0
+"376" 5 0.343410015106201 2 4.24274778366089 1
+"377" 4 1.13774001598358 1 1 0
+"378" 3 0.518409967422485 1 4 0
+"379" 5 0.8400399684906 7 7 0
+"380" 1 0.408399999141693 3 2 1
+"381" 5 0.375711649656296 2 4.84176301956177 1
+"382" 3 0.785520017147064 5 5.80201625823975 0
+"383" 5 0.545379996299744 4 4 0
+"384" 3 0.309140026569366 3 4 0
+"385" 5 0.400240004062653 5 4 1
+"386" 3 0.315829992294312 1.65450227260590 3.85696029663086 0
+"387" 4 0.903599977493286 5 5 0
+"388" 3 0.189989998936653 4 3.25884985923767 1
+"389" 2 0.367390006780624 4 4 0
+"390" 5 0.315829992294312 7 6 0
+"391" 5 0.267989993095398 2 1 1
+"392" 3 0.390350013971329 4 3 0
+"393" 5 0.440597921609879 5 7 0
+"394" 2 0.343410015106201 1 2 1
+"395" 3 0.785520017147064 2 3 1
+"396" 3 0.536693871021271 2 2.73854446411133 1
+"397" 3 0.65021002292633 7 6.35406541824341 1
+"398" 3 0.315829992294312 1 3 1
+"399" 5 0.673849999904633 4 6 0
+"400" 3 0.315829992294312 3 2 0
+"401" 2 0.261489987373352 2 5 1
+"402" 3 0.520794451236725 5 5 1
+"403" 3 0.267989993095398 4 4.33944225311279 1
+"404" 3 0.572871029376984 6 5 0
+"405" 2 0.394959986209869 6 6.91394329071045 1
+"406" 4 0.614226460456848 4 4 0
+"407" 1 0.461620002985001 5 5 0
+"408" 1 0.903599977493286 6 5 0
+"409" 4 0.461620002985001 1 1 0
+"410" 5 0.777340054512024 5 5 0
+"411" 3 0.903599977493286 5 5 0
+"412" 4 0.265219986438751 3 3.83465838432312 0
+"413" 3 0.267989993095398 7 4 1
+"414" 4 0.777340054512024 3 3 0
+"415" 3 0.644749999046326 2 2 0
+"416" 3 0.614226460456848 7 6 1
+"417" 4 0.785520017147064 7 6 0
+"418" 3 0.320780009031296 1 4 1
+"419" 5 0.487359970808029 2 4.87872648239136 0
+"420" 3 0.75151002407074 1 3.51613712310791 0
+"421" 5 0.251489937305450 3 5.91592741012573 1
+"422" 3 0.545379996299744 5 6 0
+"423" 3 0.644749999046326 7 5 1
+"424" 3 1.00193548202515 1 2 1
+"425" 5 0.688880026340485 6 3 0
+"426" 4 0.644749999046326 3 3 0
+"427" 3 0.785520017147064 3 2 1
+"428" 4 0.414970010519028 1 6 0
+"429" 3 0.401980012655258 4 5.20301342010498 1
+"430" 4 0.359872758388519 2 5.81299829483032 1
+"431" 3 0.8400399684906 1 3 1
+"432" 3 0.646990895271301 6 6 1
+"433" 3 0.394959986209869 5 2.52682423591614 1
+"434" 3 0.231336563825607 3 1.24428200721741 1
+"435" 4 0.609759986400604 3 3 0
+"436" 3 0.511519968509674 3 4 0
+"437" 3 0.367390006780624 2 3 1
+"438" 3 0.8400399684906 4 3 0
+"439" 4 0.364095002412796 3 2 1
+"440" 3 0.320780009031296 1 4.72669696807861 1
+"441" 5 0.592509984970093 6 5 1
+"442" 3 0.592509984970093 6 5 0
+"443" 3 0.644749999046326 2 2 1
+"444" 4 0.903599977493286 5 5 0
+"445" 2 0.701979994773865 5 5 0
+"446" 3 0.461620002985001 4 4 0
+"447" 4 0.487359970808029 5 6 0
+"448" 4 0.673849999904633 2 3 1
+"449" 2 0.614226460456848 4 4 0
+"450" 3 0.36285999417305 4 4 0
+"451" 3 0.5994171500206 4 4 1
+"452" 3 0.581430017948151 4 4 0
+"453" 5 0.343410015106201 2 4.59817552566528 1
+"454" 3 0.609759986400604 5 6 1
+"455" 4 0.600469946861267 2 5 1
+"456" 2 0.343410015106201 3 3 1
+"457" 5 0.408399999141693 5 4 1
+"458" 3 0.511519968509674 3 2.95138096809387 0
+"459" 3 0.189989998936653 3 5 1
+"460" 5 0.614226460456848 4 6.67728281021118 1
+"461" 3 0.688880026340485 6 4 1
+"462" 5 0.315829992294312 1 6.21588659286499 1
+"463" 3 0.785520017147064 4 4 0
+"464" 3 0.408600002527237 1 4.34449148178101 1
+"465" 3 0.267989993095398 5 3 1
+"466" 4 0.867016017436981 7 3 0
+"467" 4 0.511519968509674 4 4.69785022735596 0
+"468" 5 0.335929989814758 2 3.39301776885986 0
+"469" 5 0.401980012655258 1 2 1
+"470" 4 0.688880026340485 1 3.33890390396118 1
+"471" 1 0.189989998936653 1 3.91756868362427 1
+"472" 1 0.84213000535965 2 1 0
+"473" 3 0.627936720848083 6 5 1
+"474" 4 0.267989993095398 2 6.27266883850098 1
+"475" 4 0.165247499942780 4 3.07569360733032 1
+"476" 3 0.394959986209869 6 6 1
+"477" 5 0.511519968509674 2 5 0
+"478" 5 0.666519105434418 7 4 1
+"479" 5 0.614226460456848 5 7 0
+"480" 1 0.343410015106201 2 4 0
+"481" 3 0.785520017147064 4 4 1
+"482" 4 0.343410015106201 4 5 1
+"483" 4 0.440597921609879 4 2.48663878440857 0
+"484" 3 0.315829992294312 2 2 0
+"485" 5 0.532429993152618 4 4 0
+"486" 3 0.320780009031296 3 2.563148021698 1
+"487" 1 0.336679995059967 6 5 0
+"488" 4 0.394959986209869 7 3 1
+"489" 4 0.390350013971329 4 5.41775369644165 0
+"490" 1 0.793409943580627 3 4 0
+"491" 3 0.673849999904633 5 4 0
+"492" 5 0.400240004062653 4 4 0
+"493" 5 0.614226460456848 6 5 0
+"494" 5 0.532429993152618 5 6 1
+"495" 4 0.408399999141693 2 3.28479504585266 0
+"496" 3 0.343410015106201 5 4.51061534881592 0
+"497" 1 0.644749999046326 6 6 0
+"498" 3 0.8400399684906 4 3.58270096778870 1
+"499" 3 0.571621835231781 5 4 1
+"500" 3 0.0939344689249992 2 7 1
+"501" 3 0.464700013399124 5 4 1
+"502" 3 0.581430017948151 5 5 0
+"503" 3 0.312420010566711 3 7.8877854347229 1
+"504" 3 0.320780009031296 1 4.09238433837891 1
+"505" 3 0.408600002527237 1 2.87649273872375 1
+"506" 4 0.267989993095398 4 5 1
+"507" 5 0.267989993095398 2 4.11112260818481 1
+"508" 3 0.785520017147064 3 2 0
+"509" 2 0.427269995212555 2 6 0
+"510" 5 0.408399999141693 4.04388523101807 3 0
+"511" 3 0.394959986209869 3 4 1
+"512" 5 0.267989993095398 6 4 0
+"513" 3 0.614226460456848 7 5 0
+"514" 5 0.518409967422485 5 7 0
+"515" 3 0.84213000535965 3 2 1
+"516" 4 0.312420010566711 1 4 1
+"517" 5 0.312420010566711 2 4 1
+"518" 3 0.394959986209869 2 4 1
+"519" 4 0.609759986400604 5 4 1
+"520" 5 0.468820005655289 0.852510154247284 4 1
+"521" 4 0.385200023651123 3 4 0
+"522" 4 1.13774001598358 2 3 0
+"523" 3 0.532429993152618 7 6 0
+"524" 3 0.614226460456848 2 4 0
+"525" 3 0.644749999046326 3 4 1
+"526" 4 0.320780009031296 2 2.74257946014404 1
+"527" 5 0.609759986400604 2 4.60399913787842 1
+"528" 4 0.343410015106201 3 5 0
+"529" 4 0.662460029125214 4 3 0
+"530" 5 0.600469946861267 3 4 1
+"531" 2 0.320780009031296 1 2 0
+"532" 2 0.312420010566711 3 4 0
+"533" 4 0.62365996837616 1 4 0
+"534" 3 0.600469946861267 -0.26667383313179 4 1
+"535" 3 0.614226460456848 5 4 0
+"536" 3 0.315007418394089 5 4.62512111663818 1
+"537" 3 0.189989998936653 2 6 1
+"538" 3 0.408600002527237 1 3 1
+"539" 3 0.401980012655258 5 6.88208532333374 1
+"540" 3 0.261489987373352 5 6 1
+"541" 5 0.511519968509674 2 3.73023843765259 0
+"542" 4 0.407070010900497 3 4 1
+"543" 3 0.482979446649551 6 5.38846874237061 1
+"544" 5 0.532429993152618 6 6 1
+"545" 3 0.461620002985001 5 3.46646142005920 0
+"546" 4 0.416175127029419 4 5 1
+"547" 1 0.607177257537842 2 3.88111710548401 0
+"548" 3 0.335929989814758 5 4 0
+"549" 4 0.343410015106201 2 2 1
+"550" 4 0.614226460456848 1 2 0
+"551" 1 0.614226460456848 1 2 0
+"552" 3 0.8400399684906 7 6 0
+"553" 4 0.487359970808029 2 3 0
+"554" 4 0.532429993152618 7 4 1
+"555" 4 0.464899986982346 2 3.69538402557373 0
+"556" 4 0.408600002527237 3 4 0
+"557" 5 0.401980012655258 5 5 0
+"558" 4 0.701979994773865 3 3.94751906394958 0
+"559" 3 0.387620002031326 5 7 1
+"560" 3 0.312420010566711 2 6 1
+"561" 3 0.312420010566711 5 4 1
+"562" 5 0.600469946861267 7 2 0
+"563" 5 0.532429993152618 7 6 0
+"564" 3 0.408399999141693 1 3 0
+"565" 4 0.511519968509674 1 7 0
+"566" 3 0.662460029125214 6 4 0
+"567" 5 0.364969998598099 6 7.1798357963562 1
+"568" 3 0.343410015106201 5 4.97250413894653 0
+"569" 1 0.341922610998154 3 2 1
+"570" 3 0.511519968509674 4 3.51834774017334 0
+"571" 4 0.673849999904633 4 4.17615938186646 1
+"572" 4 0.315829992294312 7 4 0
+"573" 3 0.427269995212555 7 2 0
+"574" 4 0.343410015106201 2 5 1
+"575" 3 0.408399999141693 3 5 1
+"576" 3 0.315829992294312 3 4 1
+"577" 5 0.566308796405792 6 6 1
+"578" 3 0.401980012655258 4 5 0
+"579" 5 0.408399999141693 4 4 1
+"580" 5 0.401980012655258 1 6.2204532623291 1
+"581" 4 0.393042534589767 3 4 0
+"582" 5 0.314216583967209 6 5 1
+"583" 5 0.315829992294312 4 4 0
+"584" 5 0.394959986209869 5 6 1
+"585" 3 0.461620002985001 6 5 0
+"586" 4 0.189989998936653 2 4.36956214904785 1
+"587" 4 0.249531701207161 1 2 1
+"588" 5 0.34280464053154 1 4 1
+"589" 3 0.673849999904633 5 5 1
+"590" 4 0.511519968509674 4 5.33679580688477 0
+"591" 3 0.387620002031326 6 5 0
+"592" 3 0.592509984970093 2 4 0
+"593" 3 0.267989993095398 4 4 1
+"594" 5 0.785520017147064 6 6 0
+"595" 3 0.36285999417305 2 1.67616724967957 1
+"596" 5 0.408399999141693 5 6 0
+"597" 4 0.267989993095398 6 7 1
+"598" 1 0.538513779640198 5 4 1
+"599" 5 0.614226460456848 6 5 1
+"600" 5 0.401980012655258 3 7.15872097015381 1
+"601" 3 0.903599977493286 6 4 0
+"602" 4 0.407070010900497 3 6 1
+"603" 2 0.457309991121292 6 6.86884784698486 0
+"604" 2 0.644749999046326 5 4 0
+"605" 4 0.62365996837616 7 6 0
+"606" 4 0.267989993095398 2 7 1
+"607" 3 0.414970010519028 5 2 0
+"608" 4 0.484591841697693 6 5 0
+"609" 3 0.609759986400604 7 6.19691133499146 1
+"610" 3 0.785520017147064 1 4 1
+"611" 4 0.903599977493286 6 3 0
+"612" 1 0.609759986400604 3 6 1
+"613" 5 0.62365996837616 2 4 0
+"614" 3 0.341554641723633 4.79221343994141 3.26849341392517 1
+"615" 3 0.400240004062653 1 2 1
+"616" 4 0.614226460456848 7 6 1
+"617" 5 0.614226460456848 2 4 0
+"618" 4 0.518409967422485 1 4 0
+"619" 5 0.785520017147064 5 4 0
+"620" 5 0.614226460456848 6 3 1
+"621" 4 0.427269995212555 3 3.65357089042664 0
+"622" 3 0.604453861713409 5 4 1
+"623" 5 0.267989993095398 4 4 0
+"624" 3 0.903599977493286 4 4 0
+"625" 5 0.688880026340485 6 4 1
+"626" 5 0.312420010566711 6 4 1
+"627" 3 0.532429993152618 1 5 0
+"628" 4 0.673849999904633 6 4 1
+"629" 3 0.309140026569366 4 2.46065187454224 0
+"630" 3 0.785520017147064 6 5 1
+"631" 4 0.600469946861267 5 7 1
+"632" 5 0.785217940807343 1 4 1
+"633" 4 0.487359970808029 5 6.27820110321045 0
+"634" 4 0.589974164962769 5 3 0
+"635" 4 0.785520017147064 6 7 0
+"636" 1 0.644749999046326 3 2 0
+"637" 1 0.309140026569366 5 5 0
+"638" 4 0.673849999904633 3 2 0
+"639" 5 0.532429993152618 2 3.16478800773621 0
+"640" 5 0.315829992294312 1 5.26910352706909 1
+"641" 3 0.440597921609879 4 7 0
+"642" 3 0.343410015106201 5 6 1
+"643" 3 0.320780009031296 2 2.31690502166748 1
+"644" 5 0.364969998598099 1 6 1
+"645" 5 0.674729883670807 2 1 1
+"646" 4 0.69616049528122 5 5 1
+"647" 3 0.464700013399124 5 5.76077890396118 1
+"648" 5 0.487359970808029 7 4.93457126617432 0
+"649" 3 0.461620002985001 7 4 0
+"650" 5 0.315829992294312 1 7 0
+"651" 2 0.84213000535965 3 1 1
+"652" 3 0.136879891157150 3 4.88696050643921 1
+"653" 3 0.600469946861267 6 4 1
+"654" 3 0.487359970808029 4 5 0
+"655" 3 0.487359970808029 1 4 0
+"656" 3 0.785520017147064 6 4 0
+"657" 4 0.343410015106201 3 4 1
+"658" 5 0.533468723297119 6 6 1
+"659" 3 0.387620002031326 4 4.29152393341064 1
+"660" 5 0.614226460456848 6 5 1
+"661" 3 0.343410015106201 2 3 0
+"662" 5 0.315829992294312 2 4 0
+"663" 5 0.785520017147064 7 5 0
+"664" 3 0.532429993152618 6 4 1
+"665" 1 0.630266070365906 7 6 1
+"666" 3 0.903599977493286 2 3 0
+"667" 3 0.343410015106201 5 6 0
+"668" 3 0.261489987373352 3 2.95676898956299 1
+"669" 3 0.688880026340485 5 3 1
+"670" 4 0.400240004062653 5 4.96074295043945 1
+"671" 3 0.65021002292633 2 3 1
+"672" 4 0.817809522151947 4 3.44603228569031 1
+"673" 3 0.364667475223541 1 3 1
+"674" 3 0.785520017147064 3 2 1
+"675" 3 0.401980012655258 4 4 0
+"676" 5 0.390350013971329 2 6 0
+"677" 3 0.331231117248535 6 8.2171049118042 1
+"678" 3 0.785520017147064 6 6 0
+"679" 3 0.84213000535965 2 3 1
+"680" 1 0.320780009031296 1 4 1
+"681" 4 0.430218011140823 2 3 0
+"682" 3 0.785520017147064 3 3 0
+"683" 3 0.461620002985001 1 3.27263522148132 1
+"684" 3 0.511519968509674 7 7 0
+"685" 3 0.36285999417305 3 5 1
+"686" 3 0.793409943580627 2 2 1
+"687" 3 0.477019995450974 1 4 0
+"688" 3 0.614226460456848 5 5 0
+"689" 3 0.381099998950958 2.90274882316589 3.47876453399658 1
+"690" 4 0.367390006780624 2 4 0
+"691" 2 0.644749999046326 2 4 0
+"692" 3 0.600469946861267 5 6 0
+"693" 3 0.408399999141693 4 4 1
+"694" 3 0.600469946861267 2 4 1
+"695" 5 0.614226460456848 4 4 0
+"696" 5 0.614226460456848 6 5.58706855773926 0
+"697" 4 0.253662496805191 5 4 1
+"698" 5 0.774174869060516 6 4 1
+"699" 4 0.626160502433777 1 4.13980674743652 1
+"700" 5 0.267989993095398 2 3.91566014289856 1
+"701" 2 0.394959986209869 2 3 1
+"702" 2 0.407070010900497 5 1.77899968624115 1
+"703" 3 0.394959986209869 5 3 1
+"704" 3 0.394959986209869 3 3 1
+"705" 4 0.785520017147064 6 6 0
+"706" 5 0.487359970808029 7 3 0
+"707" 5 0.566379189491272 3 4 1
+"708" 5 0.401980012655258 1 1 0
+"709" 3 0.343410015106201 5 3 1
+"710" 4 0.8400399684906 3 4 0
+"711" 4 0.785520017147064 2 4 0
+"712" 5 0.592509984970093 4 6 0
+"713" 4 0.359522700309753 6 4 1
+"714" 5 0.785520017147064 6 4 0
+"715" 5 0.394959986209869 2 4 1
+"716" 3 0.84213000535965 3 3 0
+"717" 1 0.394959986209869 3.53800392150879 3.46281480789185 1
+"718" 4 0.35770982503891 7 5 1
+"719" 5 0.345020025968552 6 6.31789493560791 1
+"720" 3 0.312420010566711 2 5 1
+"721" 3 0.295762002468109 3 3.15275454521179 1
+"722" 4 0.446730017662048 2 4 0
+"723" 3 0.581430017948151 2 3 0
+"724" 3 0.609759986400604 1 2 1
+"725" 4 0.394959986209869 2 4.04111242294312 1
+"726" 3 0.688880026340485 4 4 1
+"727" 5 0.511519968509674 1 6 0
+"728" 3 0.688880026340485 1 2 0
+"729" 5 0.644749999046326 4 3 0
+"730" 5 0.592509984970093 4 4 0
+"731" 5 0.320780009031296 2 5.18153858184814 1
+"732" 5 0.785520017147064 6 6 0
+"733" 4 0.600469946861267 5 3 1
+"734" 4 0.511519968509674 6 6 0
+"735" 3 0.903599977493286 6 5 0
+"736" 3 0.785520017147064 1 2 1
+"737" 3 0.532429993152618 3 1 0
+"738" 3 0.65021002292633 4 4 1
+"739" 5 0.614226460456848 2 3 1
+"740" 4 0.511519968509674 1 7 0
+"741" 1 0.348561972379684 5 3.97700023651123 1
+"742" 4 0.440597921609879 3 4.98549652099609 0
+"743" 3 0.267989993095398 6 4 1
+"744" 3 0.785520017147064 2 4 1
+"745" 5 0.550116539001465 2 4 1
+"746" 3 1.13774001598358 3 4 0
+"747" 3 0.320780009031296 6 5.39602613449097 1
+"748" 5 0.532429993152618 1 4 1
+"749" 5 0.600469946861267 5 6 1
+"750" 1 0.785520017147064 5 5 0
+"751" 3 0.785520017147064 5 5 1
+"752" 5 0.491205722093582 3 5.21474981307983 1
+"753" 1 0.688880026340485 6 5 0
+"754" 2 0.400240004062653 2 4 1
+"755" 1 0.688880026340485 5 5 1
+"756" 5 0.673849999904633 6 5 1
+"757" 3 0.407070010900497 7 5 1
+"758" 3 0.785520017147064 5 6 1
+"759" 4 1.10091006755829 6 5 0
+"760" 4 0.401980012655258 7 2 0
+"761" 5 0.600469946861267 6 5 0
+"762" 3 0.614226460456848 2 5 0
+"763" 3 0.343410015106201 1 3 1
+"764" 3 0.685644447803497 1 2 1
+"765" 5 0.785520017147064 7 5 1
+"766" 5 0.609759986400604 5 4 1
+"767" 2 0.65021002292633 3 2 0
+"768" 2 1.13774001598358 1 2 0
+"769" 3 0.407070010900497 4 4.90986013412476 1
+"770" 4 0.3887699842453 2 4 0
+"771" 4 0.65021002292633 5 6 0
+"772" 4 0.903599977493286 4 4 0
+"773" 5 0.406390011310577 2 2.45336627960205 1
+"774" 3 0.357767909765244 1 2 1
+"775" 2 0.609759986400604 2 2 1
+"776" 5 0.592509984970093 7 6.00879049301147 0
+"777" 3 0.688880026340485 3 5 1
+"778" 5 0.701979994773865 5 5 0
+"779" 2 1.10091006755829 1 1 1
+"780" 5 0.408600002527237 2 5.68919134140015 1
+"781" 3 0.414970010519028 5 6 0
+"782" 4 0.364969998598099 6 4 1
+"783" 4 0.673849999904633 4 4 1
+"784" 4 0.267989993095398 1 5 1
+"785" 5 0.477019995450974 6 2 0
+"786" 4 0.309140026569366 5 5 0
+"787" 3 0.394959986209869 2 2 1
+"788" 4 0.592509984970093 1 4.83237981796265 0
+"789" 3 0.785520017147064 2 7.2681393623352 0
+"790" 4 0.785520017147064 6 3 1
+"791" 5 0.112032942473888 1 3.86284518241882 1
+"792" 3 0.644749999046326 1 4 1
+"793" 3 0.785520017147064 4 4 0
+"794" 2 0.320780009031296 7 6 1
+"795" 4 0.538962662220001 2 4 1
+"796" 5 0.407070010900497 1 5 1
+"797" 1 0.600469946861267 1 4 1
+"798" 4 0.600469946861267 6 4 1
+"799" 3 0.407070010900497 4 4 1
+"800" 2 0.688880026340485 5 5 1
+"801" 3 0.320780009031296 1 6 1
+"802" 4 0.589090049266815 6 5 1
+"803" 5 0.785520017147064 1 4 0
+"804" 5 0.62365996837616 5 4 0
+"805" 3 0.320780009031296 5 4.36996173858643 1
+"806" 5 0.340220004320145 7 4 1
+"807" 3 0.785520017147064 1 2 0
+"808" 1 0.532429993152618 7 4 0
+"809" 3 0.614226460456848 2 2 1
+"810" 2 0.261489987373352 3 0.602864801883698 1
+"811" 4 0.532429993152618 1 2 0
+"812" 3 0.400240004062653 5 4 1
+"813" 5 0.785520017147064 7 5 0
+"814" 2 0.320780009031296 1 2 0
+"815" 3 0.176581144332886 4 4 1
+"816" 4 0.267989993095398 1 3 1
+"817" 3 0.386619985103607 5 4 0
+"818" 3 0.427269995212555 6 5 1
+"819" 3 0.248348563909531 6 5.62085437774658 1
+"820" 4 0.394959986209869 5 4 1
+"821" 3 0.644749999046326 7 6 1
+"822" 4 0.408399999141693 2 4 0
+"823" 4 0.461620002985001 5 4 0
+"824" 3 0.785520017147064 7 5.1575665473938 0
+"825" 1 0.585368931293488 1 5 1
+"826" 3 0.384926974773407 3 4 1
+"827" 5 0.532429993152618 1 5.9005708694458 0
+"828" 4 0.785520017147064 4 5 0
+"829" 1 0.609759986400604 7 5 0
+"830" 3 0.785520017147064 7 5 0
+"831" 5 0.700786054134369 6 4 1
+"832" 2 0.84213000535965 2 1 1
+"833" 1 0.581430017948151 2 4.78869771957397 1
+"834" 5 0.408600002527237 2 1 1
+"835" 3 0.394959986209869 3 5.59835577011108 1
+"836" 4 0.526519596576691 7 6 1
+"837" 4 0.312420010566711 3 2.80822944641113 1
+"838" 3 0.461620002985001 2 5.0322699546814 0
+"839" 4 0.673849999904633 4 2 1
+"840" 5 0.309140026569366 7 5 0
+"841" 5 0.390350013971329 1 6 0
+"842" 5 0.785520017147064 7 4 0
+"843" 3 0.427269995212555 7 5 1
+"844" 3 0.673849999904633 6 5 1
+"845" 5 0.863447546958923 4 2 0
+"846" 5 0.785520017147064 5 5 0
+"847" 4 0.785520017147064 1 3 0
+"848" 3 0.600469946861267 1 2 1
+"849" 3 0.343410015106201 6 4 1
+"850" 3 0.267989993095398 3 4 1
+"851" 4 0.520840048789978 3 5 0
+"852" 5 0.511519968509674 4 4 0
+"853" 4 0.401980012655258 4 6 0
+"854" 3 0.592509984970093 7 6 0
+"855" 5 0.62978994846344 4 4.74869060516357 0
+"856" 3 0.261489987373352 3 6.39846658706665 1
+"857" 3 0.445463418960571 3 4.38155317306519 1
+"858" 3 0.688880026340485 3 3.21449613571167 1
+"859" 3 0.269411921501160 2 5 1
+"860" 4 0.609759986400604 7 6 1
+"861" 4 0.62365996837616 4 6 0
+"862" 3 0.203126713633537 2 2.88957810401917 1
+"863" 3 0.401980012655258 1 3 0
+"864" 3 0.673849999904633 4 5 0
+"865" 4 0.343410015106201 7 4 1
+"866" 5 0.529449999332428 1 2 1
+"867" 5 0.400240004062653 1 4 1
+"868" 3 0.308057785034180 2 5 0
+"869" 3 0.785520017147064 2 3 1
+"870" 3 0.614226460456848 6 4 0
+"871" 4 0.320780009031296 3 1 1
+"872" 3 0.507823705673218 2 4.48965167999268 1
+"873" 4 0.532429993152618 3 4 0
+"874" 3 0.446730017662048 7 4 0
+"875" 5 0.65021002292633 1 4 0
+"876" 5 0.688880026340485 7 5 0
+"877" 5 0.464700013399124 3 4.47030448913574 1
+"878" 3 0.688880026340485 6 6 1
+"879" 3 0.446730017662048 5 5 0
+"880" 4 0.320780009031296 3 4.32174205780029 1
+"881" 3 0.785520017147064 1 4 0
+"882" 3 1.13774001598358 3 3 0
+"883" 5 0.408600002527237 1 3.51485514640808 1
+"884" 3 0.644749999046326 5 5 0
+"885" 3 0.312420010566711 3 2.62758994102478 1
+"886" 4 0.79778116941452 5 4 0
+"887" 4 0.414970010519028 1 4 0
+"888" 3 0.511519968509674 4 4 0
+"889" 4 0.600469946861267 6 3.22947311401367 0
+"890" 3 0.604441344738007 4 4 1
+"891" 4 0.394959986209869 2 4 1
+"892" 3 0.903599977493286 7 4 0
+"893" 4 0.673849999904633 7 7 0
+"894" 2 0.600469946861267 3 2 1
+"895" 4 0.267989993095398 4 2.81437873840332 1
+"896" 3 1.10091006755829 3 2 0
+"897" 3 0.62365996837616 1 4 0
+"898" 3 0.785520017147064 6 5 0
+"899" 4 0.289732038974762 4 3 1
+"900" 4 0.592509984970093 7 7 0
+"901" 4 0.477019995450974 4 4.14360952377319 0
+"902" 4 0.401980012655258 4 2.64975166320801 1
+"903" 3 0.600469946861267 1 2 1
+"904" 3 0.62365996837616 7 6 0
+"905" 3 0.267989993095398 2 5.20217323303223 1
+"906" 4 0.662460029125214 5 6 0
+"907" 5 0.461620002985001 3 4.18822574615479 0
+"908" 3 0.62365996837616 6 4 0
+"909" 3 0.555237948894501 4 3 1
+"910" 2 0.477019995450974 6 3 0
+"911" 3 0.487359970808029 2 3.98436594009399 0
+"912" 5 0.600469946861267 2 2 1
+"913" 5 0.390350013971329 3 4.45532941818237 0
+"914" 3 0.673849999904633 1 2 0
+"915" 4 0.605818867683411 6 4 1
+"916" 4 0.253629744052887 2 3.11127638816833 1
+"917" 1 0.464700013399124 1 4 1
+"918" 4 0.662460029125214 4 5 0
+"919" 4 0.614226460456848 6 5 1
+"920" 5 0.464899986982346 1 4 0
+"921" 3 0.401980012655258 2 3 0
+"922" 2 0.903599977493286 2 4 0
+"923" 5 0.609759986400604 6 5 1
+"924" 3 0.673849999904633 6 3 1
+"925" 4 0.785520017147064 2 2 0
+"926" 5 0.401980012655258 3 4.54048299789429 0
+"927" 4 0.312420010566711 3 2 1
+"928" 4 0.785520017147064 2 2.62480473518372 1
+"929" 3 0.320780009031296 1 7 1
+"930" 1 0.267989993095398 1 2 0
+"931" 3 0.688880026340485 2 5 1
+"932" 3 0.394959986209869 2 3 1
+"933" 4 0.592509984970093 6 5 0
+"934" 4 0.394959986209869 4 3.1912887096405 1
+"935" 2 0.673849999904633 5 5 0
+"936" 5 0.614226460456848 4 4.75604867935181 1
+"937" 4 0.65021002292633 4 3 0
+"938" 3 0.464700013399124 7 5 1
+"939" 3 0.394959986209869 3 3 1
+"940" 3 0.487359970808029 3 5 0
+"941" 4 0.427269995212555 2.87826061248779 3.40725183486938 1
+"942" 4 0.65021002292633 3 2 0
+"943" 3 0.400240004062653 2 4 0
+"944" 4 0.532429993152618 2 5.12698745727539 0
+"945" 3 0.267989993095398 4 2 1
+"946" 3 0.265219986438751 5 4 0
+"947" 3 0.673849999904633 2 5 0
+"948" 3 0.427269995212555 5 5 0
+"949" 3 0.464899986982346 1 5 1
+"950" 3 0.315829992294312 1 5 1
+"951" 5 0.511519968509674 5 5.28873348236084 0
+"952" 3 0.340220004320145 6 3.69215774536133 0
+"953" 5 0.707718431949615 4 1.02372753620148 1
+"954" 3 0.200344696640968 4 2 1
+"955" 4 0.3887699842453 5 2 0
+"956" 3 0.461620002985001 1 5 0
+"957" 3 0.793409943580627 3 3 0
+"958" 1 0.407070010900497 3 4 1
+"959" 5 0.785520017147064 3 1 1
+"960" 3 0.673849999904633 2 4 1
+"961" 3 0.320780009031296 6 5 1
+"962" 4 0.84213000535965 4 5 0
+"963" 3 0.343410015106201 2 4 1
+"964" 4 0.464899986982346 1.32774853706360 6.19243383407593 1
+"965" 2 0.343410015106201 2 4 1
+"966" 5 0.688880026340485 3 4 1
+"967" 3 0.394959986209869 4 6.17633008956909 1
+"968" 5 0.614226460456848 3 3.38819217681885 0
+"969" 3 0.408399999141693 1 2 1
+"970" 3 0.614226460456848 3 4 1
+"971" 5 0.461620002985001 5 4 0
+"972" 3 0.453285932540894 5 6 0
+"973" 3 0.614226460456848 3 4 0
+"974" 3 0.394959986209869 4 4 1
+"975" 4 0.320780009031296 1 5 1
+"976" 2 0.600469946861267 3 1 0
+"977" 5 0.267989993095398 7 5.95157957077026 0
+"978" 4 0.597733855247498 1 5.30470180511475 1
+"979" 4 0.592480599880219 3 3 1
+"980" 5 0.600469946861267 4 4 1
+"981" 3 0.343410015106201 3 4.82151460647583 1
+"982" 2 0.343867272138596 4 3.63878440856934 1
+"983" 3 0.414970010519028 5 5 0
+"984" 3 0.394959986209869 4 5.88893461227417 1
+"985" 3 0.672771513462067 3 5 1
+"986" 3 0.320780009031296 1 3.73742651939392 1
+"987" 3 0.903599977493286 5 5 0
+"988" 5 0.335929989814758 6 2 0
+"989" 5 0.461620002985001 2 4 0
+"990" 4 0.410299360752106 7 6 1
+"991" 4 0.477019995450974 1 2 0
+"992" 5 0.343410015106201 1 5 1
+"993" 5 0.601892590522766 2 4 1
+"994" 3 0.777340054512024 1 2 1
+"995" 3 0.8400399684906 4 4 0
+"996" 4 0.701979994773865 4 3 1
+"997" 5 0.394959986209869 3 4 1
+"998" 5 0.785520017147064 2 2 0
+"999" 3 0.8400399684906 5 4 0
+"1000" 4 0.387620002031326 2 3 1
+"1001" 4 0.600469946861267 3 4 0
+"1002" 3 0.320780009031296 3 1 0
+"1003" 5 0.457309991121292 2 5.11684942245483 0
+"1004" 5 0.590182900428772 7 6.59921407699585 1
+"1005" 4 0.320780009031296 5 3.75413990020752 1
+"1006" 3 0.785520017147064 2 2.96842432022095 1
+"1007" 3 0.343410015106201 1 0.89177018404007 1
+"1008" 3 0.401980012655258 3 2 0
+"1009" 4 0.343410015106201 6 4.59104585647583 1
+"1010" 3 0.785520017147064 2 3 0
+"1011" 2 0.315829992294312 1 4 1
+"1012" 4 0.394959986209869 4 4.31423139572144 1
+"1013" 4 0.600469946861267 1 3.50975346565247 1
+"1014" 5 0.688880026340485 4 7 1
+"1015" 2 0.518409967422485 2 2 1
+"1016" 3 0.701979994773865 7 7 0
+"1017" 5 0.309140026569366 5 3.15348672866821 0
+"1018" 5 0.600469946861267 2 6 0
+"1019" 1 0.600469946861267 3 4 1
+"1020" 5 0.189989998936653 1 2 1
+"1021" 4 0.315829992294312 1 2 1
+"1022" 2 0.487359970808029 6 4 0
+"1023" 4 0.343410015106201 1 2 1
+"1024" 3 0.461620002985001 6 4 0
+"1025" 3 0.673849999904633 1 3 1
+"1026" 3 0.451803296804428 2 4 1
+"1027" 3 0.673849999904633 2 4 0
+"1028" 3 0.609759986400604 7 5 1
+"1029" 3 0.293845355510712 3 3 1
+"1030" 4 0.614226460456848 2 5 1
+"1031" 2 0.387620002031326 4 4 0
+"1032" 1 0.320780009031296 3 3 0
+"1033" 4 0.650649130344391 2 4 1
+"1034" 3 0.545379996299744 1 4 0
+"1035" 5 0.401980012655258 4 5 1
+"1036" 5 0.599104881286621 7 6 0
+"1037" 4 0.393942207098007 2 6.5879487991333 1
+"1038" 5 0.189989998936653 5.55187368392944 3.71717262268066 1
+"1039" 4 0.464700013399124 4 3 1
+"1040" 4 0.609759986400604 5 6 1
+"1041" 5 0.394959986209869 7 7 1
+"1042" 4 0.340220004320145 1 3 0
+"1043" 3 0.614226460456848 5 4 0
+"1044" 4 0.785520017147064 3 4 0
+"1045" 5 0.408600002527237 1 4.8223876953125 1
+"1046" 3 0.320780009031296 7 6 1
+"1047" 5 0.461620002985001 1 4.59894180297852 0
+"1048" 4 0.609759986400604 7 4 1
+"1049" 3 0.68095451593399 3 6 1
+"1050" 4 0.65021002292633 6 4 1
+"1051" 4 0.436649739742279 7 7 0
+"1052" 5 0.414970010519028 4 5 0
+"1053" 3 0.414970010519028 6 4.47342681884766 0
+"1054" 4 0.614226460456848 5 4.2798433303833 1
+"1055" 3 0.407070010900497 3 4.64135122299194 1
+"1056" 4 0.263750433921814 7 4 1
+"1057" 5 0.785520017147064 5 5 1
+"1058" 5 0.785520017147064 7 7 0
+"1059" 5 0.532429993152618 2 4 0
+"1060" 3 0.673849999904633 1 4 0
+"1061" 4 0.65021002292633 2 6 1
+"1062" 5 0.511519968509674 4 6 0
+"1063" 5 0.414970010519028 1 4 0
+"1064" 4 0.407070010900497 7 6 0
+"1065" 3 0.408399999141693 2 7 1
+"1066" 3 0.600469946861267 2 2 1
+"1067" 4 0.532429993152618 1 6 1
+"1068" 4 0.785520017147064 6 6 0
+"1069" 1 0.309140026569366 1 4 0
+"1070" 4 0.673849999904633 4 4 1
+"1071" 3 0.464700013399124 7 7 1
+"1072" 4 0.400240004062653 6 5 1
+"1073" 4 0.785520017147064 2 2.48236417770386 0
+"1074" 4 0.785520017147064 6 4 0
+"1075" 3 0.688880026340485 6 5 1
+"1076" 3 0.785520017147064 7 6 0
+"1077" 4 0.602303802967072 1 5 1
+"1078" 5 0.592509984970093 5 6 0
+"1079" 5 0.407070010900497 1 5 0
+"1080" 3 0.628972232341766 2 6 1
+"1081" 3 0.464700013399124 6 3 1
+"1082" 5 0.673849999904633 7 4 1
+"1083" 3 0.320780009031296 7 6 0
+"1084" 4 0.406390011310577 5 5 1
+"1085" 5 0.518409967422485 6 4 1
+"1086" 5 0.427269995212555 4 5.90945482254028 0
+"1087" 4 0.8400399684906 2 5 1
+"1088" 1 0.673849999904633 3 4 0
+"1089" 4 0.265219986438751 3 2 0
+"1090" 4 0.785520017147064 2 3 0
+"1091" 3 0.785520017147064 5 3.1894006729126 1
+"1092" 4 0.701979994773865 6 4 1
+"1093" 4 0.614226460456848 3 4 1
+"1094" 5 0.511519968509674 5 3 0
+"1095" 3 0.511519968509674 7 6 0
+"1096" 3 0.390350013971329 6 5.50432348251343 0
+"1097" 1 0.785520017147064 1 2 1
+"1098" 3 0.785520017147064 6 5 0
+"1099" 3 0.600469946861267 2 2 1
+"1100" 4 0.701979994773865 3 1 1
+"1101" 4 0.688880026340485 3 4 1
+"1102" 3 0.400240004062653 4 4 1
+"1103" 3 0.52602607011795 2 2 0
+"1104" 5 0.511519968509674 4 4 0
+"1105" 3 0.614226460456848 4 5 0
+"1106" 4 0.614226460456848 6 5 0
+"1107" 4 0.321179479360580 3 5 0
+"1108" 3 0.309158563613892 1 -0.711266994476318 1
+"1109" 3 0.492300987243652 5 7 1
+"1110" 5 0.785520017147064 2 4 1
+"1111" 5 0.785520017147064 5 4 0
+"1112" 3 0.261489987373352 1 1.03953659534454 1
+"1113" 1 0.261489987373352 1 5.60261154174805 1
+"1114" 4 0.477019995450974 4 4 0
+"1115" 3 0.320780009031296 5 4 1
+"1116" 4 0.511519968509674 2 5 0
+"1117" 3 0.614226460456848 6 6 0
+"1118" 3 0.614226460456848 6 6 1
+"1119" 3 0.614226460456848 5 3 0
+"1120" 3 0.600469946861267 7 7 1
+"1121" 4 0.315829992294312 3 2 0
+"1122" 3 0.903599977493286 6 5 0
+"1123" 5 0.400240004062653 6 4 1
+"1124" 5 0.343410015106201 1 3 1
+"1125" 4 0.662460029125214 7 5 0
+"1126" 2 0.777340054512024 3 2 1
+"1127" 4 0.407070010900497 3 5 1
+"1128" 3 0.343410015106201 1 4 0
+"1129" 5 0.390350013971329 7 6.14356851577759 0
+"1130" 3 0.467089742422104 2 4 1
+"1131" 3 0.335929989814758 5 5 0
+"1132" 3 0.407070010900497 3 5 1
+"1133" 5 0.614226460456848 6 4 0
+"1134" 3 0.357674658298492 6 3.91675758361816 1
+"1135" 5 0.400240004062653 5 5.41257858276367 1
+"1136" 4 0.259913355112076 1 4 1
+"1137" 3 0.600469946861267 4 6.05052757263184 1
+"1138" 5 0.600469946861267 1 5 1
+"1139" 5 0.62365996837616 3 4 0
+"1140" 3 0.477019995450974 5 3 0
+"1141" 4 0.785520017147064 4 4 0
+"1142" 3 0.673849999904633 2 3 0
+"1143" 4 0.315829992294312 4 5 0
+"1144" 2 0.189989998936653 1 3 1
+"1145" 5 0.532429993152618 6 3 0
+"1146" 4 0.400240004062653 7 7 1
+"1147" 5 0.400240004062653 6 3 1
+"1148" 5 0.477019995450974 1 4.45411396026611 0
+"1149" 3 0.469060868024826 7 3.36027383804321 1
+"1150" 3 0.386619985103607 3 2.81637597084045 0
+"1151" 3 0.487359970808029 2 6 0
+"1152" 3 0.401980012655258 2 4 0
+"1153" 3 0.785520017147064 1 3 0
+"1154" 4 0.487359970808029 2 2 0
+"1155" 4 0.601844966411591 3 3.46035242080688 1
+"1156" 3 0.600469946861267 2 3.53679037094116 1
+"1157" 4 0.407070010900497 6 5 1
+"1158" 3 0.414970010519028 7 4 0
+"1159" 4 0.335929989814758 3 5 0
+"1160" 4 0.343410015106201 1 2 1
+"1161" 3 0.62365996837616 1 2 0
+"1162" 3 0.367390006780624 4 5.96606731414795 0
+"1163" 1 0.267989993095398 1 4.08555841445923 1
+"1164" 5 0.461620002985001 1 1 0
+"1165" 4 0.592509984970093 4 6.38291358947754 0
+"1166" 3 0.265219986438751 2 3.94553518295288 0
+"1167" 3 0.532539963722229 1 4 0
+"1168" 3 0.517427325248718 3 4 1
+"1169" 4 0.531921863555908 4 3 1
+"1170" 3 0.785520017147064 6 5.22241735458374 1
+"1171" 3 0.340220004320145 2 6.87489700317383 1
+"1172" 3 0.673849999904633 1 4 1
+"1173" 5 0.267989993095398 1 3 0
+"1174" 3 0.446730017662048 1 2 1
+"1175" 3 0.427269995212555 1 3 0
+"1176" 5 0.265219986438751 1 4 1
+"1177" 4 0.785520017147064 3 4 1
+"1178" 4 0.532429993152618 6 4 0
+"1179" 5 0.614226460456848 5 7 0
+"1180" 5 0.785520017147064 6 5 1
+"1181" 4 0.464700013399124 6 5 1
+"1182" 3 0.688880026340485 3 4 0
+"1183" 5 0.518409967422485 3 4 1
+"1184" 4 0.427269995212555 2 5 0
+"1185" 4 0.182856798171997 6 3.73182606697083 1
+"1186" 5 0.400240004062653 1 3 1
+"1187" 4 0.427269995212555 1 5 0
+"1188" 3 0.65021002292633 1 3 1
+"1189" 2 0.581430017948151 2 5 0
+"1190" 3 0.414970010519028 6 7.58148765563965 0
+"1191" 5 0.414970010519028 7 6 0
+"1192" 2 0.267989993095398 3 6 1
+"1193" 4 0.364969998598099 2 3 1
+"1194" 5 0.394959986209869 3 4 1
+"1195" 3 0.407070010900497 3 4.33102512359619 1
+"1196" 3 0.614226460456848 3 6.28260087966919 0
+"1197" 4 0.423571646213531 2 4.89985036849976 1
+"1198" 4 0.440597921609879 4 3.58240127563477 0
+"1199" 4 0.62365996837616 1 4 0
+"1200" 3 0.394959986209869 2 4 1
+"1201" 3 0.511519968509674 2 2.59955644607544 0
+"1202" 4 0.343410015106201 4 4 1
+"1203" 2 0.267989993095398 1 1 0
+"1204" 3 0.62365996837616 6 4 0
+"1205" 3 0.611280024051666 2 3.29491233825684 1
+"1206" 3 0.394959986209869 1 2 1
+"1207" 5 0.667191743850708 3 4 1
+"1208" 3 0.19249127805233 6 6 1
+"1209" 3 0.785520017147064 2 6 0
+"1210" 2 0.532539963722229 5 6 0
+"1211" 3 0.903599977493286 7 6 0
+"1212" 1 0.487359970808029 1 1.53560805320740 0
+"1213" 5 0.312420010566711 3 5 1
+"1214" 3 0.529449999332428 1 2 1
+"1215" 3 0.315829992294312 3 4.85358238220215 1
+"1216" 3 0.592509984970093 6 3 0
+"1217" 3 0.364995688199997 3.71452569961548 3.64317727088928 1
+"1218" 5 0.581430017948151 5 5 0
+"1219" 5 0.320780009031296 4 4 1
+"1220" 3 0.400240004062653 7 4 1
+"1221" 5 0.595820963382721 1 3 1
+"1222" 5 0.785520017147064 2 3 0
+"1223" 3 0.785520017147064 4 3.60384964942932 0
+"1224" 4 0.320780009031296 1 4.7047004699707 1
+"1225" 5 0.343410015106201 7 5 1
+"1226" 3 0.518714785575867 6 5 1
+"1227" 1 0.381131440401077 7 4.77524185180664 1
+"1228" 3 0.404328048229218 4 7 1
+"1229" 4 0.667853593826294 7 5 1
+"1230" 4 0.315829992294312 1 5 0
+"1231" 1 0.343410015106201 2 2 1
+"1232" 4 0.446730017662048 6 4 1
+"1233" 4 0.320780009031296 2 5.31413841247559 1
+"1234" 5 0.557315409183502 3 5 1
+"1235" 2 0.408600002527237 7 7 1
+"1236" 3 0.529449999332428 1 6 0
+"1237" 4 0.394959986209869 1 2 1
+"1238" 3 0.461620002985001 4 5.52862644195557 0
+"1239" 3 0.265219986438751 1 4.60396289825439 1
+"1240" 4 0.614226460456848 3 5 1
+"1241" 3 0.262041807174683 4 3.42608070373535 1
+"1242" 4 0.65021002292633 7 5 0
+"1243" 4 0.314051747322083 2 3.54634428024292 1
+"1244" 3 0.401980012655258 2.88033175468445 4.63211870193481 1
+"1245" 4 0.426992118358612 7 6 1
+"1246" 5 0.592509984970093 5 5 0
+"1247" 4 0.62365996837616 4 2.17742037773132 0
+"1248" 4 0.381099998950958 7 6 0
+"1249" 4 0.511519968509674 6 4 0
+"1250" 4 0.261489987373352 5 5 0
+"1251" 1 0.144127786159515 7 4 1
+"1252" 5 0.532429993152618 7 6 0
+"1253" 3 0.518409967422485 2 3 1
+"1254" 5 0.623976528644562 1 4 1
+"1255" 4 0.3887699842453 2 3 0
+"1256" 3 0.614226460456848 5 5 1
+"1257" 3 0.343410015106201 3 4 1
+"1258" 4 0.36285999417305 1 2.53342652320862 0
+"1259" 3 0.267989993095398 4 5.48305225372314 1
+"1260" 4 0.701979994773865 2 5 0
+"1261" 5 0.785520017147064 2 2 0
+"1262" 5 0.903599977493286 5 5 0
+"1263" 5 0.401980012655258 2 4 1
+"1264" 4 0.701979994773865 7 6 0
+"1265" 5 0.189989998936653 1 2 1
+"1266" 3 0.534925222396851 6 5.50083112716675 0
+"1267" 2 0.407070010900497 1 4 1
+"1268" 4 0.688880026340485 6 3 1
+"1269" 4 0.320780009031296 2 3.47061705589294 1
+"1270" 3 0.600469946861267 3 2 0
+"1271" 4 0.674249291419983 4 4 0
+"1272" 3 0.737559974193573 2 5 1
+"1273" 4 0.267989993095398 5 6 1
+"1274" 4 0.793409943580627 7 5 1
+"1275" 2 0.518409967422485 3 3 1
+"1276" 4 0.189989998936653 1 3 1
+"1277" 5 0.335929989814758 1 3 1
+"1278" 3 0.408399999141693 4 4 0
+"1279" 5 0.785520017147064 5 5 0
+"1280" 3 0.401980012655258 6 6 0
+"1281" 4 0.440597921609879 6 4 0
+"1282" 3 0.785520017147064 4 4 0
+"1283" 3 0.688880026340485 7 4 1
+"1284" 5 0.335929989814758 7 5 0
+"1285" 5 0.267989993095398 4 4 1
+"1286" 5 0.477019995450974 5 5 0
+"1287" 3 0.701979994773865 7 6 0
+"1288" 3 0.0913061872124672 2 4 1
+"1289" 3 0.701979994773865 4 2.67402100563049 0
+"1290" 4 0.648894608020782 1 5 1
+"1291" 4 0.903599977493286 5 6 0
+"1292" 4 0.673849999904633 2 3.80665612220764 1
+"1293" 4 0.511519968509674 6 4 0
+"1294" 5 0.118144437670708 4 4.28232526779175 1
+"1295" 5 0.265219986438751 6 4 0
+"1296" 3 0.461620002985001 2 1 0
+"1297" 5 0.785520017147064 7 4 0
+"1298" 4 0.414970010519028 7 6 1
+"1299" 3 0.903599977493286 7 5 0
+"1300" 5 0.785520017147064 7 7.26965618133545 0
+"1301" 3 0.688880026340485 6 5 0
+"1302" 4 0.299279361963272 2 6 1
+"1303" 4 0.331567347049713 2 3.76624250411987 1
+"1304" 3 0.600469946861267 1 5 0
+"1305" 3 0.461620002985001 1 2 0
+"1306" 3 0.414970010519028 2 7.53264617919922 1
+"1307" 4 0.777340054512024 2 3 1
+"1308" 3 0.312420010566711 1 6 1
+"1309" 5 0.261489987373352 1 6 1
+"1310" 3 0.267989993095398 2 2.98479700088501 1
+"1311" 4 0.408399999141693 6 4 0
+"1312" 4 0.343410015106201 6 4 1
+"1313" 4 0.315829992294312 1 5 1
+"1314" 4 0.364969998598099 5 3 1
+"1315" 5 0.457309991121292 6 4.58282375335693 0
+"1316" 3 0.785520017147064 1 2.40130925178528 0
+"1317" 3 0.0812362357974052 7 4.70507097244263 1
+"1318" 4 0.785520017147064 5 5 0
+"1319" 3 0.152163848280907 3 4 1
+"1320" 5 0.414970010519028 5 6.24253034591675 1
+"1321" 5 0.401980012655258 5 4.24790287017822 0
+"1322" 4 0.414970010519028 6 4.27940368652344 0
+"1323" 3 0.189989998936653 3 3.76382255554199 1
+"1324" 4 0.312420010566711 1 4 1
+"1325" 3 0.62365996837616 2 4 0
+"1326" 3 0.75217467546463 6 3 1
+"1327" 5 0.367390006780624 2 4 0
+"1328" 4 0.367390006780624 2 4 1
+"1329" 5 0.315829992294312 2 6.12937355041504 1
+"1330" 4 0.401980012655258 2 4.58319520950317 0
+"1331" 5 0.432186782360077 6 5.5733790397644 1
+"1332" 5 0.320780009031296 2 4.37306499481201 1
+"1333" 2 0.518409967422485 2 3 1
+"1334" 1 0.487359970808029 6 5 0
+"1335" 4 0.267989993095398 2 3 0
+"1336" 4 0.8400399684906 7 6 0
+"1337" 5 0.785520017147064 4 2.43381047248840 1
+"1338" 4 0.267989993095398 1 5 1
+"1339" 3 0.511519968509674 6 5 0
+"1340" 3 0.457309991121292 5 2.59584808349609 0
+"1341" 3 0.394959986209869 3 3 1
+"1342" 3 0.645275413990021 2 2 1
+"1343" 5 0.261489987373352 5 4.01674509048462 1
+"1344" 5 0.440597921609879 4 6.64697694778442 0
+"1345" 5 -0.0353135503828526 7 4 1
+"1346" 3 0.407070010900497 3 4 1
+"1347" 5 0.394959986209869 4 4 1
+"1348" 3 0.400240004062653 7 5 1
+"1349" 5 0.511519968509674 2 4 0
+"1350" 5 0.394959986209869 3 4 1
+"1351" 4 0.367390006780624 1 4 1
+"1352" 4 0.464899986982346 3 2 1
+"1353" 3 0.394959986209869 4 4 1
+"1354" 3 0.532429993152618 3 1 0
+"1355" 3 0.343410015106201 4 5 0
+"1356" 4 0.662460029125214 1 4 0
+"1357" 5 0.464700013399124 3 5 1
+"1358" 1 0.149129465222359 1 3.48972368240356 1
+"1359" 5 0.407070010900497 7 6 0
+"1360" 4 0.592509984970093 5 2.96039128303528 0
+"1361" 4 0.785520017147064 6 3 0
+"1362" 4 0.903599977493286 7 6 0
+"1363" 3 0.343410015106201 3 5 0
+"1364" 5 0.36285999417305 3 4 0
+"1365" 5 0.320780009031296 2 4 1
+"1366" 5 0.387620002031326 6 4.42135190963745 1
+"1367" 3 0.265219986438751 2.99036002159119 2.64285373687744 0
+"1368" 3 0.688880026340485 3 4 1
+"1369" 5 0.477019995450974 3 3.80090212821960 0
+"1370" 4 0.600469946861267 5 5 0
+"1371" 5 0.427269995212555 6 6 1
+"1372" 5 0.532429993152618 6 6 0
+"1373" 5 0.464700013399124 1 6 1
+"1374" 3 0.315829992294312 1 5.40513563156128 1
+"1375" 3 0.785520017147064 6 3 1
+"1376" 4 0.511519968509674 4 4 0
+"1377" 5 0.614226460456848 7 6 0
+"1378" 5 0.785520017147064 1 4 0
+"1379" 4 -0.00719156162813306 1 4 1
+"1380" 5 0.686789274215698 4 2 0
+"1381" 4 0.600469946861267 6 7 0
+"1382" 3 0.662460029125214 1 3.94639992713928 0
+"1383" 5 0.62365996837616 3 4 0
+"1384" 4 0.401980012655258 1 4 0
+"1385" 3 0.394959986209869 2 5 1
+"1386" 3 0.189989998936653 7 6.31839561462402 1
+"1387" 4 0.315829992294312 4 3.17595529556274 0
+"1388" 5 0.414970010519028 2 6 1
+"1389" 5 0.267989993095398 6 4.2637243270874 1
+"1390" 5 0.320780009031296 6 5 1
+"1391" 4 0.609759986400604 3 3 1
+"1392" 3 0.267989993095398 1 2 1
+"1393" 3 0.320780009031296 4 2 0
+"1394" 4 1.10091006755829 3 2 0
+"1395" 3 0.65021002292633 5 5 1
+"1396" 2 1.10091006755829 1 2 1
+"1397" 3 0.581430017948151 4 4 0
+"1398" 3 0.343410015106201 2 5 1
+"1399" 3 0.414970010519028 7 5.42785692214966 0
+"1400" 4 0.400240004062653 2 5.28019618988037 1
+"1401" 3 0.343410015106201 7 5 1
+"1402" 4 0.600469946861267 2 5 0
+"1403" 5 0.461620002985001 2 6 1
+"1404" 1 0.62365996837616 7 5 0
+"1405" 3 0.65021002292633 1 3 0
+"1406" 3 0.214771419763565 1 2 1
+"1407" 1 0.407070010900497 2 4 1
+"1408" 3 0.532429993152618 1 2 0
+"1409" 4 0.688880026340485 3 4.97138452529907 1
+"1410" 4 0.785520017147064 3 4 1
+"1411" 4 0.267989993095398 1 2.24399781227112 1
+"1412" 4 0.381099998950958 7 4 0
+"1413" 3 0.518409967422485 5 6 0
+"1414" 5 0.364969998598099 2 3 1
+"1415" 3 0.320780009031296 7 4.98302793502808 1
+"1416" 4 0.394959986209869 2 4 1
+"1417" 5 0.261489987373352 3 3.79573464393616 1
+"1418" 5 0.408399999141693 1 5 1
+"1419" 4 0.427269995212555 2 -0.389152497053146 0
+"1420" 3 0.609759986400604 2 3 1
+"1421" 3 0.487359970808029 7 6 1
+"1422" 3 0.399162769317627 3 4 1
+"1423" 3 0.427269995212555 3 3.76228737831116 1
+"1424" 4 0.532429993152618 2 3 0
+"1425" 3 0.407070010900497 5 6 1
+"1426" 4 0.312420010566711 5 6 1
+"1427" 3 0.461620002985001 7 5.47150707244873 0
+"1428" 5 0.349153965711594 6 4.79668235778809 1
+"1429" 5 0.614226460456848 6 6 0
+"1430" 2 0.903599977493286 7 5 0
+"1431" 3 0.403161227703094 5 4 1
+"1432" 3 0.387620002031326 3 2.24260973930359 1
+"1433" 3 0.315829992294312 7 5.7415018081665 1
+"1434" 3 0.785520017147064 1 4 1
+"1435" 3 0.487359970808029 6 6 0
+"1436" 4 0.408399999141693 2 2 0
+"1437" 4 0.394959986209869 2 6 1
+"1438" 3 0.600469946861267 3 2 0
+"1439" 2 0.598706364631653 3 3.85731387138367 1
+"1440" 4 0.511519968509674 4 4 0
+"1441" 4 0.600469946861267 7 6 0
+"1442" 5 0.614226460456848 7 6 0
+"1443" 5 0.464700013399124 4 2.86522912979126 1
+"1444" 5 0.315829992294312 3 3.94057989120483 1
+"1445" 5 0.390350013971329 5 6 0
+"1446" 3 0.644749999046326 4 4.70885610580444 1
+"1447" 3 0.56427812576294 2 2 1
+"1448" 3 0.343410015106201 4 4 1
+"1449" 3 0.401980012655258 1 3.58842420578003 1
+"1450" 4 0.785520017147064 2 4 0
+"1451" 3 0.62365996837616 1 3.82108497619629 0
+"1452" 5 0.315829992294312 7 6 1
+"1453" 5 0.903599977493286 7 6 0
+"1454" 4 0.534727573394775 6 4.20507335662842 1
+"1455" 3 0.785520017147064 7 6 0
+"1456" 5 0.342725902795792 1 4 1
+"1457" 4 0.265219986438751 1 4 0
+"1458" 3 0.785520017147064 5 4 0
+"1459" 3 0.400240004062653 3 4 1
+"1460" 3 0.62365996837616 6 6 0
+"1461" 3 0.592509984970093 3 1 0
+"1462" 4 0.356984168291092 6 2.44838976860046 1
+"1463" 4 0.785520017147064 3 3.21254968643188 1
+"1464" 4 0.511519968509674 3 4 0
+"1465" 5 0.461620002985001 4 4 0
+"1466" 3 0.701979994773865 1 4 0
+"1467" 2 0.65021002292633 3 3 1
+"1468" 5 -0.0569580681622028 6 6.13772630691528 1
+"1469" 3 0.315829992294312 1 2 0
+"1470" 4 0.315829992294312 2 5.0639328956604 0
+"1471" 4 0.385200023651123 1 5.51778793334961 0
+"1472" 4 1.10091006755829 2 4 0
+"1473" 1 1.10091006755829 3 2 0
+"1474" 5 0.511519968509674 2 3.08024454116821 0
+"1475" 4 0.592509984970093 1 4 0
+"1476" 3 0.343410015106201 2.70807337760925 1.56417548656464 1
+"1477" 3 0.461620002985001 4 6.17794990539551 1
+"1478" 3 0.390350013971329 5 4 0
+"1479" 5 0.698559999465942 5 2 0
+"1480" 4 0.265219986438751 6 3.32593560218811 0
+"1481" 4 0.461620002985001 6 4.99516439437866 0
+"1482" 4 0.408399999141693 6 6 0
+"1483" 5 0.536098718643188 2 5 1
+"1484" 4 0.278559505939484 2 4.02403211593628 1
+"1485" 3 0.614226460456848 5 5 0
+"1486" 4 0.65021002292633 2 2 0
+"1487" 5 0.267989993095398 5 7 1
+"1488" 3 0.315829992294312 5 4 1
+"1489" 5 0.267989993095398 2 4 1
+"1490" 3 0.785520017147064 6 4 0
+"1491" 4 0.57756245136261 4 3 1
+"1492" 3 0.701979994773865 1 6 0
+"1493" 4 0.267989993095398 6 3.92350292205811 1
+"1494" 5 0.511519968509674 6 6 0
+"1495" 5 0.609759986400604 3 5 1
+"1496" 4 0.65021002292633 7 6 1
+"1497" 3 0.785520017147064 5 6 0
+"1498" 5 0.320780009031296 3 5.23299312591553 1
+"1499" 5 0.310230195522308 1 7 1
+"1500" 3 0.407070010900497 1 3.55935668945312 1
+"1501" 5 0.386637061834335 3 2 1
+"1502" 3 0.8400399684906 2.92914724349976 5.43970108032227 0
+"1503" 3 1.10091006755829 2 4 0
+"1504" 4 0.673849999904633 6 4.61711883544922 1
+"1505" 1 0.343410015106201 4 3.32564735412598 1
+"1506" 5 0.394959986209869 5 6 1
+"1507" 3 0.614226460456848 7 6 0
+"1508" 5 0.614226460456848 7 7 0
+"1509" 4 0.408399999141693 3 2.91755557060242 0
+"1510" 5 0.407070010900497 7 6 1
+"1511" 4 0.785520017147064 1 4 1
+"1512" 3 0.785520017147064 1 6 0
+"1513" 3 0.701979994773865 4 4 0
+"1514" 3 0.343410015106201 3 3 0
+"1515" 3 0.335929989814758 5 3 0
+"1516" 4 0.8400399684906 7 5 1
+"1517" 5 0.772359490394592 2 3 0
+"1518" 5 0.903599977493286 6 5 0
+"1519" 3 0.8400399684906 4 3.90611100196838 0
+"1520" 3 0.592509984970093 1 3.76651096343994 1
+"1521" 4 0.785520017147064 1 3 0
+"1522" 5 0.785520017147064 7 5 0
+"1523" 4 0.62365996837616 6 5 0
+"1524" 3 0.315829992294312 5 4 1
+"1525" 3 0.381099998950958 5 6.04825258255005 0
+"1526" 3 0.468820005655289 6 6 0
+"1527" 5 0.614226460456848 1 1 1
+"1528" 5 0.609759986400604 2 4 1
+"1529" 4 0.65021002292633 2 3 0
+"1530" 3 0.315829992294312 1 4.41329336166382 1
+"1531" 3 0.401980012655258 1 7 0
+"1532" 4 0.414970010519028 6 4 0
+"1533" 4 0.400240004062653 6 3 1
+"1534" 3 0.343410015106201 4 5.43628025054932 1
+"1535" 4 0.511519968509674 3 4 0
+"1536" 4 0.537749946117401 1 4 1
+"1537" 3 0.394959986209869 6 4 1
+"1538" 4 0.476578056812286 2.39411163330078 5.45531940460205 1
+"1539" 3 0.511519968509674 3 6 0
+"1540" 5 0.367390006780624 1 5 0
+"1541" 3 0.619092226028442 2 4.92359495162964 1
+"1542" 5 0.414970010519028 1 2.81748509407043 0
+"1543" 5 0.401980012655258 2 4 1
+"1544" 3 0.65021002292633 3 3 1
+"1545" 4 0.364969998598099 3 3 1
+"1546" 3 0.580744385719299 5 5 0
+"1547" 3 0.446730017662048 7 6 1
+"1548" 3 0.464700013399124 5 4 1
+"1549" 3 0.518409967422485 1 2 0
+"1550" 3 0.394959986209869 7 6 1
+"1551" 5 0.367390006780624 2 5 0
+"1552" 5 0.688880026340485 2 4.38501071929932 1
+"1553" 3 0.592509984970093 6 3.80116510391235 0
+"1554" 2 0.267989993095398 1 5.45281600952148 1
+"1555" 4 0.265219986438751 7 5 1
+"1556" 2 0.367390006780624 6.34460592269897 6.63456869125366 0
+"1557" 5 0.584782361984253 4 4.92289209365845 1
+"1558" 5 0.673849999904633 4 5 1
+"1559" 5 0.401980012655258 5 5.07000255584717 1
+"1560" 3 0.385200023651123 7 2 0
+"1561" 3 0.777340054512024 2 2 0
+"1562" 4 0.401980012655258 5 4.99652099609375 1
+"1563" 4 0.407070010900497 3 4 1
+"1564" 4 1.10091006755829 5 3 1
+"1565" 3 0.785520017147064 6 4.61385536193848 1
+"1566" 5 0.381099998950958 6 3.52754068374634 1
+"1567" 3 0.407070010900497 6 6 1
+"1568" 3 0.673849999904633 3 4 1
+"1569" 3 0.600469946861267 1 3 1
+"1570" 5 0.427269995212555 2 5.76332473754883 1
+"1571" 3 0.364969998598099 3 4 0
+"1572" 3 0.518409967422485 1 3 0
+"1573" 3 0.267989993095398 3 4 0
+"1574" 3 0.614226460456848 2 4 1
+"1575" 2 0.518409967422485 4 4 0
+"1576" 1 0.785520017147064 7 7 0
+"1577" 3 0.600469946861267 2 3 0
+"1578" 5 1.10091006755829 6 6 0
+"1579" 4 0.320780009031296 4 3 1
+"1580" 3 0.4765565097332 4 4 1
+"1581" 3 0.315829992294312 1 3 0
+"1582" 4 0.267989993095398 1 3 1
+"1583" 3 0.701979994773865 6 4 0
+"1584" 3 0.414970010519028 5 2 0
+"1585" 2 0.785520017147064 7 6 0
+"1586" 3 0.267989993095398 1 4 1
+"1587" 4 0.511519968509674 2 5 1
+"1588" 3 0.511519968509674 2 6 0
+"1589" 5 0.265986382961273 3 6.10483121871948 1
+"1590" 4 0.312420010566711 2 6 1
+"1591" 5 0.261489987373352 2 2 0
+"1592" 4 0.390350013971329 7 4 0
+"1593" 4 0.487359970808029 3 2.68337154388428 0
+"1594" 4 0.312420010566711 2 6 1
+"1595" 3 0.600469946861267 2 5 0
+"1596" 2 0.267989993095398 2 6 1
+"1597" 3 0.309140026569366 1 3.64708590507507 0
+"1598" 1 0.261489987373352 1 3 1
+"1599" 3 0.62365996837616 6 4 0
+"1600" 3 0.592509984970093 7 5 0
+"1601" 4 0.521314561367035 5 5 1
+"1602" 2 0.592509984970093 2 5.21320247650146 0
+"1603" 5 0.785520017147064 2 3.02137207984924 0
+"1604" 3 0.532429993152618 5 5 0
+"1605" 3 0.265219986438751 7 4 0
+"1606" 3 0.650830745697021 5 5 0
+"1607" 5 0.701979994773865 7 6 0
+"1608" 3 0.673849999904633 1 3 1
+"1609" 3 0.315829992294312 7 3 1
+"1610" 5 0.673849999904633 6 4 1
+"1611" 4 0.477019995450974 2 4.87203216552734 0
+"1612" 4 0.364969998598099 6 5 1
+"1613" 5 0.673849999904633 2 2 0
+"1614" 5 0.267989993095398 0.773872137069702 4.22047376632690 1
+"1615" 1 -0.0240921415388584 2 5 1
+"1616" 4 0.414268642663956 2 6 1
+"1617" 3 0.592509984970093 1 2 0
+"1618" 5 0.463401734828949 7 6 1
+"1619" 3 0.189989998936653 1 4 1
+"1620" 4 0.592509984970093 7 6 0
+"1621" 3 0.427269995212555 4 1.91789174079895 0
+"1622" 4 0.169652879238129 3 4.27233648300171 1
+"1623" 4 0.785520017147064 5 5 0
+"1624" 5 0.62365996837616 1 5 0
+"1625" 2 0.673849999904633 2 3 0
+"1626" 3 1.13774001598358 5 3 0
+"1627" 3 0.600469946861267 4 3 1
+"1628" 3 0.267989993095398 1 2.92533159255981 0
+"1629" 3 0.394959986209869 4 4.63035774230957 1
+"1630" 4 0.62365996837616 7 6 0
+"1631" 3 0.385200023651123 1 4.60487079620361 0
+"1632" 3 0.394959986209869 2 3 1
+"1633" 4 0.335929989814758 7 4 0
+"1634" 4 0.364969998598099 1 4 0
+"1635" 3 0.36285999417305 4 3 1
+"1636" 3 0.903599977493286 1 2 0
+"1637" 3 0.600469946861267 7 4 1
+"1638" 4 0.487359970808029 6 5 0
+"1639" 3 0.343410015106201 7 6 0
+"1640" 5 0.464899986982346 1 5.06731939315796 0
+"1641" 5 0.487359970808029 3 4 0
+"1642" 3 0.614226460456848 7 4 0
+"1643" 3 0.785520017147064 6 7 1
+"1644" 5 0.330097883939743 4 4 1
+"1645" 4 1.13774001598358 1 2 1
+"1646" 3 0.408399999141693 1 4 0
+"1647" 4 0.407070010900497 5 4 1
+"1648" 3 0.614226460456848 6 5 0
+"1649" 3 0.609759986400604 6 4 1
+"1650" 4 0.600417673587799 5 4 1
+"1651" 5 0.688880026340485 2 3.8419725894928 1
+"1652" 3 0.520840048789978 2 4 0
+"1653" 3 0.673849999904633 1 2 0
+"1654" 5 0.609759986400604 5 5.66407632827759 1
+"1655" 4 0.267989993095398 5 4 1
+"1656" 3 0.531429409980774 7 5 1
+"1657" 3 0.267989993095398 4 3 0
+"1658" 1 0.614226460456848 6 5 0
+"1659" 3 0.261489987373352 1 4 1
+"1660" 3 0.673849999904633 4 7 1
+"1661" 3 0.394959986209869 2 4 1
+"1662" 2 0.394959986209869 6 6 0
+"1663" 3 0.777340054512024 2 3 0
+"1664" 4 0.600469946861267 2 5 1
+"1665" 3 0.461620002985001 5 6 0
+"1666" 3 0.189989998936653 6 6.41472291946411 1
+"1667" 3 0.267989993095398 2 4 0
+"1668" 3 0.343410015106201 3 2.29942059516907 1
+"1669" 5 0.65021002292633 5 5 0
+"1670" 4 0.394959986209869 7 4 1
+"1671" 2 0.903599977493286 3 4 1
+"1672" 2 0.720356583595276 1 1 1
+"1673" 5 0.489727526903152 2 4 0
+"1674" 4 0.407070010900497 6 3 1
+"1675" 3 0.511519968509674 6 4 0
+"1676" 3 0.411485105752945 3 1.38659298419952 1
+"1677" 4 0.343410015106201 6 4 1
+"1678" 4 0.75151002407074 4 6 0
+"1679" 5 0.600469946861267 6 5 1
+"1680" 4 0.65021002292633 7 6.00060033798218 0
+"1681" 4 0.414970010519028 4 5 0
+"1682" 1 0.238848805427551 3 4.17531824111938 1
+"1683" 2 0.401009768247604 2.29627513885498 2.74109673500061 1
+"1684" 4 0.547942876815796 1.32211458683014 5.07563877105713 1
+"1685" 5 0.189989998936653 4 6.6215353012085 1
+"1686" 4 0.395504117012024 4 4.02222347259521 1
+"1687" 4 0.592509984970093 1 4 0
+"1688" 3 0.390350013971329 1 3.11276650428772 0
+"1689" 5 0.315829992294312 4 4.57763290405273 1
+"1690" 3 0.487359970808029 6 6 0
+"1691" 3 0.785520017147064 1 5.48852252960205 1
+"1692" 4 0.312420010566711 1 3.45454883575439 1
+"1693" 4 0.343410015106201 3 5 1
+"1694" 3 0.239622861146927 4 3 1
+"1695" 4 0.673849999904633 2 4 1
+"1696" 1 0.688880026340485 4 4 1
+"1697" 2 0.65021002292633 1 1 0
+"1698" 3 0.8400399684906 6 5 0
+"1699" 4 0.36285999417305 3 4 0
+"1700" 3 0.387620002031326 2 4 1
+"1701" 3 0.65021002292633 3 2 1
+"1702" 3 0.310400575399399 2 4 1
+"1703" 5 0.408399999141693 3 4 1
+"1704" 2 0.315829992294312 3 2 0
+"1705" 1 0.903599977493286 6 6 0
+"1706" 1 0.545379996299744 2 5 0
+"1707" 2 0.394959986209869 3 2 1
+"1708" 2 0.903599977493286 4 4 0
+"1709" 4 0.401980012655258 5 5 0
+"1710" 3 0.556263089179993 1 1.11450970172882 1
+"1711" 3 0.785520017147064 2 3 0
+"1712" 3 0.335929989814758 3 2.94446063041687 0
+"1713" 3 0.785520017147064 3 5 1
+"1714" 2 0.193500146269798 2 3.10268831253052 1
+"1715" 5 0.785520017147064 6 5 0
+"1716" 3 0.464899986982346 1 2.82111883163452 1
+"1717" 4 0.464700013399124 6 5.45414590835571 1
+"1718" 1 0.423003822565079 5 5.18066883087158 1
+"1719" 5 0.267623007297516 2 6 1
+"1720" 4 0.343410015106201 2 3 0
+"1721" 4 0.532429993152618 4 4 1
+"1722" 3 0.414970010519028 7 6 0
+"1723" 4 0.673849999904633 7 5.94531488418579 1
+"1724" 4 0.785520017147064 3 2 1
+"1725" 4 0.581430017948151 3 2.7982861995697 0
+"1726" 3 1.13774001598358 1 2 0
+"1727" 5 0.149339407682419 4.98739862442017 4.20595979690552 1
+"1728" 5 0.390350013971329 1 4.42240762710571 0
+"1729" 2 1.13774001598358 3 2 0
+"1730" 4 0.343410015106201 6 6 1
+"1731" 2 0.487359970808029 6 6 0
+"1732" 3 0.785520017147064 7 4 0
+"1733" 4 0.381099998950958 2.23446750640869 5 0
+"1734" 3 0.261489987373352 5 6 1
+"1735" 4 0.461620002985001 1 5.5144567489624 0
+"1736" 2 1.10091006755829 7 6 0
+"1737" 3 0.656315207481384 7 5 1
+"1738" 3 0.189989998936653 4 4.26495027542114 1
+"1739" 5 0.400240004062653 2 4 1
+"1740" 3 0.414970010519028 2 4.65263414382935 0
+"1741" 3 0.53392368555069 6 6 1
+"1742" 3 0.903599977493286 2 4 0
+"1743" 3 0.408600002527237 5 5.19133520126343 1
+"1744" 4 0.267989993095398 6 5.2410159111023 1
+"1745" 3 0.312395423650742 4 5.23858261108398 1
+"1746" 4 0.464700013399124 4 4.31088829040527 1
+"1747" 3 0.600469946861267 1 2 1
+"1748" 3 0.394959986209869 1 4 1
+"1749" 5 0.464700013399124 2 2.87270379066467 1
+"1750" 2 0.343410015106201 3 1.54527556896210 1
+"1751" 5 0.461620002985001 1 3 0
+"1752" 4 0.464700013399124 1 7 1
+"1753" 5 0.394959986209869 5 6 1
+"1754" 3 0.903599977493286 2 5 0
+"1755" 5 0.673849999904633 5 5 1
+"1756" 3 0.401980012655258 3 4 0
+"1757" 3 0.673849999904633 5 6 1
+"1758" 4 0.785520017147064 6 6 0
+"1759" 3 0.777340054512024 3 4 0
+"1760" 3 0.688880026340485 2 4 1
+"1761" 5 0.511519968509674 3 4 0
+"1762" 4 0.609759986400604 2 4.99799728393555 1
+"1763" 3 0.394959986209869 6 5.40597343444824 1
+"1764" 1 0.404249668121338 6 2.90254139900208 1
+"1765" 3 0.408600002527237 1 4.0917706489563 1
+"1766" 3 0.511519968509674 5 6 0
+"1767" 3 0.464941561222076 5 6 1
+"1768" 5 0.261489987373352 1 2.62975192070007 1
+"1769" 5 0.676082134246826 2 4 1
+"1770" 3 0.401980012655258 4 2 0
+"1771" 5 0.511519968509674 7 6 0
+"1772" 1 0.65021002292633 2 2 1
+"1773" 3 0.452632904052734 7 6 1
+"1774" 5 0.312420010566711 4 7 0
+"1775" 5 0.785520017147064 4 4 0
+"1776" 2 0.424058616161346 4 2.26804399490356 1
+"1777" 3 0.367390006780624 5 5 0
+"1778" 3 0.519027650356293 6 5 0
+"1779" 3 0.785520017147064 2 4 1
+"1780" 3 0.790033280849457 1 5.38634061813354 0
+"1781" 4 0.488327503204346 6 3 1
+"1782" 4 0.730347156524658 6 6 1
+"1783" 1 0.592509984970093 7 4 1
+"1784" 2 0.394959986209869 4 5 1
+"1785" 3 0.464700013399124 6 4 1
+"1786" 2 0.65021002292633 1 2 0
+"1787" 5 0.367390006780624 1 3 0
+"1788" 5 0.320780009031296 2 6 1
+"1789" 5 0.267989993095398 1 1.78004813194275 1
+"1790" 3 0.394959986209869 6 3.77421593666077 1
+"1791" 3 0.370028018951416 6 6 1
+"1792" 4 0.446730017662048 7 6 0
+"1793" 4 0.614226460456848 5 6 0
+"1794" 3 0.527557134628296 1 3 1
+"1795" 2 0.385200023651123 1 1.74926388263702 0
+"1796" 1 0.311350673437119 6 4 1
+"1797" 3 0.394959986209869 1 2.6409113407135 1
+"1798" 3 0.511519968509674 4 2 0
+"1799" 3 0.461620002985001 4 5 0
+"1800" 5 0.312420010566711 2 5.42960929870605 1
+"1801" 5 0.600469946861267 6 5 1
+"1802" 4 0.701979994773865 1 2 0
+"1803" 3 0.785520017147064 2 3 1
+"1804" 3 0.785520017147064 1 2.59820413589478 1
+"1805" 4 0.589574933052063 2.26490664482117 1.27602434158325 0
+"1806" 3 0.394959986209869 1 4 1
+"1807" 4 0.454664915800095 5 6 1
+"1808" 3 0.315829992294312 2 3 0
+"1809" 3 0.487359970808029 6 5 1
+"1810" 3 0.315829992294312 1 2 1
+"1811" 3 0.219204112887383 1 4 1
+"1812" 5 0.785520017147064 3 5 1
+"1813" 3 0.614226460456848 4 5 1
+"1814" 4 0.477019995450974 4 5 0
+"1815" 4 0.8400399684906 6 5 0
+"1816" 4 0.614226460456848 3 2 0
+"1817" 2 0.343410015106201 3 5 0
+"1818" 3 0.336679995059967 2 3 0
+"1819" 3 0.785520017147064 6 5 0
+"1820" 3 0.414970010519028 3 3.06565189361572 0
+"1821" 5 0.673849999904633 6 4 0
+"1822" 5 0.511519968509674 4 4 0
+"1823" 5 0.576708018779755 2 4 1
+"1824" 4 0.414970010519028 7 6.6493239402771 0
+"1825" 5 0.464700013399124 4 4.10325336456299 1
+"1826" 4 0.367390006780624 3 2.93458485603333 0
+"1827" 3 0.405568391084671 2 3.04380893707275 1
+"1828" 4 0.609759986400604 2 4 0
+"1829" 5 0.785520017147064 1 3 1
+"1830" 1 0.458271771669388 5 3.38305735588074 1
+"1831" 5 0.352136760950089 2 3.51498508453369 1
+"1832" 3 0.261222958564758 1 5.91754388809204 1
+"1833" 5 0.427269995212555 2 4 0
+"1834" 4 0.407070010900497 6 6 1
+"1835" 3 0.315829992294312 1 2.05561709403992 1
+"1836" 5 0.785520017147064 1 4 0
+"1837" 3 0.614226460456848 7 5 1
+"1838" 3 0.592509984970093 6 1.66079163551331 0
+"1839" 3 0.265219986438751 4 5 0
+"1840" 4 0.532429993152618 7 7 0
+"1841" 5 0.673849999904633 4 2.89592599868774 1
+"1842" 4 0.62978994846344 1 4.35938310623169 1
+"1843" 3 0.65021002292633 1 4 0
+"1844" 4 0.315829992294312 3 3.09707450866699 0
+"1845" 3 0.461620002985001 6 5.95615196228027 0
+"1846" 3 0.785520017147064 6 3.93167233467102 0
+"1847" 2 0.343410015106201 2 1 1
+"1848" 4 0.267989993095398 5 1.97086119651794 1
+"1849" 3 0.673849999904633 4 4 0
+"1850" 5 0.511519968509674 3 5 0
+"1851" 5 0.785520017147064 5 3 0
+"1852" 2 0.427269995212555 1 4.88374185562134 1
+"1853" 5 0.785520017147064 5 5 0
+"1854" 3 0.785520017147064 2 4 1
+"1855" 3 0.407070010900497 4 4 1
+"1856" 4 0.518787264823914 2 4.74356651306152 1
+"1857" 4 0.315829992294312 6 4.42104768753052 1
+"1858" 3 0.785520017147064 2 5 0
+"1859" 5 0.401980012655258 1 1.84663212299347 0
+"1860" 5 0.511519968509674 3 6 0
+"1861" 5 0.265219986438751 6 4 1
+"1862" 5 0.442182660102844 7 6 1
+"1863" 3 0.261489987373352 2 6.22108173370361 1
+"1864" 4 0.688880026340485 2 5 1
+"1865" 3 0.407070010900497 1 4 1
+"1866" 4 0.315829992294312 6 6 0
+"1867" 3 0.785520017147064 2 5 1
+"1868" 3 0.528352677822113 2 6 1
+"1869" 4 0.189989998936653 4 7.46259784698486 1
+"1870" 4 0.407070010900497 4 3 1
+"1871" 3 0.446866869926453 5 4 1
+"1872" 3 0.315829992294312 2 7 0
+"1873" 3 0.785520017147064 3 5 1
+"1874" 3 0.343410015106201 3 4.2799334526062 1
+"1875" 5 0.487359970808029 2 2 0
+"1876" 3 0.592509984970093 5 4 0
+"1877" 3 0.785520017147064 7 6 0
+"1878" 5 0.499830991029739 6 4 1
+"1879" 4 0.320780009031296 3 1 0
+"1880" 3 0.393868714570999 2 4 1
+"1881" 2 0.315829992294312 1 1.91951930522919 1
+"1882" 4 0.394959986209869 6 3 1
+"1883" 3 0.487359970808029 2 4.22512674331665 0
+"1884" 5 0.785520017147064 1 5 0
+"1885" 3 0.320780009031296 2 3.61660361289978 1
+"1886" 3 0.614226460456848 1 3.77490448951721 1
+"1887" 3 0.793409943580627 1 3 1
+"1888" 3 0.511519968509674 3 3 0
+"1889" 1 0.189989998936653 2 5.239013671875 1
+"1890" 3 0.785520017147064 7 6 0
+"1891" 4 0.343410015106201 4.1724271774292 3.12500405311584 1
+"1892" 4 0.312420010566711 5 6 0
+"1893" 3 0.600469946861267 3 4 0
+"1894" 4 0.600469946861267 2 4 0
+"1895" 5 0.511519968509674 3 3 0
+"1896" 4 0.701979994773865 5 4 1
+"1897" 3 0.592509984970093 4 4.03600454330444 0
+"1898" 5 0.618200361728668 6 5.02791786193848 1
+"1899" 5 0.320780009031296 1.88533020019531 5 1
+"1900" 1 0.798497378826141 6 2.78149318695068 1
+"1901" 4 0.414970010519028 5 7 0
+"1902" 4 0.261489987373352 4 4.8523850440979 1
+"1903" 5 0.448917418718338 1 4.68870639801025 1
+"1904" 4 0.84213000535965 3 3 0
+"1905" 4 0.394959986209869 2 4.54006385803223 1
+"1906" 5 0.206531554460526 3 3.91458177566528 1
+"1907" 5 0.511519968509674 2 4 0
+"1908" 5 0.320780009031296 6 5 0
+"1909" 3 0.446730017662048 5 4.08134031295776 1
+"1910" 5 0.62365996837616 3 2 1
+"1911" 5 0.367390006780624 2 2.81090068817139 0
+"1912" 3 0.600469946861267 3 4 1
+"1913" 4 0.600469946861267 1 3 0
+"1914" 3 0.401980012655258 4 4.67538499832153 1
+"1915" 2 0.320780009031296 6 4.06996774673462 1
+"1916" 5 0.592509984970093 5 4.67532300949097 0
+"1917" 3 0.349840044975281 2 3 1
+"1918" 5 0.309140026569366 6 5 0
+"1919" 3 0.414970010519028 7 5.30137062072754 0
+"1920" 1 0.390350013971329 5 4 0
+"1921" 3 0.614226460456848 5 5 0
+"1922" 3 0.600469946861267 2 4 1
+"1923" 2 0.644749999046326 1 2 0
+"1924" 3 0.785520017147064 3 2 0
+"1925" 5 0.401980012655258 4 3.31058669090271 0
+"1926" 2 0.414970010519028 3 5 0
+"1927" 5 0.26824951171875 6 5 1
+"1928" 5 0.557128369808197 6 6 0
+"1929" 5 0.401980012655258 3 4 1
+"1930" 5 0.673849999904633 5 4 1
+"1931" 3 0.688880026340485 1 4 1
+"1932" 5 0.427269995212555 1 5 0
+"1933" 3 0.487359970808029 1 0.318758279085159 0
+"1934" 5 0.408399999141693 1 3.46774864196777 0
+"1935" 2 0.65021002292633 3 4 1
+"1936" 3 0.261489987373352 4 3.60335779190063 0
+"1937" 5 0.267989993095398 3 3 1
+"1938" 5 0.673849999904633 2 5 0
+"1939" 4 0.662460029125214 3 5.69211292266846 0
+"1940" 3 0.408399999141693 5 6 0
+"1941" 4 0.394959986209869 7 4 1
+"1942" 5 0.464899986982346 3 2 1
+"1943" 3 0.785520017147064 5 6 0
+"1944" 3 0.785520017147064 2 5 0
+"1945" 4 0.657201766967773 4 2 1
+"1946" 3 0.267989993095398 2 7 1
+"1947" 3 0.600469946861267 3 3 1
+"1948" 5 0.595467209815979 5 4.22062635421753 1
+"1949" 5 0.267989993095398 4 4.42249059677124 1
+"1950" 3 0.261489987373352 1 3.62239789962769 1
+"1951" 3 0.673849999904633 7 6 1
+"1952" 3 0.511519968509674 1 3 0
+"1953" 3 0.511519968509674 4 5.14226388931274 0
+"1954" 5 0.312420010566711 6 6 1
+"1955" 5 0.315829992294312 3 6 1
+"1956" 4 0.477019995450974 6 4 0
+"1957" 5 0.336492955684662 6 5.32754898071289 1
+"1958" 3 0.267989993095398 6.31858110427856 4.17648315429688 1
+"1959" 2 0.414970010519028 5 6 0
+"1960" 5 0.312420010566711 1 4 1
+"1961" 2 0.400240004062653 2 4 1
+"1962" 1 0.427269995212555 2 2.56202530860901 1
+"1963" 3 0.903599977493286 6 5 0
+"1964" 4 0.703285574913025 6 5 1
+"1965" 4 0.315829992294312 3 6 1
+"1966" 3 0.261489987373352 1 1.39515483379364 1
+"1967" 5 0.394959986209869 3 2.58632373809814 1
+"1968" 3 0.381099998950958 2 2 0
+"1969" 5 0.267989993095398 1 1 0
+"1970" 4 0.84213000535965 3 3 1
+"1971" 5 0.785520017147064 5 5.00477409362793 0
+"1972" 4 0.511519968509674 5 5 0
+"1973" 4 0.518409967422485 5 4 1
+"1974" 1 0.465332210063934 3 2.56441354751587 1
+"1975" 4 0.265219986438751 1 3.92265200614929 1
+"1976" 3 0.343410015106201 6 4 1
+"1977" 3 0.261489987373352 6 4.72503900527954 1
+"1978" 4 0.261489987373352 2 5.64960718154907 1
+"1979" 4 0.511519968509674 4 3.44253730773926 0
+"1980" 3 0.343410015106201 3 2 1
+"1981" 3 0.638458251953125 1 3 1
+"1982" 5 0.477324038743973 3 4.87052917480469 1
+"1983" 5 0.785520017147064 4 5.60536479949951 1
+"1984" 4 0.394959986209869 4 3.55354690551758 1
+"1985" 2 0.785520017147064 4 2 1
+"1986" 4 0.267989993095398 2 1 1
+"1987" 5 0.315829992294312 1 2.18469929695129 0
+"1988" 5 0.381099998950958 3 2 0
+"1989" 4 0.267989993095398 1 2 1
+"1990" 2 0.267989993095398 3 7 0
+"1991" 3 0.532429993152618 5 4 0
+"1992" 3 0.903599977493286 1 4 0
+"1993" 5 0.785520017147064 6 6.30612754821777 1
+"1994" 3 0.477019995450974 4 2.23499751091003 1
+"1995" 3 0.464700013399124 1 6 1
+"1996" 3 0.335929989814758 1 3 0
+"1997" 3 0.343410015106201 5 3 1
+"1998" 2 0.57975310087204 6 3 1
+"1999" 2 0.440597921609879 2 1 0
+"2000" 4 0.785520017147064 4 4.31580686569214 0
+"2001" 3 0.487359970808029 2 4.52188491821289 0
+"2002" 3 0.487359970808029 1 6 0
+"2003" 3 0.785520017147064 6 4 0
+"2004" 2 0.68085253238678 1 4 1
+"2005" 5 0.407070010900497 7 5 1
+"2006" 5 0.343410015106201 1 4.23302030563354 1
+"2007" 2 0.461620002985001 1 2 0
+"2008" 4 0.477019995450974 3 4 0
+"2009" 4 0.688880026340485 1 4 1
+"2010" 5 0.414970010519028 2 5 0
+"2011" 2 0.407070010900497 6 5 1
+"2012" 3 0.407070010900497 1 6.30899953842163 1
+"2013" 4 0.614226460456848 5 4.00418281555176 1
+"2014" 3 0.673849999904633 4 4 1
+"2015" 3 0.614226460456848 2 3.33041501045227 0
+"2016" 4 0.400240004062653 2 3.18168950080872 1
+"2017" 5 0.408600002527237 7 5 0
+"2018" 3 0.688880026340485 1 4 1
+"2019" 3 0.903599977493286 6 5 0
+"2020" 3 0.427269995212555 5 4 0
+"2021" 5 0.62978994846344 4 4 0
+"2022" 4 0.265219986438751 6 3 1
+"2023" 4 0.267989993095398 2 1.31004452705383 0
+"2024" 3 0.673849999904633 5 3 0
+"2025" 3 0.529449999332428 6 5.18141603469849 1
+"2026" 3 0.340220004320145 3 3.17375612258911 1
+"2027" 5 0.532429993152618 6 4.30988359451294 0
+"2028" 3 0.267989993095398 3 2 1
+"2029" 5 0.511519968509674 6 4 0
+"2030" 3 0.487359970808029 6 3.14693856239319 0
+"2031" 5 0.461620002985001 3 4 0
+"2032" 3 0.84213000535965 1 2 0
+"2033" 5 0.408399999141693 3 4.03410291671753 1
+"2034" 2 0.271042287349701 3 6 0
+"2035" 5 0.673849999904633 5 5.22294664382935 1
+"2036" 2 1.10091006755829 2 3 1
+"2037" 3 0.587583303451538 7 6 1
+"2038" 4 0.614226460456848 2 4 0
+"2039" 3 0.464700013399124 3 2 1
+"2040" 3 0.261489987373352 3 1 0
+"2041" 5 0.62978994846344 1 6.33306932449341 0
+"2042" 3 0.261489987373352 1 6 1
+"2043" 5 0.343410015106201 2 3.22989988327026 1
+"2044" 5 0.461620002985001 3 3.21103048324585 0
+"2045" 5 0.400240004062653 4 4 1
+"2046" 4 0.518409967422485 5 6 1
+"2047" 5 0.341093838214874 1 3.63756823539734 1
+"2048" 4 0.267989993095398 1 4.24334859848022 1
+"2049" 4 0.532429993152618 2 5 0
+"2050" 5 0.564164876937866 4.97972345352173 5.9403190612793 0
+"2051" 3 0.464899986982346 2 4.77774047851562 1
+"2052" 3 0.487359970808029 5 2.04123139381409 0
+"2053" 5 0.785520017147064 6 5 0
+"2054" 3 0.336679995059967 1 2 0
+"2055" 5 0.532429993152618 3 4 0
+"2056" 4 0.427269995212555 3 3.40331363677979 1
+"2057" 4 0.238263517618179 6 2.62318396568298 1
+"2058" 3 0.614226460456848 5 5 1
+"2059" 3 0.315829992294312 4 1 1
+"2060" 3 0.446730017662048 3 5.84783267974854 1
+"2061" 3 0.320780009031296 2 4 1
+"2062" 2 0.785520017147064 1 3 0
+"2063" 3 0.477019995450974 1 6.93927812576294 0
+"2064" 5 0.673849999904633 2 2 1
+"2065" 5 1.10091006755829 4 4 0
+"2066" 4 0.518409967422485 3 3 0
+"2067" 5 0.600469946861267 3 3 1
+"2068" 2 0.532429993152618 2 3 0
+"2069" 3 0.600469946861267 5 4 1
+"2070" 2 0.487359970808029 3 3.78958082199097 0
+"2071" 2 0.600469946861267 3 2 1
+"2072" 5 0.394959986209869 2 4.07753181457520 1
+"2073" 5 0.394959986209869 4 7.19431352615356 1
+"2074" 3 0.394959986209869 7 6 1
+"2075" 5 0.394959986209869 2 3.31242728233337 1
+"2076" 3 0.609759986400604 6 3 1
+"2077" 4 0.267989993095398 6 4 1
+"2078" 3 0.600469946861267 7 5 1
+"2079" 4 0.581430017948151 3 3 0
+"2080" 3 0.265219986438751 7 5.96142292022705 0
+"2081" 5 0.477019995450974 5 3.59838223457336 0
+"2082" 3 0.414970010519028 6 6 0
+"2083" 3 0.511519968509674 7 4 0
+"2084" 5 0.461620002985001 7 6 0
+"2085" 4 0.461620002985001 6 4 0
+"2086" 2 0.785520017147064 1 2 1
+"2087" 1 0.487359970808029 1 3.56138515472412 0
+"2088" 1 0.320780009031296 5 7 1
+"2089" 2 0.600469946861267 6 6 0
+"2090" 3 0.62365996837616 5 3 0
+"2091" 3 0.688880026340485 3 3 1
+"2092" 3 0.345790833234787 2 4.02089357376099 1
+"2093" 5 0.427269995212555 4 6 0
+"2094" 3 0.267989993095398 1 3.26999807357788 1
+"2095" 3 0.600469946861267 1 2 0
+"2096" 3 0.394959986209869 6 6 1
+"2097" 4 0.721625745296478 6 4.31647920608521 1
+"2098" 5 0.309140026569366 3 2.88573527336121 0
+"2099" 3 0.461620002985001 4 3 0
+"2100" 3 0.320780009031296 1 3.47080373764038 1
+"2101" 3 0.265219986438751 2 4.98563480377197 1
+"2102" 3 0.427269995212555 5 5 1
+"2103" 5 0.487359970808029 7 5.76529788970947 0
+"2104" 2 0.408399999141693 3 5 0
+"2105" 3 0.785520017147064 6 6 1
+"2106" 4 0.580554127693176 1 4 1
+"2107" 4 0.343410015106201 7 4 0
+"2108" 4 0.220955669879913 3 3.39724850654602 1
+"2109" 4 0.673849999904633 6 5 0
+"2110" 3 0.335929989814758 4 5 0
+"2111" 5 0.600469946861267 3 2 1
+"2112" 4 0.592509984970093 7 4 1
+"2113" 4 0.592509984970093 1 3.62653732299805 0
+"2114" 4 0.267989993095398 2 5 1
+"2115" 4 0.289790719747543 3 2.86010193824768 1
+"2116" 4 0.644749999046326 6 4.10582828521729 0
+"2117" 3 0.408399999141693 3 3 1
+"2118" 4 0.189989998936653 7 6 1
+"2119" 5 0.592509984970093 4 4.49971342086792 0
+"2120" 4 0.785520017147064 7 6 1
+"2121" 5 0.267989993095398 7 5 1
+"2122" 4 0.701979994773865 3 5 0
+"2123" 3 0.688880026340485 2 4 1
+"2124" 4 0.785520017147064 6 5 0
+"2125" 2 1.10091006755829 1 2 1
+"2126" 4 0.785520017147064 1 3 0
+"2127" 5 0.532429993152618 7 5 0
+"2128" 3 0.62365996837616 2 4.55011701583862 0
+"2129" 3 0.461620002985001 1 2 0
+"2130" 3 0.363468378782272 1 1 1
+"2131" 3 0.785520017147064 6 4 1
+"2132" 3 0.592438697814941 5 4 1
+"2133" 3 0.673849999904633 6 4 0
+"2134" 3 0.8400399684906 5 6 0
+"2135" 2 0.487359970808029 4 3 0
+"2136" 3 0.582115769386292 3 5 0
+"2137" 3 0.62978994846344 5 5 0
+"2138" 3 0.446730017662048 3 5 1
+"2139" 5 0.75151002407074 1 1 0
+"2140" 3 0.414970010519028 7 6 0
+"2141" 2 0.518409967422485 1 1 1
+"2142" 3 0.364969998598099 1 2 1
+"2143" 3 0.446730017662048 2 3.83734703063965 1
+"2144" 4 0.785520017147064 2 3 0
+"2145" 5 0.785520017147064 2 2 1
+"2146" 3 0.673849999904633 5 6.82473134994507 0
+"2147" 5 0.511519968509674 5 5 0
+"2148" 4 0.518409967422485 7 6 1
+"2149" 3 0.609759986400604 6 6 0
+"2150" 2 0.343410015106201 2 3 1
+"2151" 3 0.343410015106201 4 5 1
+"2152" 5 0.241952240467072 6 3.7187659740448 1
+"2153" 4 0.511519968509674 7 6 0
+"2154" 3 0.267989993095398 1 3 0
+"2155" 3 0.614226460456848 1 6 0
+"2156" 4 0.414970010519028 2 4 0
+"2157" 4 0.343410015106201 2 2 1
+"2158" 5 0.427269995212555 3 6 0
+"2159" 5 0.320780009031296 6 5 1
+"2160" 4 0.532539963722229 6 2.19245529174805 1
+"2161" 4 0.614226460456848 2 3 1
+"2162" 5 0.545379996299744 1 5 1
+"2163" 3 0.414970010519028 7 5 0
+"2164" 4 0.461620002985001 3 3 0
+"2165" 3 0.360546290874481 6 5 1
+"2166" 5 0.385200023651123 4 5 0
+"2167" 3 0.385200023651123 5 4.49656963348389 1
+"2168" 3 0.592509984970093 3 3 0
+"2169" 3 0.529449999332428 1 4 1
+"2170" 3 0.408399999141693 2 2.41387152671814 0
+"2171" 2 0.487359970808029 6 6 0
+"2172" 1 0.464700013399124 6 6 1
+"2173" 4 0.777340054512024 6 4 1
+"2174" 3 0.623571038246155 6 5 1
+"2175" 3 0.487359970808029 1 4.86700963973999 0
+"2176" 4 0.542211294174194 7 4 1
+"2177" 5 0.662805318832397 6 5 1
+"2178" 3 0.65021002292633 5 4 0
+"2179" 5 0.511519968509674 7 4 0
+"2180" 4 0.785520017147064 6 5 0
+"2181" 5 0.614226460456848 3 5.37007093429565 1
+"2182" 3 0.511519968509674 4 3 0
+"2183" 5 0.320780009031296 6 4.66788244247437 1
+"2184" 4 0.464700013399124 2 5 1
+"2185" 5 0.414970010519028 7 4 1
+"2186" 4 0.414970010519028 3 5 0
+"2187" 5 0.408399999141693 4 5 0
+"2188" 3 0.673849999904633 5 6 1
+"2189" 4 0.414970010519028 3.58992075920105 3 0
+"2190" 5 0.62365996837616 1 5 0
+"2191" 5 0.785520017147064 2 4 1
+"2192" 1 0.688880026340485 3 6 1
+"2193" 3 0.364969998598099 1 5 1
+"2194" 2 0.673849999904633 7 6 0
+"2195" 2 0.673849999904633 1 2 1
+"2196" 3 0.614226460456848 2 4 0
+"2197" 3 0.673849999904633 1 3 0
+"2198" 3 0.267989993095398 1 6 1
+"2199" 1 0.644749999046326 6 5 0
+"2200" 3 0.225660666823387 4 4 1
+"2201" 3 0.470814526081085 6 4 1
+"2202" 4 0.530288875102997 3 4 1
+"2203" 3 0.390350013971329 2 6 0
+"2204" 5 0.343410015106201 5 4 0
+"2205" 3 0.189989998936653 4.72660160064697 4.81609487533569 1
+"2206" 5 0.532429993152618 1 2 0
+"2207" 3 0.903599977493286 6 4 0
+"2208" 4 0.414970010519028 3 4 0
+"2209" 3 0.367390006780624 6 4.79024744033813 1
+"2210" 1 0.511519968509674 6 7 0
+"2211" 5 0.364969998598099 4 4 1
+"2212" 4 0.320780009031296 7 6 1
+"2213" 4 0.421609580516815 4 5.95825672149658 1
+"2214" 4 0.673849999904633 3 5 1
+"2215" 3 0.347484230995178 3 5.67660903930664 0
+"2216" 2 0.688880026340485 6 5.61312770843506 1
+"2217" 3 0.387620002031326 5 5 0
+"2218" 5 0.609759986400604 5 3 1
+"2219" 2 0.320780009031296 1 5.40605020523071 1
+"2220" 1 0.688880026340485 1 4 1
+"2221" 5 0.364969998598099 5 3.18630075454712 1
+"2222" 3 0.592509984970093 2 4.61256504058838 0
+"2223" 2 0.62365996837616 3 3 0
+"2224" 3 0.785520017147064 6 5 0
+"2225" 5 0.520840048789978 2 2 0
+"2226" 5 0.461620002985001 1 3 0
+"2227" 3 0.562402188777924 3 4 1
+"2228" 5 0.367390006780624 6 4 0
+"2229" 4 0.414970010519028 1 4 0
+"2230" 3 0.115725360810757 7.61282539367676 5.88445568084717 1
+"2231" 4 0.477019995450974 6 4 0
+"2232" 4 0.5039142370224 1 3 1
+"2233" 5 0.785520017147064 1 3 1
+"2234" 5 0.414970010519028 4 4.12854146957397 1
+"2235" 1 0.65021002292633 4 5 0
+"2236" 5 0.408600002527237 3 4 1
+"2237" 2 1.13774001598358 3 2 0
+"2238" 1 0.265219986438751 3 1 1
+"2239" 2 0.394959986209869 2 3.17092728614807 1
+"2240" 5 0.260721296072006 3 3.49264216423035 1
+"2241" 4 0.477019995450974 5 4.09906530380249 0
+"2242" 3 0.461620002985001 6 5 0
+"2243" 5 0.785520017147064 2 4.43325757980347 0
+"2244" 2 0.600469946861267 2 2 1
+"2245" 2 1.13774001598358 3 4 0
+"2246" 4 0.401980012655258 4 4.55374193191528 0
+"2247" 3 0.511519968509674 3 4.40479278564453 0
+"2248" 4 0.320780009031296 6 5 0
+"2249" 3 0.600469946861267 7 6 1
+"2250" 4 0.0923894718289375 5.19472599029541 2.34688758850098 1
+"2251" 3 0.600469946861267 6 4 1
+"2252" 2 0.189989998936653 2 4.77966785430908 1
+"2253" 4 0.233260884881020 7 5 0
+"2254" 4 0.408399999141693 6 4 0
+"2255" 3 0.394959986209869 3 4.63416719436646 1
+"2256" 3 0.289915859699249 7 6 1
+"2257" 4 0.698559999465942 4 2.96789240837097 1
+"2258" 4 0.785520017147064 3 4 1
+"2259" 5 0.267989993095398 2 4.93796348571777 1
+"2260" 5 0.8400399684906 7 5 1
+"2261" 4 0.408399999141693 4 4 0
+"2262" 3 0.644749999046326 6 5 0
+"2263" 3 0.785520017147064 2 4 0
+"2264" 5 0.600469946861267 1 1 1
+"2265" 4 0.267989993095398 5 6 1
+"2266" 5 0.408600002527237 2 1 1
+"2267" 3 0.464700013399124 2 4.18083524703979 1
+"2268" 2 0.400240004062653 4 6 1
+"2269" 3 0.614226460456848 2 4.19375133514404 0
+"2270" 5 0.343410015106201 3 2.42306113243103 1
+"2271" 3 0.387620002031326 2 2 1
+"2272" 4 0.477019995450974 3 6 0
+"2273" 4 0.367390006780624 1 4.54478454589844 0
+"2274" 4 0.146962717175484 5 4 1
+"2275" 3 0.364969998598099 2 3.62536644935608 1
+"2276" 3 0.639038145542145 7 6 1
+"2277" 4 0.785520017147064 7 6 1
+"2278" 4 0.335929989814758 6 5 1
+"2279" 5 0.267989993095398 2 4 0
+"2280" 3 0.36285999417305 4 7 1
+"2281" 3 0.315829992294312 1 5.55708456039429 1
+"2282" 4 0.614226460456848 3 1 0
+"2283" 4 0.644749999046326 2 4.8285083770752 0
+"2284" 3 0.364969998598099 1 2 1
+"2285" 4 0.785520017147064 1 2 1
+"2286" 5 0.265219986438751 2 6.55547046661377 0
+"2287" 3 0.662460029125214 7 5 0
+"2288" 5 0.407070010900497 6 6 1
+"2289" 5 0.0326527468860149 3 4.80364751815796 1
+"2290" 4 0.315829992294312 1 5.01110935211182 0
+"2291" 4 0.903599977493286 6 6 0
+"2292" 4 0.62365996837616 5.03409910202026 4.87338733673096 0
+"2293" 4 0.785520017147064 7 5 0
+"2294" 3 0.673849999904633 6 5 0
+"2295" 2 0.903599977493286 2 2 1
+"2296" 4 0.265219986438751 6 4 1
+"2297" 3 0.903599977493286 7 6 0
+"2298" 5 0.523839712142944 6 4 1
+"2299" 5 0.464700013399124 5 4 1
+"2300" 4 0.532429993152618 7 6 0
+"2301" 5 0.668847143650055 1 3 1
+"2302" 3 0.511519968509674 4 2.43545579910278 0
+"2303" 3 0.477019995450974 3 4.28546762466431 0
+"2304" 4 0.62365996837616 5 2.28950715065002 0
+"2305" 3 0.785520017147064 1 5 1
+"2306" 3 0.785520017147064 7 6 0
+"2307" 3 0.265219986438751 3.83047699928284 4.66600894927979 0
+"2308" 4 0.267989993095398 3 3.37953639030457 1
+"2309" 3 0.65021002292633 2 3 1
+"2310" 5 0.36285999417305 2 5 0
+"2311" 4 0.785520017147064 7 6 0
+"2312" 3 0.336679995059967 1 7 1
+"2313" 3 0.394959986209869 1 4 1
+"2314" 5 0.600469946861267 3 5 0
+"2315" 1 0.785520017147064 3 3 1
+"2316" 3 0.461620002985001 1 3 0
+"2317" 4 0.511519968509674 5 4 0
+"2318" 4 0.8400399684906 4 5 0
+"2319" 4 0.688880026340485 6 5 1
+"2320" 3 0.614226460456848 2 4 1
+"2321" 4 0.261489987373352 1 4 1
+"2322" 5 0.785520017147064 5 4 1
+"2323" 3 0.785520017147064 3 3 0
+"2324" 3 0.407070010900497 1 4 1
+"2325" 3 0.511519968509674 3.42298364639282 4 0
+"2326" 4 0.320780009031296 4 3 1
+"2327" 3 0.309140026569366 7 6 0
+"2328" 2 0.673849999904633 2 5 1
+"2329" 4 0.487359970808029 6 4 0
+"2330" 5 0.389484733343124 2 2.40653681755066 1
+"2331" 4 0.427269995212555 2 3.72896361351013 1
+"2332" 3 0.239621683955193 1 1 0
+"2333" 4 0.784537374973297 7 6 0
+"2334" 3 0.367390006780624 4 4.69170665740967 1
+"2335" 5 0.343410015106201 1 1 1
+"2336" 4 0.461620002985001 1 5.33160924911499 1
+"2337" 4 0.521355390548706 5 2 1
+"2338" 3 0.65021002292633 3 2 0
+"2339" 4 0.614226460456848 1 4 0
+"2340" 1 0.518409967422485 4 6 0
+"2341" 4 0.614226460456848 1 3.91987919807434 1
+"2342" 4 0.785520017147064 4 5 1
+"2343" 3 0.461620002985001 2 4.82726383209229 1
+"2344" 5 0.511519968509674 6 4 0
+"2345" 5 0.312420010566711 2 2 1
+"2346" 4 0.487359970808029 1 3.91772270202637 0
+"2347" 5 0.581430017948151 5 6 0
+"2348" 4 0.616643309593201 1 4 1
+"2349" 4 0.600469946861267 1 4 1
+"2350" 5 0.785520017147064 4 4 1
+"2351" 5 0.390350013971329 5 4 0
+"2352" 4 0.511519968509674 5 4 0
+"2353" 3 0.315829992294312 1 5.17944574356079 1
+"2354" 5 0.400240004062653 4 3 1
+"2355" 3 0.343410015106201 7 6 1
+"2356" 5 0.487359970808029 6 4 0
+"2357" 5 0.511519968509674 6 4 0
+"2358" 3 0.592509984970093 5 5.81031131744385 0
+"2359" 3 0.461620002985001 1 6 0
+"2360" 4 0.609759986400604 7 4 1
+"2361" 3 0.312420010566711 1 3 0
+"2362" 5 0.84213000535965 7 4 1
+"2363" 3 0.315829992294312 1 4.7114372253418 0
+"2364" 3 0.785520017147064 5 5 0
+"2365" 3 0.401980012655258 1 3 0
+"2366" 3 0.267989993095398 3 3 1
+"2367" 2 0.785520017147064 1 1.92996191978455 0
+"2368" 3 0.65021002292633 5 6 0
+"2369" 3 0.400240004062653 3 6 1
+"2370" 3 0.335929989814758 6 6.41880941390991 0
+"2371" 2 0.673849999904633 1 3 1
+"2372" 2 0.673849999904633 6 2 1
+"2373" 5 0.477019995450974 7 6.24698972702026 0
+"2374" 3 0.36285999417305 2 2 0
+"2375" 2 0.673849999904633 6 6 0
+"2376" 4 0.461620002985001 2 4 0
+"2377" 3 0.267989993095398 7 4 1
+"2378" 3 0.267989993095398 5 4 0
+"2379" 3 0.320780009031296 5 6.61404705047607 1
+"2380" 3 0.407070010900497 7 4.41836452484131 0
+"2381" 3 0.452022284269333 6 6.07735681533813 1
+"2382" 3 0.400240004062653 1 6 1
+"2383" 4 0.343410015106201 3 6 0
+"2384" 5 0.511519968509674 1 2 0
+"2385" 1 0.312420010566711 1 1 1
+"2386" 5 0.320780009031296 1 2 1
+"2387" 5 0.688880026340485 5 5 1
+"2388" 4 1.10091006755829 7 6 0
+"2389" 2 1.10091006755829 5 6 1
+"2390" 3 0.644749999046326 3 3 0
+"2391" 4 0.673849999904633 7 5 1
+"2392" 3 0.785520017147064 5 6 0
+"2393" 5 0.440597921609879 1 1 1
+"2394" 4 0.903599977493286 4 2 0
+"2395" 5 0.785520017147064 6 5.94912910461426 1
+"2396" 5 0.785520017147064 1 4.23317289352417 1
+"2397" 2 0.673849999904633 1 2 0
+"2398" 3 0.312420010566711 5 6 1
+"2399" 3 0.511519968509674 2 5 0
+"2400" 4 0.394959986209869 5 5 1
+"2401" 5 0.461620002985001 1 3.15823173522949 0
+"2402" 3 0.464700013399124 1 3.54977607727051 1
+"2403" 5 0.793409943580627 3 3 0
+"2404" 3 0.390350013971329 1 7 0
+"2405" 2 0.532429993152618 4 6 0
+"2406" 3 0.694988131523132 4 2 0
+"2407" 4 0.364969998598099 2 3 1
+"2408" 4 0.267989993095398 5 5 0
+"2409" 5 0.609759986400604 3 3.50599360466003 1
+"2410" 3 0.267155021429062 2 5 1
+"2411" 4 0.320780009031296 4 6 1
+"2412" 5 0.367390006780624 2 4.29775714874268 0
+"2413" 4 0.621372163295746 4 3.49713301658630 1
+"2414" 4 0.401980012655258 2 4 0
+"2415" 4 0.265219986438751 6 7 1
+"2416" 3 0.511519968509674 2 2 0
+"2417" 2 0.309140026569366 3.79655575752258 4.73102283477783 1
+"2418" 5 0.400240004062653 3 4.70640420913696 1
+"2419" 3 0.75151002407074 5 6 0
+"2420" 3 0.600469946861267 6 6 1
+"2421" 5 0.609759986400604 4 5 1
+"2422" 4 0.618310809135437 4 5 1
+"2423" 5 0.267989993095398 4 5.23343753814697 1
+"2424" 2 0.265219986438751 6 3.62878823280334 0
+"2425" 3 0.394959986209869 1 2 1
+"2426" 3 0.600469946861267 3 4 0
+"2427" 4 0.367390006780624 6 5 1
+"2428" 4 0.461620002985001 6 4.98860883712769 0
+"2429" 3 0.381099998950958 1 4 0
+"2430" 3 0.408399999141693 5 6 0
+"2431" 3 0.315829992294312 4 2 1
+"2432" 3 0.785520017147064 1 2 1
+"2433" 4 0.387675970792770 7 4 1
+"2434" 4 0.394959986209869 5 3.48480653762817 1
+"2435" 5 0.261489987373352 2 3.73872470855713 1
+"2436" 3 0.400240004062653 4 5 1
+"2437" 5 0.644749999046326 1 3 1
+"2438" 5 0.673849999904633 7 7 0
+"2439" 4 0.267989993095398 3 4 1
+"2440" 3 0.0988028198480606 3 3.95712280273438 1
+"2441" 2 0.394959986209869 2 5.10820007324219 1
+"2442" 5 0.343410015106201 3 4 1
+"2443" 5 0.487359970808029 2 4.26076173782349 1
+"2444" 5 0.65021002292633 7 6 1
+"2445" 4 0.364969998598099 1 6 1
+"2446" 4 0.785520017147064 2 3.25614547729492 0
+"2447" 3 0.600469946861267 1 2 1
+"2448" 3 0.592509984970093 2 4 1
+"2449" 3 0.62978994846344 5 6 0
+"2450" 5 0.394959986209869 4 5.7120566368103 1
+"2451" 5 0.532429993152618 4 5 0
+"2452" 5 0.581430017948151 7 5 0
+"2453" 5 0.592509984970093 2 3 1
+"2454" 3 0.408399999141693 7 4 0
+"2455" 4 0.394959986209869 6 4 0
+"2456" 4 0.511519968509674 5 5 0
+"2457" 4 0.614226460456848 6 5 0
+"2458" 5 0.592509984970093 4 7 0
+"2459" 2 0.401980012655258 1 1.02102029323578 1
+"2460" 3 0.903599977493286 3 5 0
+"2461" 4 0.785520017147064 2 5 1
+"2462" 5 0.468242883682251 1 3.72117972373962 1
+"2463" 5 0.401980012655258 1 2 1
+"2464" 3 0.461620002985001 4 4.51436901092529 0
+"2465" 2 0.267989993095398 2 4 1
+"2466" 1 0.461620002985001 1 2.97345066070557 0
+"2467" 3 0.785520017147064 7 6 0
+"2468" 4 0.600469946861267 2 4 1
+"2469" 3 0.434487760066986 3 4 1
+"2470" 5 0.785520017147064 5 1.54744791984558 1
+"2471" 3 0.688880026340485 1 3 1
+"2472" 4 0.62978994846344 2 3 0
+"2473" 3 0.785520017147064 1 2.32518911361694 1
+"2474" 5 0.387620002031326 1 1 1
+"2475" 2 0.312420010566711 4 5.25500535964966 1
+"2476" 3 0.267095446586609 1 4 1
+"2477" 3 0.232030138373375 1 6 1
+"2478" 3 0.267989993095398 1 4.07112741470337 0
+"2479" 3 0.592509984970093 2 1.26268959045410 0
+"2480" 4 0.609759986400604 7 5 1
+"2481" 1 0.312420010566711 1 6 1
+"2482" 4 0.785520017147064 2 3 0
+"2483" 5 0.509133756160736 4 4 0
+"2484" 3 0.683075308799744 6 3 1
+"2485" 4 0.673849999904633 6 6 1
diff --git a/data/immi2.tab b/data/immi2.tab
new file mode 100644
index 0000000..c6ebb71
--- /dev/null
+++ b/data/immi2.tab
@@ -0,0 +1,2486 @@
+"ipip" "wage1992" "prtyid" "ideol" "gender"
+"1" 3 0.614226460456848 7 5 1
+"2" 4 0.596963346004486 5 5 1
+"3" 4 0.267989993095398 7 6 1
+"4" 1 0.261489987373352 1 4 1
+"5" 3 0.437947690486908 2 3.31290054321289 1
+"6" 4 0.464700013399124 5 3 0
+"7" 3 0.673849999904633 3 5 1
+"8" 5 0.612436830997467 4 2 1
+"9" 2 0.600469946861267 1 1 1
+"10" 4 0.785520017147064 2 3 1
+"11" 3 0.367390006780624 5 2 0
+"12" 3 0.387620002031326 7 4 0
+"13" 4 0.394959986209869 2.62966799736023 3.67877650260925 1
+"14" 3 0.312420010566711 5 4.42300605773926 1
+"15" 5 1.13774001598358 4 4 0
+"16" 3 0.600469946861267 7 6 1
+"17" 3 0.461620002985001 6 4 0
+"18" 2 0.785520017147064 1 3.9916307926178 0
+"19" 3 0.408399999141693 5 3 1
+"20" 5 0.518409967422485 7 4 1
+"21" 5 0.267989993095398 3 2 0
+"22" 3 0.265219986438751 3 2.46880722045898 1
+"23" 4 0.614226460456848 3 5 1
+"24" 3 0.284888297319412 4 3 0
+"25" 5 0.452622711658478 7 6 1
+"26" 3 0.318247318267822 3 6 1
+"27" 2 0.581430017948151 5 5.4493613243103 1
+"28" 3 0.408399999141693 2 4.05274391174316 1
+"29" 5 0.261489987373352 4 5.65098285675049 1
+"30" 3 0.631883382797241 5 4.88335466384888 1
+"31" 5 0.267989993095398 1 2.05604171752930 1
+"32" 5 0.408399999141693 6 5.21073722839355 0
+"33" 4 0.440597921609879 6 4 1
+"34" 3 0.394959986209869 2 4 1
+"35" 3 0.511519968509674 1 3.23466920852661 0
+"36" 3 0.785520017147064 6 3.44149756431580 0
+"37" 5 0.785520017147064 5 6 0
+"38" 3 0.614226460456848 4 5.21029710769653 0
+"39" 3 0.673849999904633 5 6 0
+"40" 2 0.65021002292633 2 3 1
+"41" 3 0.592509984970093 5 5 0
+"42" 3 0.644749999046326 6 3 1
+"43" 4 0.267989993095398 6 5 0
+"44" 5 0.614226460456848 2 5 0
+"45" 3 0.445836186408997 1 4 1
+"46" 3 0.701979994773865 2 3 1
+"47" 5 0.427269995212555 6 6 1
+"48" 3 0.189989998936653 6 4 1
+"49" 3 0.511519968509674 2 3.98858666419983 0
+"50" 4 0.518409967422485 7 7 0
+"51" 5 0.335929989814758 5 4 1
+"52" 2 0.65021002292633 1 2 0
+"53" 3 0.592509984970093 7 4 0
+"54" 4 0.367390006780624 4 4 0
+"55" 3 0.387620002031326 5 6.17189264297485 0
+"56" 3 0.785520017147064 6 3 0
+"57" 3 0.320780009031296 1 6 1
+"58" 3 0.394959986209869 7 6 1
+"59" 5 0.785520017147064 7 6 1
+"60" 5 0.267989993095398 2 2 0
+"61" 3 0.414970010519028 7 6 0
+"62" 4 0.309140026569366 4 3 0
+"63" 4 0.406390011310577 1 2 1
+"64" 3 0.673849999904633 7 6 1
+"65" 5 0.511519968509674 1 2 0
+"66" 3 0.614226460456848 2 2 0
+"67" 3 0.261489987373352 2 3.54713201522827 1
+"68" 4 0.600469946861267 1 5 1
+"69" 5 0.785520017147064 7 7 0
+"70" 5 0.516614854335785 1 5 1
+"71" 3 0.364969998598099 5 5 0
+"72" 3 0.320780009031296 6.27468061447144 7 1
+"73" 3 0.336679995059967 2 5.34947633743286 0
+"74" 5 0.390350013971329 3 4 0
+"75" 3 0.785520017147064 7 4 0
+"76" 3 0.446730017662048 5 4 0
+"77" 3 0.727735817432404 7 6 1
+"78" 1 0.309140026569366 7 4 0
+"79" 2 0.408399999141693 7 4 1
+"80" 3 0.592509984970093 7 2 0
+"81" 3 0.662460029125214 1 2 0
+"82" 5 0.267989993095398 2 4.54243183135986 1
+"83" 5 0.592509984970093 3 5 0
+"84" 3 0.903599977493286 2 2 0
+"85" 5 0.477019995450974 5 1.52099096775055 0
+"86" 3 0.545379996299744 5 5.48101282119751 0
+"87" 5 0.688880026340485 5 6 1
+"88" 5 0.309140026569366 2 5.81549835205078 0
+"89" 3 0.265219986438751 4 5.615966796875 0
+"90" 4 0.592509984970093 1 2 1
+"91" 3 0.701979994773865 7 6 1
+"92" 3 0.903599977493286 5 5 0
+"93" 3 0.408600002527237 1 3.87153434753418 0
+"94" 3 0.785520017147064 1 2 1
+"95" 4 0.529449999332428 1 4 0
+"96" 4 0.320780009031296 7 2 1
+"97" 5 0.364969998598099 5 3 1
+"98" 3 0.361250013113022 2 5.70326995849609 1
+"99" 5 0.662460029125214 4 3.58190965652466 0
+"100" 5 0.673849999904633 4 5 1
+"101" 4 0.389253139495850 5 4 1
+"102" 3 0.532429993152618 1 1.10633349418640 0
+"103" 3 0.440597921609879 1 2 0
+"104" 4 0.367390006780624 4 4.77544164657593 0
+"105" 3 0.785520017147064 5 5 0
+"106" 4 0.688880026340485 2 5 0
+"107" 4 0.385200023651123 4 6.03722524642944 0
+"108" 4 0.414762914180756 3 6 1
+"109" 5 0.701979994773865 6 4 0
+"110" 3 0.401980012655258 1 4 0
+"111" 3 0.296324640512466 5 5.92802572250366 1
+"112" 3 0.343410015106201 2 0.362428516149521 1
+"113" 2 0.65021002292633 4 3 1
+"114" 2 0.488460183143616 7 6 0
+"115" 3 0.343410015106201 4 4 0
+"116" 3 0.785520017147064 6 5 0
+"117" 4 0.592509984970093 1 4 0
+"118" 4 0.288779735565186 1 6 0
+"119" 4 0.395176887512207 4 4 1
+"120" 3 0.197089686989784 2 5.44724035263062 1
+"121" 3 0.673849999904633 3 3.35220837593079 0
+"122" 1 0.688880026340485 2 4 1
+"123" 3 0.364969998598099 1 2.69973087310791 1
+"124" 3 0.320780009031296 3 3 1
+"125" 3 0.399568438529968 3 3 1
+"126" 5 0.609759986400604 6 2 1
+"127" 4 0.320780009031296 1 2.81309199333191 1
+"128" 5 0.400240004062653 6 5 1
+"129" 3 0.600469946861267 3 4 1
+"130" 5 0.518409967422485 3 4 1
+"131" 3 0.600469946861267 2 4 1
+"132" 5 0.785520017147064 7 4.8306713104248 0
+"133" 5 0.785520017147064 5 5 0
+"134" 5 0.566213011741638 4 6 1
+"135" 5 0.600902915000916 3.6433322429657 3.95950174331665 1
+"136" 3 0.644749999046326 1 6 0
+"137" 3 0.320780009031296 6 5 1
+"138" 3 0.385200023651123 1 3 1
+"139" 3 0.522410154342651 7 5 1
+"140" 3 0.315829992294312 2 3.13163852691650 1
+"141" 4 0.785520017147064 3 3 0
+"142" 3 0.518409967422485 7 6 1
+"143" 5 0.614226460456848 7 6 0
+"144" 3 1.10091006755829 6 5 0
+"145" 4 0.600469946861267 6 5 1
+"146" 3 0.600469946861267 2 4 1
+"147" 3 0.785520017147064 5 5.65956592559814 1
+"148" 5 0.414970010519028 7 4 0
+"149" 4 0.36285999417305 6 4 0
+"150" 3 0.65021002292633 4 4 0
+"151" 4 0.464899986982346 4 3.71332240104675 1
+"152" 5 0.785520017147064 5 4 1
+"153" 3 0.785520017147064 2 2 0
+"154" 3 0.785520017147064 1 3 1
+"155" 4 0.785520017147064 7 5 0
+"156" 3 0.600469946861267 5 1.07251465320587 0
+"157" 1 0.511519968509674 4 3.98861360549927 0
+"158" 5 0.629091441631317 5 4 0
+"159" 4 0.673849999904633 5 6 0
+"160" 3 0.785520017147064 6 5 0
+"161" 4 0.673849999904633 6 5 0
+"162" 3 0.614226460456848 6 6 0
+"163" 3 0.823901236057281 7 6 0
+"164" 2 0.793409943580627 5 6 0
+"165" 3 0.701979994773865 2 5 0
+"166" 5 0.320780009031296 1 2.34157609939575 1
+"167" 3 0.487359970808029 3 3 0
+"168" 4 0.394959986209869 4 5 1
+"169" 2 0.529449999332428 3 5.966787815094 0
+"170" 4 0.320780009031296 1 4 1
+"171" 5 0.785520017147064 2 6 0
+"172" 3 0.609759986400604 2 4 1
+"173" 3 0.614226460456848 3 2 0
+"174" 4 0.267989993095398 1 3 1
+"175" 4 0.394959986209869 4 4 1
+"176" 5 0.785520017147064 3 4 0
+"177" 3 0.614226460456848 5 6 0
+"178" 3 0.65021002292633 7 6 0
+"179" 5 0.343410015106201 4 5.19104099273682 1
+"180" 3 0.8400399684906 6 4 0
+"181" 5 0.267989993095398 7 5 1
+"182" 3 0.267989993095398 1 4 1
+"183" 5 0.493121325969696 1 3.21473026275635 1
+"184" 5 0.65021002292633 5 6 1
+"185" 4 0.312420010566711 2 3 1
+"186" 5 0.511519968509674 3 5 0
+"187" 5 0.785520017147064 7 5 0
+"188" 2 0.171543195843697 2 4 1
+"189" 4 0.487359970808029 5 3 0
+"190" 5 0.614226460456848 6 3 1
+"191" 1 0.258366107940674 7 6 1
+"192" 5 0.265219986438751 5 4 1
+"193" 3 0.343410015106201 2 5.27543210983276 1
+"194" 1 0.320780009031296 3 1 0
+"195" 3 0.785520017147064 6 4 0
+"196" 3 0.793409943580627 2 5 0
+"197" 4 0.608996152877808 5 2.94039964675903 1
+"198" 4 0.903599977493286 7 4 1
+"199" 3 0.414970010519028 7 7 0
+"200" 5 0.407070010900497 1 2.79634404182434 1
+"201" 3 0.8400399684906 5 6 0
+"202" 3 0.673849999904633 1 5 0
+"203" 3 0.529449999332428 5 4 1
+"204" 5 0.267989993095398 3 4.63893079757690 1
+"205" 5 0.785520017147064 6 0.758948981761932 0
+"206" 3 0.785520017147064 7 6 0
+"207" 3 0.688880026340485 5 4 1
+"208" 1 0.390350013971329 3 7 0
+"209" 3 0.381099998950958 4 3.27168202400208 0
+"210" 3 0.461620002985001 1 4 0
+"211" 4 0.394959986209869 3 4 1
+"212" 4 0.65021002292633 7 6 0
+"213" 1 0.673849999904633 7 6 1
+"214" 3 0.507754027843475 5 5 1
+"215" 3 0.581430017948151 3 3.50895237922668 0
+"216" 5 0.511519968509674 3 2 0
+"217" 3 0.527284443378448 6 5.71724224090576 0
+"218" 3 0.343410015106201 3 5.14934206008911 1
+"219" 4 0.785520017147064 2 7 1
+"220" 1 0.461620002985001 5 6 0
+"221" 5 0.698559999465942 2 7 0
+"222" 5 0.401980012655258 2 4.68675518035889 1
+"223" 5 0.785520017147064 3 4 0
+"224" 4 0.387620002031326 2 5.64213180541992 1
+"225" 3 0.400240004062653 2 4.25117492675781 1
+"226" 5 0.267989993095398 1 2.48742723464966 1
+"227" 5 0.335929989814758 4 6.48164987564087 0
+"228" 1 0.520840048789978 6 4 0
+"229" 2 0.600469946861267 4 4 0
+"230" 3 0.673849999904633 1 2 0
+"231" 3 0.394959986209869 3 2 1
+"232" 5 0.394959986209869 6 6 1
+"233" 5 0.401980012655258 3 5 1
+"234" 3 0.673849999904633 1 5 1
+"235" 3 0.614226460456848 3 1 0
+"236" 4 0.457309991121292 3 4 0
+"237" 4 0.394959986209869 7 5 1
+"238" 5 0.600469946861267 2 4 1
+"239" 3 0.407070010900497 2 4 1
+"240" 4 0.701979994773865 7 4 1
+"241" 3 0.903599977493286 4 5 0
+"242" 3 0.315829992294312 6 5.32721185684204 0
+"243" 5 0.387620002031326 1 2 1
+"244" 5 0.614226460456848 1 6 0
+"245" 4 0.315829992294312 4 4 0
+"246" 3 0.312420010566711 5 4.77738332748413 1
+"247" 5 0.600469946861267 4 3 1
+"248" 5 0.343410015106201 2 4.89799928665161 0
+"249" 4 0.367390006780624 8.75871562957764 6.2587456703186 0
+"250" 4 0.440597921609879 2 4 0
+"251" 5 0.343410015106201 3 4 1
+"252" 2 0.400240004062653 1 4 1
+"253" 3 0.320780009031296 7 5 1
+"254" 3 0.414970010519028 5 5 0
+"255" 5 0.903599977493286 7 5 0
+"256" 4 0.600469946861267 6 3 1
+"257" 5 0.903599977493286 5 5 0
+"258" 3 0.609759986400604 5 3 1
+"259" 3 0.394959986209869 6 4.37225723266602 1
+"260" 4 0.451003193855286 6 5 0
+"261" 3 0.401980012655258 3 1.29911458492279 0
+"262" 5 0.679544389247894 2 6 1
+"263" 1 0.688880026340485 2 2 1
+"264" 2 0.592509984970093 4 6 0
+"265" 4 0.464700013399124 1 2 1
+"266" 4 0.688880026340485 7 4 1
+"267" 3 0.408399999141693 2 5 0
+"268" 3 1.10091006755829 6 5 0
+"269" 5 0.614226460456848 7 6 0
+"270" 1 0.267989993095398 4 6.24294137954712 1
+"271" 5 0.408399999141693 1 3.15883064270020 1
+"272" 4 0.408399999141693 3 4.64158391952515 1
+"273" 4 0.477019995450974 2 5.22187423706055 0
+"274" 3 0.487359970808029 4 3 0
+"275" 3 0.343410015106201 3 6 1
+"276" 3 0.65021002292633 3 2 1
+"277" 4 0.348175942897797 2 5.72563171386719 1
+"278" 3 0.446730017662048 3 2 0
+"279" 5 0.600469946861267 5 6 1
+"280" 5 0.267989993095398 2.83136701583862 5.18223476409912 0
+"281" 3 0.600469946861267 2 3 1
+"282" 3 0.415124773979187 1 3.54239964485168 1
+"283" 5 0.518409967422485 7 5 0
+"284" 4 0.36285999417305 5 4.14398813247681 0
+"285" 5 0.414970010519028 4 4.93925046920776 0
+"286" 1 0.400240004062653 5 4.14371681213379 1
+"287" 3 0.785520017147064 5 4.71131086349487 1
+"288" 3 0.777340054512024 7 7 0
+"289" 4 0.600469946861267 2 4 1
+"290" 2 0.785520017147064 7 6 0
+"291" 4 0.614226460456848 2 2.58397817611694 1
+"292" 5 0.401980012655258 2 4.25728893280029 0
+"293" 3 0.309140026569366 7 5.25989389419556 1
+"294" 4 0.477019995450974 2 3.41569781303406 0
+"295" 3 0.394959986209869 1 1 1
+"296" 5 0.381099998950958 2 4 1
+"297" 4 0.322678208351135 1 7 1
+"298" 5 0.446730017662048 4 3 1
+"299" 2 0.785520017147064 6 4 1
+"300" 4 0.343410015106201 4 2 1
+"301" 5 0.427269995212555 2 7 0
+"302" 4 0.688880026340485 2 4 1
+"303" 3 0.785520017147064 6 5 1
+"304" 5 0.511519968509674 2 5 0
+"305" 4 0.440597921609879 1 4.4717173576355 0
+"306" 4 0.785520017147064 3 3 0
+"307" 3 0.427269995212555 1 2.50268650054932 0
+"308" 4 0.407070010900497 3 2 1
+"309" 3 0.343410015106201 4 4 0
+"310" 4 0.267989993095398 2 4 0
+"311" 3 0.267989993095398 1 3.25417494773865 1
+"312" 4 0.394959986209869 3 3.57950687408447 1
+"313" 3 0.343410015106201 6 4 1
+"314" 4 0.343410015106201 2 4 0
+"315" 5 0.592509984970093 2 4 0
+"316" 3 0.3887699842453 7 4.69186496734619 0
+"317" 5 0.460569351911545 7 6 0
+"318" 4 0.461620002985001 1 1.95146405696869 0
+"319" 4 0.394959986209869 4 4 1
+"320" 2 0.614226460456848 5 4 1
+"321" 5 0.673849999904633 6 4 1
+"322" 3 0.673849999904633 7 6 0
+"323" 3 0.785520017147064 7 6 0
+"324" 3 0.394959986209869 3 4.06597185134888 1
+"325" 5 0.512063324451447 3 3.10875940322876 1
+"326" 3 0.343410015106201 6 6 1
+"327" 4 0.503975689411163 6 2 1
+"328" 4 0.592509984970093 1 2.32305121421814 0
+"329" 3 0.487359970808029 2 2 0
+"330" 1 0.0614172741770744 4 1 1
+"331" 3 0.614226460456848 3 2 1
+"332" 5 0.267989993095398 3 4 1
+"333" 4 0.419795125722885 6 5 0
+"334" 3 0.712669909000397 2 4 1
+"335" 3 0.464899986982346 6 6 1
+"336" 5 0.320780009031296 7 6 1
+"337" 3 0.529449999332428 1 3 0
+"338" 2 0.600469946861267 7 6 1
+"339" 4 0.414970010519028 7 6 0
+"340" 5 0.387620002031326 5 6 1
+"341" 3 0.62365996837616 1 2.3706693649292 0
+"342" 4 0.785520017147064 4 4.56331300735474 0
+"343" 3 0.673849999904633 5 6.78436470031738 1
+"344" 3 0.267989993095398 4 3.58158731460571 1
+"345" 3 0.461620002985001 1 1 0
+"346" 5 0.132812827825546 7 6 1
+"347" 3 0.701979994773865 6 5 0
+"348" 4 0.600469946861267 4 2.74117374420166 1
+"349" 3 0.267989993095398 1 6 1
+"350" 5 0.364969998598099 5 3 1
+"351" 4 0.343410015106201 1 4 1
+"352" 5 0.387620002031326 6 5.25149869918823 1
+"353" 3 0.520840048789978 4 5.38645029067993 0
+"354" 4 0.614226460456848 3 3 0
+"355" 5 0.400240004062653 7 6 0
+"356" 3 0.785520017147064 6 6 0
+"357" 5 0.65021002292633 1 4 1
+"358" 5 0.903599977493286 3 4 0
+"359" 3 0.400240004062653 6 4 1
+"360" 2 0.559467196464539 5 5.42345523834229 1
+"361" 2 0.364969998598099 2 4.98907327651978 1
+"362" 5 0.464700013399124 3 2 1
+"363" 3 0.903599977493286 5 3 1
+"364" 3 0.315829992294312 1 4.8636965751648 1
+"365" 4 0.511519968509674 5 6.44863176345825 0
+"366" 2 0.273153513669968 6 4 1
+"367" 4 0.315829992294312 3 3 1
+"368" 3 0.400240004062653 6 4 1
+"369" 5 0.407070010900497 3 4 1
+"370" 4 0.335929989814758 2 1 0
+"371" 4 0.488574981689453 4 4 1
+"372" 3 0.457444936037064 3 3.48304152488708 1
+"373" 4 0.320780009031296 5 4.56214714050293 1
+"374" 3 0.600469946861267 2 4 1
+"375" 3 0.446730017662048 1 4 0
+"376" 5 0.343410015106201 2 3.70791792869568 1
+"377" 4 1.13774001598358 1 1 0
+"378" 3 0.518409967422485 1 4 0
+"379" 5 0.8400399684906 7 7 0
+"380" 1 0.408399999141693 3 2 1
+"381" 5 0.714826583862305 2 4.28629159927368 1
+"382" 3 0.785520017147064 5 6.66223382949829 0
+"383" 5 0.545379996299744 4 4 0
+"384" 3 0.309140026569366 3 4 0
+"385" 3 0.400240004062653 5 4 1
+"386" 3 0.315829992294312 1.03091800212860 5.54921531677246 0
+"387" 4 0.903599977493286 5 5 0
+"388" 3 0.189989998936653 4 5.39741468429565 1
+"389" 2 0.367390006780624 4 4 0
+"390" 5 0.315829992294312 7 6 0
+"391" 5 0.267989993095398 2 1 1
+"392" 3 0.390350013971329 4 3 0
+"393" 5 0.440597921609879 5 7 0
+"394" 2 0.343410015106201 1 2 1
+"395" 3 0.785520017147064 2 3 1
+"396" 3 0.76259034872055 2 4.21355056762695 1
+"397" 3 0.65021002292633 7 5.68207502365112 1
+"398" 3 0.315829992294312 1 3 1
+"399" 2 0.673849999904633 4 6 0
+"400" 3 0.315829992294312 3 2 0
+"401" 2 0.261489987373352 2 5 1
+"402" 3 0.567328572273254 5 5 1
+"403" 3 0.267989993095398 4 3.81096053123474 1
+"404" 3 0.604248642921448 6 5 0
+"405" 4 0.394959986209869 6 3.94397449493408 1
+"406" 4 0.614226460456848 4 4 0
+"407" 1 0.461620002985001 5 5 0
+"408" 1 0.903599977493286 6 5 0
+"409" 4 0.461620002985001 1 1 0
+"410" 5 0.777340054512024 5 5 0
+"411" 3 0.903599977493286 5 5 0
+"412" 4 0.265219986438751 3 4.08635807037354 0
+"413" 3 0.267989993095398 7 4 1
+"414" 4 0.777340054512024 3 3 0
+"415" 3 0.644749999046326 2 2 0
+"416" 3 0.614226460456848 7 6 1
+"417" 4 0.785520017147064 7 6 0
+"418" 1 0.320780009031296 1 4 1
+"419" 2 0.487359970808029 2 2.41104769706726 0
+"420" 3 0.75151002407074 1 5.64723014831543 0
+"421" 5 0.696812868118286 3 3.94131803512573 1
+"422" 3 0.545379996299744 5 6 0
+"423" 3 0.644749999046326 7 5 1
+"424" 3 0.614189624786377 1 2 1
+"425" 5 0.688880026340485 6 3 0
+"426" 4 0.644749999046326 3 3 0
+"427" 3 0.785520017147064 3 2 1
+"428" 4 0.414970010519028 1 6 0
+"429" 3 0.401980012655258 4 4.79572343826294 1
+"430" 4 0.523437678813934 2 4.60852813720703 1
+"431" 3 0.8400399684906 1 3 1
+"432" 3 0.620838820934296 6 6 1
+"433" 3 0.394959986209869 5 3.83698630332947 1
+"434" 3 0.287420958280563 3 4.6947135925293 1
+"435" 4 0.609759986400604 3 3 0
+"436" 3 0.511519968509674 3 4 0
+"437" 3 0.367390006780624 2 3 1
+"438" 3 0.8400399684906 4 3 0
+"439" 4 0.611156761646271 3 2 1
+"440" 3 0.320780009031296 1 4.78522205352783 1
+"441" 5 0.592509984970093 6 5 1
+"442" 3 0.592509984970093 6 5 0
+"443" 3 0.644749999046326 2 2 1
+"444" 5 0.903599977493286 5 5 0
+"445" 2 0.701979994773865 5 5 0
+"446" 5 0.461620002985001 4 4 0
+"447" 4 0.487359970808029 5 6 0
+"448" 4 0.673849999904633 2 3 1
+"449" 2 0.614226460456848 4 4 0
+"450" 3 0.36285999417305 4 4 0
+"451" 3 0.364150673151016 4 4 1
+"452" 3 0.581430017948151 4 4 0
+"453" 5 0.343410015106201 2 5.57827091217041 1
+"454" 3 0.609759986400604 5 6 1
+"455" 4 0.600469946861267 2 5 1
+"456" 2 0.343410015106201 3 3 1
+"457" 5 0.408399999141693 5 4 1
+"458" 3 0.511519968509674 3 0.368488639593124 0
+"459" 1 0.189989998936653 3 5 1
+"460" 5 0.614226460456848 4 4.08794498443604 1
+"461" 3 0.688880026340485 6 4 1
+"462" 5 0.315829992294312 1 4.30872869491577 1
+"463" 3 0.785520017147064 4 4 0
+"464" 3 0.408600002527237 1 3.9465868473053 1
+"465" 3 0.267989993095398 5 3 1
+"466" 4 0.603155493736267 7 3 0
+"467" 4 0.511519968509674 4 5.92974042892456 0
+"468" 5 0.335929989814758 2 4.68977165222168 0
+"469" 5 0.401980012655258 1 2 1
+"470" 4 0.688880026340485 1 3.12530350685120 1
+"471" 1 0.189989998936653 1 4.95949697494507 1
+"472" 1 0.84213000535965 2 1 0
+"473" 3 0.643445611000061 6 5 1
+"474" 4 0.267989993095398 2 3.93010067939758 1
+"475" 4 0.463347733020782 4 5.53948974609375 1
+"476" 3 0.394959986209869 6 6 1
+"477" 5 0.511519968509674 2 5 0
+"478" 5 0.783742487430573 7 4 1
+"479" 5 0.614226460456848 5 7 0
+"480" 1 0.343410015106201 2 4 0
+"481" 3 0.785520017147064 4 4 1
+"482" 4 0.343410015106201 4 5 1
+"483" 4 0.440597921609879 4 1.59576082229614 0
+"484" 3 0.315829992294312 2 2 0
+"485" 5 0.532429993152618 4 4 0
+"486" 3 0.320780009031296 3 1.74819493293762 1
+"487" 1 0.336679995059967 6 5 0
+"488" 4 0.394959986209869 7 3 1
+"489" 4 0.390350013971329 4 4.90368556976318 0
+"490" 1 0.793409943580627 3 4 0
+"491" 3 0.673849999904633 5 4 0
+"492" 5 0.400240004062653 4 4 0
+"493" 5 0.614226460456848 6 5 0
+"494" 5 0.532429993152618 5 6 1
+"495" 4 0.408399999141693 2 7.09881258010864 0
+"496" 3 0.343410015106201 5 3.24796628952026 0
+"497" 1 0.644749999046326 6 6 0
+"498" 3 0.8400399684906 4 2.80276942253113 1
+"499" 3 0.830358982086182 5 4 1
+"500" 3 0.593036949634552 2 7 1
+"501" 3 0.464700013399124 5 4 1
+"502" 3 0.581430017948151 5 5 0
+"503" 3 0.312420010566711 3 4.32895851135254 1
+"504" 3 0.320780009031296 1 4.80682277679443 1
+"505" 5 0.408600002527237 1 5.34873390197754 1
+"506" 4 0.267989993095398 4 5 1
+"507" 3 0.267989993095398 2 4.33527326583862 1
+"508" 3 0.785520017147064 3 2 0
+"509" 2 0.427269995212555 2 6 0
+"510" 5 0.408399999141693 7.38979864120483 3 0
+"511" 3 0.394959986209869 3 4 1
+"512" 5 0.267989993095398 6 4 0
+"513" 3 0.614226460456848 7 5 0
+"514" 5 0.518409967422485 5 7 0
+"515" 3 0.84213000535965 3 2 1
+"516" 4 0.312420010566711 1 4 1
+"517" 5 0.312420010566711 2 4 1
+"518" 3 0.394959986209869 2 4 1
+"519" 4 0.609759986400604 5 4 1
+"520" 5 0.468820005655289 3.34197688102722 4 1
+"521" 4 0.385200023651123 3 4 0
+"522" 3 1.13774001598358 2 3 0
+"523" 3 0.532429993152618 7 6 0
+"524" 3 0.614226460456848 2 4 0
+"525" 3 0.644749999046326 3 4 1
+"526" 4 0.320780009031296 2 3.78910207748413 1
+"527" 5 0.609759986400604 2 1.0639967918396 1
+"528" 4 0.343410015106201 3 5 0
+"529" 4 0.662460029125214 4 3 0
+"530" 5 0.600469946861267 3 4 1
+"531" 2 0.320780009031296 1 2 0
+"532" 2 0.312420010566711 3 4 0
+"533" 4 0.62365996837616 1 4 0
+"534" 3 0.600469946861267 3.26599740982056 4 1
+"535" 3 0.614226460456848 5 4 0
+"536" 3 0.326128512620926 5 5.26922750473022 1
+"537" 3 0.189989998936653 2 6 1
+"538" 3 0.408600002527237 1 3 1
+"539" 3 0.401980012655258 5 5.38045072555542 1
+"540" 3 0.261489987373352 5 6 1
+"541" 5 0.511519968509674 2 4.899977684021 0
+"542" 4 0.407070010900497 3 4 1
+"543" 3 0.214758828282356 6 3.37318825721741 1
+"544" 5 0.532429993152618 6 6 1
+"545" 3 0.461620002985001 5 4.40593719482422 0
+"546" 5 0.344236493110657 4 5 1
+"547" 1 0.588578343391418 2 4.30885791778564 0
+"548" 3 0.335929989814758 5 4 0
+"549" 4 0.343410015106201 2 2 1
+"550" 4 0.614226460456848 1 2 0
+"551" 4 0.614226460456848 1 2 0
+"552" 3 0.8400399684906 7 6 0
+"553" 4 0.487359970808029 2 3 0
+"554" 4 0.532429993152618 7 4 1
+"555" 4 0.464899986982346 2 5.32258081436157 0
+"556" 4 0.408600002527237 3 4 0
+"557" 3 0.401980012655258 5 5 0
+"558" 4 0.701979994773865 3 3.02818298339844 0
+"559" 3 0.387620002031326 5 7 1
+"560" 1 0.312420010566711 2 6 1
+"561" 3 0.312420010566711 5 4 1
+"562" 5 0.600469946861267 7 2 0
+"563" 5 0.532429993152618 7 6 0
+"564" 3 0.408399999141693 1 3 0
+"565" 4 0.511519968509674 1 7 0
+"566" 3 0.662460029125214 6 4 0
+"567" 5 0.364969998598099 6 4.40789031982422 1
+"568" 3 0.343410015106201 5 5.19522190093994 0
+"569" 1 0.577791571617126 3 2 1
+"570" 3 0.511519968509674 4 2.68830943107605 0
+"571" 4 0.673849999904633 4 4.01375913619995 1
+"572" 4 0.315829992294312 7 4 0
+"573" 3 0.427269995212555 7 2 0
+"574" 4 0.343410015106201 2 5 1
+"575" 3 0.408399999141693 3 5 1
+"576" 3 0.315829992294312 3 4 1
+"577" 2 0.558867514133453 6 6 1
+"578" 3 0.401980012655258 4 5 0
+"579" 5 0.408399999141693 4 4 1
+"580" 5 0.401980012655258 1 2.99083995819092 1
+"581" 4 0.746187031269073 3 4 0
+"582" 5 0.357275784015656 6 5 1
+"583" 5 0.315829992294312 4 4 0
+"584" 5 0.394959986209869 5 6 1
+"585" 3 0.461620002985001 6 5 0
+"586" 4 0.189989998936653 2 2.76443934440613 1
+"587" 4 0.609709143638611 1 2 1
+"588" 5 0.604048728942871 1 4 1
+"589" 3 0.673849999904633 5 5 1
+"590" 4 0.511519968509674 4 6.03350496292114 0
+"591" 3 0.387620002031326 6 5 0
+"592" 3 0.592509984970093 2 4 0
+"593" 3 0.267989993095398 4 4 1
+"594" 2 0.785520017147064 6 6 0
+"595" 3 0.36285999417305 2 2.70252299308777 1
+"596" 5 0.408399999141693 5 6 0
+"597" 4 0.267989993095398 6 7 1
+"598" 1 0.442198395729065 5 4 1
+"599" 5 0.614226460456848 6 5 1
+"600" 5 0.401980012655258 3 3.09061026573181 1
+"601" 3 0.903599977493286 6 4 0
+"602" 4 0.407070010900497 3 6 1
+"603" 2 0.457309991121292 6 4.86252450942993 0
+"604" 2 0.644749999046326 5 4 0
+"605" 4 0.62365996837616 7 6 0
+"606" 4 0.267989993095398 2 7 1
+"607" 3 0.414970010519028 5 2 0
+"608" 4 0.604912877082825 6 5 0
+"609" 3 0.609759986400604 7 5.34856939315796 1
+"610" 3 0.785520017147064 1 4 1
+"611" 4 0.903599977493286 6 3 0
+"612" 1 0.609759986400604 3 6 1
+"613" 5 0.62365996837616 2 4 0
+"614" 3 0.356893509626389 2.91516280174255 4.54493570327759 1
+"615" 3 0.400240004062653 1 2 1
+"616" 4 0.614226460456848 7 6 1
+"617" 5 0.614226460456848 2 4 0
+"618" 3 0.518409967422485 1 4 0
+"619" 4 0.785520017147064 5 4 0
+"620" 5 0.614226460456848 6 3 1
+"621" 4 0.427269995212555 3 2.71001696586609 0
+"622" 3 0.597940564155579 5 4 1
+"623" 5 0.267989993095398 4 4 0
+"624" 3 0.903599977493286 4 4 0
+"625" 5 0.688880026340485 6 4 1
+"626" 5 0.312420010566711 6 4 1
+"627" 3 0.532429993152618 1 5 0
+"628" 1 0.673849999904633 6 4 1
+"629" 3 0.309140026569366 4 2.62924075126648 0
+"630" 3 0.785520017147064 6 5 1
+"631" 4 0.600469946861267 5 7 1
+"632" 5 0.421348363161087 1 4 1
+"633" 4 0.487359970808029 5 3.64989709854126 0
+"634" 4 0.660903692245483 5 3 0
+"635" 4 0.785520017147064 6 7 0
+"636" 1 0.644749999046326 3 2 0
+"637" 1 0.309140026569366 5 5 0
+"638" 4 0.673849999904633 3 2 0
+"639" 5 0.532429993152618 2 4.27908420562744 0
+"640" 5 0.315829992294312 1 2.20176386833191 1
+"641" 3 0.440597921609879 4 7 0
+"642" 3 0.343410015106201 5 6 1
+"643" 3 0.320780009031296 2 4.14187574386597 1
+"644" 5 0.364969998598099 1 6 1
+"645" 5 0.52224999666214 2 1 1
+"646" 4 0.387665718793869 5 5 1
+"647" 3 0.464700013399124 5 5.94379568099976 1
+"648" 5 0.487359970808029 7 5.49042415618896 0
+"649" 3 0.461620002985001 7 4 0
+"650" 5 0.315829992294312 1 7 0
+"651" 2 0.84213000535965 3 1 1
+"652" 3 0.219866663217545 3 4.09747934341431 1
+"653" 3 0.600469946861267 6 4 1
+"654" 3 0.487359970808029 4 5 0
+"655" 3 0.487359970808029 1 4 0
+"656" 3 0.785520017147064 6 4 0
+"657" 4 0.343410015106201 3 4 1
+"658" 5 0.531797349452972 6 6 1
+"659" 3 0.387620002031326 4 2.21902275085449 1
+"660" 5 0.614226460456848 6 5 1
+"661" 3 0.343410015106201 2 3 0
+"662" 5 0.315829992294312 2 4 0
+"663" 5 0.785520017147064 7 5 0
+"664" 3 0.532429993152618 6 4 1
+"665" 1 0.428841322660446 7 6 1
+"666" 3 0.903599977493286 2 3 0
+"667" 3 0.343410015106201 5 6 0
+"668" 3 0.261489987373352 3 7.743887424469 1
+"669" 3 0.688880026340485 5 3 1
+"670" 4 0.400240004062653 5 2.46843552589417 1
+"671" 3 0.65021002292633 2 3 1
+"672" 2 0.375601470470428 4 2.40260148048401 1
+"673" 3 -0.00556072778999805 1 3 1
+"674" 3 0.785520017147064 3 2 1
+"675" 3 0.401980012655258 4 4 0
+"676" 1 0.390350013971329 2 6 0
+"677" 3 0.221464976668358 6 5.24009609222412 1
+"678" 3 0.785520017147064 6 6 0
+"679" 3 0.84213000535965 2 3 1
+"680" 1 0.320780009031296 1 4 1
+"681" 4 0.690761089324951 2 3 0
+"682" 3 0.785520017147064 3 3 0
+"683" 3 0.461620002985001 1 5.47757434844971 1
+"684" 3 0.511519968509674 7 7 0
+"685" 3 0.36285999417305 3 5 1
+"686" 4 0.793409943580627 2 2 1
+"687" 3 0.477019995450974 1 4 0
+"688" 3 0.614226460456848 5 5 0
+"689" 3 0.381099998950958 -0.854747176170349 1.37907099723816 1
+"690" 4 0.367390006780624 2 4 0
+"691" 2 0.644749999046326 2 4 0
+"692" 3 0.600469946861267 5 6 0
+"693" 3 0.408399999141693 4 4 1
+"694" 3 0.600469946861267 2 4 1
+"695" 5 0.614226460456848 4 4 0
+"696" 5 0.614226460456848 6 6.1585283279419 0
+"697" 4 0.266112148761749 5 4 1
+"698" 5 0.3953657746315 6 4 1
+"699" 4 0.424562364816666 1 3.45471620559692 1
+"700" 2 0.267989993095398 2 3.33950042724609 1
+"701" 2 0.394959986209869 2 3 1
+"702" 2 0.407070010900497 5 4.16126775741577 1
+"703" 3 0.394959986209869 5 3 1
+"704" 3 0.394959986209869 3 3 1
+"705" 4 0.785520017147064 6 6 0
+"706" 5 0.487359970808029 7 3 0
+"707" 5 0.670388340950012 3 4 1
+"708" 5 0.401980012655258 1 1 0
+"709" 3 0.343410015106201 5 3 1
+"710" 4 0.8400399684906 3 4 0
+"711" 4 0.785520017147064 2 4 0
+"712" 5 0.592509984970093 4 6 0
+"713" 4 0.528928339481354 6 4 1
+"714" 5 0.785520017147064 6 4 0
+"715" 5 0.394959986209869 2 4 1
+"716" 3 0.84213000535965 3 3 0
+"717" 3 0.394959986209869 8.44166564941406 1.01595067977905 1
+"718" 4 0.691672921180725 7 5 1
+"719" 5 0.592900276184082 6 7.68362426757812 1
+"720" 3 0.312420010566711 2 5 1
+"721" 3 0.465197205543518 3 3.77556324005127 1
+"722" 4 0.446730017662048 2 4 0
+"723" 3 0.581430017948151 2 3 0
+"724" 3 0.609759986400604 1 2 1
+"725" 4 0.394959986209869 2 3.56392049789429 1
+"726" 3 0.688880026340485 4 4 1
+"727" 5 0.511519968509674 1 6 0
+"728" 3 0.688880026340485 1 2 0
+"729" 3 0.644749999046326 4 3 0
+"730" 5 0.592509984970093 4 4 0
+"731" 5 0.320780009031296 2 1.95093560218811 1
+"732" 4 0.785520017147064 6 6 0
+"733" 4 0.600469946861267 5 3 1
+"734" 5 0.511519968509674 6 6 0
+"735" 3 0.903599977493286 6 5 0
+"736" 3 0.785520017147064 1 2 1
+"737" 3 0.532429993152618 3 1 0
+"738" 3 0.65021002292633 4 4 1
+"739" 5 0.614226460456848 2 3 1
+"740" 5 0.511519968509674 1 7 0
+"741" 1 0.276813358068466 5 4.20052242279053 1
+"742" 4 0.440597921609879 3 2.04869270324707 0
+"743" 3 0.267989993095398 6 4 1
+"744" 3 0.785520017147064 2 4 1
+"745" 5 0.397190093994141 2 4 1
+"746" 3 1.13774001598358 3 4 0
+"747" 3 0.320780009031296 6 7.46789503097534 1
+"748" 5 0.532429993152618 1 4 1
+"749" 5 0.600469946861267 5 6 1
+"750" 1 0.785520017147064 5 5 0
+"751" 3 0.785520017147064 5 5 1
+"752" 5 0.358355641365051 3 4.51409196853638 1
+"753" 5 0.688880026340485 6 5 0
+"754" 2 0.400240004062653 2 4 1
+"755" 1 0.688880026340485 5 5 1
+"756" 5 0.673849999904633 6 5 1
+"757" 3 0.407070010900497 7 5 1
+"758" 3 0.785520017147064 5 6 1
+"759" 4 1.10091006755829 6 5 0
+"760" 4 0.401980012655258 7 2 0
+"761" 5 0.600469946861267 6 5 0
+"762" 3 0.614226460456848 2 5 0
+"763" 3 0.343410015106201 1 3 1
+"764" 3 0.921793282032013 1 2 1
+"765" 5 0.785520017147064 7 5 1
+"766" 5 0.609759986400604 5 4 1
+"767" 2 0.65021002292633 3 2 0
+"768" 2 1.13774001598358 1 2 0
+"769" 3 0.407070010900497 4 4.06688976287842 1
+"770" 4 0.3887699842453 2 4 0
+"771" 4 0.65021002292633 5 6 0
+"772" 4 0.903599977493286 4 4 0
+"773" 4 0.406390011310577 2 2.39029860496521 1
+"774" 3 0.379955917596817 1 2 1
+"775" 2 0.609759986400604 2 2 1
+"776" 5 0.592509984970093 7 5.84785556793213 0
+"777" 3 0.688880026340485 3 5 1
+"778" 5 0.701979994773865 5 5 0
+"779" 2 1.10091006755829 1 1 1
+"780" 2 0.408600002527237 2 7.00244903564453 1
+"781" 2 0.414970010519028 5 6 0
+"782" 4 0.364969998598099 6 4 1
+"783" 4 0.673849999904633 4 4 1
+"784" 4 0.267989993095398 1 5 1
+"785" 5 0.477019995450974 6 2 0
+"786" 5 0.309140026569366 5 5 0
+"787" 3 0.394959986209869 2 2 1
+"788" 4 0.592509984970093 1 2.81514811515808 0
+"789" 3 0.785520017147064 2 4.7893009185791 0
+"790" 4 0.785520017147064 6 3 1
+"791" 5 0.407024323940277 1 3.45561027526855 1
+"792" 3 0.644749999046326 1 4 1
+"793" 3 0.785520017147064 4 4 0
+"794" 2 0.320780009031296 7 6 1
+"795" 2 0.615192532539368 2 4 1
+"796" 5 0.407070010900497 1 5 1
+"797" 1 0.600469946861267 1 4 1
+"798" 4 0.600469946861267 6 4 1
+"799" 3 0.407070010900497 4 4 1
+"800" 2 0.688880026340485 5 5 1
+"801" 5 0.320780009031296 1 6 1
+"802" 3 0.651520788669586 6 5 1
+"803" 5 0.785520017147064 1 4 0
+"804" 5 0.62365996837616 5 4 0
+"805" 3 0.320780009031296 5 3.01730728149414 1
+"806" 5 0.340220004320145 7 4 1
+"807" 1 0.785520017147064 1 2 0
+"808" 1 0.532429993152618 7 4 0
+"809" 3 0.614226460456848 2 2 1
+"810" 2 0.261489987373352 3 1.51509559154510 1
+"811" 4 0.532429993152618 1 2 0
+"812" 3 0.400240004062653 5 4 1
+"813" 5 0.785520017147064 7 5 0
+"814" 2 0.320780009031296 1 2 0
+"815" 3 0.364133059978485 4 4 1
+"816" 4 0.267989993095398 1 3 1
+"817" 3 0.386619985103607 5 4 0
+"818" 3 0.427269995212555 6 5 1
+"819" 3 0.182607159018517 6 4.60342788696289 1
+"820" 4 0.394959986209869 5 4 1
+"821" 3 0.644749999046326 7 6 1
+"822" 4 0.408399999141693 2 4 0
+"823" 4 0.461620002985001 5 4 0
+"824" 3 0.785520017147064 7 4.73944902420044 0
+"825" 1 0.477680921554565 1 5 1
+"826" 3 0.195971265435219 3 4 1
+"827" 5 0.532429993152618 1 4.98184442520142 0
+"828" 4 0.785520017147064 4 5 0
+"829" 5 0.609759986400604 7 5 0
+"830" 3 0.785520017147064 7 5 0
+"831" 5 0.636278748512268 6 4 1
+"832" 5 0.84213000535965 2 1 1
+"833" 3 0.581430017948151 2 5.50876569747925 1
+"834" 5 0.408600002527237 2 1 1
+"835" 3 0.394959986209869 3 4.84382152557373 1
+"836" 4 0.491175681352615 7 6 1
+"837" 4 0.312420010566711 3 2.69235777854919 1
+"838" 3 0.461620002985001 2 3.57960629463196 0
+"839" 4 0.673849999904633 4 2 1
+"840" 5 0.309140026569366 7 5 0
+"841" 5 0.390350013971329 1 6 0
+"842" 4 0.785520017147064 7 4 0
+"843" 3 0.427269995212555 7 5 1
+"844" 3 0.673849999904633 6 5 1
+"845" 5 0.677060604095459 4 2 0
+"846" 5 0.785520017147064 5 5 0
+"847" 5 0.785520017147064 1 3 0
+"848" 3 0.600469946861267 1 2 1
+"849" 3 0.343410015106201 6 4 1
+"850" 3 0.267989993095398 3 4 1
+"851" 4 0.520840048789978 3 5 0
+"852" 5 0.511519968509674 4 4 0
+"853" 4 0.401980012655258 4 6 0
+"854" 3 0.592509984970093 7 6 0
+"855" 5 0.62978994846344 4 4.45151138305664 0
+"856" 3 0.261489987373352 3 4.69016408920288 1
+"857" 3 0.393507063388824 3 3.46066284179688 1
+"858" 3 0.688880026340485 3 2.36505150794983 1
+"859" 3 0.636294484138489 2 5 1
+"860" 4 0.609759986400604 7 6 1
+"861" 4 0.62365996837616 4 6 0
+"862" 3 0.214435413479805 2 2.19382858276367 1
+"863" 3 0.401980012655258 1 3 0
+"864" 3 0.673849999904633 4 5 0
+"865" 4 0.343410015106201 7 4 1
+"866" 5 0.529449999332428 1 2 1
+"867" 5 0.400240004062653 1 4 1
+"868" 3 0.492096394300461 2 5 0
+"869" 4 0.785520017147064 2 3 1
+"870" 3 0.614226460456848 6 4 0
+"871" 4 0.320780009031296 3 1 1
+"872" 3 0.431402504444122 2 2.09129428863525 1
+"873" 4 0.532429993152618 3 4 0
+"874" 3 0.446730017662048 7 4 0
+"875" 5 0.65021002292633 1 4 0
+"876" 4 0.688880026340485 7 5 0
+"877" 5 0.464700013399124 3 3.35421466827393 1
+"878" 3 0.688880026340485 6 6 1
+"879" 3 0.446730017662048 5 5 0
+"880" 4 0.320780009031296 3 3.26248121261597 1
+"881" 3 0.785520017147064 1 4 0
+"882" 3 1.13774001598358 3 3 0
+"883" 5 0.408600002527237 1 4.28278684616089 1
+"884" 3 0.644749999046326 5 5 0
+"885" 3 0.312420010566711 3 3.97631978988647 1
+"886" 4 0.523760437965393 5 4 0
+"887" 4 0.414970010519028 1 4 0
+"888" 3 0.511519968509674 4 4 0
+"889" 4 0.600469946861267 6 4.90154075622559 0
+"890" 3 0.784729719161987 4 4 1
+"891" 3 0.394959986209869 2 4 1
+"892" 3 0.903599977493286 7 4 0
+"893" 1 0.673849999904633 7 7 0
+"894" 2 0.600469946861267 3 2 1
+"895" 4 0.267989993095398 4 4.53396224975586 1
+"896" 3 1.10091006755829 3 2 0
+"897" 3 0.62365996837616 1 4 0
+"898" 3 0.785520017147064 6 5 0
+"899" 4 0.412335008382797 4 3 1
+"900" 4 0.592509984970093 7 7 0
+"901" 4 0.477019995450974 4 3.72531270980835 0
+"902" 4 0.401980012655258 4 5.53681659698486 1
+"903" 3 0.600469946861267 1 2 1
+"904" 3 0.62365996837616 7 6 0
+"905" 3 0.267989993095398 2 4.257728099823 1
+"906" 4 0.662460029125214 5 6 0
+"907" 5 0.461620002985001 3 4.44774198532104 0
+"908" 3 0.62365996837616 6 4 0
+"909" 3 0.427914381027222 4 3 1
+"910" 2 0.477019995450974 6 3 0
+"911" 3 0.487359970808029 2 1.91124665737152 0
+"912" 5 0.600469946861267 2 2 1
+"913" 5 0.390350013971329 3 1.32157194614410 0
+"914" 3 0.673849999904633 1 2 0
+"915" 4 0.526836514472961 6 4 1
+"916" 4 0.648710191249847 2 4.31469106674194 1
+"917" 3 0.464700013399124 1 4 1
+"918" 4 0.662460029125214 4 5 0
+"919" 4 0.614226460456848 6 5 1
+"920" 5 0.464899986982346 1 4 0
+"921" 3 0.401980012655258 2 3 0
+"922" 2 0.903599977493286 2 4 0
+"923" 5 0.609759986400604 6 5 1
+"924" 3 0.673849999904633 6 3 1
+"925" 4 0.785520017147064 2 2 0
+"926" 5 0.401980012655258 3 4.95905256271362 0
+"927" 4 0.312420010566711 3 2 1
+"928" 4 0.785520017147064 2 3.05681300163269 1
+"929" 3 0.320780009031296 1 7 1
+"930" 1 0.267989993095398 1 2 0
+"931" 3 0.688880026340485 2 5 1
+"932" 3 0.394959986209869 2 3 1
+"933" 4 0.592509984970093 6 5 0
+"934" 4 0.394959986209869 4 0.571366310119629 1
+"935" 5 0.673849999904633 5 5 0
+"936" 3 0.614226460456848 4 4.26194858551025 1
+"937" 4 0.65021002292633 4 3 0
+"938" 3 0.464700013399124 7 5 1
+"939" 3 0.394959986209869 3 3 1
+"940" 3 0.487359970808029 3 5 0
+"941" 4 0.427269995212555 1.93386697769165 1.60901474952698 1
+"942" 5 0.65021002292633 3 2 0
+"943" 3 0.400240004062653 2 4 0
+"944" 4 0.532429993152618 2 5.26833724975586 0
+"945" 2 0.267989993095398 4 2 1
+"946" 3 0.265219986438751 5 4 0
+"947" 3 0.673849999904633 2 5 0
+"948" 3 0.427269995212555 5 5 0
+"949" 3 0.464899986982346 1 5 1
+"950" 3 0.315829992294312 1 5 1
+"951" 5 0.511519968509674 5 4.79383516311646 0
+"952" 3 0.340220004320145 6 5.33989191055298 0
+"953" 2 0.394260913133621 4 5.81439161300659 1
+"954" 3 0.290249586105347 4 2 1
+"955" 4 0.3887699842453 5 2 0
+"956" 3 0.461620002985001 1 5 0
+"957" 3 0.793409943580627 3 3 0
+"958" 3 0.407070010900497 3 4 1
+"959" 3 0.785520017147064 3 1 1
+"960" 3 0.673849999904633 2 4 1
+"961" 3 0.320780009031296 6 5 1
+"962" 4 0.84213000535965 4 5 0
+"963" 3 0.343410015106201 2 4 1
+"964" 4 0.464899986982346 2.25284600257874 2.59833383560181 1
+"965" 2 0.343410015106201 2 4 1
+"966" 5 0.688880026340485 3 4 1
+"967" 3 0.394959986209869 4 5.04488277435303 1
+"968" 5 0.614226460456848 3 3.25095748901367 0
+"969" 4 0.408399999141693 1 2 1
+"970" 3 0.614226460456848 3 4 1
+"971" 5 0.461620002985001 5 4 0
+"972" 3 0.655749261379242 5 6 0
+"973" 3 0.614226460456848 3 4 0
+"974" 3 0.394959986209869 4 4 1
+"975" 4 0.320780009031296 1 5 1
+"976" 2 0.600469946861267 3 1 0
+"977" 4 0.267989993095398 7 3.58448028564453 0
+"978" 4 0.403782367706299 1 2.43026185035706 1
+"979" 1 0.447308152914047 3 3 1
+"980" 5 0.600469946861267 4 4 1
+"981" 3 0.343410015106201 3 4.42316675186157 1
+"982" 5 0.642986536026001 4 4.23076581954956 1
+"983" 3 0.414970010519028 5 5 0
+"984" 2 0.394959986209869 4 2.8956937789917 1
+"985" 3 0.723715960979462 3 5 1
+"986" 3 0.320780009031296 1 4.14483737945557 1
+"987" 3 0.903599977493286 5 5 0
+"988" 5 0.335929989814758 6 2 0
+"989" 5 0.461620002985001 2 4 0
+"990" 4 0.397411644458771 7 6 1
+"991" 3 0.477019995450974 1 2 0
+"992" 2 0.343410015106201 1 5 1
+"993" 5 0.268586695194244 2 4 1
+"994" 3 0.777340054512024 1 2 1
+"995" 4 0.8400399684906 4 4 0
+"996" 4 0.701979994773865 4 3 1
+"997" 5 0.394959986209869 3 4 1
+"998" 5 0.785520017147064 2 2 0
+"999" 3 0.8400399684906 5 4 0
+"1000" 4 0.387620002031326 2 3 1
+"1001" 4 0.600469946861267 3 4 0
+"1002" 3 0.320780009031296 3 1 0
+"1003" 5 0.457309991121292 2 3.90357875823975 0
+"1004" 4 0.601567149162292 7 6.72658634185791 1
+"1005" 4 0.320780009031296 5 3.96685099601746 1
+"1006" 3 0.785520017147064 2 5.14893960952759 1
+"1007" 3 0.343410015106201 1 1.85466563701630 1
+"1008" 3 0.401980012655258 3 2 0
+"1009" 2 0.343410015106201 6 5.50839996337891 1
+"1010" 3 0.785520017147064 2 3 0
+"1011" 2 0.315829992294312 1 4 1
+"1012" 4 0.394959986209869 4 5.59070062637329 1
+"1013" 5 0.600469946861267 1 2.92553663253784 1
+"1014" 5 0.688880026340485 4 7 1
+"1015" 2 0.518409967422485 2 2 1
+"1016" 3 0.701979994773865 7 7 0
+"1017" 5 0.309140026569366 5 4.14524269104004 0
+"1018" 2 0.600469946861267 2 6 0
+"1019" 3 0.600469946861267 3 4 1
+"1020" 5 0.189989998936653 1 2 1
+"1021" 4 0.315829992294312 1 2 1
+"1022" 2 0.487359970808029 6 4 0
+"1023" 4 0.343410015106201 1 2 1
+"1024" 3 0.461620002985001 6 4 0
+"1025" 3 0.673849999904633 1 3 1
+"1026" 3 0.381550222635269 2 4 1
+"1027" 3 0.673849999904633 2 4 0
+"1028" 3 0.609759986400604 7 5 1
+"1029" 3 0.259176373481750 3 3 1
+"1030" 4 0.614226460456848 2 5 1
+"1031" 2 0.387620002031326 4 4 0
+"1032" 1 0.320780009031296 3 3 0
+"1033" 4 0.607953310012817 2 4 1
+"1034" 3 0.545379996299744 1 4 0
+"1035" 5 0.401980012655258 4 5 1
+"1036" 5 0.52963650226593 7 6 0
+"1037" 3 0.161785677075386 2 5.78136253356934 1
+"1038" 5 0.189989998936653 5.42457675933838 7.47722864151001 1
+"1039" 4 0.464700013399124 4 3 1
+"1040" 4 0.609759986400604 5 6 1
+"1041" 5 0.394959986209869 7 7 1
+"1042" 4 0.340220004320145 1 3 0
+"1043" 3 0.614226460456848 5 4 0
+"1044" 4 0.785520017147064 3 4 0
+"1045" 5 0.408600002527237 1 5.04642677307129 1
+"1046" 5 0.320780009031296 7 6 1
+"1047" 5 0.461620002985001 1 5.02294540405273 0
+"1048" 2 0.609759986400604 7 4 1
+"1049" 3 0.50937831401825 3 6 1
+"1050" 4 0.65021002292633 6 4 1
+"1051" 3 0.518094062805176 7 7 0
+"1052" 5 0.414970010519028 4 5 0
+"1053" 3 0.414970010519028 6 5.18100023269653 0
+"1054" 4 0.614226460456848 5 4.68316507339478 1
+"1055" 3 0.407070010900497 3 3.43067622184753 1
+"1056" 2 0.576180279254913 7 4 1
+"1057" 5 0.785520017147064 5 5 1
+"1058" 5 0.785520017147064 7 7 0
+"1059" 5 0.532429993152618 2 4 0
+"1060" 3 0.673849999904633 1 4 0
+"1061" 4 0.65021002292633 2 6 1
+"1062" 5 0.511519968509674 4 6 0
+"1063" 5 0.414970010519028 1 4 0
+"1064" 4 0.407070010900497 7 6 0
+"1065" 3 0.408399999141693 2 7 1
+"1066" 3 0.600469946861267 2 2 1
+"1067" 4 0.532429993152618 1 6 1
+"1068" 4 0.785520017147064 6 6 0
+"1069" 1 0.309140026569366 1 4 0
+"1070" 5 0.673849999904633 4 4 1
+"1071" 4 0.464700013399124 7 7 1
+"1072" 4 0.400240004062653 6 5 1
+"1073" 4 0.785520017147064 2 1.92685437202454 0
+"1074" 4 0.785520017147064 6 4 0
+"1075" 3 0.688880026340485 6 5 1
+"1076" 3 0.785520017147064 7 6 0
+"1077" 4 0.192525520920753 1 5 1
+"1078" 2 0.592509984970093 5 6 0
+"1079" 5 0.407070010900497 1 5 0
+"1080" 3 0.707158088684082 2 6 1
+"1081" 3 0.464700013399124 6 3 1
+"1082" 5 0.673849999904633 7 4 1
+"1083" 3 0.320780009031296 7 6 0
+"1084" 3 0.406390011310577 5 5 1
+"1085" 5 0.518409967422485 6 4 1
+"1086" 5 0.427269995212555 4 2.47368407249451 0
+"1087" 4 0.8400399684906 2 5 1
+"1088" 5 0.673849999904633 3 4 0
+"1089" 4 0.265219986438751 3 2 0
+"1090" 4 0.785520017147064 2 3 0
+"1091" 3 0.785520017147064 5 6.29159164428711 1
+"1092" 5 0.701979994773865 6 4 1
+"1093" 4 0.614226460456848 3 4 1
+"1094" 5 0.511519968509674 5 3 0
+"1095" 3 0.511519968509674 7 6 0
+"1096" 3 0.390350013971329 6 5.08561944961548 0
+"1097" 3 0.785520017147064 1 2 1
+"1098" 3 0.785520017147064 6 5 0
+"1099" 3 0.600469946861267 2 2 1
+"1100" 4 0.701979994773865 3 1 1
+"1101" 4 0.688880026340485 3 4 1
+"1102" 3 0.400240004062653 4 4 1
+"1103" 3 0.712025344371796 2 2 0
+"1104" 5 0.511519968509674 4 4 0
+"1105" 3 0.614226460456848 4 5 0
+"1106" 4 0.614226460456848 6 5 0
+"1107" 4 0.377424836158752 3 5 0
+"1108" 3 0.33590167760849 1 1.49680006504059 1
+"1109" 3 0.722595572471619 5 7 1
+"1110" 4 0.785520017147064 2 4 1
+"1111" 3 0.785520017147064 5 4 0
+"1112" 3 0.261489987373352 1 3.13771605491638 1
+"1113" 1 0.261489987373352 1 4.39109849929810 1
+"1114" 2 0.477019995450974 4 4 0
+"1115" 3 0.320780009031296 5 4 1
+"1116" 2 0.511519968509674 2 5 0
+"1117" 3 0.614226460456848 6 6 0
+"1118" 3 0.614226460456848 6 6 1
+"1119" 3 0.614226460456848 5 3 0
+"1120" 3 0.600469946861267 7 7 1
+"1121" 4 0.315829992294312 3 2 0
+"1122" 5 0.903599977493286 6 5 0
+"1123" 5 0.400240004062653 6 4 1
+"1124" 5 0.343410015106201 1 3 1
+"1125" 4 0.662460029125214 7 5 0
+"1126" 1 0.777340054512024 3 2 1
+"1127" 4 0.407070010900497 3 5 1
+"1128" 3 0.343410015106201 1 4 0
+"1129" 5 0.390350013971329 7 6.8479676246643 0
+"1130" 3 0.575314581394196 2 4 1
+"1131" 3 0.335929989814758 5 5 0
+"1132" 3 0.407070010900497 3 5 1
+"1133" 5 0.614226460456848 6 4 0
+"1134" 3 0.238167911767960 6 4.04363536834717 1
+"1135" 5 0.400240004062653 5 7.45997095108032 1
+"1136" 4 0.211133852601051 1 4 1
+"1137" 3 0.600469946861267 4 3.11667203903198 1
+"1138" 5 0.600469946861267 1 5 1
+"1139" 5 0.62365996837616 3 4 0
+"1140" 3 0.477019995450974 5 3 0
+"1141" 4 0.785520017147064 4 4 0
+"1142" 3 0.673849999904633 2 3 0
+"1143" 4 0.315829992294312 4 5 0
+"1144" 2 0.189989998936653 1 3 1
+"1145" 5 0.532429993152618 6 3 0
+"1146" 4 0.400240004062653 7 7 1
+"1147" 5 0.400240004062653 6 3 1
+"1148" 5 0.477019995450974 1 3.18216514587402 0
+"1149" 3 0.439797669649124 7 5.17444372177124 1
+"1150" 3 0.386619985103607 3 5.36770629882812 0
+"1151" 3 0.487359970808029 2 6 0
+"1152" 3 0.401980012655258 2 4 0
+"1153" 3 0.785520017147064 1 3 0
+"1154" 4 0.487359970808029 2 2 0
+"1155" 4 0.474606573581696 3 4.41754770278931 1
+"1156" 3 0.600469946861267 2 5.03066730499268 1
+"1157" 4 0.407070010900497 6 5 1
+"1158" 3 0.414970010519028 7 4 0
+"1159" 4 0.335929989814758 3 5 0
+"1160" 4 0.343410015106201 1 2 1
+"1161" 3 0.62365996837616 1 2 0
+"1162" 3 0.367390006780624 4 8.21100044250488 0
+"1163" 1 0.267989993095398 1 2.26194643974304 1
+"1164" 5 0.461620002985001 1 1 0
+"1165" 4 0.592509984970093 4 4.00975656509399 0
+"1166" 3 0.265219986438751 2 2.62589740753174 0
+"1167" 3 0.532539963722229 1 4 0
+"1168" 3 0.280374348163605 3 4 1
+"1169" 4 0.560828804969788 4 3 1
+"1170" 3 0.785520017147064 6 3.41546654701233 1
+"1171" 3 0.340220004320145 2 2.83776879310608 1
+"1172" 3 0.673849999904633 1 4 1
+"1173" 5 0.267989993095398 1 3 0
+"1174" 3 0.446730017662048 1 2 1
+"1175" 3 0.427269995212555 1 3 0
+"1176" 5 0.265219986438751 1 4 1
+"1177" 4 0.785520017147064 3 4 1
+"1178" 4 0.532429993152618 6 4 0
+"1179" 5 0.614226460456848 5 7 0
+"1180" 5 0.785520017147064 6 5 1
+"1181" 4 0.464700013399124 6 5 1
+"1182" 3 0.688880026340485 3 4 0
+"1183" 5 0.518409967422485 3 4 1
+"1184" 4 0.427269995212555 2 5 0
+"1185" 4 0.440693318843842 6 4.5829701423645 1
+"1186" 5 0.400240004062653 1 3 1
+"1187" 4 0.427269995212555 1 5 0
+"1188" 3 0.65021002292633 1 3 1
+"1189" 2 0.581430017948151 2 5 0
+"1190" 3 0.414970010519028 6 6.97683000564575 0
+"1191" 5 0.414970010519028 7 6 0
+"1192" 2 0.267989993095398 3 6 1
+"1193" 4 0.364969998598099 2 3 1
+"1194" 5 0.394959986209869 3 4 1
+"1195" 3 0.407070010900497 3 4.85768985748291 1
+"1196" 3 0.614226460456848 3 3.80408763885498 0
+"1197" 4 0.668709516525269 2 5.55055379867554 1
+"1198" 4 0.440597921609879 4 4.42202615737915 0
+"1199" 4 0.62365996837616 1 4 0
+"1200" 3 0.394959986209869 2 4 1
+"1201" 3 0.511519968509674 2 3.16774559020996 0
+"1202" 4 0.343410015106201 4 4 1
+"1203" 2 0.267989993095398 1 1 0
+"1204" 3 0.62365996837616 6 4 0
+"1205" 3 0.398382961750031 2 3.94285750389099 1
+"1206" 3 0.394959986209869 1 2 1
+"1207" 5 0.516537308692932 3 4 1
+"1208" 3 0.352585881948471 6 6 1
+"1209" 3 0.785520017147064 2 6 0
+"1210" 2 0.532539963722229 5 6 0
+"1211" 3 0.903599977493286 7 6 0
+"1212" 2 0.487359970808029 1 2.62445187568665 0
+"1213" 5 0.312420010566711 3 5 1
+"1214" 3 0.529449999332428 1 2 1
+"1215" 3 0.315829992294312 3 5.7641339302063 1
+"1216" 3 0.592509984970093 6 3 0
+"1217" 3 0.522888839244843 0.980419218540192 3.97567415237427 1
+"1218" 5 0.581430017948151 5 5 0
+"1219" 4 0.320780009031296 4 4 1
+"1220" 3 0.400240004062653 7 4 1
+"1221" 5 0.515625357627869 1 3 1
+"1222" 5 0.785520017147064 2 3 0
+"1223" 3 0.785520017147064 4 5.29289245605469 0
+"1224" 4 0.320780009031296 1 3.22039365768433 1
+"1225" 5 0.343410015106201 7 5 1
+"1226" 3 0.350979804992676 6 5 1
+"1227" 1 0.345105797052383 7 3.61123681068420 1
+"1228" 3 0.563462495803833 4 7 1
+"1229" 4 0.507031917572021 7 5 1
+"1230" 4 0.315829992294312 1 5 0
+"1231" 1 0.343410015106201 2 2 1
+"1232" 4 0.446730017662048 6 4 1
+"1233" 4 0.320780009031296 2 5.08686828613281 1
+"1234" 5 0.468018531799316 3 5 1
+"1235" 2 0.408600002527237 7 7 1
+"1236" 3 0.529449999332428 1 6 0
+"1237" 4 0.394959986209869 1 2 1
+"1238" 3 0.461620002985001 4 3.60691213607788 0
+"1239" 3 0.265219986438751 1 5.78630781173706 1
+"1240" 4 0.614226460456848 3 5 1
+"1241" 3 0.533647060394287 4 3.43447136878967 1
+"1242" 4 0.65021002292633 7 5 0
+"1243" 4 0.35325688123703 2 4.68023586273193 1
+"1244" 3 0.401980012655258 6.08816003799438 5.31264686584473 1
+"1245" 4 0.509047865867615 7 6 1
+"1246" 5 0.592509984970093 5 5 0
+"1247" 4 0.62365996837616 4 3.99037575721741 0
+"1248" 4 0.381099998950958 7 6 0
+"1249" 4 0.511519968509674 6 4 0
+"1250" 4 0.261489987373352 5 5 0
+"1251" 1 0.280302554368973 7 4 1
+"1252" 5 0.532429993152618 7 6 0
+"1253" 3 0.518409967422485 2 3 1
+"1254" 5 0.587125420570374 1 4 1
+"1255" 4 0.3887699842453 2 3 0
+"1256" 3 0.614226460456848 5 5 1
+"1257" 3 0.343410015106201 3 4 1
+"1258" 4 0.36285999417305 1 5.01210355758667 0
+"1259" 3 0.267989993095398 4 4.59622287750244 1
+"1260" 4 0.701979994773865 2 5 0
+"1261" 5 0.785520017147064 2 2 0
+"1262" 5 0.903599977493286 5 5 0
+"1263" 5 0.401980012655258 2 4 1
+"1264" 4 0.701979994773865 7 6 0
+"1265" 5 0.189989998936653 1 2 1
+"1266" 3 0.398441553115845 6 2.85557985305786 0
+"1267" 2 0.407070010900497 1 4 1
+"1268" 4 0.688880026340485 6 3 1
+"1269" 4 0.320780009031296 2 4.6185941696167 1
+"1270" 4 0.600469946861267 3 2 0
+"1271" 4 0.622951090335846 4 4 0
+"1272" 3 0.483960807323456 2 5 1
+"1273" 4 0.267989993095398 5 6 1
+"1274" 4 0.793409943580627 7 5 1
+"1275" 2 0.518409967422485 3 3 1
+"1276" 4 0.189989998936653 1 3 1
+"1277" 5 0.335929989814758 1 3 1
+"1278" 3 0.408399999141693 4 4 0
+"1279" 1 0.785520017147064 5 5 0
+"1280" 3 0.401980012655258 6 6 0
+"1281" 5 0.440597921609879 6 4 0
+"1282" 3 0.785520017147064 4 4 0
+"1283" 3 0.688880026340485 7 4 1
+"1284" 5 0.335929989814758 7 5 0
+"1285" 5 0.267989993095398 4 4 1
+"1286" 5 0.477019995450974 5 5 0
+"1287" 3 0.701979994773865 7 6 0
+"1288" 3 0.109185211360455 2 4 1
+"1289" 3 0.701979994773865 4 3.31416320800781 0
+"1290" 4 0.800311386585236 1 5 1
+"1291" 4 0.903599977493286 5 6 0
+"1292" 4 0.673849999904633 2 3.73790502548218 1
+"1293" 4 0.511519968509674 6 4 0
+"1294" 4 0.145007386803627 4 5.69967889785767 1
+"1295" 5 0.265219986438751 6 4 0
+"1296" 3 0.461620002985001 2 1 0
+"1297" 5 0.785520017147064 7 4 0
+"1298" 4 0.414970010519028 7 6 1
+"1299" 3 0.903599977493286 7 5 0
+"1300" 5 0.785520017147064 7 5.46896648406982 0
+"1301" 3 0.688880026340485 6 5 0
+"1302" 4 0.143221840262413 2 6 1
+"1303" 4 0.174791425466537 2 3.84458637237549 1
+"1304" 3 0.600469946861267 1 5 0
+"1305" 3 0.461620002985001 1 2 0
+"1306" 3 0.414970010519028 2 4.67613220214844 1
+"1307" 4 0.777340054512024 2 3 1
+"1308" 3 0.312420010566711 1 6 1
+"1309" 5 0.261489987373352 1 6 1
+"1310" 3 0.267989993095398 2 4.13898229598999 1
+"1311" 4 0.408399999141693 6 4 0
+"1312" 4 0.343410015106201 6 4 1
+"1313" 4 0.315829992294312 1 5 1
+"1314" 4 0.364969998598099 5 3 1
+"1315" 5 0.457309991121292 6 3.81868314743042 0
+"1316" 3 0.785520017147064 1 2.38525152206421 0
+"1317" 3 0.396249622106552 7 4.03020524978638 1
+"1318" 4 0.785520017147064 5 5 0
+"1319" 3 0.30041640996933 3 4 1
+"1320" 5 0.414970010519028 5 5.06522512435913 1
+"1321" 5 0.401980012655258 5 4.16917610168457 0
+"1322" 4 0.414970010519028 6 5.10278224945068 0
+"1323" 3 0.189989998936653 3 5.18007802963257 1
+"1324" 4 0.312420010566711 1 4 1
+"1325" 3 0.62365996837616 2 4 0
+"1326" 3 0.608242452144623 6 3 1
+"1327" 5 0.367390006780624 2 4 0
+"1328" 4 0.367390006780624 2 4 1
+"1329" 5 0.315829992294312 2 3.96372079849243 1
+"1330" 4 0.401980012655258 2 3.45916938781738 0
+"1331" 3 0.0635207965970039 6 3.57422661781311 1
+"1332" 5 0.320780009031296 2 3.40158557891846 1
+"1333" 2 0.518409967422485 2 3 1
+"1334" 2 0.487359970808029 6 5 0
+"1335" 4 0.267989993095398 2 3 0
+"1336" 4 0.8400399684906 7 6 0
+"1337" 5 0.785520017147064 4 5.47533464431763 1
+"1338" 4 0.267989993095398 1 5 1
+"1339" 3 0.511519968509674 6 5 0
+"1340" 3 0.457309991121292 5 5.09949731826782 0
+"1341" 3 0.394959986209869 3 3 1
+"1342" 3 0.503037869930267 2 2 1
+"1343" 5 0.261489987373352 5 6.34340524673462 1
+"1344" 5 0.440597921609879 4 3.44653344154358 0
+"1345" 5 0.321559369564056 7 4 1
+"1346" 3 0.407070010900497 3 4 1
+"1347" 5 0.394959986209869 4 4 1
+"1348" 3 0.400240004062653 7 5 1
+"1349" 5 0.511519968509674 2 4 0
+"1350" 5 0.394959986209869 3 4 1
+"1351" 4 0.367390006780624 1 4 1
+"1352" 4 0.464899986982346 3 2 1
+"1353" 3 0.394959986209869 4 4 1
+"1354" 3 0.532429993152618 3 1 0
+"1355" 3 0.343410015106201 4 5 0
+"1356" 4 0.662460029125214 1 4 0
+"1357" 5 0.464700013399124 3 5 1
+"1358" 3 0.1956847012043 1 3.07925105094910 1
+"1359" 5 0.407070010900497 7 6 0
+"1360" 4 0.592509984970093 5 4.17194414138794 0
+"1361" 4 0.785520017147064 6 3 0
+"1362" 4 0.903599977493286 7 6 0
+"1363" 3 0.343410015106201 3 5 0
+"1364" 5 0.36285999417305 3 4 0
+"1365" 5 0.320780009031296 2 4 1
+"1366" 5 0.387620002031326 6 3.02165222167969 1
+"1367" 3 0.265219986438751 1.80903720855713 1.36930668354034 0
+"1368" 3 0.688880026340485 3 4 1
+"1369" 5 0.477019995450974 3 3.95673727989197 0
+"1370" 4 0.600469946861267 5 5 0
+"1371" 5 0.427269995212555 6 6 1
+"1372" 5 0.532429993152618 6 6 0
+"1373" 5 0.464700013399124 1 6 1
+"1374" 3 0.315829992294312 1 3.19634914398193 1
+"1375" 3 0.785520017147064 6 3 1
+"1376" 4 0.511519968509674 4 4 0
+"1377" 5 0.614226460456848 7 6 0
+"1378" 5 0.785520017147064 1 4 0
+"1379" 4 -0.0260551758110523 1 4 1
+"1380" 5 0.514144659042358 4 2 0
+"1381" 4 0.600469946861267 6 7 0
+"1382" 3 0.662460029125214 1 3.13472437858582 0
+"1383" 5 0.62365996837616 3 4 0
+"1384" 5 0.401980012655258 1 4 0
+"1385" 3 0.394959986209869 2 5 1
+"1386" 3 0.189989998936653 7 5.26684951782227 1
+"1387" 5 0.315829992294312 4 6.8828182220459 0
+"1388" 5 0.414970010519028 2 6 1
+"1389" 5 0.267989993095398 6 2.32899641990662 1
+"1390" 5 0.320780009031296 6 5 1
+"1391" 4 0.609759986400604 3 3 1
+"1392" 3 0.267989993095398 1 2 1
+"1393" 3 0.320780009031296 4 2 0
+"1394" 4 1.10091006755829 3 2 0
+"1395" 3 0.65021002292633 5 5 1
+"1396" 2 1.10091006755829 1 2 1
+"1397" 3 0.581430017948151 4 4 0
+"1398" 3 0.343410015106201 2 5 1
+"1399" 3 0.414970010519028 7 4.54838991165161 0
+"1400" 4 0.400240004062653 2 4.8506326675415 1
+"1401" 3 0.343410015106201 7 5 1
+"1402" 4 0.600469946861267 2 5 0
+"1403" 5 0.461620002985001 2 6 1
+"1404" 2 0.62365996837616 7 5 0
+"1405" 3 0.65021002292633 1 3 0
+"1406" 3 0.519323408603668 1 2 1
+"1407" 1 0.407070010900497 2 4 1
+"1408" 3 0.532429993152618 1 2 0
+"1409" 4 0.688880026340485 3 3.91203999519348 1
+"1410" 4 0.785520017147064 3 4 1
+"1411" 4 0.267989993095398 1 2.83960032463074 1
+"1412" 4 0.381099998950958 7 4 0
+"1413" 3 0.518409967422485 5 6 0
+"1414" 5 0.364969998598099 2 3 1
+"1415" 3 0.320780009031296 7 5.43234729766846 1
+"1416" 4 0.394959986209869 2 4 1
+"1417" 5 0.261489987373352 3 3.60318636894226 1
+"1418" 5 0.408399999141693 1 5 1
+"1419" 4 0.427269995212555 2 5.13794136047363 0
+"1420" 3 0.609759986400604 2 3 1
+"1421" 3 0.487359970808029 7 6 1
+"1422" 3 0.308983236551285 3 4 1
+"1423" 3 0.427269995212555 3 2.14885234832764 1
+"1424" 4 0.532429993152618 2 3 0
+"1425" 3 0.407070010900497 5 6 1
+"1426" 4 0.312420010566711 5 6 1
+"1427" 3 0.461620002985001 7 5.35753011703491 0
+"1428" 5 0.477569788694382 6 5.1809287071228 1
+"1429" 5 0.614226460456848 6 6 0
+"1430" 2 0.903599977493286 7 5 0
+"1431" 3 0.667370617389679 5 4 1
+"1432" 3 0.387620002031326 3 3.92871260643005 1
+"1433" 3 0.315829992294312 7 6.1289119720459 1
+"1434" 3 0.785520017147064 1 4 1
+"1435" 3 0.487359970808029 6 6 0
+"1436" 4 0.408399999141693 2 2 0
+"1437" 4 0.394959986209869 2 6 1
+"1438" 3 0.600469946861267 3 2 0
+"1439" 2 0.451066255569458 3 3.06718254089355 1
+"1440" 4 0.511519968509674 4 4 0
+"1441" 4 0.600469946861267 7 6 0
+"1442" 5 0.614226460456848 7 6 0
+"1443" 5 0.464700013399124 4 5.09317207336426 1
+"1444" 5 0.315829992294312 3 7.50719022750854 1
+"1445" 5 0.390350013971329 5 6 0
+"1446" 3 0.644749999046326 4 5.98192167282104 1
+"1447" 3 0.299626767635345 2 2 1
+"1448" 3 0.343410015106201 4 4 1
+"1449" 3 0.401980012655258 1 5.17809391021729 1
+"1450" 1 0.785520017147064 2 4 0
+"1451" 3 0.62365996837616 1 5.35917186737061 0
+"1452" 5 0.315829992294312 7 6 1
+"1453" 5 0.903599977493286 7 6 0
+"1454" 4 0.437002032995224 6 3.83220815658569 1
+"1455" 3 0.785520017147064 7 6 0
+"1456" 5 0.345128178596497 1 4 1
+"1457" 4 0.265219986438751 1 4 0
+"1458" 3 0.785520017147064 5 4 0
+"1459" 3 0.400240004062653 3 4 1
+"1460" 3 0.62365996837616 6 6 0
+"1461" 3 0.592509984970093 3 1 0
+"1462" 4 0.473252147436142 6 4.74335384368896 1
+"1463" 4 0.785520017147064 3 4.53157615661621 1
+"1464" 4 0.511519968509674 3 4 0
+"1465" 5 0.461620002985001 4 4 0
+"1466" 3 0.701979994773865 1 4 0
+"1467" 2 0.65021002292633 3 3 1
+"1468" 4 0.220313057303429 6 2.38196396827698 1
+"1469" 3 0.315829992294312 1 2 0
+"1470" 4 0.315829992294312 2 4.52397680282593 0
+"1471" 4 0.385200023651123 1 4.15563678741455 0
+"1472" 2 1.10091006755829 2 4 0
+"1473" 5 1.10091006755829 3 2 0
+"1474" 5 0.511519968509674 2 3.64870715141296 0
+"1475" 4 0.592509984970093 1 4 0
+"1476" 3 0.343410015106201 2.87028455734253 4.00099611282349 1
+"1477" 3 0.461620002985001 4 3.11764931678772 1
+"1478" 3 0.390350013971329 5 4 0
+"1479" 5 0.698559999465942 5 2 0
+"1480" 4 0.265219986438751 6 3.74778985977173 0
+"1481" 4 0.461620002985001 6 8.07778549194336 0
+"1482" 4 0.408399999141693 6 6 0
+"1483" 5 0.229945033788681 2 5 1
+"1484" 5 0.363073825836182 2 4.03146266937256 1
+"1485" 3 0.614226460456848 5 5 0
+"1486" 4 0.65021002292633 2 2 0
+"1487" 5 0.267989993095398 5 7 1
+"1488" 3 0.315829992294312 5 4 1
+"1489" 4 0.267989993095398 2 4 1
+"1490" 3 0.785520017147064 6 4 0
+"1491" 4 0.248870328068733 4 3 1
+"1492" 3 0.701979994773865 1 6 0
+"1493" 4 0.267989993095398 6 5.14749145507812 1
+"1494" 5 0.511519968509674 6 6 0
+"1495" 5 0.609759986400604 3 5 1
+"1496" 4 0.65021002292633 7 6 1
+"1497" 3 0.785520017147064 5 6 0
+"1498" 4 0.320780009031296 3 2.07753300666809 1
+"1499" 5 -0.0899754166603088 1 7 1
+"1500" 3 0.407070010900497 1 2.67596268653870 1
+"1501" 5 0.364091604948044 3 2 1
+"1502" 3 0.8400399684906 5.15212154388428 5.61947154998779 0
+"1503" 3 1.10091006755829 2 4 0
+"1504" 4 0.673849999904633 6 3.89208817481995 1
+"1505" 1 0.343410015106201 4 4.93266534805298 1
+"1506" 5 0.394959986209869 5 6 1
+"1507" 3 0.614226460456848 7 6 0
+"1508" 5 0.614226460456848 7 7 0
+"1509" 4 0.408399999141693 3 4.62234687805176 0
+"1510" 5 0.407070010900497 7 6 1
+"1511" 4 0.785520017147064 1 4 1
+"1512" 3 0.785520017147064 1 6 0
+"1513" 3 0.701979994773865 4 4 0
+"1514" 3 0.343410015106201 3 3 0
+"1515" 3 0.335929989814758 5 3 0
+"1516" 4 0.8400399684906 7 5 1
+"1517" 5 0.345655769109726 2 3 0
+"1518" 5 0.903599977493286 6 5 0
+"1519" 3 0.8400399684906 4 2.41525936126709 0
+"1520" 3 0.592509984970093 1 5.17434406280518 1
+"1521" 5 0.785520017147064 1 3 0
+"1522" 5 0.785520017147064 7 5 0
+"1523" 4 0.62365996837616 6 5 0
+"1524" 3 0.315829992294312 5 4 1
+"1525" 3 0.381099998950958 5 2.29739999771118 0
+"1526" 3 0.468820005655289 6 6 0
+"1527" 5 0.614226460456848 1 1 1
+"1528" 5 0.609759986400604 2 4 1
+"1529" 4 0.65021002292633 2 3 0
+"1530" 3 0.315829992294312 1 5.72209978103638 1
+"1531" 3 0.401980012655258 1 7 0
+"1532" 4 0.414970010519028 6 4 0
+"1533" 4 0.400240004062653 6 3 1
+"1534" 3 0.343410015106201 4 2.46614646911621 1
+"1535" 4 0.511519968509674 3 4 0
+"1536" 4 0.306452423334122 1 4 1
+"1537" 3 0.394959986209869 6 4 1
+"1538" 4 0.429351627826691 3.89348602294922 4.90377187728882 1
+"1539" 3 0.511519968509674 3 6 0
+"1540" 5 0.367390006780624 1 5 0
+"1541" 3 0.527086436748505 2 3.20298528671265 1
+"1542" 5 0.414970010519028 1 4.11768579483032 0
+"1543" 5 0.401980012655258 2 4 1
+"1544" 3 0.65021002292633 3 3 1
+"1545" 4 0.364969998598099 3 3 1
+"1546" 3 0.68820321559906 5 5 0
+"1547" 3 0.446730017662048 7 6 1
+"1548" 3 0.464700013399124 5 4 1
+"1549" 3 0.518409967422485 1 2 0
+"1550" 3 0.394959986209869 7 6 1
+"1551" 5 0.367390006780624 2 5 0
+"1552" 5 0.688880026340485 2 3.84698104858398 1
+"1553" 3 0.592509984970093 6 3.94510817527771 0
+"1554" 2 0.267989993095398 1 3.41450786590576 1
+"1555" 4 0.265219986438751 7 5 1
+"1556" 2 0.367390006780624 4.24102210998535 4.54337167739868 0
+"1557" 5 0.444008380174637 4 3.45976996421814 1
+"1558" 5 0.673849999904633 4 5 1
+"1559" 5 0.401980012655258 5 4.76639032363892 1
+"1560" 3 0.385200023651123 7 2 0
+"1561" 3 0.777340054512024 2 2 0
+"1562" 4 0.401980012655258 5 3.34514880180359 1
+"1563" 4 0.407070010900497 3 4 1
+"1564" 4 1.10091006755829 5 3 1
+"1565" 3 0.785520017147064 6 4.30691528320312 1
+"1566" 5 0.381099998950958 6 5.40412998199463 1
+"1567" 3 0.407070010900497 6 6 1
+"1568" 3 0.673849999904633 3 4 1
+"1569" 4 0.600469946861267 1 3 1
+"1570" 5 0.427269995212555 2 4.6310133934021 1
+"1571" 3 0.364969998598099 3 4 0
+"1572" 3 0.518409967422485 1 3 0
+"1573" 4 0.267989993095398 3 4 0
+"1574" 3 0.614226460456848 2 4 1
+"1575" 2 0.518409967422485 4 4 0
+"1576" 3 0.785520017147064 7 7 0
+"1577" 3 0.600469946861267 2 3 0
+"1578" 5 1.10091006755829 6 6 0
+"1579" 1 0.320780009031296 4 3 1
+"1580" 3 0.316481053829193 4 4 1
+"1581" 3 0.315829992294312 1 3 0
+"1582" 2 0.267989993095398 1 3 1
+"1583" 3 0.701979994773865 6 4 0
+"1584" 3 0.414970010519028 5 2 0
+"1585" 2 0.785520017147064 7 6 0
+"1586" 3 0.267989993095398 1 4 1
+"1587" 4 0.511519968509674 2 5 1
+"1588" 3 0.511519968509674 2 6 0
+"1589" 5 0.206083551049232 3 3.58754801750183 1
+"1590" 4 0.312420010566711 2 6 1
+"1591" 5 0.261489987373352 2 2 0
+"1592" 4 0.390350013971329 7 4 0
+"1593" 4 0.487359970808029 3 4.14936065673828 0
+"1594" 4 0.312420010566711 2 6 1
+"1595" 5 0.600469946861267 2 5 0
+"1596" 2 0.267989993095398 2 6 1
+"1597" 3 0.309140026569366 1 2.83734822273254 0
+"1598" 1 0.261489987373352 1 3 1
+"1599" 3 0.62365996837616 6 4 0
+"1600" 3 0.592509984970093 7 5 0
+"1601" 4 0.0444758199155331 5 5 1
+"1602" 1 0.592509984970093 2 3.13267183303833 0
+"1603" 5 0.785520017147064 2 4.45748043060303 0
+"1604" 3 0.532429993152618 5 5 0
+"1605" 5 0.265219986438751 7 4 0
+"1606" 3 0.557306528091431 5 5 0
+"1607" 5 0.701979994773865 7 6 0
+"1608" 3 0.673849999904633 1 3 1
+"1609" 3 0.315829992294312 7 3 1
+"1610" 5 0.673849999904633 6 4 1
+"1611" 4 0.477019995450974 2 3.41514158248901 0
+"1612" 4 0.364969998598099 6 5 1
+"1613" 5 0.673849999904633 2 2 0
+"1614" 2 0.267989993095398 5.70202207565308 4.04488801956177 1
+"1615" 4 0.61163204908371 2 5 1
+"1616" 4 0.146114990115166 2 6 1
+"1617" 3 0.592509984970093 1 2 0
+"1618" 5 0.541463136672974 7 6 1
+"1619" 3 0.189989998936653 1 4 1
+"1620" 2 0.592509984970093 7 6 0
+"1621" 3 0.427269995212555 4 2.82568883895874 0
+"1622" 4 0.716473400592804 3 4.79604196548462 1
+"1623" 4 0.785520017147064 5 5 0
+"1624" 5 0.62365996837616 1 5 0
+"1625" 2 0.673849999904633 2 3 0
+"1626" 3 1.13774001598358 5 3 0
+"1627" 3 0.600469946861267 4 3 1
+"1628" 3 0.267989993095398 1 5.49658823013306 0
+"1629" 3 0.394959986209869 4 3.62222933769226 1
+"1630" 4 0.62365996837616 7 6 0
+"1631" 3 0.385200023651123 1 2.58268094062805 0
+"1632" 4 0.394959986209869 2 3 1
+"1633" 4 0.335929989814758 7 4 0
+"1634" 4 0.364969998598099 1 4 0
+"1635" 3 0.36285999417305 4 3 1
+"1636" 3 0.903599977493286 1 2 0
+"1637" 3 0.600469946861267 7 4 1
+"1638" 4 0.487359970808029 6 5 0
+"1639" 3 0.343410015106201 7 6 0
+"1640" 5 0.464899986982346 1 4.21116209030151 0
+"1641" 5 0.487359970808029 3 4 0
+"1642" 3 0.614226460456848 7 4 0
+"1643" 3 0.785520017147064 6 7 1
+"1644" 5 0.386416137218475 4 4 1
+"1645" 2 1.13774001598358 1 2 1
+"1646" 3 0.408399999141693 1 4 0
+"1647" 4 0.407070010900497 5 4 1
+"1648" 3 0.614226460456848 6 5 0
+"1649" 3 0.609759986400604 6 4 1
+"1650" 4 0.634375512599945 5 4 1
+"1651" 5 0.688880026340485 2 1.22227513790131 1
+"1652" 3 0.520840048789978 2 4 0
+"1653" 3 0.673849999904633 1 2 0
+"1654" 5 0.609759986400604 5 6.32746839523315 1
+"1655" 4 0.267989993095398 5 4 1
+"1656" 5 0.331275373697281 7 5 1
+"1657" 3 0.267989993095398 4 3 0
+"1658" 4 0.614226460456848 6 5 0
+"1659" 4 0.261489987373352 1 4 1
+"1660" 3 0.673849999904633 4 7 1
+"1661" 3 0.394959986209869 2 4 1
+"1662" 2 0.394959986209869 6 6 0
+"1663" 3 0.777340054512024 2 3 0
+"1664" 4 0.600469946861267 2 5 1
+"1665" 3 0.461620002985001 5 6 0
+"1666" 3 0.189989998936653 6 5.19649505615234 1
+"1667" 3 0.267989993095398 2 4 0
+"1668" 3 0.343410015106201 3 4.59208679199219 1
+"1669" 5 0.65021002292633 5 5 0
+"1670" 4 0.394959986209869 7 4 1
+"1671" 2 0.903599977493286 3 4 1
+"1672" 2 0.387619256973267 1 1 1
+"1673" 5 0.558861196041107 2 4 0
+"1674" 4 0.407070010900497 6 3 1
+"1675" 3 0.511519968509674 6 4 0
+"1676" 3 0.407457232475281 3 4.14507436752319 1
+"1677" 4 0.343410015106201 6 4 1
+"1678" 4 0.75151002407074 4 6 0
+"1679" 5 0.600469946861267 6 5 1
+"1680" 4 0.65021002292633 7 7.06288719177246 0
+"1681" 4 0.414970010519028 4 5 0
+"1682" 1 0.222090646624565 3 5.2990837097168 1
+"1683" 2 0.171873971819878 1.33130443096161 1.03765046596527 1
+"1684" 4 0.56122899055481 2.86719822883606 6.04744911193848 1
+"1685" 5 0.189989998936653 4 2.48239731788635 1
+"1686" 4 0.395851701498032 4 3.30270266532898 1
+"1687" 4 0.592509984970093 1 4 0
+"1688" 3 0.390350013971329 1 6.20786619186401 0
+"1689" 5 0.315829992294312 4 4.12569236755371 1
+"1690" 3 0.487359970808029 6 6 0
+"1691" 3 0.785520017147064 1 2.04831290245056 1
+"1692" 4 0.312420010566711 1 3.68528652191162 1
+"1693" 4 0.343410015106201 3 5 1
+"1694" 3 0.0431988202035427 4 3 1
+"1695" 4 0.673849999904633 2 4 1
+"1696" 1 0.688880026340485 4 4 1
+"1697" 2 0.65021002292633 1 1 0
+"1698" 3 0.8400399684906 6 5 0
+"1699" 4 0.36285999417305 3 4 0
+"1700" 3 0.387620002031326 2 4 1
+"1701" 3 0.65021002292633 3 2 1
+"1702" 3 0.295473277568817 2 4 1
+"1703" 5 0.408399999141693 3 4 1
+"1704" 2 0.315829992294312 3 2 0
+"1705" 1 0.903599977493286 6 6 0
+"1706" 1 0.545379996299744 2 5 0
+"1707" 2 0.394959986209869 3 2 1
+"1708" 2 0.903599977493286 4 4 0
+"1709" 4 0.401980012655258 5 5 0
+"1710" 3 0.151747047901154 1 2.39806413650513 1
+"1711" 3 0.785520017147064 2 3 0
+"1712" 3 0.335929989814758 3 4.63240671157837 0
+"1713" 3 0.785520017147064 3 5 1
+"1714" 2 0.599258303642273 2 4.39333820343018 1
+"1715" 5 0.785520017147064 6 5 0
+"1716" 3 0.464899986982346 1 3.87527632713318 1
+"1717" 4 0.464700013399124 6 6.7151427268982 1
+"1718" 2 0.271426022052765 5 3.84598302841187 1
+"1719" 5 0.328650116920471 2 6 1
+"1720" 4 0.343410015106201 2 3 0
+"1721" 4 0.532429993152618 4 4 1
+"1722" 3 0.414970010519028 7 6 0
+"1723" 4 0.673849999904633 7 3.93555736541748 1
+"1724" 4 0.785520017147064 3 2 1
+"1725" 4 0.581430017948151 3 4.68980503082275 0
+"1726" 3 1.13774001598358 1 2 0
+"1727" 5 0.562857508659363 2.66892075538635 3.25155639648438 1
+"1728" 5 0.390350013971329 1 2.90617799758911 0
+"1729" 2 1.13774001598358 3 2 0
+"1730" 4 0.343410015106201 6 6 1
+"1731" 2 0.487359970808029 6 6 0
+"1732" 3 0.785520017147064 7 4 0
+"1733" 4 0.381099998950958 2.03629922866821 5 0
+"1734" 3 0.261489987373352 5 6 1
+"1735" 4 0.461620002985001 1 4.72006225585938 0
+"1736" 2 1.10091006755829 7 6 0
+"1737" 3 0.660891234874725 7 5 1
+"1738" 3 0.189989998936653 4 4.04039716720581 1
+"1739" 5 0.400240004062653 2 4 1
+"1740" 3 0.414970010519028 2 3.0412859916687 0
+"1741" 3 0.550576686859131 6 6 1
+"1742" 3 0.903599977493286 2 4 0
+"1743" 3 0.408600002527237 5 3.82964253425598 1
+"1744" 4 0.267989993095398 6 4.06442642211914 1
+"1745" 3 0.373017847537994 4 4.85119915008545 1
+"1746" 4 0.464700013399124 4 5.51982975006104 1
+"1747" 3 0.600469946861267 1 2 1
+"1748" 3 0.394959986209869 1 4 1
+"1749" 5 0.464700013399124 2 3.09971523284912 1
+"1750" 5 0.343410015106201 3 3.61798620223999 1
+"1751" 1 0.461620002985001 1 3 0
+"1752" 4 0.464700013399124 1 7 1
+"1753" 5 0.394959986209869 5 6 1
+"1754" 3 0.903599977493286 2 5 0
+"1755" 5 0.673849999904633 5 5 1
+"1756" 3 0.401980012655258 3 4 0
+"1757" 3 0.673849999904633 5 6 1
+"1758" 4 0.785520017147064 6 6 0
+"1759" 3 0.777340054512024 3 4 0
+"1760" 3 0.688880026340485 2 4 1
+"1761" 5 0.511519968509674 3 4 0
+"1762" 4 0.609759986400604 2 3.23445463180542 1
+"1763" 3 0.394959986209869 6 4.43845891952515 1
+"1764" 1 0.95257157087326 6 7.31130504608154 1
+"1765" 3 0.408600002527237 1 5.43846988677979 1
+"1766" 3 0.511519968509674 5 6 0
+"1767" 3 0.261012345552444 5 6 1
+"1768" 5 0.261489987373352 1 3.27125692367554 1
+"1769" 3 0.616387069225311 2 4 1
+"1770" 3 0.401980012655258 4 2 0
+"1771" 5 0.511519968509674 7 6 0
+"1772" 4 0.65021002292633 2 2 1
+"1773" 3 0.425717502832413 7 6 1
+"1774" 5 0.312420010566711 4 7 0
+"1775" 5 0.785520017147064 4 4 0
+"1776" 4 0.597007036209106 4 3.55607271194458 1
+"1777" 3 0.367390006780624 5 5 0
+"1778" 3 0.497933208942413 6 5 0
+"1779" 3 0.785520017147064 2 4 1
+"1780" 3 0.758204221725464 1 3.26581454277039 0
+"1781" 4 0.549640417098999 6 3 1
+"1782" 2 0.646434009075165 6 6 1
+"1783" 1 0.592509984970093 7 4 1
+"1784" 2 0.394959986209869 4 5 1
+"1785" 3 0.464700013399124 6 4 1
+"1786" 2 0.65021002292633 1 2 0
+"1787" 5 0.367390006780624 1 3 0
+"1788" 5 0.320780009031296 2 6 1
+"1789" 5 0.267989993095398 1 3.90483450889587 1
+"1790" 3 0.394959986209869 6 5.23428821563721 1
+"1791" 3 0.282407134771347 6 6 1
+"1792" 4 0.446730017662048 7 6 0
+"1793" 4 0.614226460456848 5 6 0
+"1794" 3 0.269944876432419 1 3 1
+"1795" 4 0.385200023651123 1 3.03038239479065 0
+"1796" 2 0.614337801933289 6 4 1
+"1797" 3 0.394959986209869 1 4.61818504333496 1
+"1798" 3 0.511519968509674 4 2 0
+"1799" 3 0.461620002985001 4 5 0
+"1800" 5 0.312420010566711 2 1.84329235553741 1
+"1801" 5 0.600469946861267 6 5 1
+"1802" 4 0.701979994773865 1 2 0
+"1803" 3 0.785520017147064 2 3 1
+"1804" 3 0.785520017147064 1 3.23132419586182 1
+"1805" 3 0.633534729480743 3.30745482444763 2.60495519638062 0
+"1806" 3 0.394959986209869 1 4 1
+"1807" 4 0.482356458902359 5 6 1
+"1808" 4 0.315829992294312 2 3 0
+"1809" 3 0.487359970808029 6 5 1
+"1810" 3 0.315829992294312 1 2 1
+"1811" 3 0.23514723777771 1 4 1
+"1812" 5 0.785520017147064 3 5 1
+"1813" 3 0.614226460456848 4 5 1
+"1814" 4 0.477019995450974 4 5 0
+"1815" 4 0.8400399684906 6 5 0
+"1816" 4 0.614226460456848 3 2 0
+"1817" 2 0.343410015106201 3 5 0
+"1818" 3 0.336679995059967 2 3 0
+"1819" 3 0.785520017147064 6 5 0
+"1820" 3 0.414970010519028 3 5.34141731262207 0
+"1821" 5 0.673849999904633 6 4 0
+"1822" 5 0.511519968509674 4 4 0
+"1823" 3 0.668053805828094 2 4 1
+"1824" 4 0.414970010519028 7 6.87110233306885 0
+"1825" 5 0.464700013399124 4 4.73007440567017 1
+"1826" 4 0.367390006780624 3 6.58733320236206 0
+"1827" 3 0.109953641891479 2 1.39417910575867 1
+"1828" 4 0.609759986400604 2 4 0
+"1829" 5 0.785520017147064 1 3 1
+"1830" 1 0.36538890004158 5 2.63553762435913 1
+"1831" 5 0.41298633813858 2 5.80663681030273 1
+"1832" 3 0.468874841928482 1 3.38869309425354 1
+"1833" 5 0.427269995212555 2 4 0
+"1834" 4 0.407070010900497 6 6 1
+"1835" 3 0.315829992294312 1 3.95963549613953 1
+"1836" 5 0.785520017147064 1 4 0
+"1837" 3 0.614226460456848 7 5 1
+"1838" 3 0.592509984970093 6 5.19425106048584 0
+"1839" 3 0.265219986438751 4 5 0
+"1840" 4 0.532429993152618 7 7 0
+"1841" 4 0.673849999904633 4 5.09508609771729 1
+"1842" 4 0.62978994846344 1 3.44530558586121 1
+"1843" 3 0.65021002292633 1 4 0
+"1844" 4 0.315829992294312 3 3.24627494812012 0
+"1845" 3 0.461620002985001 6 4.64463663101196 0
+"1846" 3 0.785520017147064 6 1.79383158683777 0
+"1847" 2 0.343410015106201 2 1 1
+"1848" 4 0.267989993095398 5 3.55931758880615 1
+"1849" 3 0.673849999904633 4 4 0
+"1850" 3 0.511519968509674 3 5 0
+"1851" 5 0.785520017147064 5 3 0
+"1852" 2 0.427269995212555 1 2.9842324256897 1
+"1853" 3 0.785520017147064 5 5 0
+"1854" 3 0.785520017147064 2 4 1
+"1855" 3 0.407070010900497 4 4 1
+"1856" 5 0.470753073692322 2 4.9148120880127 1
+"1857" 4 0.315829992294312 6 5.56482172012329 1
+"1858" 3 0.785520017147064 2 5 0
+"1859" 5 0.401980012655258 1 4.44344854354858 0
+"1860" 5 0.511519968509674 3 6 0
+"1861" 5 0.265219986438751 6 4 1
+"1862" 5 0.512487351894379 7 6 1
+"1863" 3 0.261489987373352 2 4.9334454536438 1
+"1864" 4 0.688880026340485 2 5 1
+"1865" 3 0.407070010900497 1 4 1
+"1866" 4 0.315829992294312 6 6 0
+"1867" 3 0.785520017147064 2 5 1
+"1868" 3 0.417615115642548 2 6 1
+"1869" 4 0.189989998936653 4 3.55646777153015 1
+"1870" 2 0.407070010900497 4 3 1
+"1871" 3 0.342653393745422 5 4 1
+"1872" 3 0.315829992294312 2 7 0
+"1873" 3 0.785520017147064 3 5 1
+"1874" 3 0.343410015106201 3 1.23040592670441 1
+"1875" 5 0.487359970808029 2 2 0
+"1876" 3 0.592509984970093 5 4 0
+"1877" 3 0.785520017147064 7 6 0
+"1878" 5 0.540455341339111 6 4 1
+"1879" 4 0.320780009031296 3 1 0
+"1880" 3 0.448824733495712 2 4 1
+"1881" 2 0.315829992294312 1 3.12418866157532 1
+"1882" 4 0.394959986209869 6 3 1
+"1883" 3 0.487359970808029 2 5.193922996521 0
+"1884" 5 0.785520017147064 1 5 0
+"1885" 3 0.320780009031296 2 3.78839445114136 1
+"1886" 3 0.614226460456848 1 2.87099194526672 1
+"1887" 3 0.793409943580627 1 3 1
+"1888" 3 0.511519968509674 3 3 0
+"1889" 1 0.189989998936653 2 1.11474430561066 1
+"1890" 3 0.785520017147064 7 6 0
+"1891" 3 0.343410015106201 2.27822995185852 3.50936865806580 1
+"1892" 4 0.312420010566711 5 6 0
+"1893" 3 0.600469946861267 3 4 0
+"1894" 4 0.600469946861267 2 4 0
+"1895" 5 0.511519968509674 3 3 0
+"1896" 4 0.701979994773865 5 4 1
+"1897" 3 0.592509984970093 4 3.08425188064575 0
+"1898" 5 0.466322034597397 6 5.78267240524292 1
+"1899" 5 0.320780009031296 1.90896522998810 5 1
+"1900" 4 0.772051632404327 6 3.24532032012939 1
+"1901" 4 0.414970010519028 5 7 0
+"1902" 4 0.261489987373352 4 5.21686315536499 1
+"1903" 5 0.154112130403519 1 3.01795148849487 1
+"1904" 4 0.84213000535965 3 3 0
+"1905" 4 0.394959986209869 2 3.80665278434753 1
+"1906" 5 0.487925171852112 3 3.36799860000610 1
+"1907" 5 0.511519968509674 2 4 0
+"1908" 5 0.320780009031296 6 5 0
+"1909" 3 0.446730017662048 5 3.8603937625885 1
+"1910" 5 0.62365996837616 3 2 1
+"1911" 5 0.367390006780624 2 2.24336194992065 0
+"1912" 3 0.600469946861267 3 4 1
+"1913" 4 0.600469946861267 1 3 0
+"1914" 3 0.401980012655258 4 2.97788238525391 1
+"1915" 2 0.320780009031296 6 4.89928770065308 1
+"1916" 5 0.592509984970093 5 4.8922438621521 0
+"1917" 3 0.778782904148102 2 3 1
+"1918" 5 0.309140026569366 6 5 0
+"1919" 3 0.414970010519028 7 5.75726699829102 0
+"1920" 4 0.390350013971329 5 4 0
+"1921" 3 0.614226460456848 5 5 0
+"1922" 3 0.600469946861267 2 4 1
+"1923" 2 0.644749999046326 1 2 0
+"1924" 3 0.785520017147064 3 2 0
+"1925" 5 0.401980012655258 4 5.41699504852295 0
+"1926" 2 0.414970010519028 3 5 0
+"1927" 5 0.331734329462051 6 5 1
+"1928" 5 0.605241537094116 6 6 0
+"1929" 5 0.401980012655258 3 4 1
+"1930" 5 0.673849999904633 5 4 1
+"1931" 4 0.688880026340485 1 4 1
+"1932" 5 0.427269995212555 1 5 0
+"1933" 3 0.487359970808029 1 4.91084575653076 0
+"1934" 5 0.408399999141693 1 3.68955063819885 0
+"1935" 2 0.65021002292633 3 4 1
+"1936" 3 0.261489987373352 4 1.83346140384674 0
+"1937" 5 0.267989993095398 3 3 1
+"1938" 5 0.673849999904633 2 5 0
+"1939" 4 0.662460029125214 3 3.80174231529236 0
+"1940" 3 0.408399999141693 5 6 0
+"1941" 4 0.394959986209869 7 4 1
+"1942" 5 0.464899986982346 3 2 1
+"1943" 3 0.785520017147064 5 6 0
+"1944" 3 0.785520017147064 2 5 0
+"1945" 4 0.502270519733429 4 2 1
+"1946" 3 0.267989993095398 2 7 1
+"1947" 3 0.600469946861267 3 3 1
+"1948" 5 0.345085203647614 5 4.00282335281372 1
+"1949" 5 0.267989993095398 4 4.90142440795898 1
+"1950" 3 0.261489987373352 1 4.32463598251343 1
+"1951" 3 0.673849999904633 7 6 1
+"1952" 3 0.511519968509674 1 3 0
+"1953" 3 0.511519968509674 4 4.17847871780396 0
+"1954" 5 0.312420010566711 6 6 1
+"1955" 5 0.315829992294312 3 6 1
+"1956" 4 0.477019995450974 6 4 0
+"1957" 5 0.392832785844803 6 4.87147855758667 1
+"1958" 3 0.267989993095398 -0.577221393585205 4.39002227783203 1
+"1959" 2 0.414970010519028 5 6 0
+"1960" 5 0.312420010566711 1 4 1
+"1961" 3 0.400240004062653 2 4 1
+"1962" 1 0.427269995212555 2 5.19325351715088 1
+"1963" 3 0.903599977493286 6 5 0
+"1964" 2 0.590027570724487 6 5 1
+"1965" 4 0.315829992294312 3 6 1
+"1966" 3 0.261489987373352 1 1.94006490707397 1
+"1967" 5 0.394959986209869 3 4.77637958526611 1
+"1968" 3 0.381099998950958 2 2 0
+"1969" 5 0.267989993095398 1 1 0
+"1970" 4 0.84213000535965 3 3 1
+"1971" 5 0.785520017147064 5 2.72101020812988 0
+"1972" 4 0.511519968509674 5 5 0
+"1973" 4 0.518409967422485 5 4 1
+"1974" 1 0.214632242918015 3 2.87889170646667 1
+"1975" 4 0.265219986438751 1 6.53428220748901 1
+"1976" 3 0.343410015106201 6 4 1
+"1977" 3 0.261489987373352 6 5.48567199707031 1
+"1978" 4 0.261489987373352 2 4.68765783309937 1
+"1979" 4 0.511519968509674 4 4.9759578704834 0
+"1980" 3 0.343410015106201 3 2 1
+"1981" 3 0.611993312835693 1 3 1
+"1982" 5 0.737942039966583 3 6.740149974823 1
+"1983" 5 0.785520017147064 4 3.22738647460938 1
+"1984" 4 0.394959986209869 4 2.40555453300476 1
+"1985" 3 0.785520017147064 4 2 1
+"1986" 4 0.267989993095398 2 1 1
+"1987" 5 0.315829992294312 1 5.78002452850342 0
+"1988" 5 0.381099998950958 3 2 0
+"1989" 4 0.267989993095398 1 2 1
+"1990" 2 0.267989993095398 3 7 0
+"1991" 3 0.532429993152618 5 4 0
+"1992" 3 0.903599977493286 1 4 0
+"1993" 4 0.785520017147064 6 3.89381742477417 1
+"1994" 3 0.477019995450974 4 4.86327314376831 1
+"1995" 3 0.464700013399124 1 6 1
+"1996" 3 0.335929989814758 1 3 0
+"1997" 3 0.343410015106201 5 3 1
+"1998" 2 0.268894255161285 6 3 1
+"1999" 5 0.440597921609879 2 1 0
+"2000" 4 0.785520017147064 4 4.67512655258179 0
+"2001" 3 0.487359970808029 2 4.15047645568848 0
+"2002" 3 0.487359970808029 1 6 0
+"2003" 3 0.785520017147064 6 4 0
+"2004" 2 0.42946994304657 1 4 1
+"2005" 5 0.407070010900497 7 5 1
+"2006" 5 0.343410015106201 1 3.20559906959534 1
+"2007" 2 0.461620002985001 1 2 0
+"2008" 4 0.477019995450974 3 4 0
+"2009" 4 0.688880026340485 1 4 1
+"2010" 5 0.414970010519028 2 5 0
+"2011" 4 0.407070010900497 6 5 1
+"2012" 3 0.407070010900497 1 2.25864243507385 1
+"2013" 4 0.614226460456848 5 2.13613629341125 1
+"2014" 3 0.673849999904633 4 4 1
+"2015" 3 0.614226460456848 2 3.72279834747314 0
+"2016" 4 0.400240004062653 2 2.88426971435547 1
+"2017" 5 0.408600002527237 7 5 0
+"2018" 3 0.688880026340485 1 4 1
+"2019" 3 0.903599977493286 6 5 0
+"2020" 3 0.427269995212555 5 4 0
+"2021" 5 0.62978994846344 4 4 0
+"2022" 4 0.265219986438751 6 3 1
+"2023" 3 0.267989993095398 2 1.86669564247131 0
+"2024" 3 0.673849999904633 5 3 0
+"2025" 3 0.529449999332428 6 6.83705234527588 1
+"2026" 3 0.340220004320145 3 1.59994459152222 1
+"2027" 5 0.532429993152618 6 5.7176103591919 0
+"2028" 3 0.267989993095398 3 2 1
+"2029" 5 0.511519968509674 6 4 0
+"2030" 3 0.487359970808029 6 5.26083755493164 0
+"2031" 5 0.461620002985001 3 4 0
+"2032" 3 0.84213000535965 1 2 0
+"2033" 5 0.408399999141693 3 3.74640417098999 1
+"2034" 2 0.369544625282288 3 6 0
+"2035" 5 0.673849999904633 5 5.85484457015991 1
+"2036" 2 1.10091006755829 2 3 1
+"2037" 3 0.687634289264679 7 6 1
+"2038" 4 0.614226460456848 2 4 0
+"2039" 3 0.464700013399124 3 2 1
+"2040" 3 0.261489987373352 3 1 0
+"2041" 5 0.62978994846344 1 5.2714114189148 0
+"2042" 3 0.261489987373352 1 6 1
+"2043" 5 0.343410015106201 2 2.44488954544067 1
+"2044" 5 0.461620002985001 3 3.86764121055603 0
+"2045" 5 0.400240004062653 4 4 1
+"2046" 4 0.518409967422485 5 6 1
+"2047" 5 0.340520590543747 1 6.63810634613037 1
+"2048" 4 0.267989993095398 1 4.40699768066406 1
+"2049" 4 0.532429993152618 2 5 0
+"2050" 5 0.547987401485443 5.22330856323242 6.32050371170044 0
+"2051" 3 0.464899986982346 2 4.57281112670898 1
+"2052" 3 0.487359970808029 5 3.16775918006897 0
+"2053" 5 0.785520017147064 6 5 0
+"2054" 3 0.336679995059967 1 2 0
+"2055" 5 0.532429993152618 3 4 0
+"2056" 4 0.427269995212555 3 4.68967962265015 1
+"2057" 3 0.473166227340698 6 5.21204566955566 1
+"2058" 3 0.614226460456848 5 5 1
+"2059" 3 0.315829992294312 4 1 1
+"2060" 3 0.446730017662048 3 3.48954057693481 1
+"2061" 3 0.320780009031296 2 4 1
+"2062" 2 0.785520017147064 1 3 0
+"2063" 3 0.477019995450974 1 2.72095775604248 0
+"2064" 5 0.673849999904633 2 2 1
+"2065" 2 1.10091006755829 4 4 0
+"2066" 4 0.518409967422485 3 3 0
+"2067" 5 0.600469946861267 3 3 1
+"2068" 2 0.532429993152618 2 3 0
+"2069" 3 0.600469946861267 5 4 1
+"2070" 2 0.487359970808029 3 3.48071980476379 0
+"2071" 3 0.600469946861267 3 2 1
+"2072" 5 0.394959986209869 2 6.33011722564697 1
+"2073" 5 0.394959986209869 4 2.81442260742188 1
+"2074" 5 0.394959986209869 7 6 1
+"2075" 5 0.394959986209869 2 3.60186600685120 1
+"2076" 3 0.609759986400604 6 3 1
+"2077" 4 0.267989993095398 6 4 1
+"2078" 5 0.600469946861267 7 5 1
+"2079" 4 0.581430017948151 3 3 0
+"2080" 3 0.265219986438751 7 6.12998819351196 0
+"2081" 5 0.477019995450974 5 4.52762794494629 0
+"2082" 3 0.414970010519028 6 6 0
+"2083" 3 0.511519968509674 7 4 0
+"2084" 5 0.461620002985001 7 6 0
+"2085" 4 0.461620002985001 6 4 0
+"2086" 3 0.785520017147064 1 2 1
+"2087" 1 0.487359970808029 1 2.66731715202332 0
+"2088" 5 0.320780009031296 5 7 1
+"2089" 3 0.600469946861267 6 6 0
+"2090" 3 0.62365996837616 5 3 0
+"2091" 3 0.688880026340485 3 3 1
+"2092" 3 0.767831981182098 2 2.96222567558289 1
+"2093" 5 0.427269995212555 4 6 0
+"2094" 3 0.267989993095398 1 2.38920378684998 1
+"2095" 3 0.600469946861267 1 2 0
+"2096" 3 0.394959986209869 6 6 1
+"2097" 4 0.397658586502075 6 3.49010872840881 1
+"2098" 5 0.309140026569366 3 3.62836217880249 0
+"2099" 3 0.461620002985001 4 3 0
+"2100" 3 0.320780009031296 1 2.26333522796631 1
+"2101" 3 0.265219986438751 2 3.30822873115540 1
+"2102" 3 0.427269995212555 5 5 1
+"2103" 5 0.487359970808029 7 5.24266338348389 0
+"2104" 2 0.408399999141693 3 5 0
+"2105" 3 0.785520017147064 6 6 1
+"2106" 4 0.376717120409012 1 4 1
+"2107" 4 0.343410015106201 7 4 0
+"2108" 4 0.273157656192780 3 3.54378461837769 1
+"2109" 4 0.673849999904633 6 5 0
+"2110" 3 0.335929989814758 4 5 0
+"2111" 5 0.600469946861267 3 2 1
+"2112" 4 0.592509984970093 7 4 1
+"2113" 4 0.592509984970093 1 2.31108355522156 0
+"2114" 4 0.267989993095398 2 5 1
+"2115" 4 0.425221621990204 3 4.28229522705078 1
+"2116" 4 0.644749999046326 6 3.44168448448181 0
+"2117" 3 0.408399999141693 3 3 1
+"2118" 4 0.189989998936653 7 6 1
+"2119" 5 0.592509984970093 4 3.84992790222168 0
+"2120" 4 0.785520017147064 7 6 1
+"2121" 5 0.267989993095398 7 5 1
+"2122" 4 0.701979994773865 3 5 0
+"2123" 3 0.688880026340485 2 4 1
+"2124" 4 0.785520017147064 6 5 0
+"2125" 5 1.10091006755829 1 2 1
+"2126" 4 0.785520017147064 1 3 0
+"2127" 5 0.532429993152618 7 5 0
+"2128" 3 0.62365996837616 2 5.52448606491089 0
+"2129" 3 0.461620002985001 1 2 0
+"2130" 3 0.327805459499359 1 1 1
+"2131" 4 0.785520017147064 6 4 1
+"2132" 3 0.476700603961945 5 4 1
+"2133" 3 0.673849999904633 6 4 0
+"2134" 3 0.8400399684906 5 6 0
+"2135" 3 0.487359970808029 4 3 0
+"2136" 3 0.71255898475647 3 5 0
+"2137" 3 0.62978994846344 5 5 0
+"2138" 3 0.446730017662048 3 5 1
+"2139" 5 0.75151002407074 1 1 0
+"2140" 3 0.414970010519028 7 6 0
+"2141" 2 0.518409967422485 1 1 1
+"2142" 3 0.364969998598099 1 2 1
+"2143" 3 0.446730017662048 2 3.824458360672 1
+"2144" 2 0.785520017147064 2 3 0
+"2145" 5 0.785520017147064 2 2 1
+"2146" 3 0.673849999904633 5 4.74759531021118 0
+"2147" 5 0.511519968509674 5 5 0
+"2148" 4 0.518409967422485 7 6 1
+"2149" 3 0.609759986400604 6 6 0
+"2150" 3 0.343410015106201 2 3 1
+"2151" 3 0.343410015106201 4 5 1
+"2152" 5 0.374105125665665 6 5.00568342208862 1
+"2153" 4 0.511519968509674 7 6 0
+"2154" 3 0.267989993095398 1 3 0
+"2155" 3 0.614226460456848 1 6 0
+"2156" 4 0.414970010519028 2 4 0
+"2157" 4 0.343410015106201 2 2 1
+"2158" 5 0.427269995212555 3 6 0
+"2159" 5 0.320780009031296 6 5 1
+"2160" 4 0.532539963722229 6 3.60869288444519 1
+"2161" 4 0.614226460456848 2 3 1
+"2162" 5 0.545379996299744 1 5 1
+"2163" 3 0.414970010519028 7 5 0
+"2164" 4 0.461620002985001 3 3 0
+"2165" 3 0.76146799325943 6 5 1
+"2166" 5 0.385200023651123 4 5 0
+"2167" 3 0.385200023651123 5 3.75860524177551 1
+"2168" 3 0.592509984970093 3 3 0
+"2169" 5 0.529449999332428 1 4 1
+"2170" 3 0.408399999141693 2 3.40934228897095 0
+"2171" 5 0.487359970808029 6 6 0
+"2172" 1 0.464700013399124 6 6 1
+"2173" 4 0.777340054512024 6 4 1
+"2174" 3 0.494871437549591 6 5 1
+"2175" 3 0.487359970808029 1 4.66144609451294 0
+"2176" 4 0.682132303714752 7 4 1
+"2177" 5 0.440979123115540 6 5 1
+"2178" 3 0.65021002292633 5 4 0
+"2179" 5 0.511519968509674 7 4 0
+"2180" 4 0.785520017147064 6 5 0
+"2181" 5 0.614226460456848 3 3.67445397377014 1
+"2182" 3 0.511519968509674 4 3 0
+"2183" 5 0.320780009031296 6 7.59301471710205 1
+"2184" 4 0.464700013399124 2 5 1
+"2185" 3 0.414970010519028 7 4 1
+"2186" 4 0.414970010519028 3 5 0
+"2187" 5 0.408399999141693 4 5 0
+"2188" 3 0.673849999904633 5 6 1
+"2189" 4 0.414970010519028 0.427076131105423 3 0
+"2190" 5 0.62365996837616 1 5 0
+"2191" 4 0.785520017147064 2 4 1
+"2192" 5 0.688880026340485 3 6 1
+"2193" 3 0.364969998598099 1 5 1
+"2194" 2 0.673849999904633 7 6 0
+"2195" 2 0.673849999904633 1 2 1
+"2196" 3 0.614226460456848 2 4 0
+"2197" 3 0.673849999904633 1 3 0
+"2198" 3 0.267989993095398 1 6 1
+"2199" 1 0.644749999046326 6 5 0
+"2200" 3 0.442031651735306 4 4 1
+"2201" 3 0.600479066371918 6 4 1
+"2202" 4 0.50039392709732 3 4 1
+"2203" 3 0.390350013971329 2 6 0
+"2204" 5 0.343410015106201 5 4 0
+"2205" 3 0.189989998936653 2.90587902069092 2.99859428405762 1
+"2206" 4 0.532429993152618 1 2 0
+"2207" 3 0.903599977493286 6 4 0
+"2208" 5 0.414970010519028 3 4 0
+"2209" 3 0.367390006780624 6 6.63935375213623 1
+"2210" 5 0.511519968509674 6 7 0
+"2211" 4 0.364969998598099 4 4 1
+"2212" 4 0.320780009031296 7 6 1
+"2213" 5 0.41927245259285 4 6.00817918777466 1
+"2214" 4 0.673849999904633 3 5 1
+"2215" 2 0.452273398637772 3 4.29793787002563 0
+"2216" 1 0.688880026340485 6 4.22027540206909 1
+"2217" 3 0.387620002031326 5 5 0
+"2218" 2 0.609759986400604 5 3 1
+"2219" 2 0.320780009031296 1 3.03197813034058 1
+"2220" 1 0.688880026340485 1 4 1
+"2221" 2 0.364969998598099 5 5.11471557617188 1
+"2222" 3 0.592509984970093 2 2.3392014503479 0
+"2223" 2 0.62365996837616 3 3 0
+"2224" 3 0.785520017147064 6 5 0
+"2225" 5 0.520840048789978 2 2 0
+"2226" 5 0.461620002985001 1 3 0
+"2227" 3 0.344157487154007 3 4 1
+"2228" 5 0.367390006780624 6 4 0
+"2229" 4 0.414970010519028 1 4 0
+"2230" 5 0.250830024480820 3.21877717971802 4.82182931900024 1
+"2231" 4 0.477019995450974 6 4 0
+"2232" 4 0.539053618907928 1 3 1
+"2233" 5 0.785520017147064 1 3 1
+"2234" 5 0.414970010519028 4 3.06093668937683 1
+"2235" 1 0.65021002292633 4 5 0
+"2236" 5 0.408600002527237 3 4 1
+"2237" 2 1.13774001598358 3 2 0
+"2238" 1 0.265219986438751 3 1 1
+"2239" 5 0.394959986209869 2 2.88240289688110 1
+"2240" 5 0.00573961948975921 3 4.98991250991821 1
+"2241" 4 0.477019995450974 5 4.08255052566528 0
+"2242" 3 0.461620002985001 6 5 0
+"2243" 5 0.785520017147064 2 3.4985830783844 0
+"2244" 2 0.600469946861267 2 2 1
+"2245" 2 1.13774001598358 3 4 0
+"2246" 4 0.401980012655258 4 1.95270323753357 0
+"2247" 3 0.511519968509674 3 4.98996734619141 0
+"2248" 4 0.320780009031296 6 5 0
+"2249" 3 0.600469946861267 7 6 1
+"2250" 4 0.155706241726875 3.66934704780579 4.15280246734619 1
+"2251" 3 0.600469946861267 6 4 1
+"2252" 2 0.189989998936653 2 2.97006106376648 1
+"2253" 3 0.563246190547943 7 5 0
+"2254" 4 0.408399999141693 6 4 0
+"2255" 3 0.394959986209869 3 3.30442857742310 1
+"2256" 3 0.198884412646294 7 6 1
+"2257" 4 0.698559999465942 4 3.33184242248535 1
+"2258" 4 0.785520017147064 3 4 1
+"2259" 5 0.267989993095398 2 3.90490746498108 1
+"2260" 5 0.8400399684906 7 5 1
+"2261" 4 0.408399999141693 4 4 0
+"2262" 3 0.644749999046326 6 5 0
+"2263" 3 0.785520017147064 2 4 0
+"2264" 5 0.600469946861267 1 1 1
+"2265" 4 0.267989993095398 5 6 1
+"2266" 5 0.408600002527237 2 1 1
+"2267" 3 0.464700013399124 2 2.31387233734131 1
+"2268" 2 0.400240004062653 4 6 1
+"2269" 3 0.614226460456848 2 4.03718185424805 0
+"2270" 5 0.343410015106201 3 3.24905800819397 1
+"2271" 3 0.387620002031326 2 2 1
+"2272" 4 0.477019995450974 3 6 0
+"2273" 4 0.367390006780624 1 4.95116329193115 0
+"2274" 4 0.398313015699387 5 4 1
+"2275" 3 0.364969998598099 2 6.25880575180054 1
+"2276" 3 0.219274565577507 7 6 1
+"2277" 4 0.785520017147064 7 6 1
+"2278" 4 0.335929989814758 6 5 1
+"2279" 5 0.267989993095398 2 4 0
+"2280" 3 0.36285999417305 4 7 1
+"2281" 3 0.315829992294312 1 4.21786642074585 1
+"2282" 4 0.614226460456848 3 1 0
+"2283" 4 0.644749999046326 2 5.59092140197754 0
+"2284" 3 0.364969998598099 1 2 1
+"2285" 4 0.785520017147064 1 2 1
+"2286" 5 0.265219986438751 2 4.8710789680481 0
+"2287" 3 0.662460029125214 7 5 0
+"2288" 1 0.407070010900497 6 6 1
+"2289" 5 0.310577630996704 3 2.30949592590332 1
+"2290" 4 0.315829992294312 1 5.39654684066772 0
+"2291" 4 0.903599977493286 6 6 0
+"2292" 5 0.62365996837616 6.61473417282104 4.8800253868103 0
+"2293" 4 0.785520017147064 7 5 0
+"2294" 3 0.673849999904633 6 5 0
+"2295" 2 0.903599977493286 2 2 1
+"2296" 4 0.265219986438751 6 4 1
+"2297" 3 0.903599977493286 7 6 0
+"2298" 5 0.734821259975433 6 4 1
+"2299" 5 0.464700013399124 5 4 1
+"2300" 4 0.532429993152618 7 6 0
+"2301" 5 0.968420684337616 1 3 1
+"2302" 3 0.511519968509674 4 4.38492298126221 0
+"2303" 3 0.477019995450974 3 4.38358306884766 0
+"2304" 4 0.62365996837616 5 5.61200046539307 0
+"2305" 3 0.785520017147064 1 5 1
+"2306" 3 0.785520017147064 7 6 0
+"2307" 3 0.265219986438751 4.97214078903198 7.01810359954834 0
+"2308" 4 0.267989993095398 3 3.01065373420715 1
+"2309" 3 0.65021002292633 2 3 1
+"2310" 5 0.36285999417305 2 5 0
+"2311" 4 0.785520017147064 7 6 0
+"2312" 3 0.336679995059967 1 7 1
+"2313" 3 0.394959986209869 1 4 1
+"2314" 5 0.600469946861267 3 5 0
+"2315" 4 0.785520017147064 3 3 1
+"2316" 3 0.461620002985001 1 3 0
+"2317" 4 0.511519968509674 5 4 0
+"2318" 4 0.8400399684906 4 5 0
+"2319" 4 0.688880026340485 6 5 1
+"2320" 3 0.614226460456848 2 4 1
+"2321" 3 0.261489987373352 1 4 1
+"2322" 5 0.785520017147064 5 4 1
+"2323" 3 0.785520017147064 3 3 0
+"2324" 3 0.407070010900497 1 4 1
+"2325" 3 0.511519968509674 5.2981481552124 4 0
+"2326" 4 0.320780009031296 4 3 1
+"2327" 3 0.309140026569366 7 6 0
+"2328" 2 0.673849999904633 2 5 1
+"2329" 1 0.487359970808029 6 4 0
+"2330" 5 0.717036306858063 2 4.34889698028564 1
+"2331" 4 0.427269995212555 2 0.658913731575012 1
+"2332" 3 0.509518623352051 1 1 0
+"2333" 4 0.548222482204437 7 6 0
+"2334" 3 0.367390006780624 4 3.88252830505371 1
+"2335" 5 0.343410015106201 1 1 1
+"2336" 4 0.461620002985001 1 4.38572645187378 1
+"2337" 4 0.388308376073837 5 2 1
+"2338" 3 0.65021002292633 3 2 0
+"2339" 4 0.614226460456848 1 4 0
+"2340" 1 0.518409967422485 4 6 0
+"2341" 4 0.614226460456848 1 5.62685680389404 1
+"2342" 4 0.785520017147064 4 5 1
+"2343" 3 0.461620002985001 2 3.96782398223877 1
+"2344" 5 0.511519968509674 6 4 0
+"2345" 5 0.312420010566711 2 2 1
+"2346" 4 0.487359970808029 1 4.56402111053467 0
+"2347" 5 0.581430017948151 5 6 0
+"2348" 4 0.458203792572021 1 4 1
+"2349" 4 0.600469946861267 1 4 1
+"2350" 5 0.785520017147064 4 4 1
+"2351" 5 0.390350013971329 5 4 0
+"2352" 4 0.511519968509674 5 4 0
+"2353" 3 0.315829992294312 1 4.85428762435913 1
+"2354" 2 0.400240004062653 4 3 1
+"2355" 3 0.343410015106201 7 6 1
+"2356" 5 0.487359970808029 6 4 0
+"2357" 5 0.511519968509674 6 4 0
+"2358" 3 0.592509984970093 5 3.47315239906311 0
+"2359" 3 0.461620002985001 1 6 0
+"2360" 4 0.609759986400604 7 4 1
+"2361" 3 0.312420010566711 1 3 0
+"2362" 5 0.84213000535965 7 4 1
+"2363" 3 0.315829992294312 1 1.67678105831146 0
+"2364" 3 0.785520017147064 5 5 0
+"2365" 3 0.401980012655258 1 3 0
+"2366" 3 0.267989993095398 3 3 1
+"2367" 5 0.785520017147064 1 5.38551664352417 0
+"2368" 5 0.65021002292633 5 6 0
+"2369" 3 0.400240004062653 3 6 1
+"2370" 3 0.335929989814758 6 4.05641603469849 0
+"2371" 2 0.673849999904633 1 3 1
+"2372" 2 0.673849999904633 6 2 1
+"2373" 5 0.477019995450974 7 2.8386869430542 0
+"2374" 5 0.36285999417305 2 2 0
+"2375" 2 0.673849999904633 6 6 0
+"2376" 4 0.461620002985001 2 4 0
+"2377" 3 0.267989993095398 7 4 1
+"2378" 3 0.267989993095398 5 4 0
+"2379" 3 0.320780009031296 5 4.33855152130127 1
+"2380" 3 0.407070010900497 7 5.44146871566772 0
+"2381" 3 0.581857740879059 6 4.32605028152466 1
+"2382" 3 0.400240004062653 1 6 1
+"2383" 4 0.343410015106201 3 6 0
+"2384" 5 0.511519968509674 1 2 0
+"2385" 1 0.312420010566711 1 1 1
+"2386" 5 0.320780009031296 1 2 1
+"2387" 5 0.688880026340485 5 5 1
+"2388" 4 1.10091006755829 7 6 0
+"2389" 3 1.10091006755829 5 6 1
+"2390" 3 0.644749999046326 3 3 0
+"2391" 4 0.673849999904633 7 5 1
+"2392" 3 0.785520017147064 5 6 0
+"2393" 5 0.440597921609879 1 1 1
+"2394" 4 0.903599977493286 4 2 0
+"2395" 5 0.785520017147064 6 2.68651843070984 1
+"2396" 5 0.785520017147064 1 3.47911834716797 1
+"2397" 2 0.673849999904633 1 2 0
+"2398" 3 0.312420010566711 5 6 1
+"2399" 3 0.511519968509674 2 5 0
+"2400" 4 0.394959986209869 5 5 1
+"2401" 5 0.461620002985001 1 2.64134836196899 0
+"2402" 3 0.464700013399124 1 4.3054141998291 1
+"2403" 5 0.793409943580627 3 3 0
+"2404" 3 0.390350013971329 1 7 0
+"2405" 1 0.532429993152618 4 6 0
+"2406" 3 0.67891013622284 4 2 0
+"2407" 4 0.364969998598099 2 3 1
+"2408" 3 0.267989993095398 5 5 0
+"2409" 5 0.609759986400604 3 3.81299114227295 1
+"2410" 3 0.311895281076431 2 5 1
+"2411" 5 0.320780009031296 4 6 1
+"2412" 5 0.367390006780624 2 3.28611493110657 0
+"2413" 4 0.49225589632988 4 2.26888585090637 1
+"2414" 4 0.401980012655258 2 4 0
+"2415" 4 0.265219986438751 6 7 1
+"2416" 3 0.511519968509674 2 2 0
+"2417" 4 0.309140026569366 0.607175827026367 4.74963903427124 1
+"2418" 5 0.400240004062653 3 2.76260304450989 1
+"2419" 3 0.75151002407074 5 6 0
+"2420" 3 0.600469946861267 6 6 1
+"2421" 5 0.609759986400604 4 5 1
+"2422" 4 0.335381120443344 4 5 1
+"2423" 5 0.267989993095398 4 3.8592255115509 1
+"2424" 2 0.265219986438751 6 5.26739645004272 0
+"2425" 3 0.394959986209869 1 2 1
+"2426" 3 0.600469946861267 3 4 0
+"2427" 4 0.367390006780624 6 5 1
+"2428" 4 0.461620002985001 6 6.63811922073364 0
+"2429" 2 0.381099998950958 1 4 0
+"2430" 3 0.408399999141693 5 6 0
+"2431" 3 0.315829992294312 4 2 1
+"2432" 3 0.785520017147064 1 2 1
+"2433" 4 0.491228610277176 7 4 1
+"2434" 4 0.394959986209869 5 3.96166634559631 1
+"2435" 5 0.261489987373352 2 3.97492265701294 1
+"2436" 4 0.400240004062653 4 5 1
+"2437" 5 0.644749999046326 1 3 1
+"2438" 2 0.673849999904633 7 7 0
+"2439" 4 0.267989993095398 3 4 1
+"2440" 3 0.227393269538879 3 4.21475505828857 1
+"2441" 2 0.394959986209869 2 5.37769222259521 1
+"2442" 5 0.343410015106201 3 4 1
+"2443" 5 0.487359970808029 2 3.39688801765442 1
+"2444" 5 0.65021002292633 7 6 1
+"2445" 4 0.364969998598099 1 6 1
+"2446" 4 0.785520017147064 2 4.84535503387451 0
+"2447" 3 0.600469946861267 1 2 1
+"2448" 3 0.592509984970093 2 4 1
+"2449" 3 0.62978994846344 5 6 0
+"2450" 3 0.394959986209869 4 4.30713605880737 1
+"2451" 5 0.532429993152618 4 5 0
+"2452" 5 0.581430017948151 7 5 0
+"2453" 5 0.592509984970093 2 3 1
+"2454" 3 0.408399999141693 7 4 0
+"2455" 3 0.394959986209869 6 4 0
+"2456" 4 0.511519968509674 5 5 0
+"2457" 4 0.614226460456848 6 5 0
+"2458" 3 0.592509984970093 4 7 0
+"2459" 2 0.401980012655258 1 3.94476652145386 1
+"2460" 3 0.903599977493286 3 5 0
+"2461" 4 0.785520017147064 2 5 1
+"2462" 5 0.223326027393341 1 2.15272569656372 1
+"2463" 5 0.401980012655258 1 2 1
+"2464" 3 0.461620002985001 4 4.62234497070312 0
+"2465" 3 0.267989993095398 2 4 1
+"2466" 1 0.461620002985001 1 5.47336006164551 0
+"2467" 3 0.785520017147064 7 6 0
+"2468" 4 0.600469946861267 2 4 1
+"2469" 3 0.175205454230309 3 4 1
+"2470" 4 0.785520017147064 5 3.82838487625122 1
+"2471" 3 0.688880026340485 1 3 1
+"2472" 4 0.62978994846344 2 3 0
+"2473" 3 0.785520017147064 1 3.84211349487305 1
+"2474" 5 0.387620002031326 1 1 1
+"2475" 1 0.312420010566711 4 5.39851427078247 1
+"2476" 3 0.43155699968338 1 4 1
+"2477" 3 0.154886499047279 1 6 1
+"2478" 3 0.267989993095398 1 2.76697659492493 0
+"2479" 3 0.592509984970093 2 2.63608956336975 0
+"2480" 4 0.609759986400604 7 5 1
+"2481" 4 0.312420010566711 1 6 1
+"2482" 4 0.785520017147064 2 3 0
+"2483" 5 0.607374370098114 4 4 0
+"2484" 3 0.402013391256332 6 3 1
+"2485" 5 0.673849999904633 6 6 1
diff --git a/data/immi3.tab b/data/immi3.tab
new file mode 100644
index 0000000..1ab2663
--- /dev/null
+++ b/data/immi3.tab
@@ -0,0 +1,2486 @@
+"ipip" "wage1992" "prtyid" "ideol" "gender"
+"1" 3 0.614226460456848 7 5 1
+"2" 4 0.674753963947296 5 5 1
+"3" 4 0.267989993095398 7 6 1
+"4" 1 0.261489987373352 1 4 1
+"5" 3 0.109722658991814 2 1.76031398773193 1
+"6" 4 0.464700013399124 5 3 0
+"7" 3 0.673849999904633 3 5 1
+"8" 5 0.532922327518463 4 2 1
+"9" 2 0.600469946861267 1 1 1
+"10" 4 0.785520017147064 2 3 1
+"11" 3 0.367390006780624 5 2 0
+"12" 3 0.387620002031326 7 4 0
+"13" 2 0.394959986209869 2.81344485282898 3.64129209518433 1
+"14" 3 0.312420010566711 5 2.78478455543518 1
+"15" 4 1.13774001598358 4 4 0
+"16" 3 0.600469946861267 7 6 1
+"17" 3 0.461620002985001 6 4 0
+"18" 3 0.785520017147064 1 4.72942161560059 0
+"19" 3 0.408399999141693 5 3 1
+"20" 5 0.518409967422485 7 4 1
+"21" 2 0.267989993095398 3 2 0
+"22" 3 0.265219986438751 3 4.41514348983765 1
+"23" 4 0.614226460456848 3 5 1
+"24" 3 0.476355999708176 4 3 0
+"25" 5 0.52674674987793 7 6 1
+"26" 3 0.277761608362198 3 6 1
+"27" 2 0.581430017948151 5 5.59107351303101 1
+"28" 3 0.408399999141693 2 4.28536224365234 1
+"29" 5 0.261489987373352 4 3.28694152832031 1
+"30" 3 0.538692891597748 5 5.31768941879272 1
+"31" 5 0.267989993095398 1 4.20422458648682 1
+"32" 5 0.408399999141693 6 5.18003034591675 0
+"33" 4 0.440597921609879 6 4 1
+"34" 3 0.394959986209869 2 4 1
+"35" 3 0.511519968509674 1 2.74362277984619 0
+"36" 3 0.785520017147064 6 4.51759815216064 0
+"37" 5 0.785520017147064 5 6 0
+"38" 3 0.614226460456848 4 4.76837301254272 0
+"39" 3 0.673849999904633 5 6 0
+"40" 2 0.65021002292633 2 3 1
+"41" 3 0.592509984970093 5 5 0
+"42" 3 0.644749999046326 6 3 1
+"43" 4 0.267989993095398 6 5 0
+"44" 5 0.614226460456848 2 5 0
+"45" 3 0.62111485004425 1 4 1
+"46" 3 0.701979994773865 2 3 1
+"47" 5 0.427269995212555 6 6 1
+"48" 3 0.189989998936653 6 4 1
+"49" 3 0.511519968509674 2 2.93322658538818 0
+"50" 4 0.518409967422485 7 7 0
+"51" 5 0.335929989814758 5 4 1
+"52" 2 0.65021002292633 1 2 0
+"53" 3 0.592509984970093 7 4 0
+"54" 4 0.367390006780624 4 4 0
+"55" 5 0.387620002031326 5 4.90378427505493 0
+"56" 3 0.785520017147064 6 3 0
+"57" 3 0.320780009031296 1 6 1
+"58" 3 0.394959986209869 7 6 1
+"59" 5 0.785520017147064 7 6 1
+"60" 5 0.267989993095398 2 2 0
+"61" 3 0.414970010519028 7 6 0
+"62" 5 0.309140026569366 4 3 0
+"63" 4 0.406390011310577 1 2 1
+"64" 3 0.673849999904633 7 6 1
+"65" 5 0.511519968509674 1 2 0
+"66" 3 0.614226460456848 2 2 0
+"67" 3 0.261489987373352 2 4.90490818023682 1
+"68" 4 0.600469946861267 1 5 1
+"69" 5 0.785520017147064 7 7 0
+"70" 5 0.509447515010834 1 5 1
+"71" 3 0.364969998598099 5 5 0
+"72" 3 0.320780009031296 7.2579140663147 7 1
+"73" 3 0.336679995059967 2 3.75016260147095 0
+"74" 5 0.390350013971329 3 4 0
+"75" 3 0.785520017147064 7 4 0
+"76" 3 0.446730017662048 5 4 0
+"77" 3 0.365890830755234 7 6 1
+"78" 1 0.309140026569366 7 4 0
+"79" 2 0.408399999141693 7 4 1
+"80" 3 0.592509984970093 7 2 0
+"81" 3 0.662460029125214 1 2 0
+"82" 2 0.267989993095398 2 4.19483613967896 1
+"83" 5 0.592509984970093 3 5 0
+"84" 3 0.903599977493286 2 2 0
+"85" 5 0.477019995450974 5 4.38504552841187 0
+"86" 3 0.545379996299744 5 6.43436098098755 0
+"87" 5 0.688880026340485 5 6 1
+"88" 5 0.309140026569366 2 5.69631099700928 0
+"89" 2 0.265219986438751 4 3.73661828041077 0
+"90" 4 0.592509984970093 1 2 1
+"91" 3 0.701979994773865 7 6 1
+"92" 3 0.903599977493286 5 5 0
+"93" 3 0.408600002527237 1 3.71424007415771 0
+"94" 3 0.785520017147064 1 2 1
+"95" 1 0.529449999332428 1 4 0
+"96" 4 0.320780009031296 7 2 1
+"97" 5 0.364969998598099 5 3 1
+"98" 3 0.361250013113022 2 2.46823763847351 1
+"99" 5 0.662460029125214 4 4.96197509765625 0
+"100" 3 0.673849999904633 4 5 1
+"101" 4 0.425585001707077 5 4 1
+"102" 3 0.532429993152618 1 6.13421583175659 0
+"103" 3 0.440597921609879 1 2 0
+"104" 4 0.367390006780624 4 2.73702335357666 0
+"105" 3 0.785520017147064 5 5 0
+"106" 4 0.688880026340485 2 5 0
+"107" 4 0.385200023651123 4 5.4308910369873 0
+"108" 4 0.309265941381454 3 6 1
+"109" 5 0.701979994773865 6 4 0
+"110" 3 0.401980012655258 1 4 0
+"111" 3 0.177668660879135 5 7.4469575881958 1
+"112" 3 0.343410015106201 2 3.43594098091125 1
+"113" 2 0.65021002292633 4 3 1
+"114" 1 0.462199747562408 7 6 0
+"115" 3 0.343410015106201 4 4 0
+"116" 3 0.785520017147064 6 5 0
+"117" 4 0.592509984970093 1 4 0
+"118" 3 0.175383105874062 1 6 0
+"119" 4 0.351166784763336 4 4 1
+"120" 3 0.424634009599686 2 2.81155467033386 1
+"121" 3 0.673849999904633 3 0.490564346313477 0
+"122" 1 0.688880026340485 2 4 1
+"123" 3 0.364969998598099 1 4.27364349365234 1
+"124" 3 0.320780009031296 3 3 1
+"125" 3 0.281066924333572 3 3 1
+"126" 5 0.609759986400604 6 2 1
+"127" 4 0.320780009031296 1 3.17129445075989 1
+"128" 5 0.400240004062653 6 5 1
+"129" 3 0.600469946861267 3 4 1
+"130" 5 0.518409967422485 3 4 1
+"131" 3 0.600469946861267 2 4 1
+"132" 5 0.785520017147064 7 4.46536731719971 0
+"133" 5 0.785520017147064 5 5 0
+"134" 5 0.451297104358673 4 6 1
+"135" 5 0.539271235466003 4.67557907104492 6.5217490196228 1
+"136" 3 0.644749999046326 1 6 0
+"137" 3 0.320780009031296 6 5 1
+"138" 1 0.385200023651123 1 3 1
+"139" 3 0.665455162525177 7 5 1
+"140" 3 0.315829992294312 2 3.57608103752136 1
+"141" 4 0.785520017147064 3 3 0
+"142" 3 0.518409967422485 7 6 1
+"143" 5 0.614226460456848 7 6 0
+"144" 3 1.10091006755829 6 5 0
+"145" 4 0.600469946861267 6 5 1
+"146" 3 0.600469946861267 2 4 1
+"147" 3 0.785520017147064 5 6.79343557357788 1
+"148" 5 0.414970010519028 7 4 0
+"149" 4 0.36285999417305 6 4 0
+"150" 3 0.65021002292633 4 4 0
+"151" 4 0.464899986982346 4 2.82423543930054 1
+"152" 5 0.785520017147064 5 4 1
+"153" 3 0.785520017147064 2 2 0
+"154" 3 0.785520017147064 1 3 1
+"155" 4 0.785520017147064 7 5 0
+"156" 3 0.600469946861267 5 6.5266432762146 0
+"157" 5 0.511519968509674 4 4.14760875701904 0
+"158" 5 0.551272451877594 5 4 0
+"159" 4 0.673849999904633 5 6 0
+"160" 3 0.785520017147064 6 5 0
+"161" 4 0.673849999904633 6 5 0
+"162" 3 0.614226460456848 6 6 0
+"163" 3 0.720225930213928 7 6 0
+"164" 2 0.793409943580627 5 6 0
+"165" 3 0.701979994773865 2 5 0
+"166" 5 0.320780009031296 1 5.81636810302734 1
+"167" 3 0.487359970808029 3 3 0
+"168" 4 0.394959986209869 4 5 1
+"169" 5 0.529449999332428 3 2.54272317886353 0
+"170" 4 0.320780009031296 1 4 1
+"171" 5 0.785520017147064 2 6 0
+"172" 3 0.609759986400604 2 4 1
+"173" 3 0.614226460456848 3 2 0
+"174" 4 0.267989993095398 1 3 1
+"175" 4 0.394959986209869 4 4 1
+"176" 5 0.785520017147064 3 4 0
+"177" 3 0.614226460456848 5 6 0
+"178" 3 0.65021002292633 7 6 0
+"179" 5 0.343410015106201 4 3.57928490638733 1
+"180" 3 0.8400399684906 6 4 0
+"181" 5 0.267989993095398 7 5 1
+"182" 3 0.267989993095398 1 4 1
+"183" 5 0.552873373031616 1 6.40444278717041 1
+"184" 5 0.65021002292633 5 6 1
+"185" 4 0.312420010566711 2 3 1
+"186" 4 0.511519968509674 3 5 0
+"187" 5 0.785520017147064 7 5 0
+"188" 2 -0.0416740030050278 2 4 1
+"189" 1 0.487359970808029 5 3 0
+"190" 5 0.614226460456848 6 3 1
+"191" 1 0.402443557977676 7 6 1
+"192" 5 0.265219986438751 5 4 1
+"193" 3 0.343410015106201 2 0.832483291625977 1
+"194" 1 0.320780009031296 3 1 0
+"195" 3 0.785520017147064 6 4 0
+"196" 3 0.793409943580627 2 5 0
+"197" 4 0.120842352509499 5 3.61460757255554 1
+"198" 4 0.903599977493286 7 4 1
+"199" 3 0.414970010519028 7 7 0
+"200" 5 0.407070010900497 1 5.94328880310059 1
+"201" 3 0.8400399684906 5 6 0
+"202" 3 0.673849999904633 1 5 0
+"203" 3 0.529449999332428 5 4 1
+"204" 1 0.267989993095398 3 4.67970466613770 1
+"205" 5 0.785520017147064 6 3.98941969871521 0
+"206" 3 0.785520017147064 7 6 0
+"207" 3 0.688880026340485 5 4 1
+"208" 5 0.390350013971329 3 7 0
+"209" 3 0.381099998950958 4 2.42580175399780 0
+"210" 3 0.461620002985001 1 4 0
+"211" 4 0.394959986209869 3 4 1
+"212" 4 0.65021002292633 7 6 0
+"213" 1 0.673849999904633 7 6 1
+"214" 3 0.509866118431091 5 5 1
+"215" 3 0.581430017948151 3 2.19372463226318 0
+"216" 4 0.511519968509674 3 2 0
+"217" 3 0.0826074853539467 6 4.13231325149536 0
+"218" 3 0.343410015106201 3 4.25622797012329 1
+"219" 5 0.785520017147064 2 7 1
+"220" 5 0.461620002985001 5 6 0
+"221" 5 0.698559999465942 2 7 0
+"222" 5 0.401980012655258 2 5.17086696624756 1
+"223" 5 0.785520017147064 3 4 0
+"224" 4 0.387620002031326 2 2.96238708496094 1
+"225" 4 0.400240004062653 2 5.46819543838501 1
+"226" 5 0.267989993095398 1 3.65392017364502 1
+"227" 5 0.335929989814758 4 6.324631690979 0
+"228" 1 0.520840048789978 6 4 0
+"229" 2 0.600469946861267 4 4 0
+"230" 3 0.673849999904633 1 2 0
+"231" 3 0.394959986209869 3 2 1
+"232" 5 0.394959986209869 6 6 1
+"233" 5 0.401980012655258 3 5 1
+"234" 3 0.673849999904633 1 5 1
+"235" 3 0.614226460456848 3 1 0
+"236" 4 0.457309991121292 3 4 0
+"237" 4 0.394959986209869 7 5 1
+"238" 5 0.600469946861267 2 4 1
+"239" 3 0.407070010900497 2 4 1
+"240" 4 0.701979994773865 7 4 1
+"241" 3 0.903599977493286 4 5 0
+"242" 3 0.315829992294312 6 4.29227495193481 0
+"243" 5 0.387620002031326 1 2 1
+"244" 5 0.614226460456848 1 6 0
+"245" 4 0.315829992294312 4 4 0
+"246" 3 0.312420010566711 5 3.50003838539124 1
+"247" 2 0.600469946861267 4 3 1
+"248" 4 0.343410015106201 2 5.17996740341187 0
+"249" 4 0.367390006780624 4.8586573600769 6.26943445205688 0
+"250" 4 0.440597921609879 2 4 0
+"251" 5 0.343410015106201 3 4 1
+"252" 2 0.400240004062653 1 4 1
+"253" 2 0.320780009031296 7 5 1
+"254" 3 0.414970010519028 5 5 0
+"255" 5 0.903599977493286 7 5 0
+"256" 4 0.600469946861267 6 3 1
+"257" 5 0.903599977493286 5 5 0
+"258" 3 0.609759986400604 5 3 1
+"259" 3 0.394959986209869 6 4.14927959442139 1
+"260" 4 0.632341802120209 6 5 0
+"261" 3 0.401980012655258 3 3.39310908317566 0
+"262" 5 0.208856374025345 2 6 1
+"263" 2 0.688880026340485 2 2 1
+"264" 2 0.592509984970093 4 6 0
+"265" 4 0.464700013399124 1 2 1
+"266" 4 0.688880026340485 7 4 1
+"267" 3 0.408399999141693 2 5 0
+"268" 3 1.10091006755829 6 5 0
+"269" 5 0.614226460456848 7 6 0
+"270" 3 0.267989993095398 4 4.11386251449585 1
+"271" 5 0.408399999141693 1 1.95973300933838 1
+"272" 3 0.408399999141693 3 4.80742359161377 1
+"273" 3 0.477019995450974 2 5.00281047821045 0
+"274" 3 0.487359970808029 4 3 0
+"275" 3 0.343410015106201 3 6 1
+"276" 3 0.65021002292633 3 2 1
+"277" 4 0.284025818109512 2 2.27314186096191 1
+"278" 3 0.446730017662048 3 2 0
+"279" 5 0.600469946861267 5 6 1
+"280" 5 0.267989993095398 4.07433080673218 3.9447774887085 0
+"281" 3 0.600469946861267 2 3 1
+"282" 2 0.498421847820282 1 2.13311457633972 1
+"283" 5 0.518409967422485 7 5 0
+"284" 4 0.36285999417305 5 4.87819337844849 0
+"285" 5 0.414970010519028 4 4.24571323394775 0
+"286" 4 0.400240004062653 5 4.89344310760498 1
+"287" 3 0.785520017147064 5 3.93974471092224 1
+"288" 3 0.777340054512024 7 7 0
+"289" 4 0.600469946861267 2 4 1
+"290" 2 0.785520017147064 7 6 0
+"291" 4 0.614226460456848 2 5.30776929855347 1
+"292" 5 0.401980012655258 2 3.28657126426697 0
+"293" 3 0.309140026569366 7 4.30270576477051 1
+"294" 4 0.477019995450974 2 5.00204706192017 0
+"295" 3 0.394959986209869 1 1 1
+"296" 5 0.381099998950958 2 4 1
+"297" 4 0.293215334415436 1 7 1
+"298" 5 0.446730017662048 4 3 1
+"299" 2 0.785520017147064 6 4 1
+"300" 4 0.343410015106201 4 2 1
+"301" 5 0.427269995212555 2 7 0
+"302" 4 0.688880026340485 2 4 1
+"303" 3 0.785520017147064 6 5 1
+"304" 4 0.511519968509674 2 5 0
+"305" 4 0.440597921609879 1 3.75100612640381 0
+"306" 4 0.785520017147064 3 3 0
+"307" 3 0.427269995212555 1 1.33221375942230 0
+"308" 4 0.407070010900497 3 2 1
+"309" 3 0.343410015106201 4 4 0
+"310" 4 0.267989993095398 2 4 0
+"311" 3 0.267989993095398 1 1.84195160865784 1
+"312" 4 0.394959986209869 3 2.80516481399536 1
+"313" 3 0.343410015106201 6 4 1
+"314" 4 0.343410015106201 2 4 0
+"315" 5 0.592509984970093 2 4 0
+"316" 3 0.3887699842453 7 6.34571981430054 0
+"317" 5 0.737052321434021 7 6 0
+"318" 4 0.461620002985001 1 3.96082234382629 0
+"319" 2 0.394959986209869 4 4 1
+"320" 5 0.614226460456848 5 4 1
+"321" 5 0.673849999904633 6 4 1
+"322" 3 0.673849999904633 7 6 0
+"323" 3 0.785520017147064 7 6 0
+"324" 3 0.394959986209869 3 5.15995454788208 1
+"325" 5 0.414768576622009 3 5.9233455657959 1
+"326" 3 0.343410015106201 6 6 1
+"327" 4 0.400896817445755 6 2 1
+"328" 4 0.592509984970093 1 3.8440215587616 0
+"329" 3 0.487359970808029 2 2 0
+"330" 1 0.263042360544205 4 1 1
+"331" 3 0.614226460456848 3 2 1
+"332" 5 0.267989993095398 3 4 1
+"333" 4 0.501038551330566 6 5 0
+"334" 3 0.540655851364136 2 4 1
+"335" 3 0.464899986982346 6 6 1
+"336" 4 0.320780009031296 7 6 1
+"337" 3 0.529449999332428 1 3 0
+"338" 2 0.600469946861267 7 6 1
+"339" 4 0.414970010519028 7 6 0
+"340" 5 0.387620002031326 5 6 1
+"341" 3 0.62365996837616 1 4.71437549591064 0
+"342" 4 0.785520017147064 4 5.84713983535767 0
+"343" 3 0.673849999904633 5 5.80216598510742 1
+"344" 3 0.267989993095398 4 2.52106666564941 1
+"345" 3 0.461620002985001 1 1 0
+"346" 5 0.474801003932953 7 6 1
+"347" 3 0.701979994773865 6 5 0
+"348" 5 0.600469946861267 4 3.94470906257629 1
+"349" 3 0.267989993095398 1 6 1
+"350" 5 0.364969998598099 5 3 1
+"351" 4 0.343410015106201 1 4 1
+"352" 2 0.387620002031326 6 4.61604118347168 1
+"353" 3 0.520840048789978 4 5.85227632522583 0
+"354" 4 0.614226460456848 3 3 0
+"355" 5 0.400240004062653 7 6 0
+"356" 3 0.785520017147064 6 6 0
+"357" 5 0.65021002292633 1 4 1
+"358" 5 0.903599977493286 3 4 0
+"359" 3 0.400240004062653 6 4 1
+"360" 5 0.73905998468399 5 5.01722383499146 1
+"361" 2 0.364969998598099 2 3.69531607627869 1
+"362" 5 0.464700013399124 3 2 1
+"363" 3 0.903599977493286 5 3 1
+"364" 5 0.315829992294312 1 3.37344861030579 1
+"365" 4 0.511519968509674 5 5.4904055595398 0
+"366" 2 0.205120116472244 6 4 1
+"367" 4 0.315829992294312 3 3 1
+"368" 3 0.400240004062653 6 4 1
+"369" 5 0.407070010900497 3 4 1
+"370" 4 0.335929989814758 2 1 0
+"371" 4 0.304138690233231 4 4 1
+"372" 3 0.222296774387360 3 3.15512681007385 1
+"373" 4 0.320780009031296 5 4.63483190536499 1
+"374" 3 0.600469946861267 2 4 1
+"375" 3 0.446730017662048 1 4 0
+"376" 5 0.343410015106201 2 2.11894941329956 1
+"377" 4 1.13774001598358 1 1 0
+"378" 3 0.518409967422485 1 4 0
+"379" 5 0.8400399684906 7 7 0
+"380" 1 0.408399999141693 3 2 1
+"381" 5 0.369037300348282 2 4.29626703262329 1
+"382" 3 0.785520017147064 5 4.4833459854126 0
+"383" 5 0.545379996299744 4 4 0
+"384" 3 0.309140026569366 3 4 0
+"385" 3 0.400240004062653 5 4 1
+"386" 3 0.315829992294312 2.20464444160461 4.81304836273193 0
+"387" 4 0.903599977493286 5 5 0
+"388" 3 0.189989998936653 4 4.46543645858765 1
+"389" 2 0.367390006780624 4 4 0
+"390" 5 0.315829992294312 7 6 0
+"391" 5 0.267989993095398 2 1 1
+"392" 3 0.390350013971329 4 3 0
+"393" 5 0.440597921609879 5 7 0
+"394" 2 0.343410015106201 1 2 1
+"395" 3 0.785520017147064 2 3 1
+"396" 3 0.606049120426178 2 4.45888042449951 1
+"397" 3 0.65021002292633 7 3.73156404495239 1
+"398" 3 0.315829992294312 1 3 1
+"399" 3 0.673849999904633 4 6 0
+"400" 2 0.315829992294312 3 2 0
+"401" 2 0.261489987373352 2 5 1
+"402" 3 0.584297716617584 5 5 1
+"403" 3 0.267989993095398 4 3.92964339256287 1
+"404" 3 0.559611141681671 6 5 0
+"405" 4 0.394959986209869 6 5.37807178497314 1
+"406" 4 0.614226460456848 4 4 0
+"407" 1 0.461620002985001 5 5 0
+"408" 1 0.903599977493286 6 5 0
+"409" 4 0.461620002985001 1 1 0
+"410" 5 0.777340054512024 5 5 0
+"411" 3 0.903599977493286 5 5 0
+"412" 4 0.265219986438751 3 3.91131520271301 0
+"413" 3 0.267989993095398 7 4 1
+"414" 4 0.777340054512024 3 3 0
+"415" 3 0.644749999046326 2 2 0
+"416" 3 0.614226460456848 7 6 1
+"417" 4 0.785520017147064 7 6 0
+"418" 4 0.320780009031296 1 4 1
+"419" 3 0.487359970808029 2 3.3959743976593 0
+"420" 3 0.75151002407074 1 2.93757390975952 0
+"421" 5 0.392269968986511 3 3.35857391357422 1
+"422" 3 0.545379996299744 5 6 0
+"423" 3 0.644749999046326 7 5 1
+"424" 3 0.799585342407227 1 2 1
+"425" 5 0.688880026340485 6 3 0
+"426" 4 0.644749999046326 3 3 0
+"427" 3 0.785520017147064 3 2 1
+"428" 4 0.414970010519028 1 6 0
+"429" 3 0.401980012655258 4 5.55670642852783 1
+"430" 4 0.285372883081436 2 2.81924867630005 1
+"431" 3 0.8400399684906 1 3 1
+"432" 3 0.374797612428665 6 6 1
+"433" 3 0.394959986209869 5 5.04434490203857 1
+"434" 3 0.167882934212685 3 4.99423408508301 1
+"435" 4 0.609759986400604 3 3 0
+"436" 3 0.511519968509674 3 4 0
+"437" 3 0.367390006780624 2 3 1
+"438" 3 0.8400399684906 4 3 0
+"439" 4 0.598930716514587 3 2 1
+"440" 3 0.320780009031296 1 3.76020669937134 1
+"441" 5 0.592509984970093 6 5 1
+"442" 3 0.592509984970093 6 5 0
+"443" 3 0.644749999046326 2 2 1
+"444" 5 0.903599977493286 5 5 0
+"445" 2 0.701979994773865 5 5 0
+"446" 1 0.461620002985001 4 4 0
+"447" 4 0.487359970808029 5 6 0
+"448" 4 0.673849999904633 2 3 1
+"449" 2 0.614226460456848 4 4 0
+"450" 3 0.36285999417305 4 4 0
+"451" 3 0.559146046638489 4 4 1
+"452" 3 0.581430017948151 4 4 0
+"453" 5 0.343410015106201 2 3.37930274009705 1
+"454" 3 0.609759986400604 5 6 1
+"455" 4 0.600469946861267 2 5 1
+"456" 2 0.343410015106201 3 3 1
+"457" 5 0.408399999141693 5 4 1
+"458" 3 0.511519968509674 3 4.00518941879272 0
+"459" 5 0.189989998936653 3 5 1
+"460" 5 0.614226460456848 4 4.74902153015137 1
+"461" 3 0.688880026340485 6 4 1
+"462" 5 0.315829992294312 1 6.14071655273438 1
+"463" 3 0.785520017147064 4 4 0
+"464" 3 0.408600002527237 1 3.1913001537323 1
+"465" 3 0.267989993095398 5 3 1
+"466" 4 0.43847069144249 7 3 0
+"467" 4 0.511519968509674 4 3.03440308570862 0
+"468" 5 0.335929989814758 2 4.78105878829956 0
+"469" 5 0.401980012655258 1 2 1
+"470" 4 0.688880026340485 1 4.47001171112061 1
+"471" 1 0.189989998936653 1 5.52017259597778 1
+"472" 1 0.84213000535965 2 1 0
+"473" 3 0.434631526470184 6 5 1
+"474" 4 0.267989993095398 2 4.39602899551392 1
+"475" 4 0.350401669740677 4 3.48902893066406 1
+"476" 4 0.394959986209869 6 6 1
+"477" 5 0.511519968509674 2 5 0
+"478" 5 0.347139686346054 7 4 1
+"479" 5 0.614226460456848 5 7 0
+"480" 1 0.343410015106201 2 4 0
+"481" 3 0.785520017147064 4 4 1
+"482" 4 0.343410015106201 4 5 1
+"483" 4 0.440597921609879 4 5.12973356246948 0
+"484" 3 0.315829992294312 2 2 0
+"485" 5 0.532429993152618 4 4 0
+"486" 3 0.320780009031296 3 3.55216407775879 1
+"487" 1 0.336679995059967 6 5 0
+"488" 4 0.394959986209869 7 3 1
+"489" 4 0.390350013971329 4 5.3794093132019 0
+"490" 1 0.793409943580627 3 4 0
+"491" 3 0.673849999904633 5 4 0
+"492" 5 0.400240004062653 4 4 0
+"493" 5 0.614226460456848 6 5 0
+"494" 5 0.532429993152618 5 6 1
+"495" 4 0.408399999141693 2 5.39483499526978 0
+"496" 3 0.343410015106201 5 5.84737157821655 0
+"497" 1 0.644749999046326 6 6 0
+"498" 3 0.8400399684906 4 2.82432961463928 1
+"499" 3 0.457893252372742 5 4 1
+"500" 3 0.417619258165359 2 7 1
+"501" 3 0.464700013399124 5 4 1
+"502" 3 0.581430017948151 5 5 0
+"503" 3 0.312420010566711 3 3.81921172142029 1
+"504" 3 0.320780009031296 1 4.72652769088745 1
+"505" 3 0.408600002527237 1 3.62026047706604 1
+"506" 4 0.267989993095398 4 5 1
+"507" 5 0.267989993095398 2 4.0608172416687 1
+"508" 3 0.785520017147064 3 2 0
+"509" 2 0.427269995212555 2 6 0
+"510" 5 0.408399999141693 1.18321752548218 3 0
+"511" 3 0.394959986209869 3 4 1
+"512" 5 0.267989993095398 6 4 0
+"513" 3 0.614226460456848 7 5 0
+"514" 5 0.518409967422485 5 7 0
+"515" 3 0.84213000535965 3 2 1
+"516" 4 0.312420010566711 1 4 1
+"517" 5 0.312420010566711 2 4 1
+"518" 3 0.394959986209869 2 4 1
+"519" 4 0.609759986400604 5 4 1
+"520" 5 0.468820005655289 2.11964464187622 4 1
+"521" 4 0.385200023651123 3 4 0
+"522" 4 1.13774001598358 2 3 0
+"523" 3 0.532429993152618 7 6 0
+"524" 3 0.614226460456848 2 4 0
+"525" 4 0.644749999046326 3 4 1
+"526" 4 0.320780009031296 2 1.43247222900391 1
+"527" 5 0.609759986400604 2 5.51011657714844 1
+"528" 4 0.343410015106201 3 5 0
+"529" 4 0.662460029125214 4 3 0
+"530" 5 0.600469946861267 3 4 1
+"531" 2 0.320780009031296 1 2 0
+"532" 2 0.312420010566711 3 4 0
+"533" 4 0.62365996837616 1 4 0
+"534" 3 0.600469946861267 6.30257844924927 4 1
+"535" 3 0.614226460456848 5 4 0
+"536" 3 0.227700740098953 5 2.83100843429565 1
+"537" 3 0.189989998936653 2 6 1
+"538" 3 0.408600002527237 1 3 1
+"539" 3 0.401980012655258 5 3.82940196990967 1
+"540" 3 0.261489987373352 5 6 1
+"541" 5 0.511519968509674 2 3.23091673851013 0
+"542" 4 0.407070010900497 3 4 1
+"543" 3 0.311060339212418 6 4.59169292449951 1
+"544" 5 0.532429993152618 6 6 1
+"545" 3 0.461620002985001 5 4.67121648788452 0
+"546" 3 0.486762195825577 4 5 1
+"547" 1 0.671472132205963 2 3.04130482673645 0
+"548" 3 0.335929989814758 5 4 0
+"549" 4 0.343410015106201 2 2 1
+"550" 4 0.614226460456848 1 2 0
+"551" 4 0.614226460456848 1 2 0
+"552" 3 0.8400399684906 7 6 0
+"553" 4 0.487359970808029 2 3 0
+"554" 4 0.532429993152618 7 4 1
+"555" 4 0.464899986982346 2 5.2249698638916 0
+"556" 4 0.408600002527237 3 4 0
+"557" 3 0.401980012655258 5 5 0
+"558" 4 0.701979994773865 3 3.51746153831482 0
+"559" 3 0.387620002031326 5 7 1
+"560" 1 0.312420010566711 2 6 1
+"561" 3 0.312420010566711 5 4 1
+"562" 5 0.600469946861267 7 2 0
+"563" 5 0.532429993152618 7 6 0
+"564" 3 0.408399999141693 1 3 0
+"565" 4 0.511519968509674 1 7 0
+"566" 3 0.662460029125214 6 4 0
+"567" 5 0.364969998598099 6 2.8793203830719 1
+"568" 3 0.343410015106201 5 5.38748598098755 0
+"569" 1 0.656294763088226 3 2 1
+"570" 3 0.511519968509674 4 5.57366609573364 0
+"571" 4 0.673849999904633 4 5.40317630767822 1
+"572" 4 0.315829992294312 7 4 0
+"573" 3 0.427269995212555 7 2 0
+"574" 4 0.343410015106201 2 5 1
+"575" 3 0.408399999141693 3 5 1
+"576" 3 0.315829992294312 3 4 1
+"577" 5 0.539596259593964 6 6 1
+"578" 3 0.401980012655258 4 5 0
+"579" 5 0.408399999141693 4 4 1
+"580" 5 0.401980012655258 1 3.66084933280945 1
+"581" 4 0.288257867097855 3 4 0
+"582" 5 0.292011886835098 6 5 1
+"583" 5 0.315829992294312 4 4 0
+"584" 5 0.394959986209869 5 6 1
+"585" 3 0.461620002985001 6 5 0
+"586" 4 0.189989998936653 2 4.3779501914978 1
+"587" 4 0.302562892436981 1 2 1
+"588" 5 0.398467570543289 1 4 1
+"589" 3 0.673849999904633 5 5 1
+"590" 4 0.511519968509674 4 6.3724193572998 0
+"591" 3 0.387620002031326 6 5 0
+"592" 3 0.592509984970093 2 4 0
+"593" 3 0.267989993095398 4 4 1
+"594" 5 0.785520017147064 6 6 0
+"595" 3 0.36285999417305 2 1.45004844665527 1
+"596" 5 0.408399999141693 5 6 0
+"597" 4 0.267989993095398 6 7 1
+"598" 1 0.350434333086014 5 4 1
+"599" 5 0.614226460456848 6 5 1
+"600" 5 0.401980012655258 3 4.15759325027466 1
+"601" 3 0.903599977493286 6 4 0
+"602" 4 0.407070010900497 3 6 1
+"603" 2 0.457309991121292 6 4.42333602905273 0
+"604" 2 0.644749999046326 5 4 0
+"605" 4 0.62365996837616 7 6 0
+"606" 4 0.267989993095398 2 7 1
+"607" 3 0.414970010519028 5 2 0
+"608" 4 0.50785905122757 6 5 0
+"609" 3 0.609759986400604 7 4.58852529525757 1
+"610" 3 0.785520017147064 1 4 1
+"611" 4 0.903599977493286 6 3 0
+"612" 1 0.609759986400604 3 6 1
+"613" 5 0.62365996837616 2 4 0
+"614" 3 0.257362097501755 2.51499557495117 0.737713575363159 1
+"615" 3 0.400240004062653 1 2 1
+"616" 4 0.614226460456848 7 6 1
+"617" 5 0.614226460456848 2 4 0
+"618" 4 0.518409967422485 1 4 0
+"619" 1 0.785520017147064 5 4 0
+"620" 5 0.614226460456848 6 3 1
+"621" 4 0.427269995212555 3 4.40495014190674 0
+"622" 3 0.521999061107635 5 4 1
+"623" 5 0.267989993095398 4 4 0
+"624" 3 0.903599977493286 4 4 0
+"625" 5 0.688880026340485 6 4 1
+"626" 5 0.312420010566711 6 4 1
+"627" 3 0.532429993152618 1 5 0
+"628" 4 0.673849999904633 6 4 1
+"629" 3 0.309140026569366 4 5.93531608581543 0
+"630" 3 0.785520017147064 6 5 1
+"631" 4 0.600469946861267 5 7 1
+"632" 5 0.221289843320847 1 4 1
+"633" 4 0.487359970808029 5 4.9804892539978 0
+"634" 4 0.560933232307434 5 3 0
+"635" 4 0.785520017147064 6 7 0
+"636" 1 0.644749999046326 3 2 0
+"637" 1 0.309140026569366 5 5 0
+"638" 4 0.673849999904633 3 2 0
+"639" 5 0.532429993152618 2 1.96779584884644 0
+"640" 5 0.315829992294312 1 4.28234386444092 1
+"641" 3 0.440597921609879 4 7 0
+"642" 3 0.343410015106201 5 6 1
+"643" 3 0.320780009031296 2 4.43929719924927 1
+"644" 5 0.364969998598099 1 6 1
+"645" 5 0.661948442459106 2 1 1
+"646" 4 0.519009828567505 5 5 1
+"647" 3 0.464700013399124 5 4.91514539718628 1
+"648" 3 0.487359970808029 7 6.7803316116333 0
+"649" 3 0.461620002985001 7 4 0
+"650" 5 0.315829992294312 1 7 0
+"651" 2 0.84213000535965 3 1 1
+"652" 3 0.314452230930328 3 3.89386129379272 1
+"653" 3 0.600469946861267 6 4 1
+"654" 3 0.487359970808029 4 5 0
+"655" 3 0.487359970808029 1 4 0
+"656" 3 0.785520017147064 6 4 0
+"657" 4 0.343410015106201 3 4 1
+"658" 5 0.774982333183289 6 6 1
+"659" 3 0.387620002031326 4 1.89278388023376 1
+"660" 5 0.614226460456848 6 5 1
+"661" 3 0.343410015106201 2 3 0
+"662" 5 0.315829992294312 2 4 0
+"663" 5 0.785520017147064 7 5 0
+"664" 3 0.532429993152618 6 4 1
+"665" 1 0.635304033756256 7 6 1
+"666" 3 0.903599977493286 2 3 0
+"667" 3 0.343410015106201 5 6 0
+"668" 3 0.261489987373352 3 2.51877307891846 1
+"669" 3 0.688880026340485 5 3 1
+"670" 4 0.400240004062653 5 5.69054698944092 1
+"671" 3 0.65021002292633 2 3 1
+"672" 3 0.506669819355011 4 5.21563911437988 1
+"673" 3 0.560619652271271 1 3 1
+"674" 3 0.785520017147064 3 2 1
+"675" 3 0.401980012655258 4 4 0
+"676" 3 0.390350013971329 2 6 0
+"677" 3 0.026164960116148 6 5.26210308074951 1
+"678" 3 0.785520017147064 6 6 0
+"679" 3 0.84213000535965 2 3 1
+"680" 1 0.320780009031296 1 4 1
+"681" 4 0.0316915735602379 2 3 0
+"682" 3 0.785520017147064 3 3 0
+"683" 3 0.461620002985001 1 2.63447594642639 1
+"684" 3 0.511519968509674 7 7 0
+"685" 3 0.36285999417305 3 5 1
+"686" 4 0.793409943580627 2 2 1
+"687" 3 0.477019995450974 1 4 0
+"688" 3 0.614226460456848 5 5 0
+"689" 3 0.381099998950958 -0.357584923505783 1.67144370079041 1
+"690" 4 0.367390006780624 2 4 0
+"691" 2 0.644749999046326 2 4 0
+"692" 3 0.600469946861267 5 6 0
+"693" 3 0.408399999141693 4 4 1
+"694" 3 0.600469946861267 2 4 1
+"695" 5 0.614226460456848 4 4 0
+"696" 5 0.614226460456848 6 4.4210000038147 0
+"697" 4 0.487790405750275 5 4 1
+"698" 5 0.318367272615433 6 4 1
+"699" 4 0.475648939609528 1 5.5469856262207 1
+"700" 2 0.267989993095398 2 2.65048670768738 1
+"701" 2 0.394959986209869 2 3 1
+"702" 2 0.407070010900497 5 2.49910163879395 1
+"703" 3 0.394959986209869 5 3 1
+"704" 3 0.394959986209869 3 3 1
+"705" 4 0.785520017147064 6 6 0
+"706" 5 0.487359970808029 7 3 0
+"707" 5 0.404377937316895 3 4 1
+"708" 5 0.401980012655258 1 1 0
+"709" 3 0.343410015106201 5 3 1
+"710" 4 0.8400399684906 3 4 0
+"711" 4 0.785520017147064 2 4 0
+"712" 5 0.592509984970093 4 6 0
+"713" 4 0.417596906423569 6 4 1
+"714" 5 0.785520017147064 6 4 0
+"715" 5 0.394959986209869 2 4 1
+"716" 3 0.84213000535965 3 3 0
+"717" 3 0.394959986209869 5.54289484024048 5.21801233291626 1
+"718" 4 0.628077983856201 7 5 1
+"719" 5 0.494225233793259 6 4.49646711349487 1
+"720" 3 0.312420010566711 2 5 1
+"721" 3 0.359252244234085 3 3.73452687263489 1
+"722" 4 0.446730017662048 2 4 0
+"723" 3 0.581430017948151 2 3 0
+"724" 3 0.609759986400604 1 2 1
+"725" 4 0.394959986209869 2 3.37191009521484 1
+"726" 3 0.688880026340485 4 4 1
+"727" 5 0.511519968509674 1 6 0
+"728" 3 0.688880026340485 1 2 0
+"729" 3 0.644749999046326 4 3 0
+"730" 5 0.592509984970093 4 4 0
+"731" 5 0.320780009031296 2 3.26285624504089 1
+"732" 5 0.785520017147064 6 6 0
+"733" 4 0.600469946861267 5 3 1
+"734" 4 0.511519968509674 6 6 0
+"735" 3 0.903599977493286 6 5 0
+"736" 3 0.785520017147064 1 2 1
+"737" 3 0.532429993152618 3 1 0
+"738" 3 0.65021002292633 4 4 1
+"739" 5 0.614226460456848 2 3 1
+"740" 5 0.511519968509674 1 7 0
+"741" 1 0.218387693166733 5 3.47313857078552 1
+"742" 4 0.440597921609879 3 4.58781814575195 0
+"743" 3 0.267989993095398 6 4 1
+"744" 3 0.785520017147064 2 4 1
+"745" 5 0.692411422729492 2 4 1
+"746" 3 1.13774001598358 3 4 0
+"747" 3 0.320780009031296 6 7.8465256690979 1
+"748" 5 0.532429993152618 1 4 1
+"749" 5 0.600469946861267 5 6 1
+"750" 1 0.785520017147064 5 5 0
+"751" 3 0.785520017147064 5 5 1
+"752" 3 0.556646347045898 3 3.83575582504272 1
+"753" 5 0.688880026340485 6 5 0
+"754" 2 0.400240004062653 2 4 1
+"755" 3 0.688880026340485 5 5 1
+"756" 5 0.673849999904633 6 5 1
+"757" 3 0.407070010900497 7 5 1
+"758" 3 0.785520017147064 5 6 1
+"759" 4 1.10091006755829 6 5 0
+"760" 4 0.401980012655258 7 2 0
+"761" 5 0.600469946861267 6 5 0
+"762" 3 0.614226460456848 2 5 0
+"763" 3 0.343410015106201 1 3 1
+"764" 3 0.75911033153534 1 2 1
+"765" 5 0.785520017147064 7 5 1
+"766" 5 0.609759986400604 5 4 1
+"767" 2 0.65021002292633 3 2 0
+"768" 2 1.13774001598358 1 2 0
+"769" 3 0.407070010900497 4 3.31329798698425 1
+"770" 4 0.3887699842453 2 4 0
+"771" 4 0.65021002292633 5 6 0
+"772" 4 0.903599977493286 4 4 0
+"773" 2 0.406390011310577 2 1.00460040569305 1
+"774" 3 0.357941329479218 1 2 1
+"775" 2 0.609759986400604 2 2 1
+"776" 5 0.592509984970093 7 7.01957559585571 0
+"777" 3 0.688880026340485 3 5 1
+"778" 5 0.701979994773865 5 5 0
+"779" 2 1.10091006755829 1 1 1
+"780" 5 0.408600002527237 2 3.42028427124023 1
+"781" 1 0.414970010519028 5 6 0
+"782" 4 0.364969998598099 6 4 1
+"783" 4 0.673849999904633 4 4 1
+"784" 4 0.267989993095398 1 5 1
+"785" 5 0.477019995450974 6 2 0
+"786" 5 0.309140026569366 5 5 0
+"787" 3 0.394959986209869 2 2 1
+"788" 4 0.592509984970093 1 3.67738175392151 0
+"789" 3 0.785520017147064 2 5.35192012786865 0
+"790" 4 0.785520017147064 6 3 1
+"791" 5 0.52087539434433 1 2.57998585700989 1
+"792" 3 0.644749999046326 1 4 1
+"793" 3 0.785520017147064 4 4 0
+"794" 2 0.320780009031296 7 6 1
+"795" 3 0.679231524467468 2 4 1
+"796" 5 0.407070010900497 1 5 1
+"797" 5 0.600469946861267 1 4 1
+"798" 4 0.600469946861267 6 4 1
+"799" 3 0.407070010900497 4 4 1
+"800" 2 0.688880026340485 5 5 1
+"801" 2 0.320780009031296 1 6 1
+"802" 2 0.588622570037842 6 5 1
+"803" 5 0.785520017147064 1 4 0
+"804" 5 0.62365996837616 5 4 0
+"805" 3 0.320780009031296 5 4.56063985824585 1
+"806" 5 0.340220004320145 7 4 1
+"807" 5 0.785520017147064 1 2 0
+"808" 1 0.532429993152618 7 4 0
+"809" 3 0.614226460456848 2 2 1
+"810" 2 0.261489987373352 3 2.66893219947815 1
+"811" 4 0.532429993152618 1 2 0
+"812" 3 0.400240004062653 5 4 1
+"813" 5 0.785520017147064 7 5 0
+"814" 2 0.320780009031296 1 2 0
+"815" 3 0.328473567962646 4 4 1
+"816" 4 0.267989993095398 1 3 1
+"817" 3 0.386619985103607 5 4 0
+"818" 3 0.427269995212555 6 5 1
+"819" 3 0.132970705628395 6 3.12591671943665 1
+"820" 4 0.394959986209869 5 4 1
+"821" 3 0.644749999046326 7 6 1
+"822" 4 0.408399999141693 2 4 0
+"823" 4 0.461620002985001 5 4 0
+"824" 3 0.785520017147064 7 6.37699127197266 0
+"825" 1 0.429800182580948 1 5 1
+"826" 3 0.46580970287323 3 4 1
+"827" 5 0.532429993152618 1 7.04178857803345 0
+"828" 4 0.785520017147064 4 5 0
+"829" 3 0.609759986400604 7 5 0
+"830" 3 0.785520017147064 7 5 0
+"831" 5 0.57738322019577 6 4 1
+"832" 1 0.84213000535965 2 1 1
+"833" 1 0.581430017948151 2 4.19772291183472 1
+"834" 5 0.408600002527237 2 1 1
+"835" 3 0.394959986209869 3 3.19109487533569 1
+"836" 4 0.807094752788544 7 6 1
+"837" 4 0.312420010566711 3 4.32284069061279 1
+"838" 3 0.461620002985001 2 2.67043399810791 0
+"839" 4 0.673849999904633 4 2 1
+"840" 5 0.309140026569366 7 5 0
+"841" 5 0.390350013971329 1 6 0
+"842" 5 0.785520017147064 7 4 0
+"843" 3 0.427269995212555 7 5 1
+"844" 3 0.673849999904633 6 5 1
+"845" 5 0.412963688373566 4 2 0
+"846" 5 0.785520017147064 5 5 0
+"847" 5 0.785520017147064 1 3 0
+"848" 3 0.600469946861267 1 2 1
+"849" 3 0.343410015106201 6 4 1
+"850" 3 0.267989993095398 3 4 1
+"851" 4 0.520840048789978 3 5 0
+"852" 5 0.511519968509674 4 4 0
+"853" 4 0.401980012655258 4 6 0
+"854" 3 0.592509984970093 7 6 0
+"855" 5 0.62978994846344 4 5.18206071853638 0
+"856" 3 0.261489987373352 3 4.07417964935303 1
+"857" 3 0.351714789867401 3 2.90618681907654 1
+"858" 3 0.688880026340485 3 3.56826043128967 1
+"859" 3 0.460534811019897 2 5 1
+"860" 4 0.609759986400604 7 6 1
+"861" 4 0.62365996837616 4 6 0
+"862" 3 0.527765572071075 2 4.75979852676392 1
+"863" 3 0.401980012655258 1 3 0
+"864" 3 0.673849999904633 4 5 0
+"865" 4 0.343410015106201 7 4 1
+"866" 5 0.529449999332428 1 2 1
+"867" 5 0.400240004062653 1 4 1
+"868" 3 0.322671890258789 2 5 0
+"869" 2 0.785520017147064 2 3 1
+"870" 3 0.614226460456848 6 4 0
+"871" 4 0.320780009031296 3 1 1
+"872" 3 0.755437135696411 2 2.69797778129578 1
+"873" 4 0.532429993152618 3 4 0
+"874" 3 0.446730017662048 7 4 0
+"875" 5 0.65021002292633 1 4 0
+"876" 3 0.688880026340485 7 5 0
+"877" 5 0.464700013399124 3 3.28601837158203 1
+"878" 3 0.688880026340485 6 6 1
+"879" 3 0.446730017662048 5 5 0
+"880" 4 0.320780009031296 3 3.38284587860107 1
+"881" 3 0.785520017147064 1 4 0
+"882" 3 1.13774001598358 3 3 0
+"883" 5 0.408600002527237 1 5.05861520767212 1
+"884" 3 0.644749999046326 5 5 0
+"885" 3 0.312420010566711 3 4.45470857620239 1
+"886" 4 0.158909603953362 5 4 0
+"887" 4 0.414970010519028 1 4 0
+"888" 3 0.511519968509674 4 4 0
+"889" 4 0.600469946861267 6 3.54371833801270 0
+"890" 3 0.536454796791077 4 4 1
+"891" 4 0.394959986209869 2 4 1
+"892" 3 0.903599977493286 7 4 0
+"893" 4 0.673849999904633 7 7 0
+"894" 2 0.600469946861267 3 2 1
+"895" 4 0.267989993095398 4 3.97210907936096 1
+"896" 3 1.10091006755829 3 2 0
+"897" 3 0.62365996837616 1 4 0
+"898" 3 0.785520017147064 6 5 0
+"899" 4 0.614287912845612 4 3 1
+"900" 5 0.592509984970093 7 7 0
+"901" 4 0.477019995450974 4 5.98841524124146 0
+"902" 4 0.401980012655258 4 5.93901443481445 1
+"903" 3 0.600469946861267 1 2 1
+"904" 3 0.62365996837616 7 6 0
+"905" 3 0.267989993095398 2 2.9765202999115 1
+"906" 4 0.662460029125214 5 6 0
+"907" 5 0.461620002985001 3 4.73839426040649 0
+"908" 3 0.62365996837616 6 4 0
+"909" 3 0.460766106843948 4 3 1
+"910" 2 0.477019995450974 6 3 0
+"911" 3 0.487359970808029 2 4.64277315139771 0
+"912" 5 0.600469946861267 2 2 1
+"913" 5 0.390350013971329 3 5.36110782623291 0
+"914" 3 0.673849999904633 1 2 0
+"915" 5 0.640781223773956 6 4 1
+"916" 4 0.499779343605042 2 5.04529047012329 1
+"917" 3 0.464700013399124 1 4 1
+"918" 4 0.662460029125214 4 5 0
+"919" 4 0.614226460456848 6 5 1
+"920" 5 0.464899986982346 1 4 0
+"921" 3 0.401980012655258 2 3 0
+"922" 2 0.903599977493286 2 4 0
+"923" 1 0.609759986400604 6 5 1
+"924" 3 0.673849999904633 6 3 1
+"925" 4 0.785520017147064 2 2 0
+"926" 5 0.401980012655258 3 4.71786022186279 0
+"927" 4 0.312420010566711 3 2 1
+"928" 4 0.785520017147064 2 3.81858873367310 1
+"929" 3 0.320780009031296 1 7 1
+"930" 1 0.267989993095398 1 2 0
+"931" 3 0.688880026340485 2 5 1
+"932" 3 0.394959986209869 2 3 1
+"933" 4 0.592509984970093 6 5 0
+"934" 4 0.394959986209869 4 5.34845113754272 1
+"935" 3 0.673849999904633 5 5 0
+"936" 5 0.614226460456848 4 5.75803184509277 1
+"937" 4 0.65021002292633 4 3 0
+"938" 3 0.464700013399124 7 5 1
+"939" 3 0.394959986209869 3 3 1
+"940" 3 0.487359970808029 3 5 0
+"941" 4 0.427269995212555 1.56566023826599 3.63748359680176 1
+"942" 3 0.65021002292633 3 2 0
+"943" 3 0.400240004062653 2 4 0
+"944" 4 0.532429993152618 2 3.18223810195923 0
+"945" 5 0.267989993095398 4 2 1
+"946" 3 0.265219986438751 5 4 0
+"947" 3 0.673849999904633 2 5 0
+"948" 4 0.427269995212555 5 5 0
+"949" 3 0.464899986982346 1 5 1
+"950" 3 0.315829992294312 1 5 1
+"951" 5 0.511519968509674 5 4.75885963439941 0
+"952" 3 0.340220004320145 6 6.89856004714966 0
+"953" 5 0.151615083217621 4 4.26280927658081 1
+"954" 3 0.356948524713516 4 2 1
+"955" 4 0.3887699842453 5 2 0
+"956" 3 0.461620002985001 1 5 0
+"957" 3 0.793409943580627 3 3 0
+"958" 3 0.407070010900497 3 4 1
+"959" 5 0.785520017147064 3 1 1
+"960" 3 0.673849999904633 2 4 1
+"961" 3 0.320780009031296 6 5 1
+"962" 4 0.84213000535965 4 5 0
+"963" 3 0.343410015106201 2 4 1
+"964" 4 0.464899986982346 6.02079439163208 3.50115537643433 1
+"965" 2 0.343410015106201 2 4 1
+"966" 5 0.688880026340485 3 4 1
+"967" 3 0.394959986209869 4 3.97953104972839 1
+"968" 5 0.614226460456848 3 5.50510215759277 0
+"969" 5 0.408399999141693 1 2 1
+"970" 3 0.614226460456848 3 4 1
+"971" 5 0.461620002985001 5 4 0
+"972" 3 0.554013967514038 5 6 0
+"973" 3 0.614226460456848 3 4 0
+"974" 3 0.394959986209869 4 4 1
+"975" 4 0.320780009031296 1 5 1
+"976" 2 0.600469946861267 3 1 0
+"977" 3 0.267989993095398 7 3.80836868286133 0
+"978" 4 0.413259595632553 1 2.68213129043579 1
+"979" 2 0.623979806900024 3 3 1
+"980" 5 0.600469946861267 4 4 1
+"981" 3 0.343410015106201 3 2.66378688812256 1
+"982" 5 0.369098246097565 4 3.09501767158508 1
+"983" 3 0.414970010519028 5 5 0
+"984" 4 0.394959986209869 4 6.05101776123047 1
+"985" 3 0.537585854530334 3 5 1
+"986" 3 0.320780009031296 1 1.28272461891174 1
+"987" 3 0.903599977493286 5 5 0
+"988" 5 0.335929989814758 6 2 0
+"989" 5 0.461620002985001 2 4 0
+"990" 4 0.222702503204346 7 6 1
+"991" 4 0.477019995450974 1 2 0
+"992" 5 0.343410015106201 1 5 1
+"993" 5 0.551801562309265 2 4 1
+"994" 3 0.777340054512024 1 2 1
+"995" 4 0.8400399684906 4 4 0
+"996" 4 0.701979994773865 4 3 1
+"997" 5 0.394959986209869 3 4 1
+"998" 5 0.785520017147064 2 2 0
+"999" 3 0.8400399684906 5 4 0
+"1000" 4 0.387620002031326 2 3 1
+"1001" 4 0.600469946861267 3 4 0
+"1002" 3 0.320780009031296 3 1 0
+"1003" 5 0.457309991121292 2 2.81412506103516 0
+"1004" 5 0.352994054555893 7 3.98159193992615 1
+"1005" 4 0.320780009031296 5 5.73258590698242 1
+"1006" 3 0.785520017147064 2 3.07633805274963 1
+"1007" 3 0.343410015106201 1 4.34022092819214 1
+"1008" 3 0.401980012655258 3 2 0
+"1009" 1 0.343410015106201 6 5.92454433441162 1
+"1010" 3 0.785520017147064 2 3 0
+"1011" 2 0.315829992294312 1 4 1
+"1012" 4 0.394959986209869 4 2.59261274337769 1
+"1013" 2 0.600469946861267 1 2.09480857849121 1
+"1014" 5 0.688880026340485 4 7 1
+"1015" 2 0.518409967422485 2 2 1
+"1016" 3 0.701979994773865 7 7 0
+"1017" 5 0.309140026569366 5 2.52533602714539 0
+"1018" 5 0.600469946861267 2 6 0
+"1019" 1 0.600469946861267 3 4 1
+"1020" 3 0.189989998936653 1 2 1
+"1021" 4 0.315829992294312 1 2 1
+"1022" 2 0.487359970808029 6 4 0
+"1023" 4 0.343410015106201 1 2 1
+"1024" 3 0.461620002985001 6 4 0
+"1025" 3 0.673849999904633 1 3 1
+"1026" 3 0.416694968938828 2 4 1
+"1027" 3 0.673849999904633 2 4 0
+"1028" 3 0.609759986400604 7 5 1
+"1029" 3 0.193326205015182 3 3 1
+"1030" 4 0.614226460456848 2 5 1
+"1031" 2 0.387620002031326 4 4 0
+"1032" 1 0.320780009031296 3 3 0
+"1033" 4 0.517017245292664 2 4 1
+"1034" 3 0.545379996299744 1 4 0
+"1035" 5 0.401980012655258 4 5 1
+"1036" 5 0.628267347812653 7 6 0
+"1037" 1 0.181255176663399 2 3.4393196105957 1
+"1038" 5 0.189989998936653 2.01444625854492 6.17034769058228 1
+"1039" 4 0.464700013399124 4 3 1
+"1040" 4 0.609759986400604 5 6 1
+"1041" 5 0.394959986209869 7 7 1
+"1042" 4 0.340220004320145 1 3 0
+"1043" 3 0.614226460456848 5 4 0
+"1044" 4 0.785520017147064 3 4 0
+"1045" 5 0.408600002527237 1 5.08981418609619 1
+"1046" 2 0.320780009031296 7 6 1
+"1047" 5 0.461620002985001 1 3.92726302146912 0
+"1048" 2 0.609759986400604 7 4 1
+"1049" 3 0.39943727850914 3 6 1
+"1050" 4 0.65021002292633 6 4 1
+"1051" 4 0.547326922416687 7 7 0
+"1052" 5 0.414970010519028 4 5 0
+"1053" 3 0.414970010519028 6 3.44617319107056 0
+"1054" 4 0.614226460456848 5 4.62293863296509 1
+"1055" 3 0.407070010900497 3 4.0583233833313 1
+"1056" 2 0.29844069480896 7 4 1
+"1057" 5 0.785520017147064 5 5 1
+"1058" 5 0.785520017147064 7 7 0
+"1059" 5 0.532429993152618 2 4 0
+"1060" 3 0.673849999904633 1 4 0
+"1061" 4 0.65021002292633 2 6 1
+"1062" 5 0.511519968509674 4 6 0
+"1063" 5 0.414970010519028 1 4 0
+"1064" 4 0.407070010900497 7 6 0
+"1065" 3 0.408399999141693 2 7 1
+"1066" 3 0.600469946861267 2 2 1
+"1067" 4 0.532429993152618 1 6 1
+"1068" 4 0.785520017147064 6 6 0
+"1069" 1 0.309140026569366 1 4 0
+"1070" 2 0.673849999904633 4 4 1
+"1071" 3 0.464700013399124 7 7 1
+"1072" 4 0.400240004062653 6 5 1
+"1073" 4 0.785520017147064 2 4.16432857513428 0
+"1074" 4 0.785520017147064 6 4 0
+"1075" 3 0.688880026340485 6 5 1
+"1076" 3 0.785520017147064 7 6 0
+"1077" 4 0.339776456356049 1 5 1
+"1078" 3 0.592509984970093 5 6 0
+"1079" 5 0.407070010900497 1 5 0
+"1080" 3 0.3577840924263 2 6 1
+"1081" 3 0.464700013399124 6 3 1
+"1082" 5 0.673849999904633 7 4 1
+"1083" 3 0.320780009031296 7 6 0
+"1084" 3 0.406390011310577 5 5 1
+"1085" 5 0.518409967422485 6 4 1
+"1086" 5 0.427269995212555 4 3.68232798576355 0
+"1087" 4 0.8400399684906 2 5 1
+"1088" 5 0.673849999904633 3 4 0
+"1089" 4 0.265219986438751 3 2 0
+"1090" 4 0.785520017147064 2 3 0
+"1091" 4 0.785520017147064 5 6.40460538864136 1
+"1092" 4 0.701979994773865 6 4 1
+"1093" 4 0.614226460456848 3 4 1
+"1094" 3 0.511519968509674 5 3 0
+"1095" 3 0.511519968509674 7 6 0
+"1096" 3 0.390350013971329 6 5.55123472213745 0
+"1097" 3 0.785520017147064 1 2 1
+"1098" 3 0.785520017147064 6 5 0
+"1099" 3 0.600469946861267 2 2 1
+"1100" 4 0.701979994773865 3 1 1
+"1101" 4 0.688880026340485 3 4 1
+"1102" 3 0.400240004062653 4 4 1
+"1103" 3 0.623320877552032 2 2 0
+"1104" 5 0.511519968509674 4 4 0
+"1105" 3 0.614226460456848 4 5 0
+"1106" 4 0.614226460456848 6 5 0
+"1107" 4 0.697481691837311 3 5 0
+"1108" 3 0.219824627041817 1 2.82282257080078 1
+"1109" 3 0.575664699077606 5 7 1
+"1110" 4 0.785520017147064 2 4 1
+"1111" 3 0.785520017147064 5 4 0
+"1112" 3 0.261489987373352 1 4.68440103530884 1
+"1113" 1 0.261489987373352 1 2.68645429611206 1
+"1114" 3 0.477019995450974 4 4 0
+"1115" 3 0.320780009031296 5 4 1
+"1116" 4 0.511519968509674 2 5 0
+"1117" 3 0.614226460456848 6 6 0
+"1118" 3 0.614226460456848 6 6 1
+"1119" 3 0.614226460456848 5 3 0
+"1120" 3 0.600469946861267 7 7 1
+"1121" 4 0.315829992294312 3 2 0
+"1122" 3 0.903599977493286 6 5 0
+"1123" 5 0.400240004062653 6 4 1
+"1124" 5 0.343410015106201 1 3 1
+"1125" 4 0.662460029125214 7 5 0
+"1126" 1 0.777340054512024 3 2 1
+"1127" 4 0.407070010900497 3 5 1
+"1128" 3 0.343410015106201 1 4 0
+"1129" 5 0.390350013971329 7 5.62756013870239 0
+"1130" 3 0.520909309387207 2 4 1
+"1131" 3 0.335929989814758 5 5 0
+"1132" 3 0.407070010900497 3 5 1
+"1133" 5 0.614226460456848 6 4 0
+"1134" 3 0.184227809309959 6 5.26853132247925 1
+"1135" 5 0.400240004062653 5 5.43729162216187 1
+"1136" 4 0.270607680082321 1 4 1
+"1137" 3 0.600469946861267 4 4.96018409729004 1
+"1138" 5 0.600469946861267 1 5 1
+"1139" 5 0.62365996837616 3 4 0
+"1140" 3 0.477019995450974 5 3 0
+"1141" 4 0.785520017147064 4 4 0
+"1142" 3 0.673849999904633 2 3 0
+"1143" 4 0.315829992294312 4 5 0
+"1144" 2 0.189989998936653 1 3 1
+"1145" 5 0.532429993152618 6 3 0
+"1146" 4 0.400240004062653 7 7 1
+"1147" 5 0.400240004062653 6 3 1
+"1148" 5 0.477019995450974 1 2.3981614112854 0
+"1149" 3 0.305387228727341 7 4.57209491729736 1
+"1150" 3 0.386619985103607 3 5.53643321990967 0
+"1151" 3 0.487359970808029 2 6 0
+"1152" 3 0.401980012655258 2 4 0
+"1153" 3 0.785520017147064 1 3 0
+"1154" 4 0.487359970808029 2 2 0
+"1155" 4 0.552335441112518 3 4.75357723236084 1
+"1156" 3 0.600469946861267 2 2.88738512992859 1
+"1157" 4 0.407070010900497 6 5 1
+"1158" 3 0.414970010519028 7 4 0
+"1159" 4 0.335929989814758 3 5 0
+"1160" 4 0.343410015106201 1 2 1
+"1161" 3 0.62365996837616 1 2 0
+"1162" 3 0.367390006780624 4 4.07343530654907 0
+"1163" 1 0.267989993095398 1 3.94098567962646 1
+"1164" 5 0.461620002985001 1 1 0
+"1165" 4 0.592509984970093 4 5.71417999267578 0
+"1166" 3 0.265219986438751 2 2.39824962615967 0
+"1167" 3 0.532539963722229 1 4 0
+"1168" 3 0.606409788131714 3 4 1
+"1169" 4 0.811451494693756 4 3 1
+"1170" 3 0.785520017147064 6 4.49413347244263 1
+"1171" 3 0.340220004320145 2 2.82776594161987 1
+"1172" 3 0.673849999904633 1 4 1
+"1173" 5 0.267989993095398 1 3 0
+"1174" 3 0.446730017662048 1 2 1
+"1175" 3 0.427269995212555 1 3 0
+"1176" 5 0.265219986438751 1 4 1
+"1177" 4 0.785520017147064 3 4 1
+"1178" 4 0.532429993152618 6 4 0
+"1179" 5 0.614226460456848 5 7 0
+"1180" 5 0.785520017147064 6 5 1
+"1181" 4 0.464700013399124 6 5 1
+"1182" 3 0.688880026340485 3 4 0
+"1183" 5 0.518409967422485 3 4 1
+"1184" 4 0.427269995212555 2 5 0
+"1185" 4 0.309969514608383 6 4.33082485198975 1
+"1186" 5 0.400240004062653 1 3 1
+"1187" 4 0.427269995212555 1 5 0
+"1188" 3 0.65021002292633 1 3 1
+"1189" 2 0.581430017948151 2 5 0
+"1190" 3 0.414970010519028 6 5.62126684188843 0
+"1191" 5 0.414970010519028 7 6 0
+"1192" 2 0.267989993095398 3 6 1
+"1193" 4 0.364969998598099 2 3 1
+"1194" 5 0.394959986209869 3 4 1
+"1195" 3 0.407070010900497 3 1.64495313167572 1
+"1196" 3 0.614226460456848 3 5.25106573104858 0
+"1197" 4 0.439313650131226 2 4.94880771636963 1
+"1198" 4 0.440597921609879 4 5.11251640319824 0
+"1199" 4 0.62365996837616 1 4 0
+"1200" 3 0.394959986209869 2 4 1
+"1201" 5 0.511519968509674 2 5.84215354919434 0
+"1202" 4 0.343410015106201 4 4 1
+"1203" 2 0.267989993095398 1 1 0
+"1204" 3 0.62365996837616 6 4 0
+"1205" 3 0.277874290943146 2 3.62104797363281 1
+"1206" 3 0.394959986209869 1 2 1
+"1207" 5 0.341296195983887 3 4 1
+"1208" 3 0.52778035402298 6 6 1
+"1209" 3 0.785520017147064 2 6 0
+"1210" 2 0.532539963722229 5 6 0
+"1211" 3 0.903599977493286 7 6 0
+"1212" 3 0.487359970808029 1 3.16951274871826 0
+"1213" 5 0.312420010566711 3 5 1
+"1214" 3 0.529449999332428 1 2 1
+"1215" 3 0.315829992294312 3 3.53340411186218 1
+"1216" 3 0.592509984970093 6 3 0
+"1217" 3 0.368962943553925 1.71263861656189 5.16096115112305 1
+"1218" 5 0.581430017948151 5 5 0
+"1219" 5 0.320780009031296 4 4 1
+"1220" 3 0.400240004062653 7 4 1
+"1221" 5 0.315391063690186 1 3 1
+"1222" 5 0.785520017147064 2 3 0
+"1223" 3 0.785520017147064 4 3.69744873046875 0
+"1224" 4 0.320780009031296 1 3.81774115562439 1
+"1225" 5 0.343410015106201 7 5 1
+"1226" 3 0.349567860364914 6 5 1
+"1227" 1 0.595108866691589 7 5.46110200881958 1
+"1228" 3 0.475032299757004 4 7 1
+"1229" 4 0.528099238872528 7 5 1
+"1230" 4 0.315829992294312 1 5 0
+"1231" 1 0.343410015106201 2 2 1
+"1232" 4 0.446730017662048 6 4 1
+"1233" 4 0.320780009031296 2 4.73079347610474 1
+"1234" 5 0.426508188247681 3 5 1
+"1235" 2 0.408600002527237 7 7 1
+"1236" 3 0.529449999332428 1 6 0
+"1237" 4 0.394959986209869 1 2 1
+"1238" 3 0.461620002985001 4 3.00378441810608 0
+"1239" 3 0.265219986438751 1 4.9688401222229 1
+"1240" 4 0.614226460456848 3 5 1
+"1241" 3 0.344437599182129 4 6.36282587051392 1
+"1242" 4 0.65021002292633 7 5 0
+"1243" 4 0.306836456060410 2 1.26946127414703 1
+"1244" 3 0.401980012655258 3.09741950035095 4.81203079223633 1
+"1245" 4 0.451355427503586 7 6 1
+"1246" 5 0.592509984970093 5 5 0
+"1247" 4 0.62365996837616 4 2.55615520477295 0
+"1248" 4 0.381099998950958 7 6 0
+"1249" 4 0.511519968509674 6 4 0
+"1250" 4 0.261489987373352 5 5 0
+"1251" 1 0.382157593965530 7 4 1
+"1252" 5 0.532429993152618 7 6 0
+"1253" 3 0.518409967422485 2 3 1
+"1254" 5 0.696053743362427 1 4 1
+"1255" 4 0.3887699842453 2 3 0
+"1256" 3 0.614226460456848 5 5 1
+"1257" 3 0.343410015106201 3 4 1
+"1258" 3 0.36285999417305 1 3.86406755447388 0
+"1259" 3 0.267989993095398 4 5.65235710144043 1
+"1260" 4 0.701979994773865 2 5 0
+"1261" 5 0.785520017147064 2 2 0
+"1262" 5 0.903599977493286 5 5 0
+"1263" 5 0.401980012655258 2 4 1
+"1264" 4 0.701979994773865 7 6 0
+"1265" 5 0.189989998936653 1 2 1
+"1266" 3 0.464043259620667 6 3.72933721542358 0
+"1267" 2 0.407070010900497 1 4 1
+"1268" 4 0.688880026340485 6 3 1
+"1269" 4 0.320780009031296 2 1.57246768474579 1
+"1270" 2 0.600469946861267 3 2 0
+"1271" 4 0.520178377628326 4 4 0
+"1272" 3 0.481878966093063 2 5 1
+"1273" 4 0.267989993095398 5 6 1
+"1274" 4 0.793409943580627 7 5 1
+"1275" 2 0.518409967422485 3 3 1
+"1276" 4 0.189989998936653 1 3 1
+"1277" 5 0.335929989814758 1 3 1
+"1278" 3 0.408399999141693 4 4 0
+"1279" 4 0.785520017147064 5 5 0
+"1280" 3 0.401980012655258 6 6 0
+"1281" 1 0.440597921609879 6 4 0
+"1282" 3 0.785520017147064 4 4 0
+"1283" 3 0.688880026340485 7 4 1
+"1284" 5 0.335929989814758 7 5 0
+"1285" 5 0.267989993095398 4 4 1
+"1286" 5 0.477019995450974 5 5 0
+"1287" 3 0.701979994773865 7 6 0
+"1288" 3 0.355544656515121 2 4 1
+"1289" 3 0.701979994773865 4 3.75215911865234 0
+"1290" 4 0.389861553907394 1 5 1
+"1291" 4 0.903599977493286 5 6 0
+"1292" 4 0.673849999904633 2 0.676270306110382 1
+"1293" 4 0.511519968509674 6 4 0
+"1294" 5 0.490233957767487 4 5.04488849639893 1
+"1295" 5 0.265219986438751 6 4 0
+"1296" 3 0.461620002985001 2 1 0
+"1297" 5 0.785520017147064 7 4 0
+"1298" 4 0.414970010519028 7 6 1
+"1299" 3 0.903599977493286 7 5 0
+"1300" 5 0.785520017147064 7 4.95178747177124 0
+"1301" 3 0.688880026340485 6 5 0
+"1302" 4 0.573216080665588 2 6 1
+"1303" 4 0.332384765148163 2 3.66198492050171 1
+"1304" 3 0.600469946861267 1 5 0
+"1305" 3 0.461620002985001 1 2 0
+"1306" 3 0.414970010519028 2 2.44585561752319 1
+"1307" 3 0.777340054512024 2 3 1
+"1308" 3 0.312420010566711 1 6 1
+"1309" 5 0.261489987373352 1 6 1
+"1310" 3 0.267989993095398 2 3.21184039115906 1
+"1311" 4 0.408399999141693 6 4 0
+"1312" 4 0.343410015106201 6 4 1
+"1313" 4 0.315829992294312 1 5 1
+"1314" 4 0.364969998598099 5 3 1
+"1315" 5 0.457309991121292 6 3.71237850189209 0
+"1316" 3 0.785520017147064 1 4.52901029586792 0
+"1317" 3 0.186986967921257 7 5.79714059829712 1
+"1318" 4 0.785520017147064 5 5 0
+"1319" 3 0.449606776237488 3 4 1
+"1320" 5 0.414970010519028 5 4.48778390884399 1
+"1321" 5 0.401980012655258 5 2.99163722991943 0
+"1322" 4 0.414970010519028 6 6.20542430877686 0
+"1323" 3 0.189989998936653 3 3.44380927085876 1
+"1324" 4 0.312420010566711 1 4 1
+"1325" 3 0.62365996837616 2 4 0
+"1326" 3 0.594172239303589 6 3 1
+"1327" 5 0.367390006780624 2 4 0
+"1328" 4 0.367390006780624 2 4 1
+"1329" 5 0.315829992294312 2 5.62874889373779 1
+"1330" 4 0.401980012655258 2 3.48160457611084 0
+"1331" 4 0.271915525197983 6 6.21618795394897 1
+"1332" 5 0.320780009031296 2 1.76974713802338 1
+"1333" 2 0.518409967422485 2 3 1
+"1334" 3 0.487359970808029 6 5 0
+"1335" 4 0.267989993095398 2 3 0
+"1336" 4 0.8400399684906 7 6 0
+"1337" 5 0.785520017147064 4 4.90222835540771 1
+"1338" 4 0.267989993095398 1 5 1
+"1339" 3 0.511519968509674 6 5 0
+"1340" 3 0.457309991121292 5 5.27914524078369 0
+"1341" 3 0.394959986209869 3 3 1
+"1342" 3 0.870388448238373 2 2 1
+"1343" 5 0.261489987373352 5 3.49835371971130 1
+"1344" 5 0.440597921609879 4 4.92986249923706 0
+"1345" 5 0.201127722859383 7 4 1
+"1346" 3 0.407070010900497 3 4 1
+"1347" 5 0.394959986209869 4 4 1
+"1348" 3 0.400240004062653 7 5 1
+"1349" 5 0.511519968509674 2 4 0
+"1350" 5 0.394959986209869 3 4 1
+"1351" 4 0.367390006780624 1 4 1
+"1352" 4 0.464899986982346 3 2 1
+"1353" 3 0.394959986209869 4 4 1
+"1354" 3 0.532429993152618 3 1 0
+"1355" 3 0.343410015106201 4 5 0
+"1356" 4 0.662460029125214 1 4 0
+"1357" 5 0.464700013399124 3 5 1
+"1358" 5 0.388742238283157 1 3.23302841186523 1
+"1359" 5 0.407070010900497 7 6 0
+"1360" 4 0.592509984970093 5 5.97722721099854 0
+"1361" 4 0.785520017147064 6 3 0
+"1362" 4 0.903599977493286 7 6 0
+"1363" 3 0.343410015106201 3 5 0
+"1364" 5 0.36285999417305 3 4 0
+"1365" 5 0.320780009031296 2 4 1
+"1366" 5 0.387620002031326 6 4.15601825714111 1
+"1367" 3 0.265219986438751 5.38482809066772 4.04859733581543 0
+"1368" 3 0.688880026340485 3 4 1
+"1369" 5 0.477019995450974 3 1.84313845634460 0
+"1370" 4 0.600469946861267 5 5 0
+"1371" 5 0.427269995212555 6 6 1
+"1372" 5 0.532429993152618 6 6 0
+"1373" 5 0.464700013399124 1 6 1
+"1374" 3 0.315829992294312 1 3.45104455947876 1
+"1375" 3 0.785520017147064 6 3 1
+"1376" 4 0.511519968509674 4 4 0
+"1377" 5 0.614226460456848 7 6 0
+"1378" 5 0.785520017147064 1 4 0
+"1379" 4 0.58827418088913 1 4 1
+"1380" 5 0.488050609827042 4 2 0
+"1381" 4 0.600469946861267 6 7 0
+"1382" 3 0.662460029125214 1 4.69380474090576 0
+"1383" 5 0.62365996837616 3 4 0
+"1384" 1 0.401980012655258 1 4 0
+"1385" 3 0.394959986209869 2 5 1
+"1386" 3 0.189989998936653 7 4.32063579559326 1
+"1387" 4 0.315829992294312 4 3.09327697753906 0
+"1388" 5 0.414970010519028 2 6 1
+"1389" 5 0.267989993095398 6 6.55374813079834 1
+"1390" 5 0.320780009031296 6 5 1
+"1391" 4 0.609759986400604 3 3 1
+"1392" 3 0.267989993095398 1 2 1
+"1393" 3 0.320780009031296 4 2 0
+"1394" 4 1.10091006755829 3 2 0
+"1395" 3 0.65021002292633 5 5 1
+"1396" 2 1.10091006755829 1 2 1
+"1397" 3 0.581430017948151 4 4 0
+"1398" 3 0.343410015106201 2 5 1
+"1399" 3 0.414970010519028 7 2.74285483360291 0
+"1400" 4 0.400240004062653 2 5.06652879714966 1
+"1401" 3 0.343410015106201 7 5 1
+"1402" 4 0.600469946861267 2 5 0
+"1403" 5 0.461620002985001 2 6 1
+"1404" 1 0.62365996837616 7 5 0
+"1405" 3 0.65021002292633 1 3 0
+"1406" 3 0.49789172410965 1 2 1
+"1407" 1 0.407070010900497 2 4 1
+"1408" 3 0.532429993152618 1 2 0
+"1409" 4 0.688880026340485 3 3.4369421005249 1
+"1410" 4 0.785520017147064 3 4 1
+"1411" 4 0.267989993095398 1 2.62052989006042 1
+"1412" 4 0.381099998950958 7 4 0
+"1413" 3 0.518409967422485 5 6 0
+"1414" 5 0.364969998598099 2 3 1
+"1415" 3 0.320780009031296 7 5.71745204925537 1
+"1416" 4 0.394959986209869 2 4 1
+"1417" 5 0.261489987373352 3 4.42935943603516 1
+"1418" 5 0.408399999141693 1 5 1
+"1419" 4 0.427269995212555 2 4.60270643234253 0
+"1420" 3 0.609759986400604 2 3 1
+"1421" 3 0.487359970808029 7 6 1
+"1422" 3 0.394528567790985 3 4 1
+"1423" 3 0.427269995212555 3 4.42727613449097 1
+"1424" 3 0.532429993152618 2 3 0
+"1425" 3 0.407070010900497 5 6 1
+"1426" 4 0.312420010566711 5 6 1
+"1427" 3 0.461620002985001 7 4.92169380187988 0
+"1428" 5 0.300926089286804 6 4.69152927398682 1
+"1429" 5 0.614226460456848 6 6 0
+"1430" 2 0.903599977493286 7 5 0
+"1431" 3 0.694432973861694 5 4 1
+"1432" 3 0.387620002031326 3 3.59441208839417 1
+"1433" 3 0.315829992294312 7 5.3309326171875 1
+"1434" 3 0.785520017147064 1 4 1
+"1435" 3 0.487359970808029 6 6 0
+"1436" 4 0.408399999141693 2 2 0
+"1437" 4 0.394959986209869 2 6 1
+"1438" 3 0.600469946861267 3 2 0
+"1439" 2 0.534112691879272 3 3.24096298217773 1
+"1440" 4 0.511519968509674 4 4 0
+"1441" 4 0.600469946861267 7 6 0
+"1442" 5 0.614226460456848 7 6 0
+"1443" 5 0.464700013399124 4 2.27360796928406 1
+"1444" 5 0.315829992294312 3 3.97400212287903 1
+"1445" 5 0.390350013971329 5 6 0
+"1446" 3 0.644749999046326 4 5.37482357025146 1
+"1447" 3 0.603359460830688 2 2 1
+"1448" 3 0.343410015106201 4 4 1
+"1449" 3 0.401980012655258 1 5.51577758789062 1
+"1450" 5 0.785520017147064 2 4 0
+"1451" 3 0.62365996837616 1 3.25948524475098 0
+"1452" 5 0.315829992294312 7 6 1
+"1453" 5 0.903599977493286 7 6 0
+"1454" 4 0.242261305451393 6 6.75464582443237 1
+"1455" 3 0.785520017147064 7 6 0
+"1456" 5 0.451938837766647 1 4 1
+"1457" 4 0.265219986438751 1 4 0
+"1458" 3 0.785520017147064 5 4 0
+"1459" 3 0.400240004062653 3 4 1
+"1460" 3 0.62365996837616 6 6 0
+"1461" 3 0.592509984970093 3 1 0
+"1462" 4 0.254826545715332 6 5.63229274749756 1
+"1463" 4 0.785520017147064 3 3.6939537525177 1
+"1464" 4 0.511519968509674 3 4 0
+"1465" 5 0.461620002985001 4 4 0
+"1466" 3 0.701979994773865 1 4 0
+"1467" 2 0.65021002292633 3 3 1
+"1468" 2 0.0584226958453655 6 4.49116086959839 1
+"1469" 3 0.315829992294312 1 2 0
+"1470" 4 0.315829992294312 2 5.18459701538086 0
+"1471" 5 0.385200023651123 1 3.15822100639343 0
+"1472" 2 1.10091006755829 2 4 0
+"1473" 2 1.10091006755829 3 2 0
+"1474" 5 0.511519968509674 2 3.4662070274353 0
+"1475" 4 0.592509984970093 1 4 0
+"1476" 3 0.343410015106201 0.74694436788559 5.12058258056641 1
+"1477" 3 0.461620002985001 4 3.69831943511963 1
+"1478" 3 0.390350013971329 5 4 0
+"1479" 5 0.698559999465942 5 2 0
+"1480" 4 0.265219986438751 6 4.49377298355103 0
+"1481" 4 0.461620002985001 6 5.06672239303589 0
+"1482" 4 0.408399999141693 6 6 0
+"1483" 5 0.518923759460449 2 5 1
+"1484" 3 0.551323533058167 2 2.16079783439636 1
+"1485" 3 0.614226460456848 5 5 0
+"1486" 4 0.65021002292633 2 2 0
+"1487" 5 0.267989993095398 5 7 1
+"1488" 3 0.315829992294312 5 4 1
+"1489" 5 0.267989993095398 2 4 1
+"1490" 3 0.785520017147064 6 4 0
+"1491" 4 0.355151623487473 4 3 1
+"1492" 3 0.701979994773865 1 6 0
+"1493" 4 0.267989993095398 6 5.85486793518066 1
+"1494" 5 0.511519968509674 6 6 0
+"1495" 5 0.609759986400604 3 5 1
+"1496" 4 0.65021002292633 7 6 1
+"1497" 3 0.785520017147064 5 6 0
+"1498" 5 0.320780009031296 3 5.07123470306396 1
+"1499" 4 0.351794511079788 1 7 1
+"1500" 3 0.407070010900497 1 6.45490789413452 1
+"1501" 5 0.467339843511581 3 2 1
+"1502" 5 0.8400399684906 4.3431658744812 5.22522783279419 0
+"1503" 3 1.10091006755829 2 4 0
+"1504" 4 0.673849999904633 6 3.54533433914185 1
+"1505" 1 0.343410015106201 4 3.6867995262146 1
+"1506" 5 0.394959986209869 5 6 1
+"1507" 3 0.614226460456848 7 6 0
+"1508" 5 0.614226460456848 7 7 0
+"1509" 4 0.408399999141693 3 4.87844324111938 0
+"1510" 5 0.407070010900497 7 6 1
+"1511" 4 0.785520017147064 1 4 1
+"1512" 3 0.785520017147064 1 6 0
+"1513" 3 0.701979994773865 4 4 0
+"1514" 3 0.343410015106201 3 3 0
+"1515" 3 0.335929989814758 5 3 0
+"1516" 4 0.8400399684906 7 5 1
+"1517" 5 0.599166035652161 2 3 0
+"1518" 5 0.903599977493286 6 5 0
+"1519" 3 0.8400399684906 4 5.89791440963745 0
+"1520" 3 0.592509984970093 1 2.95906281471252 1
+"1521" 5 0.785520017147064 1 3 0
+"1522" 5 0.785520017147064 7 5 0
+"1523" 4 0.62365996837616 6 5 0
+"1524" 3 0.315829992294312 5 4 1
+"1525" 3 0.381099998950958 5 2.65973401069641 0
+"1526" 3 0.468820005655289 6 6 0
+"1527" 5 0.614226460456848 1 1 1
+"1528" 5 0.609759986400604 2 4 1
+"1529" 4 0.65021002292633 2 3 0
+"1530" 3 0.315829992294312 1 5.33496570587158 1
+"1531" 3 0.401980012655258 1 7 0
+"1532" 4 0.414970010519028 6 4 0
+"1533" 4 0.400240004062653 6 3 1
+"1534" 3 0.343410015106201 4 2.42800211906433 1
+"1535" 4 0.511519968509674 3 4 0
+"1536" 4 0.608733773231506 1 4 1
+"1537" 3 0.394959986209869 6 4 1
+"1538" 4 0.478972375392914 2.81043791770935 1.95309126377106 1
+"1539" 3 0.511519968509674 3 6 0
+"1540" 5 0.367390006780624 1 5 0
+"1541" 3 0.431751847267151 2 3.81561613082886 1
+"1542" 5 0.414970010519028 1 2.62811923027039 0
+"1543" 5 0.401980012655258 2 4 1
+"1544" 3 0.65021002292633 3 3 1
+"1545" 4 0.364969998598099 3 3 1
+"1546" 3 0.440349936485291 5 5 0
+"1547" 3 0.446730017662048 7 6 1
+"1548" 3 0.464700013399124 5 4 1
+"1549" 3 0.518409967422485 1 2 0
+"1550" 3 0.394959986209869 7 6 1
+"1551" 5 0.367390006780624 2 5 0
+"1552" 5 0.688880026340485 2 4.9094090461731 1
+"1553" 3 0.592509984970093 6 3.32819890975952 0
+"1554" 2 0.267989993095398 1 2.59287071228027 1
+"1555" 4 0.265219986438751 7 5 1
+"1556" 2 0.367390006780624 2.35297107696533 3.58265376091003 0
+"1557" 5 0.580733716487885 4 3.15869307518005 1
+"1558" 5 0.673849999904633 4 5 1
+"1559" 5 0.401980012655258 5 2.92279815673828 1
+"1560" 3 0.385200023651123 7 2 0
+"1561" 3 0.777340054512024 2 2 0
+"1562" 4 0.401980012655258 5 4.95153093338013 1
+"1563" 4 0.407070010900497 3 4 1
+"1564" 4 1.10091006755829 5 3 1
+"1565" 3 0.785520017147064 6 4.15780305862427 1
+"1566" 5 0.381099998950958 6 4.93748998641968 1
+"1567" 3 0.407070010900497 6 6 1
+"1568" 3 0.673849999904633 3 4 1
+"1569" 4 0.600469946861267 1 3 1
+"1570" 5 0.427269995212555 2 3.8664116859436 1
+"1571" 3 0.364969998598099 3 4 0
+"1572" 3 0.518409967422485 1 3 0
+"1573" 4 0.267989993095398 3 4 0
+"1574" 3 0.614226460456848 2 4 1
+"1575" 2 0.518409967422485 4 4 0
+"1576" 3 0.785520017147064 7 7 0
+"1577" 3 0.600469946861267 2 3 0
+"1578" 5 1.10091006755829 6 6 0
+"1579" 3 0.320780009031296 4 3 1
+"1580" 3 0.787334382534027 4 4 1
+"1581" 3 0.315829992294312 1 3 0
+"1582" 3 0.267989993095398 1 3 1
+"1583" 3 0.701979994773865 6 4 0
+"1584" 3 0.414970010519028 5 2 0
+"1585" 2 0.785520017147064 7 6 0
+"1586" 3 0.267989993095398 1 4 1
+"1587" 4 0.511519968509674 2 5 1
+"1588" 3 0.511519968509674 2 6 0
+"1589" 5 0.029693515971303 3 4.66585969924927 1
+"1590" 4 0.312420010566711 2 6 1
+"1591" 5 0.261489987373352 2 2 0
+"1592" 4 0.390350013971329 7 4 0
+"1593" 4 0.487359970808029 3 4.73208999633789 0
+"1594" 4 0.312420010566711 2 6 1
+"1595" 4 0.600469946861267 2 5 0
+"1596" 2 0.267989993095398 2 6 1
+"1597" 4 0.309140026569366 1 2.86491942405701 0
+"1598" 1 0.261489987373352 1 3 1
+"1599" 3 0.62365996837616 6 4 0
+"1600" 3 0.592509984970093 7 5 0
+"1601" 4 0.4317487180233 5 5 1
+"1602" 4 0.592509984970093 2 6.56554555892944 0
+"1603" 5 0.785520017147064 2 6.80196237564087 0
+"1604" 3 0.532429993152618 5 5 0
+"1605" 4 0.265219986438751 7 4 0
+"1606" 3 0.72835773229599 5 5 0
+"1607" 5 0.701979994773865 7 6 0
+"1608" 3 0.673849999904633 1 3 1
+"1609" 3 0.315829992294312 7 3 1
+"1610" 5 0.673849999904633 6 4 1
+"1611" 4 0.477019995450974 2 3.38484120368958 0
+"1612" 4 0.364969998598099 6 5 1
+"1613" 5 0.673849999904633 2 2 0
+"1614" 3 0.267989993095398 2.80908703804016 4.04535102844238 1
+"1615" 5 0.177827492356300 2 5 1
+"1616" 4 0.649063050746918 2 6 1
+"1617" 3 0.592509984970093 1 2 0
+"1618" 5 0.427394360303879 7 6 1
+"1619" 3 0.189989998936653 1 4 1
+"1620" 4 0.592509984970093 7 6 0
+"1621" 3 0.427269995212555 4 2.6545729637146 0
+"1622" 4 0.317844688892365 3 3.88245439529419 1
+"1623" 4 0.785520017147064 5 5 0
+"1624" 5 0.62365996837616 1 5 0
+"1625" 2 0.673849999904633 2 3 0
+"1626" 3 1.13774001598358 5 3 0
+"1627" 3 0.600469946861267 4 3 1
+"1628" 3 0.267989993095398 1 2.42016506195068 0
+"1629" 3 0.394959986209869 4 4.08639621734619 1
+"1630" 4 0.62365996837616 7 6 0
+"1631" 3 0.385200023651123 1 4.66959190368652 0
+"1632" 5 0.394959986209869 2 3 1
+"1633" 4 0.335929989814758 7 4 0
+"1634" 4 0.364969998598099 1 4 0
+"1635" 3 0.36285999417305 4 3 1
+"1636" 3 0.903599977493286 1 2 0
+"1637" 3 0.600469946861267 7 4 1
+"1638" 4 0.487359970808029 6 5 0
+"1639" 3 0.343410015106201 7 6 0
+"1640" 5 0.464899986982346 1 5.07457256317139 0
+"1641" 5 0.487359970808029 3 4 0
+"1642" 3 0.614226460456848 7 4 0
+"1643" 3 0.785520017147064 6 7 1
+"1644" 5 0.403993159532547 4 4 1
+"1645" 2 1.13774001598358 1 2 1
+"1646" 3 0.408399999141693 1 4 0
+"1647" 4 0.407070010900497 5 4 1
+"1648" 3 0.614226460456848 6 5 0
+"1649" 3 0.609759986400604 6 4 1
+"1650" 4 0.495886206626892 5 4 1
+"1651" 5 0.688880026340485 2 3.55521893501282 1
+"1652" 3 0.520840048789978 2 4 0
+"1653" 3 0.673849999904633 1 2 0
+"1654" 5 0.609759986400604 5 6.9137659072876 1
+"1655" 4 0.267989993095398 5 4 1
+"1656" 4 0.659771144390106 7 5 1
+"1657" 3 0.267989993095398 4 3 0
+"1658" 4 0.614226460456848 6 5 0
+"1659" 4 0.261489987373352 1 4 1
+"1660" 3 0.673849999904633 4 7 1
+"1661" 3 0.394959986209869 2 4 1
+"1662" 2 0.394959986209869 6 6 0
+"1663" 3 0.777340054512024 2 3 0
+"1664" 4 0.600469946861267 2 5 1
+"1665" 3 0.461620002985001 5 6 0
+"1666" 3 0.189989998936653 6 4.1247296333313 1
+"1667" 3 0.267989993095398 2 4 0
+"1668" 3 0.343410015106201 3 3.17194223403931 1
+"1669" 5 0.65021002292633 5 5 0
+"1670" 4 0.394959986209869 7 4 1
+"1671" 2 0.903599977493286 3 4 1
+"1672" 2 0.417277216911316 1 1 1
+"1673" 5 0.4736407995224 2 4 0
+"1674" 4 0.407070010900497 6 3 1
+"1675" 3 0.511519968509674 6 4 0
+"1676" 3 0.537726581096649 3 3.14273810386658 1
+"1677" 4 0.343410015106201 6 4 1
+"1678" 4 0.75151002407074 4 6 0
+"1679" 5 0.600469946861267 6 5 1
+"1680" 4 0.65021002292633 7 3.32304167747498 0
+"1681" 4 0.414970010519028 4 5 0
+"1682" 1 0.0502467155456543 3 3.13740754127502 1
+"1683" 2 0.597217798233032 -0.684886634349823 3.18179225921631 1
+"1684" 4 0.415246903896332 3.58209705352783 5.37789630889893 1
+"1685" 5 0.189989998936653 4 2.96540999412537 1
+"1686" 4 0.505626082420349 4 3.41617226600647 1
+"1687" 4 0.592509984970093 1 4 0
+"1688" 3 0.390350013971329 1 4.68985652923584 0
+"1689" 5 0.315829992294312 4 4.45180940628052 1
+"1690" 3 0.487359970808029 6 6 0
+"1691" 3 0.785520017147064 1 3.27818560600281 1
+"1692" 4 0.312420010566711 1 3.27749705314636 1
+"1693" 4 0.343410015106201 3 5 1
+"1694" 3 0.165575534105301 4 3 1
+"1695" 4 0.673849999904633 2 4 1
+"1696" 1 0.688880026340485 4 4 1
+"1697" 2 0.65021002292633 1 1 0
+"1698" 3 0.8400399684906 6 5 0
+"1699" 4 0.36285999417305 3 4 0
+"1700" 3 0.387620002031326 2 4 1
+"1701" 3 0.65021002292633 3 2 1
+"1702" 3 0.377360999584198 2 4 1
+"1703" 5 0.408399999141693 3 4 1
+"1704" 2 0.315829992294312 3 2 0
+"1705" 1 0.903599977493286 6 6 0
+"1706" 1 0.545379996299744 2 5 0
+"1707" 2 0.394959986209869 3 2 1
+"1708" 2 0.903599977493286 4 4 0
+"1709" 4 0.401980012655258 5 5 0
+"1710" 3 0.0829808339476585 1 3.43928980827332 1
+"1711" 3 0.785520017147064 2 3 0
+"1712" 3 0.335929989814758 3 6.22873401641846 0
+"1713" 3 0.785520017147064 3 5 1
+"1714" 2 0.623648524284363 2 2.69573903083801 1
+"1715" 5 0.785520017147064 6 5 0
+"1716" 3 0.464899986982346 1 1.50920069217682 1
+"1717" 4 0.464700013399124 6 4.51240348815918 1
+"1718" 4 0.204354628920555 5 6.19154644012451 1
+"1719" 5 0.201784744858742 2 6 1
+"1720" 4 0.343410015106201 2 3 0
+"1721" 4 0.532429993152618 4 4 1
+"1722" 3 0.414970010519028 7 6 0
+"1723" 4 0.673849999904633 7 3.64838051795959 1
+"1724" 4 0.785520017147064 3 2 1
+"1725" 4 0.581430017948151 3 4.87239217758179 0
+"1726" 3 1.13774001598358 1 2 0
+"1727" 5 0.0335582494735718 1.48554062843323 4.0036563873291 1
+"1728" 5 0.390350013971329 1 3.24056077003479 0
+"1729" 2 1.13774001598358 3 2 0
+"1730" 4 0.343410015106201 6 6 1
+"1731" 2 0.487359970808029 6 6 0
+"1732" 3 0.785520017147064 7 4 0
+"1733" 4 0.381099998950958 2.86316752433777 5 0
+"1734" 3 0.261489987373352 5 6 1
+"1735" 4 0.461620002985001 1 5.556800365448 0
+"1736" 2 1.10091006755829 7 6 0
+"1737" 2 0.281128942966461 7 5 1
+"1738" 3 0.189989998936653 4 5.14454507827759 1
+"1739" 5 0.400240004062653 2 4 1
+"1740" 3 0.414970010519028 2 3.24045014381409 0
+"1741" 3 0.321222513914108 6 6 1
+"1742" 3 0.903599977493286 2 4 0
+"1743" 3 0.408600002527237 5 5.6002779006958 1
+"1744" 4 0.267989993095398 6 5.04248571395874 1
+"1745" 3 0.249791786074638 4 1.94352805614471 1
+"1746" 4 0.464700013399124 4 5.35954427719116 1
+"1747" 3 0.600469946861267 1 2 1
+"1748" 3 0.394959986209869 1 4 1
+"1749" 5 0.464700013399124 2 4.2769889831543 1
+"1750" 3 0.343410015106201 3 0.776784777641296 1
+"1751" 4 0.461620002985001 1 3 0
+"1752" 4 0.464700013399124 1 7 1
+"1753" 5 0.394959986209869 5 6 1
+"1754" 3 0.903599977493286 2 5 0
+"1755" 5 0.673849999904633 5 5 1
+"1756" 3 0.401980012655258 3 4 0
+"1757" 3 0.673849999904633 5 6 1
+"1758" 4 0.785520017147064 6 6 0
+"1759" 3 0.777340054512024 3 4 0
+"1760" 3 0.688880026340485 2 4 1
+"1761" 5 0.511519968509674 3 4 0
+"1762" 4 0.609759986400604 2 3.78509259223938 1
+"1763" 3 0.394959986209869 6 1.56131231784821 1
+"1764" 1 0.405982077121735 6 5.58568859100342 1
+"1765" 3 0.408600002527237 1 3.67685794830322 1
+"1766" 3 0.511519968509674 5 6 0
+"1767" 3 0.814967393875122 5 6 1
+"1768" 5 0.261489987373352 1 2.44204092025757 1
+"1769" 1 0.763073682785034 2 4 1
+"1770" 3 0.401980012655258 4 2 0
+"1771" 5 0.511519968509674 7 6 0
+"1772" 3 0.65021002292633 2 2 1
+"1773" 3 0.632962584495544 7 6 1
+"1774" 5 0.312420010566711 4 7 0
+"1775" 5 0.785520017147064 4 4 0
+"1776" 2 0.511866569519043 4 4.68496751785278 1
+"1777" 3 0.367390006780624 5 5 0
+"1778" 3 0.88811045885086 6 5 0
+"1779" 3 0.785520017147064 2 4 1
+"1780" 3 0.440595388412476 1 3.24567198753357 0
+"1781" 4 0.595576465129852 6 3 1
+"1782" 3 0.805919229984283 6 6 1
+"1783" 1 0.592509984970093 7 4 1
+"1784" 2 0.394959986209869 4 5 1
+"1785" 3 0.464700013399124 6 4 1
+"1786" 2 0.65021002292633 1 2 0
+"1787" 5 0.367390006780624 1 3 0
+"1788" 5 0.320780009031296 2 6 1
+"1789" 5 0.267989993095398 1 3.67263007164001 1
+"1790" 3 0.394959986209869 6 2.40192151069641 1
+"1791" 3 0.487742632627487 6 6 1
+"1792" 4 0.446730017662048 7 6 0
+"1793" 4 0.614226460456848 5 6 0
+"1794" 3 0.534533023834229 1 3 1
+"1795" 5 0.385200023651123 1 4.1330451965332 0
+"1796" 1 0.337406188249588 6 4 1
+"1797" 3 0.394959986209869 1 4.0045371055603 1
+"1798" 3 0.511519968509674 4 2 0
+"1799" 3 0.461620002985001 4 5 0
+"1800" 5 0.312420010566711 2 1.18700957298279 1
+"1801" 5 0.600469946861267 6 5 1
+"1802" 4 0.701979994773865 1 2 0
+"1803" 3 0.785520017147064 2 3 1
+"1804" 3 0.785520017147064 1 3.6070339679718 1
+"1805" 4 0.57090550661087 6.40834379196167 6.48278474807739 0
+"1806" 3 0.394959986209869 1 4 1
+"1807" 4 0.448041617870331 5 6 1
+"1808" 2 0.315829992294312 2 3 0
+"1809" 3 0.487359970808029 6 5 1
+"1810" 3 0.315829992294312 1 2 1
+"1811" 3 0.331314325332642 1 4 1
+"1812" 5 0.785520017147064 3 5 1
+"1813" 3 0.614226460456848 4 5 1
+"1814" 4 0.477019995450974 4 5 0
+"1815" 4 0.8400399684906 6 5 0
+"1816" 4 0.614226460456848 3 2 0
+"1817" 2 0.343410015106201 3 5 0
+"1818" 3 0.336679995059967 2 3 0
+"1819" 3 0.785520017147064 6 5 0
+"1820" 3 0.414970010519028 3 5.92008447647095 0
+"1821" 5 0.673849999904633 6 4 0
+"1822" 5 0.511519968509674 4 4 0
+"1823" 5 0.260601431131363 2 4 1
+"1824" 4 0.414970010519028 7 4.80265092849731 0
+"1825" 5 0.464700013399124 4 5.91217994689941 1
+"1826" 4 0.367390006780624 3 2.41473460197449 0
+"1827" 3 0.521653532981873 2 4.49493503570557 1
+"1828" 4 0.609759986400604 2 4 0
+"1829" 5 0.785520017147064 1 3 1
+"1830" 1 0.510382413864136 5 3.95230889320374 1
+"1831" 5 0.555346131324768 2 5.79744100570679 1
+"1832" 3 0.625393450260162 1 4.09554052352905 1
+"1833" 5 0.427269995212555 2 4 0
+"1834" 4 0.407070010900497 6 6 1
+"1835" 3 0.315829992294312 1 3.55471515655518 1
+"1836" 5 0.785520017147064 1 4 0
+"1837" 3 0.614226460456848 7 5 1
+"1838" 3 0.592509984970093 6 9.17507839202881 0
+"1839" 3 0.265219986438751 4 5 0
+"1840" 4 0.532429993152618 7 7 0
+"1841" 3 0.673849999904633 4 1.80497145652771 1
+"1842" 4 0.62978994846344 1 4.20836973190308 1
+"1843" 3 0.65021002292633 1 4 0
+"1844" 4 0.315829992294312 3 6.24361371994019 0
+"1845" 3 0.461620002985001 6 6.41767168045044 0
+"1846" 3 0.785520017147064 6 6.67161798477173 0
+"1847" 2 0.343410015106201 2 1 1
+"1848" 4 0.267989993095398 5 5.67069053649902 1
+"1849" 3 0.673849999904633 4 4 0
+"1850" 4 0.511519968509674 3 5 0
+"1851" 5 0.785520017147064 5 3 0
+"1852" 2 0.427269995212555 1 3.57744336128235 1
+"1853" 3 0.785520017147064 5 5 0
+"1854" 3 0.785520017147064 2 4 1
+"1855" 3 0.407070010900497 4 4 1
+"1856" 4 0.490656405687332 2 3.74326229095459 1
+"1857" 4 0.315829992294312 6 7.1148099899292 1
+"1858" 3 0.785520017147064 2 5 0
+"1859" 5 0.401980012655258 1 4.28420782089233 0
+"1860" 5 0.511519968509674 3 6 0
+"1861" 5 0.265219986438751 6 4 1
+"1862" 5 0.696004748344421 7 6 1
+"1863" 3 0.261489987373352 2 4.27001047134399 1
+"1864" 4 0.688880026340485 2 5 1
+"1865" 3 0.407070010900497 1 4 1
+"1866" 4 0.315829992294312 6 6 0
+"1867" 3 0.785520017147064 2 5 1
+"1868" 3 0.489828109741211 2 6 1
+"1869" 3 0.189989998936653 4 3.80442476272583 1
+"1870" 3 0.407070010900497 4 3 1
+"1871" 3 0.522845268249512 5 4 1
+"1872" 5 0.315829992294312 2 7 0
+"1873" 3 0.785520017147064 3 5 1
+"1874" 3 0.343410015106201 3 3.29701042175293 1
+"1875" 1 0.487359970808029 2 2 0
+"1876" 3 0.592509984970093 5 4 0
+"1877" 3 0.785520017147064 7 6 0
+"1878" 5 0.542131245136261 6 4 1
+"1879" 4 0.320780009031296 3 1 0
+"1880" 3 0.378744691610336 2 4 1
+"1881" 2 0.315829992294312 1 5.24876022338867 1
+"1882" 4 0.394959986209869 6 3 1
+"1883" 3 0.487359970808029 2 3.11882877349854 0
+"1884" 5 0.785520017147064 1 5 0
+"1885" 3 0.320780009031296 2 3.41791725158691 1
+"1886" 3 0.614226460456848 1 3.89857816696167 1
+"1887" 3 0.793409943580627 1 3 1
+"1888" 3 0.511519968509674 3 3 0
+"1889" 1 0.189989998936653 2 5.03618097305298 1
+"1890" 3 0.785520017147064 7 6 0
+"1891" 3 0.343410015106201 0.84016352891922 4.38775825500488 1
+"1892" 4 0.312420010566711 5 6 0
+"1893" 3 0.600469946861267 3 4 0
+"1894" 4 0.600469946861267 2 4 0
+"1895" 5 0.511519968509674 3 3 0
+"1896" 4 0.701979994773865 5 4 1
+"1897" 3 0.592509984970093 4 3.39056515693665 0
+"1898" 5 0.384740561246872 6 6.47972059249878 1
+"1899" 5 0.320780009031296 1.19985258579254 5 1
+"1900" 4 0.556682169437408 6 4.7675929069519 1
+"1901" 4 0.414970010519028 5 7 0
+"1902" 4 0.261489987373352 4 5.10385608673096 1
+"1903" 5 0.570874571800232 1 6.45427131652832 1
+"1904" 4 0.84213000535965 3 3 0
+"1905" 4 0.394959986209869 2 6.97644901275635 1
+"1906" 5 0.611717462539673 3 7.27538824081421 1
+"1907" 5 0.511519968509674 2 4 0
+"1908" 5 0.320780009031296 6 5 0
+"1909" 3 0.446730017662048 5 3.28885793685913 1
+"1910" 5 0.62365996837616 3 2 1
+"1911" 5 0.367390006780624 2 2.80654168128967 0
+"1912" 3 0.600469946861267 3 4 1
+"1913" 4 0.600469946861267 1 3 0
+"1914" 3 0.401980012655258 4 4.55171918869019 1
+"1915" 2 0.320780009031296 6 5.32516288757324 1
+"1916" 5 0.592509984970093 5 5.71026754379272 0
+"1917" 3 0.372666746377945 2 3 1
+"1918" 5 0.309140026569366 6 5 0
+"1919" 3 0.414970010519028 7 5.98177909851074 0
+"1920" 3 0.390350013971329 5 4 0
+"1921" 3 0.614226460456848 5 5 0
+"1922" 3 0.600469946861267 2 4 1
+"1923" 2 0.644749999046326 1 2 0
+"1924" 3 0.785520017147064 3 2 0
+"1925" 5 0.401980012655258 4 4.38581323623657 0
+"1926" 2 0.414970010519028 3 5 0
+"1927" 5 0.574633479118347 6 5 1
+"1928" 5 0.676977872848511 6 6 0
+"1929" 5 0.401980012655258 3 4 1
+"1930" 5 0.673849999904633 5 4 1
+"1931" 3 0.688880026340485 1 4 1
+"1932" 5 0.427269995212555 1 5 0
+"1933" 3 0.487359970808029 1 3.17198181152344 0
+"1934" 5 0.408399999141693 1 1.40418481826782 0
+"1935" 2 0.65021002292633 3 4 1
+"1936" 3 0.261489987373352 4 3.46421527862549 0
+"1937" 5 0.267989993095398 3 3 1
+"1938" 5 0.673849999904633 2 5 0
+"1939" 4 0.662460029125214 3 5.61549234390259 0
+"1940" 3 0.408399999141693 5 6 0
+"1941" 4 0.394959986209869 7 4 1
+"1942" 5 0.464899986982346 3 2 1
+"1943" 3 0.785520017147064 5 6 0
+"1944" 3 0.785520017147064 2 5 0
+"1945" 4 0.62295937538147 4 2 1
+"1946" 3 0.267989993095398 2 7 1
+"1947" 3 0.600469946861267 3 3 1
+"1948" 5 0.206970125436783 5 6.46538352966309 1
+"1949" 5 0.267989993095398 4 3.66263556480408 1
+"1950" 3 0.261489987373352 1 4.05929374694824 1
+"1951" 3 0.673849999904633 7 6 1
+"1952" 3 0.511519968509674 1 3 0
+"1953" 3 0.511519968509674 4 3.68301630020142 0
+"1954" 5 0.312420010566711 6 6 1
+"1955" 5 0.315829992294312 3 6 1
+"1956" 4 0.477019995450974 6 4 0
+"1957" 5 0.571309864521027 6 3.94827723503113 1
+"1958" 3 0.267989993095398 3.84521198272705 4.81231689453125 1
+"1959" 2 0.414970010519028 5 6 0
+"1960" 5 0.312420010566711 1 4 1
+"1961" 4 0.400240004062653 2 4 1
+"1962" 1 0.427269995212555 2 5.61843729019165 1
+"1963" 3 0.903599977493286 6 5 0
+"1964" 5 0.545396268367767 6 5 1
+"1965" 4 0.315829992294312 3 6 1
+"1966" 3 0.261489987373352 1 2.85385107994080 1
+"1967" 5 0.394959986209869 3 4.66110992431641 1
+"1968" 3 0.381099998950958 2 2 0
+"1969" 5 0.267989993095398 1 1 0
+"1970" 4 0.84213000535965 3 3 1
+"1971" 5 0.785520017147064 5 5.1509690284729 0
+"1972" 4 0.511519968509674 5 5 0
+"1973" 4 0.518409967422485 5 4 1
+"1974" 1 0.291388422250748 3 3.32035493850708 1
+"1975" 4 0.265219986438751 1 1.29387736320496 1
+"1976" 3 0.343410015106201 6 4 1
+"1977" 3 0.261489987373352 6 5.03970956802368 1
+"1978" 4 0.261489987373352 2 2.71919155120850 1
+"1979" 4 0.511519968509674 4 5.51065492630005 0
+"1980" 3 0.343410015106201 3 2 1
+"1981" 3 0.430403470993042 1 3 1
+"1982" 5 0.501938581466675 3 3.97313475608826 1
+"1983" 5 0.785520017147064 4 3.65985369682312 1
+"1984" 4 0.394959986209869 4 4.10112237930298 1
+"1985" 4 0.785520017147064 4 2 1
+"1986" 4 0.267989993095398 2 1 1
+"1987" 5 0.315829992294312 1 3.79834294319153 0
+"1988" 5 0.381099998950958 3 2 0
+"1989" 4 0.267989993095398 1 2 1
+"1990" 2 0.267989993095398 3 7 0
+"1991" 3 0.532429993152618 5 4 0
+"1992" 3 0.903599977493286 1 4 0
+"1993" 2 0.785520017147064 6 5.57615375518799 1
+"1994" 3 0.477019995450974 4 5.88094854354858 1
+"1995" 3 0.464700013399124 1 6 1
+"1996" 3 0.335929989814758 1 3 0
+"1997" 3 0.343410015106201 5 3 1
+"1998" 2 0.496664136648178 6 3 1
+"1999" 3 0.440597921609879 2 1 0
+"2000" 4 0.785520017147064 4 5.78357934951782 0
+"2001" 3 0.487359970808029 2 2.86136126518250 0
+"2002" 3 0.487359970808029 1 6 0
+"2003" 3 0.785520017147064 6 4 0
+"2004" 2 0.658071517944336 1 4 1
+"2005" 5 0.407070010900497 7 5 1
+"2006" 5 0.343410015106201 1 6.47130489349365 1
+"2007" 2 0.461620002985001 1 2 0
+"2008" 4 0.477019995450974 3 4 0
+"2009" 4 0.688880026340485 1 4 1
+"2010" 5 0.414970010519028 2 5 0
+"2011" 2 0.407070010900497 6 5 1
+"2012" 3 0.407070010900497 1 3.18822765350342 1
+"2013" 4 0.614226460456848 5 3.06273150444031 1
+"2014" 3 0.673849999904633 4 4 1
+"2015" 3 0.614226460456848 2 4.15103483200073 0
+"2016" 4 0.400240004062653 2 3.52302622795105 1
+"2017" 5 0.408600002527237 7 5 0
+"2018" 3 0.688880026340485 1 4 1
+"2019" 3 0.903599977493286 6 5 0
+"2020" 3 0.427269995212555 5 4 0
+"2021" 5 0.62978994846344 4 4 0
+"2022" 4 0.265219986438751 6 3 1
+"2023" 5 0.267989993095398 2 3.18270993232727 0
+"2024" 3 0.673849999904633 5 3 0
+"2025" 3 0.529449999332428 6 3.76610374450684 1
+"2026" 3 0.340220004320145 3 3.56758785247803 1
+"2027" 5 0.532429993152618 6 4.45601463317871 0
+"2028" 3 0.267989993095398 3 2 1
+"2029" 5 0.511519968509674 6 4 0
+"2030" 3 0.487359970808029 6 5.54357624053955 0
+"2031" 5 0.461620002985001 3 4 0
+"2032" 3 0.84213000535965 1 2 0
+"2033" 5 0.408399999141693 3 5.71082067489624 1
+"2034" 2 0.691992938518524 3 6 0
+"2035" 5 0.673849999904633 5 4.306565284729 1
+"2036" 2 1.10091006755829 2 3 1
+"2037" 3 0.500843703746796 7 6 1
+"2038" 4 0.614226460456848 2 4 0
+"2039" 3 0.464700013399124 3 2 1
+"2040" 3 0.261489987373352 3 1 0
+"2041" 5 0.62978994846344 1 4.77324914932251 0
+"2042" 3 0.261489987373352 1 6 1
+"2043" 5 0.343410015106201 2 3.09504580497742 1
+"2044" 5 0.461620002985001 3 3.42289185523987 0
+"2045" 5 0.400240004062653 4 4 1
+"2046" 4 0.518409967422485 5 6 1
+"2047" 5 0.208913221955299 1 3.05683088302612 1
+"2048" 4 0.267989993095398 1 4.7025842666626 1
+"2049" 4 0.532429993152618 2 5 0
+"2050" 5 0.357134431600571 1.33094918727875 5.71142292022705 0
+"2051" 3 0.464899986982346 2 4.20223426818848 1
+"2052" 3 0.487359970808029 5 4.50364065170288 0
+"2053" 5 0.785520017147064 6 5 0
+"2054" 3 0.336679995059967 1 2 0
+"2055" 5 0.532429993152618 3 4 0
+"2056" 4 0.427269995212555 3 4.69833850860596 1
+"2057" 4 0.184282451868057 6 5.54153394699097 1
+"2058" 3 0.614226460456848 5 5 1
+"2059" 3 0.315829992294312 4 1 1
+"2060" 3 0.446730017662048 3 5.24553871154785 1
+"2061" 3 0.320780009031296 2 4 1
+"2062" 2 0.785520017147064 1 3 0
+"2063" 3 0.477019995450974 1 3.18197059631348 0
+"2064" 5 0.673849999904633 2 2 1
+"2065" 2 1.10091006755829 4 4 0
+"2066" 4 0.518409967422485 3 3 0
+"2067" 5 0.600469946861267 3 3 1
+"2068" 2 0.532429993152618 2 3 0
+"2069" 3 0.600469946861267 5 4 1
+"2070" 2 0.487359970808029 3 3.91380715370178 0
+"2071" 2 0.600469946861267 3 2 1
+"2072" 5 0.394959986209869 2 2.69215822219849 1
+"2073" 5 0.394959986209869 4 4.16276407241821 1
+"2074" 4 0.394959986209869 7 6 1
+"2075" 5 0.394959986209869 2 4.32595109939575 1
+"2076" 3 0.609759986400604 6 3 1
+"2077" 4 0.267989993095398 6 4 1
+"2078" 4 0.600469946861267 7 5 1
+"2079" 4 0.581430017948151 3 3 0
+"2080" 3 0.265219986438751 7 7.1545090675354 0
+"2081" 5 0.477019995450974 5 3.01908707618713 0
+"2082" 3 0.414970010519028 6 6 0
+"2083" 3 0.511519968509674 7 4 0
+"2084" 5 0.461620002985001 7 6 0
+"2085" 4 0.461620002985001 6 4 0
+"2086" 3 0.785520017147064 1 2 1
+"2087" 1 0.487359970808029 1 4.96166658401489 0
+"2088" 4 0.320780009031296 5 7 1
+"2089" 3 0.600469946861267 6 6 0
+"2090" 3 0.62365996837616 5 3 0
+"2091" 3 0.688880026340485 3 3 1
+"2092" 3 0.478023231029510 2 2.42063713073730 1
+"2093" 5 0.427269995212555 4 6 0
+"2094" 3 0.267989993095398 1 4.48024177551270 1
+"2095" 3 0.600469946861267 1 2 0
+"2096" 3 0.394959986209869 6 6 1
+"2097" 3 0.498094022274017 6 7.17658281326294 1
+"2098" 5 0.309140026569366 3 5.26459550857544 0
+"2099" 3 0.461620002985001 4 3 0
+"2100" 3 0.320780009031296 1 0.784939587116241 1
+"2101" 3 0.265219986438751 2 3.74098825454712 1
+"2102" 3 0.427269995212555 5 5 1
+"2103" 5 0.487359970808029 7 4.92624998092651 0
+"2104" 2 0.408399999141693 3 5 0
+"2105" 3 0.785520017147064 6 6 1
+"2106" 4 0.483619421720505 1 4 1
+"2107" 4 0.343410015106201 7 4 0
+"2108" 4 0.151655092835426 3 4.70939922332764 1
+"2109" 4 0.673849999904633 6 5 0
+"2110" 4 0.335929989814758 4 5 0
+"2111" 5 0.600469946861267 3 2 1
+"2112" 3 0.592509984970093 7 4 1
+"2113" 4 0.592509984970093 1 2.95579576492310 0
+"2114" 4 0.267989993095398 2 5 1
+"2115" 5 0.418933600187302 3 2.06742548942566 1
+"2116" 4 0.644749999046326 6 6.43957233428955 0
+"2117" 3 0.408399999141693 3 3 1
+"2118" 4 0.189989998936653 7 6 1
+"2119" 5 0.592509984970093 4 5.25784254074097 0
+"2120" 4 0.785520017147064 7 6 1
+"2121" 5 0.267989993095398 7 5 1
+"2122" 4 0.701979994773865 3 5 0
+"2123" 3 0.688880026340485 2 4 1
+"2124" 4 0.785520017147064 6 5 0
+"2125" 3 1.10091006755829 1 2 1
+"2126" 4 0.785520017147064 1 3 0
+"2127" 5 0.532429993152618 7 5 0
+"2128" 3 0.62365996837616 2 4.80438041687012 0
+"2129" 3 0.461620002985001 1 2 0
+"2130" 3 0.443432986736298 1 1 1
+"2131" 5 0.785520017147064 6 4 1
+"2132" 3 0.341689974069595 5 4 1
+"2133" 3 0.673849999904633 6 4 0
+"2134" 3 0.8400399684906 5 6 0
+"2135" 5 0.487359970808029 4 3 0
+"2136" 3 0.527199923992157 3 5 0
+"2137" 3 0.62978994846344 5 5 0
+"2138" 3 0.446730017662048 3 5 1
+"2139" 5 0.75151002407074 1 1 0
+"2140" 3 0.414970010519028 7 6 0
+"2141" 2 0.518409967422485 1 1 1
+"2142" 3 0.364969998598099 1 2 1
+"2143" 3 0.446730017662048 2 5.55535078048706 1
+"2144" 4 0.785520017147064 2 3 0
+"2145" 5 0.785520017147064 2 2 1
+"2146" 3 0.673849999904633 5 4.32237148284912 0
+"2147" 5 0.511519968509674 5 5 0
+"2148" 4 0.518409967422485 7 6 1
+"2149" 3 0.609759986400604 6 6 0
+"2150" 1 0.343410015106201 2 3 1
+"2151" 3 0.343410015106201 4 5 1
+"2152" 5 0.380937486886978 6 5.92014837265015 1
+"2153" 4 0.511519968509674 7 6 0
+"2154" 3 0.267989993095398 1 3 0
+"2155" 3 0.614226460456848 1 6 0
+"2156" 4 0.414970010519028 2 4 0
+"2157" 4 0.343410015106201 2 2 1
+"2158" 5 0.427269995212555 3 6 0
+"2159" 5 0.320780009031296 6 5 1
+"2160" 4 0.532539963722229 6 5.50208711624146 1
+"2161" 5 0.614226460456848 2 3 1
+"2162" 5 0.545379996299744 1 5 1
+"2163" 3 0.414970010519028 7 5 0
+"2164" 4 0.461620002985001 3 3 0
+"2165" 3 0.517913579940796 6 5 1
+"2166" 5 0.385200023651123 4 5 0
+"2167" 3 0.385200023651123 5 5.52356052398682 1
+"2168" 3 0.592509984970093 3 3 0
+"2169" 2 0.529449999332428 1 4 1
+"2170" 3 0.408399999141693 2 3.91143488883972 0
+"2171" 5 0.487359970808029 6 6 0
+"2172" 1 0.464700013399124 6 6 1
+"2173" 4 0.777340054512024 6 4 1
+"2174" 3 0.633426785469055 6 5 1
+"2175" 3 0.487359970808029 1 3.49350953102112 0
+"2176" 4 0.382567763328552 7 4 1
+"2177" 5 0.832573771476746 6 5 1
+"2178" 3 0.65021002292633 5 4 0
+"2179" 5 0.511519968509674 7 4 0
+"2180" 4 0.785520017147064 6 5 0
+"2181" 5 0.614226460456848 3 1.76125228404999 1
+"2182" 3 0.511519968509674 4 3 0
+"2183" 5 0.320780009031296 6 2.61280417442322 1
+"2184" 4 0.464700013399124 2 5 1
+"2185" 1 0.414970010519028 7 4 1
+"2186" 4 0.414970010519028 3 5 0
+"2187" 5 0.408399999141693 4 5 0
+"2188" 3 0.673849999904633 5 6 1
+"2189" 4 0.414970010519028 3.12194323539734 3 0
+"2190" 4 0.62365996837616 1 5 0
+"2191" 2 0.785520017147064 2 4 1
+"2192" 3 0.688880026340485 3 6 1
+"2193" 3 0.364969998598099 1 5 1
+"2194" 2 0.673849999904633 7 6 0
+"2195" 2 0.673849999904633 1 2 1
+"2196" 3 0.614226460456848 2 4 0
+"2197" 3 0.673849999904633 1 3 0
+"2198" 3 0.267989993095398 1 6 1
+"2199" 1 0.644749999046326 6 5 0
+"2200" 3 0.234837308526039 4 4 1
+"2201" 3 0.561132729053497 6 4 1
+"2202" 4 0.688448548316956 3 4 1
+"2203" 3 0.390350013971329 2 6 0
+"2204" 5 0.343410015106201 5 4 0
+"2205" 3 0.189989998936653 4.96649217605591 5.505530834198 1
+"2206" 5 0.532429993152618 1 2 0
+"2207" 3 0.903599977493286 6 4 0
+"2208" 5 0.414970010519028 3 4 0
+"2209" 3 0.367390006780624 6 6.17424821853638 1
+"2210" 5 0.511519968509674 6 7 0
+"2211" 5 0.364969998598099 4 4 1
+"2212" 4 0.320780009031296 7 6 1
+"2213" 3 0.432838290929794 4 5.54340982437134 1
+"2214" 4 0.673849999904633 3 5 1
+"2215" 5 0.530167937278748 3 3.82186770439148 0
+"2216" 1 0.688880026340485 6 4.85644817352295 1
+"2217" 3 0.387620002031326 5 5 0
+"2218" 2 0.609759986400604 5 3 1
+"2219" 2 0.320780009031296 1 3.04278087615967 1
+"2220" 1 0.688880026340485 1 4 1
+"2221" 2 0.364969998598099 5 5.29625558853149 1
+"2222" 3 0.592509984970093 2 2.60157942771912 0
+"2223" 2 0.62365996837616 3 3 0
+"2224" 3 0.785520017147064 6 5 0
+"2225" 5 0.520840048789978 2 2 0
+"2226" 5 0.461620002985001 1 3 0
+"2227" 3 0.252714961767197 3 4 1
+"2228" 5 0.367390006780624 6 4 0
+"2229" 4 0.414970010519028 1 4 0
+"2230" 4 0.0323486849665642 7.16389846801758 5.04670286178589 1
+"2231" 4 0.477019995450974 6 4 0
+"2232" 4 0.274883061647415 1 3 1
+"2233" 5 0.785520017147064 1 3 1
+"2234" 5 0.414970010519028 4 5.04243469238281 1
+"2235" 1 0.65021002292633 4 5 0
+"2236" 5 0.408600002527237 3 4 1
+"2237" 2 1.13774001598358 3 2 0
+"2238" 1 0.265219986438751 3 1 1
+"2239" 2 0.394959986209869 2 3.47663831710815 1
+"2240" 5 0.353616714477539 3 4.31355381011963 1
+"2241" 4 0.477019995450974 5 4.70226573944092 0
+"2242" 3 0.461620002985001 6 5 0
+"2243" 5 0.785520017147064 2 5.49985933303833 0
+"2244" 2 0.600469946861267 2 2 1
+"2245" 2 1.13774001598358 3 4 0
+"2246" 4 0.401980012655258 4 3.57292485237122 0
+"2247" 3 0.511519968509674 3 4.11076211929321 0
+"2248" 4 0.320780009031296 6 5 0
+"2249" 3 0.600469946861267 7 6 1
+"2250" 4 0.275197297334671 1.57548713684082 0.825833261013031 1
+"2251" 3 0.600469946861267 6 4 1
+"2252" 2 0.189989998936653 2 2.4753041267395 1
+"2253" 4 0.628767549991608 7 5 0
+"2254" 4 0.408399999141693 6 4 0
+"2255" 3 0.394959986209869 3 2.19756650924683 1
+"2256" 3 0.419330835342407 7 6 1
+"2257" 4 0.698559999465942 4 3.26664185523987 1
+"2258" 4 0.785520017147064 3 4 1
+"2259" 5 0.267989993095398 2 4.02538108825684 1
+"2260" 5 0.8400399684906 7 5 1
+"2261" 4 0.408399999141693 4 4 0
+"2262" 3 0.644749999046326 6 5 0
+"2263" 3 0.785520017147064 2 4 0
+"2264" 5 0.600469946861267 1 1 1
+"2265" 4 0.267989993095398 5 6 1
+"2266" 5 0.408600002527237 2 1 1
+"2267" 3 0.464700013399124 2 2.95743942260742 1
+"2268" 2 0.400240004062653 4 6 1
+"2269" 3 0.614226460456848 2 2.14431548118591 0
+"2270" 5 0.343410015106201 3 3.47410082817078 1
+"2271" 3 0.387620002031326 2 2 1
+"2272" 4 0.477019995450974 3 6 0
+"2273" 4 0.367390006780624 1 4.09738254547119 0
+"2274" 4 0.260566204786301 5 4 1
+"2275" 3 0.364969998598099 2 4.35859680175781 1
+"2276" 3 0.588451027870178 7 6 1
+"2277" 4 0.785520017147064 7 6 1
+"2278" 4 0.335929989814758 6 5 1
+"2279" 5 0.267989993095398 2 4 0
+"2280" 3 0.36285999417305 4 7 1
+"2281" 3 0.315829992294312 1 3.23365473747253 1
+"2282" 4 0.614226460456848 3 1 0
+"2283" 4 0.644749999046326 2 3.36602807044983 0
+"2284" 3 0.364969998598099 1 2 1
+"2285" 4 0.785520017147064 1 2 1
+"2286" 5 0.265219986438751 2 3.61062884330750 0
+"2287" 3 0.662460029125214 7 5 0
+"2288" 4 0.407070010900497 6 6 1
+"2289" 5 0.634272456169128 3 3.59025955200195 1
+"2290" 4 0.315829992294312 1 4.64047145843506 0
+"2291" 5 0.903599977493286 6 6 0
+"2292" 2 0.62365996837616 5.88278388977051 3.86316037178040 0
+"2293" 4 0.785520017147064 7 5 0
+"2294" 3 0.673849999904633 6 5 0
+"2295" 2 0.903599977493286 2 2 1
+"2296" 4 0.265219986438751 6 4 1
+"2297" 3 0.903599977493286 7 6 0
+"2298" 5 0.75241494178772 6 4 1
+"2299" 5 0.464700013399124 5 4 1
+"2300" 4 0.532429993152618 7 6 0
+"2301" 5 0.78692752122879 1 3 1
+"2302" 3 0.511519968509674 4 4.72023057937622 0
+"2303" 3 0.477019995450974 3 4.35678100585938 0
+"2304" 4 0.62365996837616 5 3.00922513008118 0
+"2305" 3 0.785520017147064 1 5 1
+"2306" 3 0.785520017147064 7 6 0
+"2307" 3 0.265219986438751 2.92153573036194 5.3349142074585 0
+"2308" 4 0.267989993095398 3 3.60546875 1
+"2309" 3 0.65021002292633 2 3 1
+"2310" 5 0.36285999417305 2 5 0
+"2311" 4 0.785520017147064 7 6 0
+"2312" 3 0.336679995059967 1 7 1
+"2313" 3 0.394959986209869 1 4 1
+"2314" 5 0.600469946861267 3 5 0
+"2315" 5 0.785520017147064 3 3 1
+"2316" 3 0.461620002985001 1 3 0
+"2317" 4 0.511519968509674 5 4 0
+"2318" 4 0.8400399684906 4 5 0
+"2319" 4 0.688880026340485 6 5 1
+"2320" 3 0.614226460456848 2 4 1
+"2321" 4 0.261489987373352 1 4 1
+"2322" 5 0.785520017147064 5 4 1
+"2323" 2 0.785520017147064 3 3 0
+"2324" 3 0.407070010900497 1 4 1
+"2325" 3 0.511519968509674 5.29663372039795 4 0
+"2326" 4 0.320780009031296 4 3 1
+"2327" 3 0.309140026569366 7 6 0
+"2328" 2 0.673849999904633 2 5 1
+"2329" 5 0.487359970808029 6 4 0
+"2330" 5 0.40527731180191 2 3.36195254325867 1
+"2331" 4 0.427269995212555 2 4.98395919799805 1
+"2332" 3 0.506111741065979 1 1 0
+"2333" 4 0.9941828250885 7 6 0
+"2334" 3 0.367390006780624 4 3.94492959976196 1
+"2335" 5 0.343410015106201 1 1 1
+"2336" 4 0.461620002985001 1 5.59125471115112 1
+"2337" 4 0.693720400333405 5 2 1
+"2338" 3 0.65021002292633 3 2 0
+"2339" 4 0.614226460456848 1 4 0
+"2340" 1 0.518409967422485 4 6 0
+"2341" 4 0.614226460456848 1 1.20307564735413 1
+"2342" 4 0.785520017147064 4 5 1
+"2343" 3 0.461620002985001 2 0.286109477281570 1
+"2344" 5 0.511519968509674 6 4 0
+"2345" 5 0.312420010566711 2 2 1
+"2346" 4 0.487359970808029 1 2.70826601982117 0
+"2347" 5 0.581430017948151 5 6 0
+"2348" 4 0.31362646818161 1 4 1
+"2349" 4 0.600469946861267 1 4 1
+"2350" 5 0.785520017147064 4 4 1
+"2351" 3 0.390350013971329 5 4 0
+"2352" 4 0.511519968509674 5 4 0
+"2353" 3 0.315829992294312 1 2.04467177391052 1
+"2354" 4 0.400240004062653 4 3 1
+"2355" 3 0.343410015106201 7 6 1
+"2356" 5 0.487359970808029 6 4 0
+"2357" 5 0.511519968509674 6 4 0
+"2358" 3 0.592509984970093 5 3.02027869224548 0
+"2359" 3 0.461620002985001 1 6 0
+"2360" 4 0.609759986400604 7 4 1
+"2361" 3 0.312420010566711 1 3 0
+"2362" 5 0.84213000535965 7 4 1
+"2363" 3 0.315829992294312 1 4.35743379592896 0
+"2364" 3 0.785520017147064 5 5 0
+"2365" 3 0.401980012655258 1 3 0
+"2366" 3 0.267989993095398 3 3 1
+"2367" 5 0.785520017147064 1 3.60445189476013 0
+"2368" 5 0.65021002292633 5 6 0
+"2369" 3 0.400240004062653 3 6 1
+"2370" 3 0.335929989814758 6 2.25497579574585 0
+"2371" 2 0.673849999904633 1 3 1
+"2372" 2 0.673849999904633 6 2 1
+"2373" 5 0.477019995450974 7 3.27503037452698 0
+"2374" 5 0.36285999417305 2 2 0
+"2375" 2 0.673849999904633 6 6 0
+"2376" 4 0.461620002985001 2 4 0
+"2377" 3 0.267989993095398 7 4 1
+"2378" 3 0.267989993095398 5 4 0
+"2379" 3 0.320780009031296 5 3.47834444046021 1
+"2380" 3 0.407070010900497 7 6.35996389389038 0
+"2381" 3 0.253658086061478 6 5.16273164749146 1
+"2382" 3 0.400240004062653 1 6 1
+"2383" 4 0.343410015106201 3 6 0
+"2384" 5 0.511519968509674 1 2 0
+"2385" 1 0.312420010566711 1 1 1
+"2386" 5 0.320780009031296 1 2 1
+"2387" 5 0.688880026340485 5 5 1
+"2388" 4 1.10091006755829 7 6 0
+"2389" 3 1.10091006755829 5 6 1
+"2390" 3 0.644749999046326 3 3 0
+"2391" 5 0.673849999904633 7 5 1
+"2392" 3 0.785520017147064 5 6 0
+"2393" 5 0.440597921609879 1 1 1
+"2394" 4 0.903599977493286 4 2 0
+"2395" 5 0.785520017147064 6 4.71176052093506 1
+"2396" 5 0.785520017147064 1 2.81097841262817 1
+"2397" 2 0.673849999904633 1 2 0
+"2398" 3 0.312420010566711 5 6 1
+"2399" 3 0.511519968509674 2 5 0
+"2400" 4 0.394959986209869 5 5 1
+"2401" 5 0.461620002985001 1 2.77986121177673 0
+"2402" 3 0.464700013399124 1 4.44518852233887 1
+"2403" 5 0.793409943580627 3 3 0
+"2404" 3 0.390350013971329 1 7 0
+"2405" 5 0.532429993152618 4 6 0
+"2406" 3 0.153151139616966 4 2 0
+"2407" 4 0.364969998598099 2 3 1
+"2408" 4 0.267989993095398 5 5 0
+"2409" 5 0.609759986400604 3 2.46803855895996 1
+"2410" 3 0.432603031396866 2 5 1
+"2411" 5 0.320780009031296 4 6 1
+"2412" 5 0.367390006780624 2 4.08954811096191 0
+"2413" 4 0.262208253145218 4 2.44665431976318 1
+"2414" 4 0.401980012655258 2 4 0
+"2415" 4 0.265219986438751 6 7 1
+"2416" 3 0.511519968509674 2 2 0
+"2417" 5 0.309140026569366 4.29108333587646 6.22799348831177 1
+"2418" 5 0.400240004062653 3 3.90212750434875 1
+"2419" 3 0.75151002407074 5 6 0
+"2420" 3 0.600469946861267 6 6 1
+"2421" 5 0.609759986400604 4 5 1
+"2422" 4 0.51561975479126 4 5 1
+"2423" 5 0.267989993095398 4 1.69133698940277 1
+"2424" 3 0.265219986438751 6 5.00843143463135 0
+"2425" 3 0.394959986209869 1 2 1
+"2426" 3 0.600469946861267 3 4 0
+"2427" 4 0.367390006780624 6 5 1
+"2428" 4 0.461620002985001 6 5.83501386642456 0
+"2429" 5 0.381099998950958 1 4 0
+"2430" 3 0.408399999141693 5 6 0
+"2431" 3 0.315829992294312 4 2 1
+"2432" 3 0.785520017147064 1 2 1
+"2433" 4 0.652140259742737 7 4 1
+"2434" 4 0.394959986209869 5 4.88559722900391 1
+"2435" 5 0.261489987373352 2 2.86733317375183 1
+"2436" 4 0.400240004062653 4 5 1
+"2437" 5 0.644749999046326 1 3 1
+"2438" 4 0.673849999904633 7 7 0
+"2439" 4 0.267989993095398 3 4 1
+"2440" 3 0.55454671382904 3 3.36538100242615 1
+"2441" 2 0.394959986209869 2 3.83691358566284 1
+"2442" 5 0.343410015106201 3 4 1
+"2443" 5 0.487359970808029 2 5.02059125900269 1
+"2444" 5 0.65021002292633 7 6 1
+"2445" 4 0.364969998598099 1 6 1
+"2446" 4 0.785520017147064 2 4.96794748306274 0
+"2447" 3 0.600469946861267 1 2 1
+"2448" 3 0.592509984970093 2 4 1
+"2449" 3 0.62978994846344 5 6 0
+"2450" 4 0.394959986209869 4 2.34945631027222 1
+"2451" 5 0.532429993152618 4 5 0
+"2452" 5 0.581430017948151 7 5 0
+"2453" 5 0.592509984970093 2 3 1
+"2454" 3 0.408399999141693 7 4 0
+"2455" 2 0.394959986209869 6 4 0
+"2456" 4 0.511519968509674 5 5 0
+"2457" 4 0.614226460456848 6 5 0
+"2458" 5 0.592509984970093 4 7 0
+"2459" 2 0.401980012655258 1 4.44860601425171 1
+"2460" 3 0.903599977493286 3 5 0
+"2461" 4 0.785520017147064 2 5 1
+"2462" 5 0.290273934602737 1 3.14786171913147 1
+"2463" 5 0.401980012655258 1 2 1
+"2464" 3 0.461620002985001 4 3.82639265060425 0
+"2465" 4 0.267989993095398 2 4 1
+"2466" 1 0.461620002985001 1 3.55814862251282 0
+"2467" 3 0.785520017147064 7 6 0
+"2468" 4 0.600469946861267 2 4 1
+"2469" 3 0.200736612081528 3 4 1
+"2470" 3 0.785520017147064 5 3.84228610992432 1
+"2471" 3 0.688880026340485 1 3 1
+"2472" 4 0.62978994846344 2 3 0
+"2473" 3 0.785520017147064 1 0.779948651790619 1
+"2474" 5 0.387620002031326 1 1 1
+"2475" 2 0.312420010566711 4 5.8676815032959 1
+"2476" 3 0.717095911502838 1 4 1
+"2477" 3 0.329634815454483 1 6 1
+"2478" 3 0.267989993095398 1 4.70997333526611 0
+"2479" 3 0.592509984970093 2 2.17622017860413 0
+"2480" 4 0.609759986400604 7 5 1
+"2481" 5 0.312420010566711 1 6 1
+"2482" 4 0.785520017147064 2 3 0
+"2483" 5 0.538463473320007 4 4 0
+"2484" 3 0.466820597648621 6 3 1
+"2485" 4 0.673849999904633 6 6 1
diff --git a/data/immi4.tab b/data/immi4.tab
new file mode 100644
index 0000000..1cd426c
--- /dev/null
+++ b/data/immi4.tab
@@ -0,0 +1,2486 @@
+"ipip" "wage1992" "prtyid" "ideol" "gender"
+"1" 3 0.614226460456848 7 5 1
+"2" 4 0.52042031288147 5 5 1
+"3" 4 0.267989993095398 7 6 1
+"4" 1 0.261489987373352 1 4 1
+"5" 3 0.293726891279221 2 3.85684084892273 1
+"6" 4 0.464700013399124 5 3 0
+"7" 3 0.673849999904633 3 5 1
+"8" 5 0.413563728332520 4 2 1
+"9" 2 0.600469946861267 1 1 1
+"10" 4 0.785520017147064 2 3 1
+"11" 3 0.367390006780624 5 2 0
+"12" 3 0.387620002031326 7 4 0
+"13" 5 0.394959986209869 7.356285572052 8.80829906463623 1
+"14" 3 0.312420010566711 5 3.71690011024475 1
+"15" 4 1.13774001598358 4 4 0
+"16" 3 0.600469946861267 7 6 1
+"17" 3 0.461620002985001 6 4 0
+"18" 4 0.785520017147064 1 4.73858070373535 0
+"19" 3 0.408399999141693 5 3 1
+"20" 5 0.518409967422485 7 4 1
+"21" 4 0.267989993095398 3 2 0
+"22" 3 0.265219986438751 3 5.55693340301514 1
+"23" 4 0.614226460456848 3 5 1
+"24" 3 0.189596280455589 4 3 0
+"25" 5 0.629591464996338 7 6 1
+"26" 3 0.180132806301117 3 6 1
+"27" 2 0.581430017948151 5 2.68427300453186 1
+"28" 3 0.408399999141693 2 5.49480152130127 1
+"29" 5 0.261489987373352 4 2.99466276168823 1
+"30" 3 0.485562473535538 5 4.26298999786377 1
+"31" 5 0.267989993095398 1 3.54553914070129 1
+"32" 5 0.408399999141693 6 5.21584463119507 0
+"33" 4 0.440597921609879 6 4 1
+"34" 3 0.394959986209869 2 4 1
+"35" 3 0.511519968509674 1 4.94037485122681 0
+"36" 3 0.785520017147064 6 4.66143560409546 0
+"37" 5 0.785520017147064 5 6 0
+"38" 3 0.614226460456848 4 2.86839699745178 0
+"39" 3 0.673849999904633 5 6 0
+"40" 2 0.65021002292633 2 3 1
+"41" 3 0.592509984970093 5 5 0
+"42" 3 0.644749999046326 6 3 1
+"43" 4 0.267989993095398 6 5 0
+"44" 5 0.614226460456848 2 5 0
+"45" 3 0.323260694742203 1 4 1
+"46" 3 0.701979994773865 2 3 1
+"47" 5 0.427269995212555 6 6 1
+"48" 3 0.189989998936653 6 4 1
+"49" 3 0.511519968509674 2 3.12584805488586 0
+"50" 4 0.518409967422485 7 7 0
+"51" 5 0.335929989814758 5 4 1
+"52" 2 0.65021002292633 1 2 0
+"53" 3 0.592509984970093 7 4 0
+"54" 4 0.367390006780624 4 4 0
+"55" 4 0.387620002031326 5 5.21476697921753 0
+"56" 3 0.785520017147064 6 3 0
+"57" 3 0.320780009031296 1 6 1
+"58" 3 0.394959986209869 7 6 1
+"59" 5 0.785520017147064 7 6 1
+"60" 5 0.267989993095398 2 2 0
+"61" 3 0.414970010519028 7 6 0
+"62" 5 0.309140026569366 4 3 0
+"63" 4 0.406390011310577 1 2 1
+"64" 3 0.673849999904633 7 6 1
+"65" 5 0.511519968509674 1 2 0
+"66" 3 0.614226460456848 2 2 0
+"67" 3 0.261489987373352 2 4.51805591583252 1
+"68" 4 0.600469946861267 1 5 1
+"69" 5 0.785520017147064 7 7 0
+"70" 5 0.457459777593613 1 5 1
+"71" 3 0.364969998598099 5 5 0
+"72" 3 0.320780009031296 3.45797395706177 7 1
+"73" 3 0.336679995059967 2 4.79878187179565 0
+"74" 2 0.390350013971329 3 4 0
+"75" 3 0.785520017147064 7 4 0
+"76" 3 0.446730017662048 5 4 0
+"77" 3 0.465169280767441 7 6 1
+"78" 1 0.309140026569366 7 4 0
+"79" 2 0.408399999141693 7 4 1
+"80" 3 0.592509984970093 7 2 0
+"81" 3 0.662460029125214 1 2 0
+"82" 4 0.267989993095398 2 3.02731704711914 1
+"83" 5 0.592509984970093 3 5 0
+"84" 3 0.903599977493286 2 2 0
+"85" 5 0.477019995450974 5 3.65700817108154 0
+"86" 3 0.545379996299744 5 4.31898355484009 0
+"87" 5 0.688880026340485 5 6 1
+"88" 5 0.309140026569366 2 3.35172033309937 0
+"89" 3 0.265219986438751 4 6.03836250305176 0
+"90" 4 0.592509984970093 1 2 1
+"91" 3 0.701979994773865 7 6 1
+"92" 3 0.903599977493286 5 5 0
+"93" 3 0.408600002527237 1 4.29859495162964 0
+"94" 3 0.785520017147064 1 2 1
+"95" 4 0.529449999332428 1 4 0
+"96" 4 0.320780009031296 7 2 1
+"97" 5 0.364969998598099 5 3 1
+"98" 3 0.361250013113022 2 3.93053841590881 1
+"99" 5 0.662460029125214 4 3.48522067070007 0
+"100" 3 0.673849999904633 4 5 1
+"101" 4 0.710443675518036 5 4 1
+"102" 3 0.532429993152618 1 5.4892725944519 0
+"103" 3 0.440597921609879 1 2 0
+"104" 4 0.367390006780624 4 4.60558748245239 0
+"105" 3 0.785520017147064 5 5 0
+"106" 4 0.688880026340485 2 5 0
+"107" 4 0.385200023651123 4 3.68585324287415 0
+"108" 4 0.204372897744179 3 6 1
+"109" 5 0.701979994773865 6 4 0
+"110" 3 0.401980012655258 1 4 0
+"111" 3 0.49544495344162 5 5.00046730041504 1
+"112" 3 0.343410015106201 2 3.36568951606750 1
+"113" 2 0.65021002292633 4 3 1
+"114" 1 0.55056881904602 7 6 0
+"115" 3 0.343410015106201 4 4 0
+"116" 3 0.785520017147064 6 5 0
+"117" 4 0.592509984970093 1 4 0
+"118" 3 0.430590927600861 1 6 0
+"119" 4 0.542017698287964 4 4 1
+"120" 3 0.581025421619415 2 4.39883947372437 1
+"121" 3 0.673849999904633 3 2.80041217803955 0
+"122" 1 0.688880026340485 2 4 1
+"123" 3 0.364969998598099 1 2.7570264339447 1
+"124" 3 0.320780009031296 3 3 1
+"125" 3 0.650611102581024 3 3 1
+"126" 5 0.609759986400604 6 2 1
+"127" 4 0.320780009031296 1 3.58573412895203 1
+"128" 5 0.400240004062653 6 5 1
+"129" 3 0.600469946861267 3 4 1
+"130" 5 0.518409967422485 3 4 1
+"131" 3 0.600469946861267 2 4 1
+"132" 5 0.785520017147064 7 7.38989686965942 0
+"133" 5 0.785520017147064 5 5 0
+"134" 5 0.396980881690979 4 6 1
+"135" 5 0.451964259147644 4.7080249786377 5.01299333572388 1
+"136" 3 0.644749999046326 1 6 0
+"137" 3 0.320780009031296 6 5 1
+"138" 3 0.385200023651123 1 3 1
+"139" 3 0.681391477584839 7 5 1
+"140" 3 0.315829992294312 2 4.6396369934082 1
+"141" 4 0.785520017147064 3 3 0
+"142" 3 0.518409967422485 7 6 1
+"143" 5 0.614226460456848 7 6 0
+"144" 3 1.10091006755829 6 5 0
+"145" 4 0.600469946861267 6 5 1
+"146" 3 0.600469946861267 2 4 1
+"147" 3 0.785520017147064 5 2.6894633769989 1
+"148" 5 0.414970010519028 7 4 0
+"149" 4 0.36285999417305 6 4 0
+"150" 3 0.65021002292633 4 4 0
+"151" 4 0.464899986982346 4 5.14198112487793 1
+"152" 5 0.785520017147064 5 4 1
+"153" 3 0.785520017147064 2 2 0
+"154" 3 0.785520017147064 1 3 1
+"155" 4 0.785520017147064 7 5 0
+"156" 3 0.600469946861267 5 7.12258005142212 0
+"157" 5 0.511519968509674 4 2.42284321784973 0
+"158" 5 0.890035092830658 5 4 0
+"159" 4 0.673849999904633 5 6 0
+"160" 3 0.785520017147064 6 5 0
+"161" 4 0.673849999904633 6 5 0
+"162" 3 0.614226460456848 6 6 0
+"163" 3 0.839463651180267 7 6 0
+"164" 2 0.793409943580627 5 6 0
+"165" 3 0.701979994773865 2 5 0
+"166" 5 0.320780009031296 1 3.01569008827209 1
+"167" 3 0.487359970808029 3 3 0
+"168" 4 0.394959986209869 4 5 1
+"169" 5 0.529449999332428 3 5.36817073822021 0
+"170" 4 0.320780009031296 1 4 1
+"171" 5 0.785520017147064 2 6 0
+"172" 3 0.609759986400604 2 4 1
+"173" 3 0.614226460456848 3 2 0
+"174" 4 0.267989993095398 1 3 1
+"175" 4 0.394959986209869 4 4 1
+"176" 5 0.785520017147064 3 4 0
+"177" 3 0.614226460456848 5 6 0
+"178" 3 0.65021002292633 7 6 0
+"179" 5 0.343410015106201 4 3.68875908851624 1
+"180" 3 0.8400399684906 6 4 0
+"181" 5 0.267989993095398 7 5 1
+"182" 3 0.267989993095398 1 4 1
+"183" 5 0.407490909099579 1 3.99763298034668 1
+"184" 5 0.65021002292633 5 6 1
+"185" 4 0.312420010566711 2 3 1
+"186" 4 0.511519968509674 3 5 0
+"187" 2 0.785520017147064 7 5 0
+"188" 2 0.462186902761459 2 4 1
+"189" 2 0.487359970808029 5 3 0
+"190" 5 0.614226460456848 6 3 1
+"191" 1 0.471772909164429 7 6 1
+"192" 5 0.265219986438751 5 4 1
+"193" 3 0.343410015106201 2 2.51354932785034 1
+"194" 1 0.320780009031296 3 1 0
+"195" 3 0.785520017147064 6 4 0
+"196" 3 0.793409943580627 2 5 0
+"197" 4 0.468584030866623 5 4.05015611648560 1
+"198" 4 0.903599977493286 7 4 1
+"199" 3 0.414970010519028 7 7 0
+"200" 5 0.407070010900497 1 5.07580900192261 1
+"201" 3 0.8400399684906 5 6 0
+"202" 3 0.673849999904633 1 5 0
+"203" 3 0.529449999332428 5 4 1
+"204" 4 0.267989993095398 3 4.24837017059326 1
+"205" 5 0.785520017147064 6 5.85771083831787 0
+"206" 3 0.785520017147064 7 6 0
+"207" 3 0.688880026340485 5 4 1
+"208" 4 0.390350013971329 3 7 0
+"209" 3 0.381099998950958 4 3.34142708778381 0
+"210" 3 0.461620002985001 1 4 0
+"211" 4 0.394959986209869 3 4 1
+"212" 4 0.65021002292633 7 6 0
+"213" 1 0.673849999904633 7 6 1
+"214" 3 0.565375506877899 5 5 1
+"215" 3 0.581430017948151 3 3.01074075698853 0
+"216" 5 0.511519968509674 3 2 0
+"217" 3 0.617313802242279 6 5.41746282577515 0
+"218" 3 0.343410015106201 3 6.72711610794067 1
+"219" 3 0.785520017147064 2 7 1
+"220" 4 0.461620002985001 5 6 0
+"221" 5 0.698559999465942 2 7 0
+"222" 5 0.401980012655258 2 2.63531923294067 1
+"223" 5 0.785520017147064 3 4 0
+"224" 4 0.387620002031326 2 4.83553981781006 1
+"225" 4 0.400240004062653 2 4.54516506195068 1
+"226" 5 0.267989993095398 1 2.41850852966309 1
+"227" 5 0.335929989814758 4 3.26446843147278 0
+"228" 1 0.520840048789978 6 4 0
+"229" 2 0.600469946861267 4 4 0
+"230" 3 0.673849999904633 1 2 0
+"231" 3 0.394959986209869 3 2 1
+"232" 5 0.394959986209869 6 6 1
+"233" 3 0.401980012655258 3 5 1
+"234" 3 0.673849999904633 1 5 1
+"235" 3 0.614226460456848 3 1 0
+"236" 4 0.457309991121292 3 4 0
+"237" 4 0.394959986209869 7 5 1
+"238" 5 0.600469946861267 2 4 1
+"239" 3 0.407070010900497 2 4 1
+"240" 4 0.701979994773865 7 4 1
+"241" 3 0.903599977493286 4 5 0
+"242" 3 0.315829992294312 6 5.89375066757202 0
+"243" 5 0.387620002031326 1 2 1
+"244" 5 0.614226460456848 1 6 0
+"245" 4 0.315829992294312 4 4 0
+"246" 3 0.312420010566711 5 3.72526121139526 1
+"247" 4 0.600469946861267 4 3 1
+"248" 4 0.343410015106201 2 4.67717504501343 0
+"249" 4 0.367390006780624 4.7210750579834 3.05435419082642 0
+"250" 4 0.440597921609879 2 4 0
+"251" 5 0.343410015106201 3 4 1
+"252" 2 0.400240004062653 1 4 1
+"253" 2 0.320780009031296 7 5 1
+"254" 3 0.414970010519028 5 5 0
+"255" 5 0.903599977493286 7 5 0
+"256" 4 0.600469946861267 6 3 1
+"257" 5 0.903599977493286 5 5 0
+"258" 3 0.609759986400604 5 3 1
+"259" 3 0.394959986209869 6 5.21190118789673 1
+"260" 4 0.452273100614548 6 5 0
+"261" 3 0.401980012655258 3 3.20107960700989 0
+"262" 5 0.272218763828278 2 6 1
+"263" 4 0.688880026340485 2 2 1
+"264" 2 0.592509984970093 4 6 0
+"265" 4 0.464700013399124 1 2 1
+"266" 4 0.688880026340485 7 4 1
+"267" 3 0.408399999141693 2 5 0
+"268" 3 1.10091006755829 6 5 0
+"269" 5 0.614226460456848 7 6 0
+"270" 3 0.267989993095398 4 4.17036819458008 1
+"271" 5 0.408399999141693 1 2.54194569587708 1
+"272" 5 0.408399999141693 3 5.5727334022522 1
+"273" 5 0.477019995450974 2 2.35663938522339 0
+"274" 3 0.487359970808029 4 3 0
+"275" 3 0.343410015106201 3 6 1
+"276" 3 0.65021002292633 3 2 1
+"277" 4 0.211364239454269 2 2.72187471389771 1
+"278" 3 0.446730017662048 3 2 0
+"279" 5 0.600469946861267 5 6 1
+"280" 5 0.267989993095398 5.55491828918457 2.45156359672546 0
+"281" 3 0.600469946861267 2 3 1
+"282" 3 0.278806716203690 1 3.71853733062744 1
+"283" 5 0.518409967422485 7 5 0
+"284" 4 0.36285999417305 5 5.8849687576294 0
+"285" 5 0.414970010519028 4 4.07714128494263 0
+"286" 5 0.400240004062653 5 4.54190111160278 1
+"287" 3 0.785520017147064 5 6.86090803146362 1
+"288" 3 0.777340054512024 7 7 0
+"289" 4 0.600469946861267 2 4 1
+"290" 5 0.785520017147064 7 6 0
+"291" 4 0.614226460456848 2 2.89172720909119 1
+"292" 5 0.401980012655258 2 4.09944105148315 0
+"293" 3 0.309140026569366 7 6.20248079299927 1
+"294" 4 0.477019995450974 2 4.3137731552124 0
+"295" 3 0.394959986209869 1 1 1
+"296" 5 0.381099998950958 2 4 1
+"297" 4 0.180373102426529 1 7 1
+"298" 5 0.446730017662048 4 3 1
+"299" 2 0.785520017147064 6 4 1
+"300" 4 0.343410015106201 4 2 1
+"301" 5 0.427269995212555 2 7 0
+"302" 4 0.688880026340485 2 4 1
+"303" 3 0.785520017147064 6 5 1
+"304" 4 0.511519968509674 2 5 0
+"305" 4 0.440597921609879 1 4.21726179122925 0
+"306" 4 0.785520017147064 3 3 0
+"307" 3 0.427269995212555 1 4.34571361541748 0
+"308" 4 0.407070010900497 3 2 1
+"309" 3 0.343410015106201 4 4 0
+"310" 4 0.267989993095398 2 4 0
+"311" 3 0.267989993095398 1 6.90726089477539 1
+"312" 4 0.394959986209869 3 6.82599544525146 1
+"313" 3 0.343410015106201 6 4 1
+"314" 4 0.343410015106201 2 4 0
+"315" 5 0.592509984970093 2 4 0
+"316" 3 0.3887699842453 7 4.55247211456299 0
+"317" 5 0.526378929615021 7 6 0
+"318" 4 0.461620002985001 1 4.15239191055298 0
+"319" 1 0.394959986209869 4 4 1
+"320" 5 0.614226460456848 5 4 1
+"321" 5 0.673849999904633 6 4 1
+"322" 3 0.673849999904633 7 6 0
+"323" 3 0.785520017147064 7 6 0
+"324" 3 0.394959986209869 3 5.24618625640869 1
+"325" 5 0.41154021024704 3 6.47373723983765 1
+"326" 3 0.343410015106201 6 6 1
+"327" 4 0.173929229378700 6 2 1
+"328" 4 0.592509984970093 1 3.62598752975464 0
+"329" 3 0.487359970808029 2 2 0
+"330" 1 0.396765857934952 4 1 1
+"331" 3 0.614226460456848 3 2 1
+"332" 5 0.267989993095398 3 4 1
+"333" 4 0.142731413245201 6 5 0
+"334" 3 0.61138528585434 2 4 1
+"335" 3 0.464899986982346 6 6 1
+"336" 4 0.320780009031296 7 6 1
+"337" 3 0.529449999332428 1 3 0
+"338" 2 0.600469946861267 7 6 1
+"339" 4 0.414970010519028 7 6 0
+"340" 5 0.387620002031326 5 6 1
+"341" 3 0.62365996837616 1 2.73909235000610 0
+"342" 3 0.785520017147064 4 5.50589942932129 0
+"343" 3 0.673849999904633 5 5.56525039672852 1
+"344" 3 0.267989993095398 4 3.04591751098633 1
+"345" 3 0.461620002985001 1 1 0
+"346" 5 0.6496941447258 7 6 1
+"347" 3 0.701979994773865 6 5 0
+"348" 5 0.600469946861267 4 4.43835067749023 1
+"349" 3 0.267989993095398 1 6 1
+"350" 5 0.364969998598099 5 3 1
+"351" 4 0.343410015106201 1 4 1
+"352" 5 0.387620002031326 6 1.43906772136688 1
+"353" 3 0.520840048789978 4 3.64994931221008 0
+"354" 4 0.614226460456848 3 3 0
+"355" 5 0.400240004062653 7 6 0
+"356" 3 0.785520017147064 6 6 0
+"357" 5 0.65021002292633 1 4 1
+"358" 5 0.903599977493286 3 4 0
+"359" 3 0.400240004062653 6 4 1
+"360" 4 0.41330561041832 5 4.76050281524658 1
+"361" 2 0.364969998598099 2 6.75772285461426 1
+"362" 5 0.464700013399124 3 2 1
+"363" 3 0.903599977493286 5 3 1
+"364" 4 0.315829992294312 1 4.20960569381714 1
+"365" 4 0.511519968509674 5 6.78868436813354 0
+"366" 2 0.58251029253006 6 4 1
+"367" 4 0.315829992294312 3 3 1
+"368" 3 0.400240004062653 6 4 1
+"369" 5 0.407070010900497 3 4 1
+"370" 4 0.335929989814758 2 1 0
+"371" 4 0.371375799179077 4 4 1
+"372" 4 0.527068853378296 3 4.03321504592896 1
+"373" 4 0.320780009031296 5 2.46233367919922 1
+"374" 3 0.600469946861267 2 4 1
+"375" 3 0.446730017662048 1 4 0
+"376" 5 0.343410015106201 2 3.17290878295898 1
+"377" 2 1.13774001598358 1 1 0
+"378" 3 0.518409967422485 1 4 0
+"379" 5 0.8400399684906 7 7 0
+"380" 1 0.408399999141693 3 2 1
+"381" 5 0.643181383609772 2 6.30629348754883 1
+"382" 3 0.785520017147064 5 4.42096900939941 0
+"383" 5 0.545379996299744 4 4 0
+"384" 3 0.309140026569366 3 4 0
+"385" 3 0.400240004062653 5 4 1
+"386" 3 0.315829992294312 3.69165253639221 4.80641746520996 0
+"387" 4 0.903599977493286 5 5 0
+"388" 3 0.189989998936653 4 6.40856122970581 1
+"389" 2 0.367390006780624 4 4 0
+"390" 5 0.315829992294312 7 6 0
+"391" 5 0.267989993095398 2 1 1
+"392" 3 0.390350013971329 4 3 0
+"393" 5 0.440597921609879 5 7 0
+"394" 2 0.343410015106201 1 2 1
+"395" 3 0.785520017147064 2 3 1
+"396" 3 0.685288667678833 2 3.35542154312134 1
+"397" 3 0.65021002292633 7 4.10428094863892 1
+"398" 3 0.315829992294312 1 3 1
+"399" 3 0.673849999904633 4 6 0
+"400" 5 0.315829992294312 3 2 0
+"401" 2 0.261489987373352 2 5 1
+"402" 3 0.447089612483978 5 5 1
+"403" 3 0.267989993095398 4 3.7326774597168 1
+"404" 3 0.493885338306427 6 5 0
+"405" 3 0.394959986209869 6 3.18462514877319 1
+"406" 4 0.614226460456848 4 4 0
+"407" 1 0.461620002985001 5 5 0
+"408" 1 0.903599977493286 6 5 0
+"409" 4 0.461620002985001 1 1 0
+"410" 5 0.777340054512024 5 5 0
+"411" 3 0.903599977493286 5 5 0
+"412" 4 0.265219986438751 3 2.87014460563660 0
+"413" 3 0.267989993095398 7 4 1
+"414" 4 0.777340054512024 3 3 0
+"415" 3 0.644749999046326 2 2 0
+"416" 3 0.614226460456848 7 6 1
+"417" 4 0.785520017147064 7 6 0
+"418" 1 0.320780009031296 1 4 1
+"419" 5 0.487359970808029 2 5.07601356506348 0
+"420" 3 0.75151002407074 1 3.29937791824341 0
+"421" 5 0.372126996517181 3 5.39073371887207 1
+"422" 3 0.545379996299744 5 6 0
+"423" 3 0.644749999046326 7 5 1
+"424" 3 0.544050991535187 1 2 1
+"425" 5 0.688880026340485 6 3 0
+"426" 4 0.644749999046326 3 3 0
+"427" 3 0.785520017147064 3 2 1
+"428" 4 0.414970010519028 1 6 0
+"429" 3 0.401980012655258 4 5.1946005821228 1
+"430" 4 0.460319727659225 2 4.93981552124023 1
+"431" 3 0.8400399684906 1 3 1
+"432" 3 0.676904559135437 6 6 1
+"433" 3 0.394959986209869 5 5.04891633987427 1
+"434" 3 0.092977024614811 3 2.47591686248779 1
+"435" 4 0.609759986400604 3 3 0
+"436" 3 0.511519968509674 3 4 0
+"437" 3 0.367390006780624 2 3 1
+"438" 3 0.8400399684906 4 3 0
+"439" 4 0.497279137372971 3 2 1
+"440" 3 0.320780009031296 1 4.93981838226318 1
+"441" 5 0.592509984970093 6 5 1
+"442" 3 0.592509984970093 6 5 0
+"443" 3 0.644749999046326 2 2 1
+"444" 2 0.903599977493286 5 5 0
+"445" 2 0.701979994773865 5 5 0
+"446" 4 0.461620002985001 4 4 0
+"447" 4 0.487359970808029 5 6 0
+"448" 4 0.673849999904633 2 3 1
+"449" 2 0.614226460456848 4 4 0
+"450" 3 0.36285999417305 4 4 0
+"451" 3 0.793976068496704 4 4 1
+"452" 3 0.581430017948151 4 4 0
+"453" 5 0.343410015106201 2 2.11977791786194 1
+"454" 3 0.609759986400604 5 6 1
+"455" 4 0.600469946861267 2 5 1
+"456" 2 0.343410015106201 3 3 1
+"457" 5 0.408399999141693 5 4 1
+"458" 3 0.511519968509674 3 5.48126029968262 0
+"459" 5 0.189989998936653 3 5 1
+"460" 5 0.614226460456848 4 4.73733377456665 1
+"461" 3 0.688880026340485 6 4 1
+"462" 5 0.315829992294312 1 3.12916326522827 1
+"463" 3 0.785520017147064 4 4 0
+"464" 3 0.408600002527237 1 3.88287591934204 1
+"465" 3 0.267989993095398 5 3 1
+"466" 4 0.506469905376434 7 3 0
+"467" 4 0.511519968509674 4 7.45144271850586 0
+"468" 5 0.335929989814758 2 3.94258117675781 0
+"469" 5 0.401980012655258 1 2 1
+"470" 4 0.688880026340485 1 3.91909551620483 1
+"471" 1 0.189989998936653 1 3.19832324981689 1
+"472" 1 0.84213000535965 2 1 0
+"473" 3 0.775127112865448 6 5 1
+"474" 4 0.267989993095398 2 1.34307181835175 1
+"475" 4 0.369334489107132 4 4.51852035522461 1
+"476" 4 0.394959986209869 6 6 1
+"477" 5 0.511519968509674 2 5 0
+"478" 5 0.459442228078842 7 4 1
+"479" 5 0.614226460456848 5 7 0
+"480" 1 0.343410015106201 2 4 0
+"481" 3 0.785520017147064 4 4 1
+"482" 4 0.343410015106201 4 5 1
+"483" 4 0.440597921609879 4 4.94336175918579 0
+"484" 3 0.315829992294312 2 2 0
+"485" 5 0.532429993152618 4 4 0
+"486" 3 0.320780009031296 3 3.10035252571106 1
+"487" 1 0.336679995059967 6 5 0
+"488" 4 0.394959986209869 7 3 1
+"489" 4 0.390350013971329 4 7.91139268875122 0
+"490" 1 0.793409943580627 3 4 0
+"491" 3 0.673849999904633 5 4 0
+"492" 5 0.400240004062653 4 4 0
+"493" 5 0.614226460456848 6 5 0
+"494" 5 0.532429993152618 5 6 1
+"495" 4 0.408399999141693 2 6.15267562866211 0
+"496" 3 0.343410015106201 5 6.8398060798645 0
+"497" 1 0.644749999046326 6 6 0
+"498" 3 0.8400399684906 4 3.78407573699951 1
+"499" 3 0.751419484615326 5 4 1
+"500" 3 0.384420484304428 2 7 1
+"501" 3 0.464700013399124 5 4 1
+"502" 3 0.581430017948151 5 5 0
+"503" 3 0.312420010566711 3 2.48730587959290 1
+"504" 3 0.320780009031296 1 2.98260569572449 1
+"505" 2 0.408600002527237 1 4.45484209060669 1
+"506" 4 0.267989993095398 4 5 1
+"507" 5 0.267989993095398 2 4.79474592208862 1
+"508" 3 0.785520017147064 3 2 0
+"509" 2 0.427269995212555 2 6 0
+"510" 5 0.408399999141693 5.96249866485596 3 0
+"511" 3 0.394959986209869 3 4 1
+"512" 5 0.267989993095398 6 4 0
+"513" 3 0.614226460456848 7 5 0
+"514" 5 0.518409967422485 5 7 0
+"515" 3 0.84213000535965 3 2 1
+"516" 4 0.312420010566711 1 4 1
+"517" 5 0.312420010566711 2 4 1
+"518" 3 0.394959986209869 2 4 1
+"519" 4 0.609759986400604 5 4 1
+"520" 5 0.468820005655289 3.35987615585327 4 1
+"521" 4 0.385200023651123 3 4 0
+"522" 3 1.13774001598358 2 3 0
+"523" 3 0.532429993152618 7 6 0
+"524" 3 0.614226460456848 2 4 0
+"525" 5 0.644749999046326 3 4 1
+"526" 4 0.320780009031296 2 2.97811388969421 1
+"527" 5 0.609759986400604 2 3.34074807167053 1
+"528" 4 0.343410015106201 3 5 0
+"529" 4 0.662460029125214 4 3 0
+"530" 5 0.600469946861267 3 4 1
+"531" 2 0.320780009031296 1 2 0
+"532" 2 0.312420010566711 3 4 0
+"533" 4 0.62365996837616 1 4 0
+"534" 5 0.600469946861267 3.89226531982422 4 1
+"535" 3 0.614226460456848 5 4 0
+"536" 3 0.213291868567467 5 3.29054570198059 1
+"537" 3 0.189989998936653 2 6 1
+"538" 3 0.408600002527237 1 3 1
+"539" 3 0.401980012655258 5 5.22099161148071 1
+"540" 3 0.261489987373352 5 6 1
+"541" 5 0.511519968509674 2 4.53026056289673 0
+"542" 4 0.407070010900497 3 4 1
+"543" 3 0.432395935058594 6 3.56811571121216 1
+"544" 5 0.532429993152618 6 6 1
+"545" 3 0.461620002985001 5 6.12032270431519 0
+"546" 5 0.467766851186752 4 5 1
+"547" 1 0.286135196685791 2 4.80491352081299 0
+"548" 3 0.335929989814758 5 4 0
+"549" 4 0.343410015106201 2 2 1
+"550" 4 0.614226460456848 1 2 0
+"551" 2 0.614226460456848 1 2 0
+"552" 3 0.8400399684906 7 6 0
+"553" 4 0.487359970808029 2 3 0
+"554" 4 0.532429993152618 7 4 1
+"555" 4 0.464899986982346 2 3.91823506355286 0
+"556" 4 0.408600002527237 3 4 0
+"557" 5 0.401980012655258 5 5 0
+"558" 4 0.701979994773865 3 1.88404095172882 0
+"559" 3 0.387620002031326 5 7 1
+"560" 3 0.312420010566711 2 6 1
+"561" 3 0.312420010566711 5 4 1
+"562" 5 0.600469946861267 7 2 0
+"563" 5 0.532429993152618 7 6 0
+"564" 3 0.408399999141693 1 3 0
+"565" 4 0.511519968509674 1 7 0
+"566" 3 0.662460029125214 6 4 0
+"567" 5 0.364969998598099 6 7.56294631958008 1
+"568" 3 0.343410015106201 5 5.72399997711182 0
+"569" 1 0.591658115386963 3 2 1
+"570" 3 0.511519968509674 4 3.36023473739624 0
+"571" 4 0.673849999904633 4 4.27091836929321 1
+"572" 4 0.315829992294312 7 4 0
+"573" 3 0.427269995212555 7 2 0
+"574" 4 0.343410015106201 2 5 1
+"575" 3 0.408399999141693 3 5 1
+"576" 3 0.315829992294312 3 4 1
+"577" 5 0.134845852851868 6 6 1
+"578" 3 0.401980012655258 4 5 0
+"579" 5 0.408399999141693 4 4 1
+"580" 5 0.401980012655258 1 5.87960338592529 1
+"581" 4 0.564667999744415 3 4 0
+"582" 5 0.405489325523376 6 5 1
+"583" 5 0.315829992294312 4 4 0
+"584" 5 0.394959986209869 5 6 1
+"585" 3 0.461620002985001 6 5 0
+"586" 4 0.189989998936653 2 2.03231835365295 1
+"587" 4 0.325215935707092 1 2 1
+"588" 5 0.181098088622093 1 4 1
+"589" 3 0.673849999904633 5 5 1
+"590" 4 0.511519968509674 4 5.71670341491699 0
+"591" 3 0.387620002031326 6 5 0
+"592" 3 0.592509984970093 2 4 0
+"593" 3 0.267989993095398 4 4 1
+"594" 4 0.785520017147064 6 6 0
+"595" 3 0.36285999417305 2 1.29461205005646 1
+"596" 5 0.408399999141693 5 6 0
+"597" 4 0.267989993095398 6 7 1
+"598" 1 0.495751887559891 5 4 1
+"599" 5 0.614226460456848 6 5 1
+"600" 5 0.401980012655258 3 6.66666126251221 1
+"601" 3 0.903599977493286 6 4 0
+"602" 4 0.407070010900497 3 6 1
+"603" 2 0.457309991121292 6 6.0578408241272 0
+"604" 2 0.644749999046326 5 4 0
+"605" 4 0.62365996837616 7 6 0
+"606" 4 0.267989993095398 2 7 1
+"607" 3 0.414970010519028 5 2 0
+"608" 4 0.268844813108444 6 5 0
+"609" 3 0.609759986400604 7 6.08574104309082 1
+"610" 3 0.785520017147064 1 4 1
+"611" 4 0.903599977493286 6 3 0
+"612" 1 0.609759986400604 3 6 1
+"613" 5 0.62365996837616 2 4 0
+"614" 3 0.400347054004669 3.34627962112427 3.90754866600037 1
+"615" 3 0.400240004062653 1 2 1
+"616" 4 0.614226460456848 7 6 1
+"617" 5 0.614226460456848 2 4 0
+"618" 3 0.518409967422485 1 4 0
+"619" 1 0.785520017147064 5 4 0
+"620" 5 0.614226460456848 6 3 1
+"621" 4 0.427269995212555 3 1.48555016517639 0
+"622" 3 0.399871021509171 5 4 1
+"623" 5 0.267989993095398 4 4 0
+"624" 3 0.903599977493286 4 4 0
+"625" 5 0.688880026340485 6 4 1
+"626" 5 0.312420010566711 6 4 1
+"627" 3 0.532429993152618 1 5 0
+"628" 5 0.673849999904633 6 4 1
+"629" 3 0.309140026569366 4 3.71477031707764 0
+"630" 3 0.785520017147064 6 5 1
+"631" 4 0.600469946861267 5 7 1
+"632" 5 0.267113596200943 1 4 1
+"633" 4 0.487359970808029 5 4.08207750320435 0
+"634" 4 0.599813222885132 5 3 0
+"635" 4 0.785520017147064 6 7 0
+"636" 1 0.644749999046326 3 2 0
+"637" 1 0.309140026569366 5 5 0
+"638" 4 0.673849999904633 3 2 0
+"639" 5 0.532429993152618 2 3.98792004585266 0
+"640" 5 0.315829992294312 1 3.63926696777344 1
+"641" 3 0.440597921609879 4 7 0
+"642" 3 0.343410015106201 5 6 1
+"643" 3 0.320780009031296 2 4.92735052108765 1
+"644" 5 0.364969998598099 1 6 1
+"645" 5 0.446766138076782 2 1 1
+"646" 4 0.568937540054321 5 5 1
+"647" 3 0.464700013399124 5 6.04991960525513 1
+"648" 5 0.487359970808029 7 5.19723510742188 0
+"649" 3 0.461620002985001 7 4 0
+"650" 5 0.315829992294312 1 7 0
+"651" 2 0.84213000535965 3 1 1
+"652" 3 0.160742625594139 3 2.9752037525177 1
+"653" 3 0.600469946861267 6 4 1
+"654" 3 0.487359970808029 4 5 0
+"655" 3 0.487359970808029 1 4 0
+"656" 3 0.785520017147064 6 4 0
+"657" 4 0.343410015106201 3 4 1
+"658" 5 0.457367271184921 6 6 1
+"659" 3 0.387620002031326 4 4.29907894134521 1
+"660" 5 0.614226460456848 6 5 1
+"661" 4 0.343410015106201 2 3 0
+"662" 5 0.315829992294312 2 4 0
+"663" 5 0.785520017147064 7 5 0
+"664" 3 0.532429993152618 6 4 1
+"665" 1 0.755650818347931 7 6 1
+"666" 3 0.903599977493286 2 3 0
+"667" 3 0.343410015106201 5 6 0
+"668" 3 0.261489987373352 3 4.78437662124634 1
+"669" 3 0.688880026340485 5 3 1
+"670" 4 0.400240004062653 5 4.86872673034668 1
+"671" 3 0.65021002292633 2 3 1
+"672" 2 0.238656029105186 4 3.11599612236023 1
+"673" 3 0.395623981952667 1 3 1
+"674" 3 0.785520017147064 3 2 1
+"675" 3 0.401980012655258 4 4 0
+"676" 5 0.390350013971329 2 6 0
+"677" 3 0.459952682256699 6 4.7072582244873 1
+"678" 3 0.785520017147064 6 6 0
+"679" 3 0.84213000535965 2 3 1
+"680" 1 0.320780009031296 1 4 1
+"681" 4 0.589059352874756 2 3 0
+"682" 3 0.785520017147064 3 3 0
+"683" 3 0.461620002985001 1 2.59445190429688 1
+"684" 3 0.511519968509674 7 7 0
+"685" 3 0.36285999417305 3 5 1
+"686" 4 0.793409943580627 2 2 1
+"687" 3 0.477019995450974 1 4 0
+"688" 3 0.614226460456848 5 5 0
+"689" 3 0.381099998950958 4.0893177986145 3.06173682212830 1
+"690" 4 0.367390006780624 2 4 0
+"691" 2 0.644749999046326 2 4 0
+"692" 3 0.600469946861267 5 6 0
+"693" 3 0.408399999141693 4 4 1
+"694" 3 0.600469946861267 2 4 1
+"695" 5 0.614226460456848 4 4 0
+"696" 5 0.614226460456848 6 4.21671676635742 0
+"697" 4 0.620252370834351 5 4 1
+"698" 5 0.621659755706787 6 4 1
+"699" 4 0.564404964447021 1 4.23497724533081 1
+"700" 4 0.267989993095398 2 3.14639163017273 1
+"701" 2 0.394959986209869 2 3 1
+"702" 2 0.407070010900497 5 3.59218454360962 1
+"703" 3 0.394959986209869 5 3 1
+"704" 3 0.394959986209869 3 3 1
+"705" 4 0.785520017147064 6 6 0
+"706" 5 0.487359970808029 7 3 0
+"707" 5 0.619348108768463 3 4 1
+"708" 5 0.401980012655258 1 1 0
+"709" 3 0.343410015106201 5 3 1
+"710" 4 0.8400399684906 3 4 0
+"711" 4 0.785520017147064 2 4 0
+"712" 5 0.592509984970093 4 6 0
+"713" 4 0.632363557815552 6 4 1
+"714" 5 0.785520017147064 6 4 0
+"715" 5 0.394959986209869 2 4 1
+"716" 3 0.84213000535965 3 3 0
+"717" 3 0.394959986209869 1.37770891189575 4.5156774520874 1
+"718" 4 0.707917809486389 7 5 1
+"719" 5 0.641527771949768 6 6.21179819107056 1
+"720" 3 0.312420010566711 2 5 1
+"721" 3 0.257237493991852 3 3.56070160865784 1
+"722" 4 0.446730017662048 2 4 0
+"723" 3 0.581430017948151 2 3 0
+"724" 3 0.609759986400604 1 2 1
+"725" 4 0.394959986209869 2 4.51523160934448 1
+"726" 3 0.688880026340485 4 4 1
+"727" 5 0.511519968509674 1 6 0
+"728" 3 0.688880026340485 1 2 0
+"729" 5 0.644749999046326 4 3 0
+"730" 5 0.592509984970093 4 4 0
+"731" 5 0.320780009031296 2 3.56458950042725 1
+"732" 2 0.785520017147064 6 6 0
+"733" 4 0.600469946861267 5 3 1
+"734" 5 0.511519968509674 6 6 0
+"735" 3 0.903599977493286 6 5 0
+"736" 3 0.785520017147064 1 2 1
+"737" 3 0.532429993152618 3 1 0
+"738" 3 0.65021002292633 4 4 1
+"739" 5 0.614226460456848 2 3 1
+"740" 5 0.511519968509674 1 7 0
+"741" 1 0.397688120603561 5 4.81430816650391 1
+"742" 4 0.440597921609879 3 5.48787927627563 0
+"743" 3 0.267989993095398 6 4 1
+"744" 3 0.785520017147064 2 4 1
+"745" 5 0.649206459522247 2 4 1
+"746" 3 1.13774001598358 3 4 0
+"747" 3 0.320780009031296 6 4.9573278427124 1
+"748" 5 0.532429993152618 1 4 1
+"749" 5 0.600469946861267 5 6 1
+"750" 1 0.785520017147064 5 5 0
+"751" 3 0.785520017147064 5 5 1
+"752" 3 0.588327407836914 3 3.17158055305481 1
+"753" 3 0.688880026340485 6 5 0
+"754" 2 0.400240004062653 2 4 1
+"755" 2 0.688880026340485 5 5 1
+"756" 5 0.673849999904633 6 5 1
+"757" 3 0.407070010900497 7 5 1
+"758" 3 0.785520017147064 5 6 1
+"759" 4 1.10091006755829 6 5 0
+"760" 4 0.401980012655258 7 2 0
+"761" 5 0.600469946861267 6 5 0
+"762" 3 0.614226460456848 2 5 0
+"763" 3 0.343410015106201 1 3 1
+"764" 3 0.531306326389313 1 2 1
+"765" 5 0.785520017147064 7 5 1
+"766" 5 0.609759986400604 5 4 1
+"767" 2 0.65021002292633 3 2 0
+"768" 2 1.13774001598358 1 2 0
+"769" 3 0.407070010900497 4 5.12120628356934 1
+"770" 4 0.3887699842453 2 4 0
+"771" 4 0.65021002292633 5 6 0
+"772" 4 0.903599977493286 4 4 0
+"773" 3 0.406390011310577 2 5.64340448379517 1
+"774" 3 0.357305914163589 1 2 1
+"775" 2 0.609759986400604 2 2 1
+"776" 5 0.592509984970093 7 6.07473564147949 0
+"777" 3 0.688880026340485 3 5 1
+"778" 5 0.701979994773865 5 5 0
+"779" 2 1.10091006755829 1 1 1
+"780" 3 0.408600002527237 2 7.37479066848755 1
+"781" 4 0.414970010519028 5 6 0
+"782" 4 0.364969998598099 6 4 1
+"783" 4 0.673849999904633 4 4 1
+"784" 4 0.267989993095398 1 5 1
+"785" 5 0.477019995450974 6 2 0
+"786" 4 0.309140026569366 5 5 0
+"787" 3 0.394959986209869 2 2 1
+"788" 4 0.592509984970093 1 4.68901872634888 0
+"789" 3 0.785520017147064 2 3.61582851409912 0
+"790" 4 0.785520017147064 6 3 1
+"791" 5 0.0783944204449654 1 2.49600338935852 1
+"792" 3 0.644749999046326 1 4 1
+"793" 3 0.785520017147064 4 4 0
+"794" 2 0.320780009031296 7 6 1
+"795" 3 0.497132688760757 2 4 1
+"796" 5 0.407070010900497 1 5 1
+"797" 1 0.600469946861267 1 4 1
+"798" 4 0.600469946861267 6 4 1
+"799" 3 0.407070010900497 4 4 1
+"800" 2 0.688880026340485 5 5 1
+"801" 5 0.320780009031296 1 6 1
+"802" 4 0.448887944221497 6 5 1
+"803" 5 0.785520017147064 1 4 0
+"804" 5 0.62365996837616 5 4 0
+"805" 3 0.320780009031296 5 2.98157262802124 1
+"806" 5 0.340220004320145 7 4 1
+"807" 3 0.785520017147064 1 2 0
+"808" 1 0.532429993152618 7 4 0
+"809" 3 0.614226460456848 2 2 1
+"810" 2 0.261489987373352 3 3.59270691871643 1
+"811" 3 0.532429993152618 1 2 0
+"812" 3 0.400240004062653 5 4 1
+"813" 5 0.785520017147064 7 5 0
+"814" 2 0.320780009031296 1 2 0
+"815" 3 0.111615337431431 4 4 1
+"816" 4 0.267989993095398 1 3 1
+"817" 3 0.386619985103607 5 4 0
+"818" 3 0.427269995212555 6 5 1
+"819" 3 0.270541071891785 6 3.83716773986816 1
+"820" 4 0.394959986209869 5 4 1
+"821" 3 0.644749999046326 7 6 1
+"822" 4 0.408399999141693 2 4 0
+"823" 4 0.461620002985001 5 4 0
+"824" 3 0.785520017147064 7 6.50771999359131 0
+"825" 1 0.50227028131485 1 5 1
+"826" 3 0.375917762517929 3 4 1
+"827" 4 0.532429993152618 1 3.29900121688843 0
+"828" 4 0.785520017147064 4 5 0
+"829" 5 0.609759986400604 7 5 0
+"830" 3 0.785520017147064 7 5 0
+"831" 5 0.305071383714676 6 4 1
+"832" 3 0.84213000535965 2 1 1
+"833" 4 0.581430017948151 2 3.99344444274902 1
+"834" 5 0.408600002527237 2 1 1
+"835" 3 0.394959986209869 3 4.59806299209595 1
+"836" 4 0.238355457782745 7 6 1
+"837" 4 0.312420010566711 3 3.92018389701843 1
+"838" 3 0.461620002985001 2 2.31118154525757 0
+"839" 4 0.673849999904633 4 2 1
+"840" 5 0.309140026569366 7 5 0
+"841" 5 0.390350013971329 1 6 0
+"842" 4 0.785520017147064 7 4 0
+"843" 3 0.427269995212555 7 5 1
+"844" 3 0.673849999904633 6 5 1
+"845" 5 0.632122278213501 4 2 0
+"846" 5 0.785520017147064 5 5 0
+"847" 5 0.785520017147064 1 3 0
+"848" 3 0.600469946861267 1 2 1
+"849" 3 0.343410015106201 6 4 1
+"850" 3 0.267989993095398 3 4 1
+"851" 4 0.520840048789978 3 5 0
+"852" 5 0.511519968509674 4 4 0
+"853" 4 0.401980012655258 4 6 0
+"854" 3 0.592509984970093 7 6 0
+"855" 5 0.62978994846344 4 3.63679170608521 0
+"856" 3 0.261489987373352 3 5.04812335968018 1
+"857" 3 0.378527313470840 3 2.41769027709961 1
+"858" 3 0.688880026340485 3 4.90037393569946 1
+"859" 3 0.712361454963684 2 5 1
+"860" 4 0.609759986400604 7 6 1
+"861" 4 0.62365996837616 4 6 0
+"862" 3 0.244144693017006 2 1.00032770633698 1
+"863" 3 0.401980012655258 1 3 0
+"864" 3 0.673849999904633 4 5 0
+"865" 4 0.343410015106201 7 4 1
+"866" 5 0.529449999332428 1 2 1
+"867" 5 0.400240004062653 1 4 1
+"868" 3 0.331050813198090 2 5 0
+"869" 4 0.785520017147064 2 3 1
+"870" 3 0.614226460456848 6 4 0
+"871" 4 0.320780009031296 3 1 1
+"872" 3 0.243267491459846 2 2.61616659164429 1
+"873" 4 0.532429993152618 3 4 0
+"874" 3 0.446730017662048 7 4 0
+"875" 5 0.65021002292633 1 4 0
+"876" 2 0.688880026340485 7 5 0
+"877" 5 0.464700013399124 3 3.28998684883118 1
+"878" 3 0.688880026340485 6 6 1
+"879" 3 0.446730017662048 5 5 0
+"880" 4 0.320780009031296 3 2.52661991119385 1
+"881" 3 0.785520017147064 1 4 0
+"882" 3 1.13774001598358 3 3 0
+"883" 5 0.408600002527237 1 3.40935921669006 1
+"884" 3 0.644749999046326 5 5 0
+"885" 3 0.312420010566711 3 4.55888366699219 1
+"886" 4 0.806911766529083 5 4 0
+"887" 4 0.414970010519028 1 4 0
+"888" 3 0.511519968509674 4 4 0
+"889" 4 0.600469946861267 6 5.26551914215088 0
+"890" 3 0.59912496805191 4 4 1
+"891" 4 0.394959986209869 2 4 1
+"892" 3 0.903599977493286 7 4 0
+"893" 5 0.673849999904633 7 7 0
+"894" 2 0.600469946861267 3 2 1
+"895" 4 0.267989993095398 4 1.57769083976746 1
+"896" 3 1.10091006755829 3 2 0
+"897" 3 0.62365996837616 1 4 0
+"898" 3 0.785520017147064 6 5 0
+"899" 4 0.360382378101349 4 3 1
+"900" 4 0.592509984970093 7 7 0
+"901" 4 0.477019995450974 4 3.84154200553894 0
+"902" 4 0.401980012655258 4 6.62990522384644 1
+"903" 3 0.600469946861267 1 2 1
+"904" 3 0.62365996837616 7 6 0
+"905" 3 0.267989993095398 2 4.66656303405762 1
+"906" 4 0.662460029125214 5 6 0
+"907" 5 0.461620002985001 3 3.87997364997864 0
+"908" 3 0.62365996837616 6 4 0
+"909" 3 0.512215793132782 4 3 1
+"910" 2 0.477019995450974 6 3 0
+"911" 3 0.487359970808029 2 5.62079095840454 0
+"912" 5 0.600469946861267 2 2 1
+"913" 5 0.390350013971329 3 3.96844410896301 0
+"914" 3 0.673849999904633 1 2 0
+"915" 3 0.338518112897873 6 4 1
+"916" 4 0.371768683195114 2 5.82771825790405 1
+"917" 1 0.464700013399124 1 4 1
+"918" 4 0.662460029125214 4 5 0
+"919" 4 0.614226460456848 6 5 1
+"920" 5 0.464899986982346 1 4 0
+"921" 3 0.401980012655258 2 3 0
+"922" 2 0.903599977493286 2 4 0
+"923" 3 0.609759986400604 6 5 1
+"924" 3 0.673849999904633 6 3 1
+"925" 4 0.785520017147064 2 2 0
+"926" 5 0.401980012655258 3 4.33650827407837 0
+"927" 4 0.312420010566711 3 2 1
+"928" 4 0.785520017147064 2 4.42833757400513 1
+"929" 3 0.320780009031296 1 7 1
+"930" 1 0.267989993095398 1 2 0
+"931" 3 0.688880026340485 2 5 1
+"932" 3 0.394959986209869 2 3 1
+"933" 4 0.592509984970093 6 5 0
+"934" 4 0.394959986209869 4 3.21358752250671 1
+"935" 5 0.673849999904633 5 5 0
+"936" 4 0.614226460456848 4 2.33153748512268 1
+"937" 4 0.65021002292633 4 3 0
+"938" 3 0.464700013399124 7 5 1
+"939" 3 0.394959986209869 3 3 1
+"940" 3 0.487359970808029 3 5 0
+"941" 4 0.427269995212555 6.20081615447998 3.676429271698 1
+"942" 4 0.65021002292633 3 2 0
+"943" 3 0.400240004062653 2 4 0
+"944" 4 0.532429993152618 2 4.86903238296509 0
+"945" 4 0.267989993095398 4 2 1
+"946" 3 0.265219986438751 5 4 0
+"947" 3 0.673849999904633 2 5 0
+"948" 4 0.427269995212555 5 5 0
+"949" 3 0.464899986982346 1 5 1
+"950" 3 0.315829992294312 1 5 1
+"951" 5 0.511519968509674 5 4.39487409591675 0
+"952" 3 0.340220004320145 6 4.60579252243042 0
+"953" 4 0.512637078762054 4 6.04291248321533 1
+"954" 3 0.670266628265381 4 2 1
+"955" 4 0.3887699842453 5 2 0
+"956" 3 0.461620002985001 1 5 0
+"957" 3 0.793409943580627 3 3 0
+"958" 5 0.407070010900497 3 4 1
+"959" 3 0.785520017147064 3 1 1
+"960" 3 0.673849999904633 2 4 1
+"961" 3 0.320780009031296 6 5 1
+"962" 4 0.84213000535965 4 5 0
+"963" 3 0.343410015106201 2 4 1
+"964" 4 0.464899986982346 2.12912273406982 3.92101836204529 1
+"965" 2 0.343410015106201 2 4 1
+"966" 5 0.688880026340485 3 4 1
+"967" 3 0.394959986209869 4 3.82058095932007 1
+"968" 5 0.614226460456848 3 6.44488573074341 0
+"969" 2 0.408399999141693 1 2 1
+"970" 3 0.614226460456848 3 4 1
+"971" 5 0.461620002985001 5 4 0
+"972" 3 0.767723023891449 5 6 0
+"973" 3 0.614226460456848 3 4 0
+"974" 3 0.394959986209869 4 4 1
+"975" 4 0.320780009031296 1 5 1
+"976" 2 0.600469946861267 3 1 0
+"977" 3 0.267989993095398 7 3.83252859115601 0
+"978" 4 0.178466379642487 1 3.79040431976318 1
+"979" 3 0.414098262786865 3 3 1
+"980" 5 0.600469946861267 4 4 1
+"981" 3 0.343410015106201 3 4.26938533782959 1
+"982" 5 0.358565151691437 4 5.52976703643799 1
+"983" 3 0.414970010519028 5 5 0
+"984" 4 0.394959986209869 4 5.82644462585449 1
+"985" 3 0.682920813560486 3 5 1
+"986" 3 0.320780009031296 1 4.02504682540894 1
+"987" 3 0.903599977493286 5 5 0
+"988" 5 0.335929989814758 6 2 0
+"989" 5 0.461620002985001 2 4 0
+"990" 4 0.446016162633896 7 6 1
+"991" 5 0.477019995450974 1 2 0
+"992" 4 0.343410015106201 1 5 1
+"993" 5 0.445244640111923 2 4 1
+"994" 3 0.777340054512024 1 2 1
+"995" 4 0.8400399684906 4 4 0
+"996" 4 0.701979994773865 4 3 1
+"997" 3 0.394959986209869 3 4 1
+"998" 5 0.785520017147064 2 2 0
+"999" 3 0.8400399684906 5 4 0
+"1000" 4 0.387620002031326 2 3 1
+"1001" 4 0.600469946861267 3 4 0
+"1002" 3 0.320780009031296 3 1 0
+"1003" 5 0.457309991121292 2 3.92285871505737 0
+"1004" 1 0.424258559942245 7 5.76445722579956 1
+"1005" 4 0.320780009031296 5 3.35596227645874 1
+"1006" 3 0.785520017147064 2 4.2612190246582 1
+"1007" 3 0.343410015106201 1 1.09495425224304 1
+"1008" 3 0.401980012655258 3 2 0
+"1009" 3 0.343410015106201 6 5.32130193710327 1
+"1010" 3 0.785520017147064 2 3 0
+"1011" 2 0.315829992294312 1 4 1
+"1012" 4 0.394959986209869 4 3.81860256195068 1
+"1013" 4 0.600469946861267 1 1.30977880954742 1
+"1014" 5 0.688880026340485 4 7 1
+"1015" 2 0.518409967422485 2 2 1
+"1016" 3 0.701979994773865 7 7 0
+"1017" 5 0.309140026569366 5 6.20080280303955 0
+"1018" 3 0.600469946861267 2 6 0
+"1019" 3 0.600469946861267 3 4 1
+"1020" 5 0.189989998936653 1 2 1
+"1021" 4 0.315829992294312 1 2 1
+"1022" 2 0.487359970808029 6 4 0
+"1023" 4 0.343410015106201 1 2 1
+"1024" 3 0.461620002985001 6 4 0
+"1025" 3 0.673849999904633 1 3 1
+"1026" 3 0.414413541555405 2 4 1
+"1027" 3 0.673849999904633 2 4 0
+"1028" 3 0.609759986400604 7 5 1
+"1029" 3 0.375155448913574 3 3 1
+"1030" 4 0.614226460456848 2 5 1
+"1031" 2 0.387620002031326 4 4 0
+"1032" 1 0.320780009031296 3 3 0
+"1033" 4 0.555289387702942 2 4 1
+"1034" 3 0.545379996299744 1 4 0
+"1035" 5 0.401980012655258 4 5 1
+"1036" 5 0.875825762748718 7 6 0
+"1037" 1 0.454844832420349 2 3.86138272285461 1
+"1038" 5 0.189989998936653 1.05410099029541 3.02253842353821 1
+"1039" 4 0.464700013399124 4 3 1
+"1040" 4 0.609759986400604 5 6 1
+"1041" 5 0.394959986209869 7 7 1
+"1042" 4 0.340220004320145 1 3 0
+"1043" 3 0.614226460456848 5 4 0
+"1044" 4 0.785520017147064 3 4 0
+"1045" 5 0.408600002527237 1 4.16427850723267 1
+"1046" 5 0.320780009031296 7 6 1
+"1047" 5 0.461620002985001 1 4.31921195983887 0
+"1048" 3 0.609759986400604 7 4 1
+"1049" 3 0.278914898633957 3 6 1
+"1050" 4 0.65021002292633 6 4 1
+"1051" 3 0.605342090129852 7 7 0
+"1052" 5 0.414970010519028 4 5 0
+"1053" 3 0.414970010519028 6 6.56510353088379 0
+"1054" 4 0.614226460456848 5 4.28324556350708 1
+"1055" 3 0.407070010900497 3 3.63148975372314 1
+"1056" 4 0.417868942022324 7 4 1
+"1057" 5 0.785520017147064 5 5 1
+"1058" 5 0.785520017147064 7 7 0
+"1059" 5 0.532429993152618 2 4 0
+"1060" 3 0.673849999904633 1 4 0
+"1061" 4 0.65021002292633 2 6 1
+"1062" 5 0.511519968509674 4 6 0
+"1063" 5 0.414970010519028 1 4 0
+"1064" 4 0.407070010900497 7 6 0
+"1065" 3 0.408399999141693 2 7 1
+"1066" 3 0.600469946861267 2 2 1
+"1067" 4 0.532429993152618 1 6 1
+"1068" 4 0.785520017147064 6 6 0
+"1069" 1 0.309140026569366 1 4 0
+"1070" 5 0.673849999904633 4 4 1
+"1071" 5 0.464700013399124 7 7 1
+"1072" 4 0.400240004062653 6 5 1
+"1073" 4 0.785520017147064 2 3.35039091110229 0
+"1074" 4 0.785520017147064 6 4 0
+"1075" 3 0.688880026340485 6 5 1
+"1076" 3 0.785520017147064 7 6 0
+"1077" 4 0.317906886339188 1 5 1
+"1078" 3 0.592509984970093 5 6 0
+"1079" 5 0.407070010900497 1 5 0
+"1080" 3 0.443788558244705 2 6 1
+"1081" 3 0.464700013399124 6 3 1
+"1082" 5 0.673849999904633 7 4 1
+"1083" 3 0.320780009031296 7 6 0
+"1084" 4 0.406390011310577 5 5 1
+"1085" 5 0.518409967422485 6 4 1
+"1086" 5 0.427269995212555 4 4.93604040145874 0
+"1087" 4 0.8400399684906 2 5 1
+"1088" 5 0.673849999904633 3 4 0
+"1089" 4 0.265219986438751 3 2 0
+"1090" 4 0.785520017147064 2 3 0
+"1091" 3 0.785520017147064 5 4.34389781951904 1
+"1092" 4 0.701979994773865 6 4 1
+"1093" 4 0.614226460456848 3 4 1
+"1094" 3 0.511519968509674 5 3 0
+"1095" 3 0.511519968509674 7 6 0
+"1096" 3 0.390350013971329 6 4.69909811019897 0
+"1097" 5 0.785520017147064 1 2 1
+"1098" 3 0.785520017147064 6 5 0
+"1099" 3 0.600469946861267 2 2 1
+"1100" 4 0.701979994773865 3 1 1
+"1101" 4 0.688880026340485 3 4 1
+"1102" 3 0.400240004062653 4 4 1
+"1103" 3 0.535175621509552 2 2 0
+"1104" 5 0.511519968509674 4 4 0
+"1105" 3 0.614226460456848 4 5 0
+"1106" 4 0.614226460456848 6 5 0
+"1107" 4 0.275055378675461 3 5 0
+"1108" 3 0.427681386470795 1 2.63091659545898 1
+"1109" 3 0.618728756904602 5 7 1
+"1110" 3 0.785520017147064 2 4 1
+"1111" 2 0.785520017147064 5 4 0
+"1112" 3 0.261489987373352 1 1.86126935482025 1
+"1113" 1 0.261489987373352 1 3.3952419757843 1
+"1114" 5 0.477019995450974 4 4 0
+"1115" 3 0.320780009031296 5 4 1
+"1116" 4 0.511519968509674 2 5 0
+"1117" 3 0.614226460456848 6 6 0
+"1118" 3 0.614226460456848 6 6 1
+"1119" 3 0.614226460456848 5 3 0
+"1120" 3 0.600469946861267 7 7 1
+"1121" 4 0.315829992294312 3 2 0
+"1122" 4 0.903599977493286 6 5 0
+"1123" 5 0.400240004062653 6 4 1
+"1124" 5 0.343410015106201 1 3 1
+"1125" 4 0.662460029125214 7 5 0
+"1126" 2 0.777340054512024 3 2 1
+"1127" 4 0.407070010900497 3 5 1
+"1128" 3 0.343410015106201 1 4 0
+"1129" 5 0.390350013971329 7 5.1915602684021 0
+"1130" 3 0.314734399318695 2 4 1
+"1131" 3 0.335929989814758 5 5 0
+"1132" 3 0.407070010900497 3 5 1
+"1133" 5 0.614226460456848 6 4 0
+"1134" 3 0.456118553876877 6 6.533278465271 1
+"1135" 5 0.400240004062653 5 6.21581554412842 1
+"1136" 4 0.423284381628036 1 4 1
+"1137" 3 0.600469946861267 4 4.9728217124939 1
+"1138" 5 0.600469946861267 1 5 1
+"1139" 5 0.62365996837616 3 4 0
+"1140" 3 0.477019995450974 5 3 0
+"1141" 4 0.785520017147064 4 4 0
+"1142" 3 0.673849999904633 2 3 0
+"1143" 4 0.315829992294312 4 5 0
+"1144" 2 0.189989998936653 1 3 1
+"1145" 5 0.532429993152618 6 3 0
+"1146" 4 0.400240004062653 7 7 1
+"1147" 5 0.400240004062653 6 3 1
+"1148" 5 0.477019995450974 1 4.77514505386353 0
+"1149" 3 0.474854975938797 7 5.53473711013794 1
+"1150" 3 0.386619985103607 3 3.74006724357605 0
+"1151" 3 0.487359970808029 2 6 0
+"1152" 3 0.401980012655258 2 4 0
+"1153" 3 0.785520017147064 1 3 0
+"1154" 4 0.487359970808029 2 2 0
+"1155" 4 0.308492660522461 3 5.41327381134033 1
+"1156" 3 0.600469946861267 2 3.91884589195251 1
+"1157" 4 0.407070010900497 6 5 1
+"1158" 3 0.414970010519028 7 4 0
+"1159" 4 0.335929989814758 3 5 0
+"1160" 4 0.343410015106201 1 2 1
+"1161" 3 0.62365996837616 1 2 0
+"1162" 3 0.367390006780624 4 2.61600232124329 0
+"1163" 1 0.267989993095398 1 2.95484757423401 1
+"1164" 5 0.461620002985001 1 1 0
+"1165" 4 0.592509984970093 4 1.77400887012482 0
+"1166" 3 0.265219986438751 2 2.63422584533691 0
+"1167" 3 0.532539963722229 1 4 0
+"1168" 3 0.205651462078094 3 4 1
+"1169" 4 0.172338038682938 4 3 1
+"1170" 3 0.785520017147064 6 4.73484230041504 1
+"1171" 3 0.340220004320145 2 2.52194547653198 1
+"1172" 3 0.673849999904633 1 4 1
+"1173" 5 0.267989993095398 1 3 0
+"1174" 3 0.446730017662048 1 2 1
+"1175" 3 0.427269995212555 1 3 0
+"1176" 5 0.265219986438751 1 4 1
+"1177" 4 0.785520017147064 3 4 1
+"1178" 4 0.532429993152618 6 4 0
+"1179" 5 0.614226460456848 5 7 0
+"1180" 5 0.785520017147064 6 5 1
+"1181" 4 0.464700013399124 6 5 1
+"1182" 3 0.688880026340485 3 4 0
+"1183" 5 0.518409967422485 3 4 1
+"1184" 4 0.427269995212555 2 5 0
+"1185" 4 0.52571964263916 6 2.84341311454773 1
+"1186" 5 0.400240004062653 1 3 1
+"1187" 4 0.427269995212555 1 5 0
+"1188" 3 0.65021002292633 1 3 1
+"1189" 2 0.581430017948151 2 5 0
+"1190" 3 0.414970010519028 6 3.83771753311157 0
+"1191" 5 0.414970010519028 7 6 0
+"1192" 2 0.267989993095398 3 6 1
+"1193" 4 0.364969998598099 2 3 1
+"1194" 5 0.394959986209869 3 4 1
+"1195" 3 0.407070010900497 3 3.61599206924438 1
+"1196" 3 0.614226460456848 3 5.17986631393433 0
+"1197" 4 0.273459494113922 2 3.11934423446655 1
+"1198" 4 0.440597921609879 4 5.54913806915283 0
+"1199" 4 0.62365996837616 1 4 0
+"1200" 3 0.394959986209869 2 4 1
+"1201" 2 0.511519968509674 2 2.24184584617615 0
+"1202" 4 0.343410015106201 4 4 1
+"1203" 2 0.267989993095398 1 1 0
+"1204" 3 0.62365996837616 6 4 0
+"1205" 3 0.40111780166626 2 3.79028177261353 1
+"1206" 3 0.394959986209869 1 2 1
+"1207" 5 0.248096153140068 3 4 1
+"1208" 3 0.282622158527374 6 6 1
+"1209" 3 0.785520017147064 2 6 0
+"1210" 2 0.532539963722229 5 6 0
+"1211" 3 0.903599977493286 7 6 0
+"1212" 3 0.487359970808029 1 3.117680311203 0
+"1213" 5 0.312420010566711 3 5 1
+"1214" 3 0.529449999332428 1 2 1
+"1215" 3 0.315829992294312 3 8.38754749298096 1
+"1216" 3 0.592509984970093 6 3 0
+"1217" 3 0.614651322364807 1.96438598632812 3.48280525207520 1
+"1218" 5 0.581430017948151 5 5 0
+"1219" 1 0.320780009031296 4 4 1
+"1220" 3 0.400240004062653 7 4 1
+"1221" 5 0.490404844284058 1 3 1
+"1222" 5 0.785520017147064 2 3 0
+"1223" 3 0.785520017147064 4 4.99639987945557 0
+"1224" 4 0.320780009031296 1 5.20527458190918 1
+"1225" 5 0.343410015106201 7 5 1
+"1226" 3 0.447476387023926 6 5 1
+"1227" 1 0.366687595844269 7 5.18331718444824 1
+"1228" 3 0.605487048625946 4 7 1
+"1229" 4 0.474906414747238 7 5 1
+"1230" 4 0.315829992294312 1 5 0
+"1231" 1 0.343410015106201 2 2 1
+"1232" 4 0.446730017662048 6 4 1
+"1233" 4 0.320780009031296 2 2.84421992301941 1
+"1234" 5 0.47508230805397 3 5 1
+"1235" 2 0.408600002527237 7 7 1
+"1236" 3 0.529449999332428 1 6 0
+"1237" 4 0.394959986209869 1 2 1
+"1238" 3 0.461620002985001 4 4.3543062210083 0
+"1239" 3 0.265219986438751 1 3.39959669113159 1
+"1240" 4 0.614226460456848 3 5 1
+"1241" 3 0.275832593441010 4 2.61292576789856 1
+"1242" 4 0.65021002292633 7 5 0
+"1243" 4 0.470052719116211 2 3.62112522125244 1
+"1244" 3 0.401980012655258 2.02893424034119 3.45485520362854 1
+"1245" 4 0.422953873872757 7 6 1
+"1246" 5 0.592509984970093 5 5 0
+"1247" 4 0.62365996837616 4 3.71569585800171 0
+"1248" 4 0.381099998950958 7 6 0
+"1249" 4 0.511519968509674 6 4 0
+"1250" 4 0.261489987373352 5 5 0
+"1251" 1 0.199887603521347 7 4 1
+"1252" 5 0.532429993152618 7 6 0
+"1253" 3 0.518409967422485 2 3 1
+"1254" 5 0.443376690149307 1 4 1
+"1255" 4 0.3887699842453 2 3 0
+"1256" 3 0.614226460456848 5 5 1
+"1257" 3 0.343410015106201 3 4 1
+"1258" 4 0.36285999417305 1 4.88965702056885 0
+"1259" 3 0.267989993095398 4 5.49627304077148 1
+"1260" 4 0.701979994773865 2 5 0
+"1261" 5 0.785520017147064 2 2 0
+"1262" 5 0.903599977493286 5 5 0
+"1263" 5 0.401980012655258 2 4 1
+"1264" 4 0.701979994773865 7 6 0
+"1265" 5 0.189989998936653 1 2 1
+"1266" 3 0.735932230949402 6 5.0656852722168 0
+"1267" 2 0.407070010900497 1 4 1
+"1268" 4 0.688880026340485 6 3 1
+"1269" 4 0.320780009031296 2 2.00896167755127 1
+"1270" 2 0.600469946861267 3 2 0
+"1271" 4 0.709685385227203 4 4 0
+"1272" 3 0.649530410766602 2 5 1
+"1273" 4 0.267989993095398 5 6 1
+"1274" 4 0.793409943580627 7 5 1
+"1275" 2 0.518409967422485 3 3 1
+"1276" 4 0.189989998936653 1 3 1
+"1277" 5 0.335929989814758 1 3 1
+"1278" 3 0.408399999141693 4 4 0
+"1279" 1 0.785520017147064 5 5 0
+"1280" 3 0.401980012655258 6 6 0
+"1281" 4 0.440597921609879 6 4 0
+"1282" 3 0.785520017147064 4 4 0
+"1283" 3 0.688880026340485 7 4 1
+"1284" 5 0.335929989814758 7 5 0
+"1285" 5 0.267989993095398 4 4 1
+"1286" 5 0.477019995450974 5 5 0
+"1287" 3 0.701979994773865 7 6 0
+"1288" 3 0.278533905744553 2 4 1
+"1289" 3 0.701979994773865 4 5.32057332992554 0
+"1290" 4 0.368783682584763 1 5 1
+"1291" 4 0.903599977493286 5 6 0
+"1292" 4 0.673849999904633 2 6.17757844924927 1
+"1293" 4 0.511519968509674 6 4 0
+"1294" 3 0.420629262924194 4 2.80344462394714 1
+"1295" 5 0.265219986438751 6 4 0
+"1296" 3 0.461620002985001 2 1 0
+"1297" 5 0.785520017147064 7 4 0
+"1298" 4 0.414970010519028 7 6 1
+"1299" 3 0.903599977493286 7 5 0
+"1300" 5 0.785520017147064 7 5.72671413421631 0
+"1301" 3 0.688880026340485 6 5 0
+"1302" 4 0.105762444436550 2 6 1
+"1303" 4 0.409321755170822 2 4.13047409057617 1
+"1304" 3 0.600469946861267 1 5 0
+"1305" 3 0.461620002985001 1 2 0
+"1306" 3 0.414970010519028 2 3.60916924476624 1
+"1307" 4 0.777340054512024 2 3 1
+"1308" 3 0.312420010566711 1 6 1
+"1309" 5 0.261489987373352 1 6 1
+"1310" 3 0.267989993095398 2 3.55426979064941 1
+"1311" 4 0.408399999141693 6 4 0
+"1312" 4 0.343410015106201 6 4 1
+"1313" 4 0.315829992294312 1 5 1
+"1314" 4 0.364969998598099 5 3 1
+"1315" 5 0.457309991121292 6 4.8126654624939 0
+"1316" 3 0.785520017147064 1 4.65987348556519 0
+"1317" 3 0.0975660905241966 7 3.66521334648132 1
+"1318" 4 0.785520017147064 5 5 0
+"1319" 3 0.368834108114243 3 4 1
+"1320" 5 0.414970010519028 5 5.66485071182251 1
+"1321" 5 0.401980012655258 5 4.48484754562378 0
+"1322" 4 0.414970010519028 6 4.5744891166687 0
+"1323" 3 0.189989998936653 3 4.2249321937561 1
+"1324" 4 0.312420010566711 1 4 1
+"1325" 3 0.62365996837616 2 4 0
+"1326" 3 0.512776136398315 6 3 1
+"1327" 5 0.367390006780624 2 4 0
+"1328" 4 0.367390006780624 2 4 1
+"1329" 5 0.315829992294312 2 4.95441484451294 1
+"1330" 4 0.401980012655258 2 5.52618885040283 0
+"1331" 4 0.755633234977722 6 4.36451864242554 1
+"1332" 5 0.320780009031296 2 4.97132062911987 1
+"1333" 2 0.518409967422485 2 3 1
+"1334" 4 0.487359970808029 6 5 0
+"1335" 4 0.267989993095398 2 3 0
+"1336" 4 0.8400399684906 7 6 0
+"1337" 5 0.785520017147064 4 6.08867788314819 1
+"1338" 4 0.267989993095398 1 5 1
+"1339" 3 0.511519968509674 6 5 0
+"1340" 3 0.457309991121292 5 4.99359273910522 0
+"1341" 3 0.394959986209869 3 3 1
+"1342" 3 0.79716682434082 2 2 1
+"1343" 5 0.261489987373352 5 4.19915866851807 1
+"1344" 5 0.440597921609879 4 5.10252904891968 0
+"1345" 5 0.158253312110901 7 4 1
+"1346" 3 0.407070010900497 3 4 1
+"1347" 5 0.394959986209869 4 4 1
+"1348" 3 0.400240004062653 7 5 1
+"1349" 5 0.511519968509674 2 4 0
+"1350" 5 0.394959986209869 3 4 1
+"1351" 4 0.367390006780624 1 4 1
+"1352" 4 0.464899986982346 3 2 1
+"1353" 3 0.394959986209869 4 4 1
+"1354" 3 0.532429993152618 3 1 0
+"1355" 3 0.343410015106201 4 5 0
+"1356" 4 0.662460029125214 1 4 0
+"1357" 5 0.464700013399124 3 5 1
+"1358" 3 0.449887841939926 1 4.37659311294556 1
+"1359" 5 0.407070010900497 7 6 0
+"1360" 4 0.592509984970093 5 4.22332525253296 0
+"1361" 4 0.785520017147064 6 3 0
+"1362" 4 0.903599977493286 7 6 0
+"1363" 3 0.343410015106201 3 5 0
+"1364" 5 0.36285999417305 3 4 0
+"1365" 5 0.320780009031296 2 4 1
+"1366" 5 0.387620002031326 6 4.73151302337646 1
+"1367" 3 0.265219986438751 2.47020316123962 3.22163534164429 0
+"1368" 3 0.688880026340485 3 4 1
+"1369" 5 0.477019995450974 3 3.47043561935425 0
+"1370" 4 0.600469946861267 5 5 0
+"1371" 5 0.427269995212555 6 6 1
+"1372" 5 0.532429993152618 6 6 0
+"1373" 5 0.464700013399124 1 6 1
+"1374" 3 0.315829992294312 1 3.53444910049438 1
+"1375" 3 0.785520017147064 6 3 1
+"1376" 4 0.511519968509674 4 4 0
+"1377" 5 0.614226460456848 7 6 0
+"1378" 5 0.785520017147064 1 4 0
+"1379" 4 0.207821249961853 1 4 1
+"1380" 5 0.568038582801819 4 2 0
+"1381" 4 0.600469946861267 6 7 0
+"1382" 3 0.662460029125214 1 4.23120737075806 0
+"1383" 5 0.62365996837616 3 4 0
+"1384" 2 0.401980012655258 1 4 0
+"1385" 3 0.394959986209869 2 5 1
+"1386" 3 0.189989998936653 7 5.33623886108398 1
+"1387" 3 0.315829992294312 4 2.69961214065552 0
+"1388" 5 0.414970010519028 2 6 1
+"1389" 5 0.267989993095398 6 4.74162292480469 1
+"1390" 5 0.320780009031296 6 5 1
+"1391" 4 0.609759986400604 3 3 1
+"1392" 3 0.267989993095398 1 2 1
+"1393" 3 0.320780009031296 4 2 0
+"1394" 4 1.10091006755829 3 2 0
+"1395" 3 0.65021002292633 5 5 1
+"1396" 2 1.10091006755829 1 2 1
+"1397" 3 0.581430017948151 4 4 0
+"1398" 3 0.343410015106201 2 5 1
+"1399" 3 0.414970010519028 7 4.62586498260498 0
+"1400" 4 0.400240004062653 2 3.9631552696228 1
+"1401" 3 0.343410015106201 7 5 1
+"1402" 4 0.600469946861267 2 5 0
+"1403" 5 0.461620002985001 2 6 1
+"1404" 4 0.62365996837616 7 5 0
+"1405" 3 0.65021002292633 1 3 0
+"1406" 3 0.544061124324799 1 2 1
+"1407" 1 0.407070010900497 2 4 1
+"1408" 3 0.532429993152618 1 2 0
+"1409" 4 0.688880026340485 3 4.43969392776489 1
+"1410" 4 0.785520017147064 3 4 1
+"1411" 4 0.267989993095398 1 4.49903726577759 1
+"1412" 4 0.381099998950958 7 4 0
+"1413" 3 0.518409967422485 5 6 0
+"1414" 5 0.364969998598099 2 3 1
+"1415" 3 0.320780009031296 7 5.15230083465576 1
+"1416" 4 0.394959986209869 2 4 1
+"1417" 5 0.261489987373352 3 3.15277028083801 1
+"1418" 2 0.408399999141693 1 5 1
+"1419" 4 0.427269995212555 2 4.74600410461426 0
+"1420" 3 0.609759986400604 2 3 1
+"1421" 3 0.487359970808029 7 6 1
+"1422" 3 0.381174802780151 3 4 1
+"1423" 3 0.427269995212555 3 3.90495657920837 1
+"1424" 5 0.532429993152618 2 3 0
+"1425" 3 0.407070010900497 5 6 1
+"1426" 4 0.312420010566711 5 6 1
+"1427" 3 0.461620002985001 7 3.30148482322693 0
+"1428" 5 0.779638469219208 6 5.87475061416626 1
+"1429" 5 0.614226460456848 6 6 0
+"1430" 2 0.903599977493286 7 5 0
+"1431" 3 0.98105812072754 5 4 1
+"1432" 3 0.387620002031326 3 5.88319492340088 1
+"1433" 3 0.315829992294312 7 3.85794043540955 1
+"1434" 3 0.785520017147064 1 4 1
+"1435" 3 0.487359970808029 6 6 0
+"1436" 4 0.408399999141693 2 2 0
+"1437" 4 0.394959986209869 2 6 1
+"1438" 3 0.600469946861267 3 2 0
+"1439" 2 0.475480377674103 3 4.27123928070068 1
+"1440" 4 0.511519968509674 4 4 0
+"1441" 4 0.600469946861267 7 6 0
+"1442" 5 0.614226460456848 7 6 0
+"1443" 5 0.464700013399124 4 5.50465154647827 1
+"1444" 5 0.315829992294312 3 5.71068143844604 1
+"1445" 5 0.390350013971329 5 6 0
+"1446" 3 0.644749999046326 4 7.13642263412476 1
+"1447" 3 0.516008853912354 2 2 1
+"1448" 3 0.343410015106201 4 4 1
+"1449" 3 0.401980012655258 1 2.84860801696777 1
+"1450" 1 0.785520017147064 2 4 0
+"1451" 3 0.62365996837616 1 2.00836324691772 0
+"1452" 5 0.315829992294312 7 6 1
+"1453" 5 0.903599977493286 7 6 0
+"1454" 4 0.725305140018463 6 4.27520704269409 1
+"1455" 3 0.785520017147064 7 6 0
+"1456" 5 0.304784744977951 1 4 1
+"1457" 4 0.265219986438751 1 4 0
+"1458" 3 0.785520017147064 5 4 0
+"1459" 3 0.400240004062653 3 4 1
+"1460" 3 0.62365996837616 6 6 0
+"1461" 3 0.592509984970093 3 1 0
+"1462" 4 0.280202358961105 6 3.11777353286743 1
+"1463" 4 0.785520017147064 3 4.43275403976440 1
+"1464" 4 0.511519968509674 3 4 0
+"1465" 5 0.461620002985001 4 4 0
+"1466" 3 0.701979994773865 1 4 0
+"1467" 2 0.65021002292633 3 3 1
+"1468" 5 0.0537510849535465 6 6.8742904663086 1
+"1469" 3 0.315829992294312 1 2 0
+"1470" 4 0.315829992294312 2 3.32146739959717 0
+"1471" 3 0.385200023651123 1 4.26336336135864 0
+"1472" 4 1.10091006755829 2 4 0
+"1473" 2 1.10091006755829 3 2 0
+"1474" 5 0.511519968509674 2 6.82038307189941 0
+"1475" 4 0.592509984970093 1 4 0
+"1476" 3 0.343410015106201 3.84826493263245 2.88403844833374 1
+"1477" 3 0.461620002985001 4 1.91490197181702 1
+"1478" 3 0.390350013971329 5 4 0
+"1479" 5 0.698559999465942 5 2 0
+"1480" 4 0.265219986438751 6 5.11398983001709 0
+"1481" 4 0.461620002985001 6 4.95402097702026 0
+"1482" 4 0.408399999141693 6 6 0
+"1483" 5 0.231611117720604 2 5 1
+"1484" 4 0.105317167937756 2 3.39814424514771 1
+"1485" 3 0.614226460456848 5 5 0
+"1486" 4 0.65021002292633 2 2 0
+"1487" 5 0.267989993095398 5 7 1
+"1488" 3 0.315829992294312 5 4 1
+"1489" 4 0.267989993095398 2 4 1
+"1490" 3 0.785520017147064 6 4 0
+"1491" 4 0.00956172496080399 4 3 1
+"1492" 3 0.701979994773865 1 6 0
+"1493" 4 0.267989993095398 6 5.85546350479126 1
+"1494" 5 0.511519968509674 6 6 0
+"1495" 5 0.609759986400604 3 5 1
+"1496" 4 0.65021002292633 7 6 1
+"1497" 3 0.785520017147064 5 6 0
+"1498" 4 0.320780009031296 3 4.28938579559326 1
+"1499" 2 0.309230357408524 1 7 1
+"1500" 3 0.407070010900497 1 4.33329820632935 1
+"1501" 5 0.389167606830597 3 2 1
+"1502" 5 0.8400399684906 6.10270071029663 5.7004714012146 0
+"1503" 3 1.10091006755829 2 4 0
+"1504" 4 0.673849999904633 6 4.97460508346558 1
+"1505" 1 0.343410015106201 4 3.79294657707214 1
+"1506" 5 0.394959986209869 5 6 1
+"1507" 3 0.614226460456848 7 6 0
+"1508" 5 0.614226460456848 7 7 0
+"1509" 4 0.408399999141693 3 4.96365833282471 0
+"1510" 5 0.407070010900497 7 6 1
+"1511" 4 0.785520017147064 1 4 1
+"1512" 3 0.785520017147064 1 6 0
+"1513" 3 0.701979994773865 4 4 0
+"1514" 3 0.343410015106201 3 3 0
+"1515" 3 0.335929989814758 5 3 0
+"1516" 4 0.8400399684906 7 5 1
+"1517" 5 0.625196516513824 2 3 0
+"1518" 5 0.903599977493286 6 5 0
+"1519" 3 0.8400399684906 4 5.23512125015259 0
+"1520" 3 0.592509984970093 1 4.18735837936401 1
+"1521" 1 0.785520017147064 1 3 0
+"1522" 5 0.785520017147064 7 5 0
+"1523" 4 0.62365996837616 6 5 0
+"1524" 3 0.315829992294312 5 4 1
+"1525" 3 0.381099998950958 5 2.94269776344299 0
+"1526" 3 0.468820005655289 6 6 0
+"1527" 5 0.614226460456848 1 1 1
+"1528" 5 0.609759986400604 2 4 1
+"1529" 4 0.65021002292633 2 3 0
+"1530" 3 0.315829992294312 1 3.71613645553589 1
+"1531" 3 0.401980012655258 1 7 0
+"1532" 4 0.414970010519028 6 4 0
+"1533" 4 0.400240004062653 6 3 1
+"1534" 3 0.343410015106201 4 2.29289770126343 1
+"1535" 4 0.511519968509674 3 4 0
+"1536" 4 0.329436093568802 1 4 1
+"1537" 3 0.394959986209869 6 4 1
+"1538" 4 0.357142329216003 6.80366277694702 4.38082456588745 1
+"1539" 3 0.511519968509674 3 6 0
+"1540" 5 0.367390006780624 1 5 0
+"1541" 3 0.559802293777466 2 2.51625847816467 1
+"1542" 5 0.414970010519028 1 3.96252202987671 0
+"1543" 5 0.401980012655258 2 4 1
+"1544" 3 0.65021002292633 3 3 1
+"1545" 4 0.364969998598099 3 3 1
+"1546" 3 0.497425585985184 5 5 0
+"1547" 3 0.446730017662048 7 6 1
+"1548" 3 0.464700013399124 5 4 1
+"1549" 3 0.518409967422485 1 2 0
+"1550" 3 0.394959986209869 7 6 1
+"1551" 5 0.367390006780624 2 5 0
+"1552" 5 0.688880026340485 2 6.38601207733154 1
+"1553" 3 0.592509984970093 6 3.23989796638489 0
+"1554" 2 0.267989993095398 1 5.69971799850464 1
+"1555" 4 0.265219986438751 7 5 1
+"1556" 1 0.367390006780624 4.98740911483765 3.26907920837402 0
+"1557" 5 0.485830724239349 4 5.0419397354126 1
+"1558" 5 0.673849999904633 4 5 1
+"1559" 5 0.401980012655258 5 3.67199993133545 1
+"1560" 3 0.385200023651123 7 2 0
+"1561" 3 0.777340054512024 2 2 0
+"1562" 4 0.401980012655258 5 3.50138425827026 1
+"1563" 4 0.407070010900497 3 4 1
+"1564" 4 1.10091006755829 5 3 1
+"1565" 3 0.785520017147064 6 5.7234148979187 1
+"1566" 5 0.381099998950958 6 3.74240660667419 1
+"1567" 3 0.407070010900497 6 6 1
+"1568" 3 0.673849999904633 3 4 1
+"1569" 1 0.600469946861267 1 3 1
+"1570" 5 0.427269995212555 2 6.22324275970459 1
+"1571" 3 0.364969998598099 3 4 0
+"1572" 3 0.518409967422485 1 3 0
+"1573" 5 0.267989993095398 3 4 0
+"1574" 3 0.614226460456848 2 4 1
+"1575" 2 0.518409967422485 4 4 0
+"1576" 3 0.785520017147064 7 7 0
+"1577" 3 0.600469946861267 2 3 0
+"1578" 5 1.10091006755829 6 6 0
+"1579" 2 0.320780009031296 4 3 1
+"1580" 3 0.287051856517792 4 4 1
+"1581" 3 0.315829992294312 1 3 0
+"1582" 3 0.267989993095398 1 3 1
+"1583" 3 0.701979994773865 6 4 0
+"1584" 3 0.414970010519028 5 2 0
+"1585" 2 0.785520017147064 7 6 0
+"1586" 3 0.267989993095398 1 4 1
+"1587" 4 0.511519968509674 2 5 1
+"1588" 3 0.511519968509674 2 6 0
+"1589" 5 0.152549892663956 3 5.24315500259399 1
+"1590" 4 0.312420010566711 2 6 1
+"1591" 5 0.261489987373352 2 2 0
+"1592" 4 0.390350013971329 7 4 0
+"1593" 4 0.487359970808029 3 3.17403745651245 0
+"1594" 4 0.312420010566711 2 6 1
+"1595" 3 0.600469946861267 2 5 0
+"1596" 2 0.267989993095398 2 6 1
+"1597" 3 0.309140026569366 1 3.33898878097534 0
+"1598" 1 0.261489987373352 1 3 1
+"1599" 3 0.62365996837616 6 4 0
+"1600" 3 0.592509984970093 7 5 0
+"1601" 4 0.446849822998047 5 5 1
+"1602" 4 0.592509984970093 2 2.65298342704773 0
+"1603" 5 0.785520017147064 2 3.76087880134583 0
+"1604" 3 0.532429993152618 5 5 0
+"1605" 4 0.265219986438751 7 4 0
+"1606" 3 0.663608133792877 5 5 0
+"1607" 5 0.701979994773865 7 6 0
+"1608" 3 0.673849999904633 1 3 1
+"1609" 3 0.315829992294312 7 3 1
+"1610" 5 0.673849999904633 6 4 1
+"1611" 4 0.477019995450974 2 2.76507353782654 0
+"1612" 4 0.364969998598099 6 5 1
+"1613" 5 0.673849999904633 2 2 0
+"1614" 4 0.267989993095398 0.159971430897713 4.84548377990723 1
+"1615" 5 0.385688930749893 2 5 1
+"1616" 4 0.536588191986084 2 6 1
+"1617" 3 0.592509984970093 1 2 0
+"1618" 5 0.39044526219368 7 6 1
+"1619" 3 0.189989998936653 1 4 1
+"1620" 2 0.592509984970093 7 6 0
+"1621" 3 0.427269995212555 4 3.81300497055054 0
+"1622" 4 0.190110445022583 3 2.28749752044678 1
+"1623" 4 0.785520017147064 5 5 0
+"1624" 5 0.62365996837616 1 5 0
+"1625" 2 0.673849999904633 2 3 0
+"1626" 3 1.13774001598358 5 3 0
+"1627" 3 0.600469946861267 4 3 1
+"1628" 3 0.267989993095398 1 5.75771999359131 0
+"1629" 3 0.394959986209869 4 4.6391658782959 1
+"1630" 4 0.62365996837616 7 6 0
+"1631" 3 0.385200023651123 1 4.76197147369385 0
+"1632" 3 0.394959986209869 2 3 1
+"1633" 4 0.335929989814758 7 4 0
+"1634" 4 0.364969998598099 1 4 0
+"1635" 3 0.36285999417305 4 3 1
+"1636" 3 0.903599977493286 1 2 0
+"1637" 3 0.600469946861267 7 4 1
+"1638" 4 0.487359970808029 6 5 0
+"1639" 3 0.343410015106201 7 6 0
+"1640" 5 0.464899986982346 1 3.34113669395447 0
+"1641" 5 0.487359970808029 3 4 0
+"1642" 3 0.614226460456848 7 4 0
+"1643" 3 0.785520017147064 6 7 1
+"1644" 5 0.672116219997406 4 4 1
+"1645" 5 1.13774001598358 1 2 1
+"1646" 3 0.408399999141693 1 4 0
+"1647" 4 0.407070010900497 5 4 1
+"1648" 3 0.614226460456848 6 5 0
+"1649" 3 0.609759986400604 6 4 1
+"1650" 4 0.752174317836761 5 4 1
+"1651" 5 0.688880026340485 2 6.06722259521484 1
+"1652" 3 0.520840048789978 2 4 0
+"1653" 3 0.673849999904633 1 2 0
+"1654" 5 0.609759986400604 5 3.26009488105774 1
+"1655" 4 0.267989993095398 5 4 1
+"1656" 2 0.698414027690887 7 5 1
+"1657" 3 0.267989993095398 4 3 0
+"1658" 4 0.614226460456848 6 5 0
+"1659" 2 0.261489987373352 1 4 1
+"1660" 3 0.673849999904633 4 7 1
+"1661" 3 0.394959986209869 2 4 1
+"1662" 2 0.394959986209869 6 6 0
+"1663" 3 0.777340054512024 2 3 0
+"1664" 4 0.600469946861267 2 5 1
+"1665" 3 0.461620002985001 5 6 0
+"1666" 3 0.189989998936653 6 7.81372308731079 1
+"1667" 3 0.267989993095398 2 4 0
+"1668" 3 0.343410015106201 3 3.39340925216675 1
+"1669" 5 0.65021002292633 5 5 0
+"1670" 4 0.394959986209869 7 4 1
+"1671" 2 0.903599977493286 3 4 1
+"1672" 2 0.486311286687851 1 1 1
+"1673" 5 0.403732627630234 2 4 0
+"1674" 4 0.407070010900497 6 3 1
+"1675" 3 0.511519968509674 6 4 0
+"1676" 3 0.559776127338409 3 3.91935014724731 1
+"1677" 4 0.343410015106201 6 4 1
+"1678" 4 0.75151002407074 4 6 0
+"1679" 5 0.600469946861267 6 5 1
+"1680" 4 0.65021002292633 7 5.01198434829712 0
+"1681" 4 0.414970010519028 4 5 0
+"1682" 1 0.554311633110046 3 3.85941052436829 1
+"1683" 2 0.418096512556076 0.350675314664841 3.03667092323303 1
+"1684" 4 0.627941250801086 3.02224779129028 4.00192499160767 1
+"1685" 5 0.189989998936653 4 3.20924687385559 1
+"1686" 4 0.372683644294739 4 5.78439712524414 1
+"1687" 4 0.592509984970093 1 4 0
+"1688" 3 0.390350013971329 1 2.81321406364441 0
+"1689" 5 0.315829992294312 4 5.97851133346558 1
+"1690" 3 0.487359970808029 6 6 0
+"1691" 3 0.785520017147064 1 3.72084379196167 1
+"1692" 4 0.312420010566711 1 3.38748645782471 1
+"1693" 4 0.343410015106201 3 5 1
+"1694" 3 0.317584902048111 4 3 1
+"1695" 4 0.673849999904633 2 4 1
+"1696" 1 0.688880026340485 4 4 1
+"1697" 2 0.65021002292633 1 1 0
+"1698" 3 0.8400399684906 6 5 0
+"1699" 4 0.36285999417305 3 4 0
+"1700" 3 0.387620002031326 2 4 1
+"1701" 3 0.65021002292633 3 2 1
+"1702" 3 0.403602510690689 2 4 1
+"1703" 5 0.408399999141693 3 4 1
+"1704" 2 0.315829992294312 3 2 0
+"1705" 2 0.903599977493286 6 6 0
+"1706" 1 0.545379996299744 2 5 0
+"1707" 2 0.394959986209869 3 2 1
+"1708" 2 0.903599977493286 4 4 0
+"1709" 4 0.401980012655258 5 5 0
+"1710" 3 0.281164646148682 1 3.08613157272339 1
+"1711" 3 0.785520017147064 2 3 0
+"1712" 3 0.335929989814758 3 4.81515550613403 0
+"1713" 3 0.785520017147064 3 5 1
+"1714" 2 0.347683280706406 2 5.18044328689575 1
+"1715" 5 0.785520017147064 6 5 0
+"1716" 3 0.464899986982346 1 3.79971957206726 1
+"1717" 4 0.464700013399124 6 3.57243776321411 1
+"1718" 4 0.0452591367065907 5 5.93487739562988 1
+"1719" 4 0.380720168352127 2 6 1
+"1720" 4 0.343410015106201 2 3 0
+"1721" 4 0.532429993152618 4 4 1
+"1722" 3 0.414970010519028 7 6 0
+"1723" 4 0.673849999904633 7 5.00193738937378 1
+"1724" 4 0.785520017147064 3 2 1
+"1725" 4 0.581430017948151 3 4.37452268600464 0
+"1726" 3 1.13774001598358 1 2 0
+"1727" 5 0.163376674056053 2.7034809589386 3.5379581451416 1
+"1728" 5 0.390350013971329 1 3.04436779022217 0
+"1729" 2 1.13774001598358 3 2 0
+"1730" 4 0.343410015106201 6 6 1
+"1731" 2 0.487359970808029 6 6 0
+"1732" 3 0.785520017147064 7 4 0
+"1733" 4 0.381099998950958 3.72668886184692 5 0
+"1734" 3 0.261489987373352 5 6 1
+"1735" 4 0.461620002985001 1 2.21323132514954 0
+"1736" 2 1.10091006755829 7 6 0
+"1737" 4 0.542713642120361 7 5 1
+"1738" 3 0.189989998936653 4 3.932936668396 1
+"1739" 5 0.400240004062653 2 4 1
+"1740" 3 0.414970010519028 2 2.58564424514771 0
+"1741" 3 0.447886049747467 6 6 1
+"1742" 3 0.903599977493286 2 4 0
+"1743" 3 0.408600002527237 5 2.75545310974121 1
+"1744" 4 0.267989993095398 6 6.49724578857422 1
+"1745" 3 0.506266474723816 4 6.24144124984741 1
+"1746" 4 0.464700013399124 4 5.58045959472656 1
+"1747" 3 0.600469946861267 1 2 1
+"1748" 3 0.394959986209869 1 4 1
+"1749" 5 0.464700013399124 2 5.21012496948242 1
+"1750" 4 0.343410015106201 3 1.52845525741577 1
+"1751" 4 0.461620002985001 1 3 0
+"1752" 4 0.464700013399124 1 7 1
+"1753" 5 0.394959986209869 5 6 1
+"1754" 3 0.903599977493286 2 5 0
+"1755" 4 0.673849999904633 5 5 1
+"1756" 3 0.401980012655258 3 4 0
+"1757" 3 0.673849999904633 5 6 1
+"1758" 4 0.785520017147064 6 6 0
+"1759" 3 0.777340054512024 3 4 0
+"1760" 3 0.688880026340485 2 4 1
+"1761" 5 0.511519968509674 3 4 0
+"1762" 4 0.609759986400604 2 2.84038639068604 1
+"1763" 3 0.394959986209869 6 2.03977346420288 1
+"1764" 1 0.261906296014786 6 5.99916172027588 1
+"1765" 3 0.408600002527237 1 2.78890419006348 1
+"1766" 3 0.511519968509674 5 6 0
+"1767" 3 0.403609752655029 5 6 1
+"1768" 5 0.261489987373352 1 3.56840395927429 1
+"1769" 4 0.505126059055328 2 4 1
+"1770" 3 0.401980012655258 4 2 0
+"1771" 5 0.511519968509674 7 6 0
+"1772" 4 0.65021002292633 2 2 1
+"1773" 3 0.114683337509632 7 6 1
+"1774" 5 0.312420010566711 4 7 0
+"1775" 5 0.785520017147064 4 4 0
+"1776" 1 -0.0181476753205061 4 4.18725156784058 1
+"1777" 3 0.367390006780624 5 5 0
+"1778" 3 0.503267288208008 6 5 0
+"1779" 3 0.785520017147064 2 4 1
+"1780" 3 0.660780370235443 1 3.04882097244263 0
+"1781" 4 0.283689886331558 6 3 1
+"1782" 2 0.93099594116211 6 6 1
+"1783" 1 0.592509984970093 7 4 1
+"1784" 2 0.394959986209869 4 5 1
+"1785" 3 0.464700013399124 6 4 1
+"1786" 2 0.65021002292633 1 2 0
+"1787" 5 0.367390006780624 1 3 0
+"1788" 5 0.320780009031296 2 6 1
+"1789" 5 0.267989993095398 1 5.1415843963623 1
+"1790" 3 0.394959986209869 6 3.28433442115784 1
+"1791" 3 0.425677180290222 6 6 1
+"1792" 4 0.446730017662048 7 6 0
+"1793" 4 0.614226460456848 5 6 0
+"1794" 3 0.497198641300201 1 3 1
+"1795" 3 0.385200023651123 1 2.75442099571228 0
+"1796" 2 0.470423638820648 6 4 1
+"1797" 3 0.394959986209869 1 6.05681133270264 1
+"1798" 3 0.511519968509674 4 2 0
+"1799" 3 0.461620002985001 4 5 0
+"1800" 5 0.312420010566711 2 4.55858421325684 1
+"1801" 5 0.600469946861267 6 5 1
+"1802" 4 0.701979994773865 1 2 0
+"1803" 3 0.785520017147064 2 3 1
+"1804" 3 0.785520017147064 1 -0.0222709551453590 1
+"1805" 4 0.642154037952423 3.36167454719543 3.61346125602722 0
+"1806" 3 0.394959986209869 1 4 1
+"1807" 4 0.509236037731171 5 6 1
+"1808" 3 0.315829992294312 2 3 0
+"1809" 3 0.487359970808029 6 5 1
+"1810" 3 0.315829992294312 1 2 1
+"1811" 3 0.55864405632019 1 4 1
+"1812" 5 0.785520017147064 3 5 1
+"1813" 3 0.614226460456848 4 5 1
+"1814" 4 0.477019995450974 4 5 0
+"1815" 4 0.8400399684906 6 5 0
+"1816" 4 0.614226460456848 3 2 0
+"1817" 2 0.343410015106201 3 5 0
+"1818" 3 0.336679995059967 2 3 0
+"1819" 3 0.785520017147064 6 5 0
+"1820" 3 0.414970010519028 3 2.90921354293823 0
+"1821" 5 0.673849999904633 6 4 0
+"1822" 5 0.511519968509674 4 4 0
+"1823" 4 0.559595704078674 2 4 1
+"1824" 4 0.414970010519028 7 3.89024519920349 0
+"1825" 5 0.464700013399124 4 6.76498365402222 1
+"1826" 4 0.367390006780624 3 5.6515302658081 0
+"1827" 3 0.261382311582565 2 3.33154487609863 1
+"1828" 4 0.609759986400604 2 4 0
+"1829" 5 0.785520017147064 1 3 1
+"1830" 1 0.559846878051758 5 4.47798728942871 1
+"1831" 5 0.386265069246292 2 3.39290404319763 1
+"1832" 3 0.274018168449402 1 3.25474429130554 1
+"1833" 5 0.427269995212555 2 4 0
+"1834" 4 0.407070010900497 6 6 1
+"1835" 3 0.315829992294312 1 4.52828502655029 1
+"1836" 5 0.785520017147064 1 4 0
+"1837" 3 0.614226460456848 7 5 1
+"1838" 3 0.592509984970093 6 5.0807318687439 0
+"1839" 3 0.265219986438751 4 5 0
+"1840" 4 0.532429993152618 7 7 0
+"1841" 4 0.673849999904633 4 4.72297811508179 1
+"1842" 4 0.62978994846344 1 2.80494332313538 1
+"1843" 3 0.65021002292633 1 4 0
+"1844" 4 0.315829992294312 3 4.62798166275024 0
+"1845" 3 0.461620002985001 6 3.82046771049500 0
+"1846" 3 0.785520017147064 6 3.87735939025879 0
+"1847" 2 0.343410015106201 2 1 1
+"1848" 4 0.267989993095398 5 3.32332277297974 1
+"1849" 3 0.673849999904633 4 4 0
+"1850" 3 0.511519968509674 3 5 0
+"1851" 5 0.785520017147064 5 3 0
+"1852" 2 0.427269995212555 1 3.48696684837341 1
+"1853" 5 0.785520017147064 5 5 0
+"1854" 3 0.785520017147064 2 4 1
+"1855" 3 0.407070010900497 4 4 1
+"1856" 5 0.359961628913879 2 4.91532373428345 1
+"1857" 4 0.315829992294312 6 5.25273418426514 1
+"1858" 3 0.785520017147064 2 5 0
+"1859" 5 0.401980012655258 1 3.62989544868469 0
+"1860" 5 0.511519968509674 3 6 0
+"1861" 5 0.265219986438751 6 4 1
+"1862" 5 0.512878000736237 7 6 1
+"1863" 3 0.261489987373352 2 3.68582177162170 1
+"1864" 4 0.688880026340485 2 5 1
+"1865" 3 0.407070010900497 1 4 1
+"1866" 4 0.315829992294312 6 6 0
+"1867" 3 0.785520017147064 2 5 1
+"1868" 3 0.380088269710541 2 6 1
+"1869" 2 0.189989998936653 4 5.17090082168579 1
+"1870" 3 0.407070010900497 4 3 1
+"1871" 3 0.19867941737175 5 4 1
+"1872" 3 0.315829992294312 2 7 0
+"1873" 3 0.785520017147064 3 5 1
+"1874" 3 0.343410015106201 3 2.22409391403198 1
+"1875" 4 0.487359970808029 2 2 0
+"1876" 3 0.592509984970093 5 4 0
+"1877" 3 0.785520017147064 7 6 0
+"1878" 5 0.494253128767014 6 4 1
+"1879" 4 0.320780009031296 3 1 0
+"1880" 3 0.370397984981537 2 4 1
+"1881" 2 0.315829992294312 1 4.56326580047607 1
+"1882" 4 0.394959986209869 6 3 1
+"1883" 3 0.487359970808029 2 3.55666279792786 0
+"1884" 5 0.785520017147064 1 5 0
+"1885" 3 0.320780009031296 2 3.04637813568115 1
+"1886" 3 0.614226460456848 1 4.0751633644104 1
+"1887" 3 0.793409943580627 1 3 1
+"1888" 3 0.511519968509674 3 3 0
+"1889" 1 0.189989998936653 2 3.40770745277405 1
+"1890" 3 0.785520017147064 7 6 0
+"1891" 4 0.343410015106201 3.54228544235229 3.7913179397583 1
+"1892" 4 0.312420010566711 5 6 0
+"1893" 3 0.600469946861267 3 4 0
+"1894" 4 0.600469946861267 2 4 0
+"1895" 5 0.511519968509674 3 3 0
+"1896" 4 0.701979994773865 5 4 1
+"1897" 3 0.592509984970093 4 4.79917669296265 0
+"1898" 5 0.613614797592163 6 5.36055278778076 1
+"1899" 5 0.320780009031296 2.38755178451538 5 1
+"1900" 3 0.861629486083984 6 4.71080732345581 1
+"1901" 4 0.414970010519028 5 7 0
+"1902" 4 0.261489987373352 4 3.90828800201416 1
+"1903" 5 0.417611867189407 1 3.82626914978027 1
+"1904" 4 0.84213000535965 3 3 0
+"1905" 4 0.394959986209869 2 4.82333707809448 1
+"1906" 5 0.386103004217148 3 4.75148105621338 1
+"1907" 5 0.511519968509674 2 4 0
+"1908" 5 0.320780009031296 6 5 0
+"1909" 3 0.446730017662048 5 4.77484464645386 1
+"1910" 5 0.62365996837616 3 2 1
+"1911" 5 0.367390006780624 2 3.39998054504395 0
+"1912" 3 0.600469946861267 3 4 1
+"1913" 4 0.600469946861267 1 3 0
+"1914" 3 0.401980012655258 4 3.35300469398499 1
+"1915" 2 0.320780009031296 6 4.25715112686157 1
+"1916" 5 0.592509984970093 5 7.62928867340088 0
+"1917" 3 0.633420169353485 2 3 1
+"1918" 5 0.309140026569366 6 5 0
+"1919" 3 0.414970010519028 7 8.07635498046875 0
+"1920" 5 0.390350013971329 5 4 0
+"1921" 3 0.614226460456848 5 5 0
+"1922" 3 0.600469946861267 2 4 1
+"1923" 2 0.644749999046326 1 2 0
+"1924" 3 0.785520017147064 3 2 0
+"1925" 5 0.401980012655258 4 6.30802345275879 0
+"1926" 2 0.414970010519028 3 5 0
+"1927" 5 0.206439331173897 6 5 1
+"1928" 5 0.669166028499603 6 6 0
+"1929" 5 0.401980012655258 3 4 1
+"1930" 5 0.673849999904633 5 4 1
+"1931" 4 0.688880026340485 1 4 1
+"1932" 5 0.427269995212555 1 5 0
+"1933" 3 0.487359970808029 1 1.45054590702057 0
+"1934" 5 0.408399999141693 1 4.77730941772461 0
+"1935" 2 0.65021002292633 3 4 1
+"1936" 3 0.261489987373352 4 3.64205527305603 0
+"1937" 5 0.267989993095398 3 3 1
+"1938" 5 0.673849999904633 2 5 0
+"1939" 4 0.662460029125214 3 4.59056615829468 0
+"1940" 3 0.408399999141693 5 6 0
+"1941" 4 0.394959986209869 7 4 1
+"1942" 5 0.464899986982346 3 2 1
+"1943" 3 0.785520017147064 5 6 0
+"1944" 3 0.785520017147064 2 5 0
+"1945" 4 0.570639491081238 4 2 1
+"1946" 3 0.267989993095398 2 7 1
+"1947" 3 0.600469946861267 3 3 1
+"1948" 5 0.394418060779572 5 4.11579465866089 1
+"1949" 5 0.267989993095398 4 3.48691344261169 1
+"1950" 3 0.261489987373352 1 5.78536128997803 1
+"1951" 3 0.673849999904633 7 6 1
+"1952" 3 0.511519968509674 1 3 0
+"1953" 3 0.511519968509674 4 3.00225949287415 0
+"1954" 5 0.312420010566711 6 6 1
+"1955" 5 0.315829992294312 3 6 1
+"1956" 4 0.477019995450974 6 4 0
+"1957" 5 0.264337837696075 6 4.72707080841064 1
+"1958" 3 0.267989993095398 5.71206617355347 5.62766695022583 1
+"1959" 2 0.414970010519028 5 6 0
+"1960" 5 0.312420010566711 1 4 1
+"1961" 2 0.400240004062653 2 4 1
+"1962" 1 0.427269995212555 2 2.53263330459595 1
+"1963" 3 0.903599977493286 6 5 0
+"1964" 5 0.488004803657532 6 5 1
+"1965" 4 0.315829992294312 3 6 1
+"1966" 3 0.261489987373352 1 1.25045859813690 1
+"1967" 5 0.394959986209869 3 6.95766973495483 1
+"1968" 3 0.381099998950958 2 2 0
+"1969" 5 0.267989993095398 1 1 0
+"1970" 4 0.84213000535965 3 3 1
+"1971" 5 0.785520017147064 5 5.76541662216187 0
+"1972" 4 0.511519968509674 5 5 0
+"1973" 4 0.518409967422485 5 4 1
+"1974" 1 0.516635477542877 3 2.13010191917419 1
+"1975" 4 0.265219986438751 1 4.38942718505859 1
+"1976" 3 0.343410015106201 6 4 1
+"1977" 3 0.261489987373352 6 6.1735029220581 1
+"1978" 4 0.261489987373352 2 3.65191650390625 1
+"1979" 4 0.511519968509674 4 6.50056219100952 0
+"1980" 3 0.343410015106201 3 2 1
+"1981" 3 0.628920435905457 1 3 1
+"1982" 5 0.403084754943848 3 4.14224863052368 1
+"1983" 5 0.785520017147064 4 4.38329124450684 1
+"1984" 4 0.394959986209869 4 3.3623628616333 1
+"1985" 5 0.785520017147064 4 2 1
+"1986" 4 0.267989993095398 2 1 1
+"1987" 5 0.315829992294312 1 3.0624361038208 0
+"1988" 5 0.381099998950958 3 2 0
+"1989" 4 0.267989993095398 1 2 1
+"1990" 2 0.267989993095398 3 7 0
+"1991" 3 0.532429993152618 5 4 0
+"1992" 3 0.903599977493286 1 4 0
+"1993" 5 0.785520017147064 6 5.15248775482178 1
+"1994" 3 0.477019995450974 4 2.5284206867218 1
+"1995" 3 0.464700013399124 1 6 1
+"1996" 3 0.335929989814758 1 3 0
+"1997" 3 0.343410015106201 5 3 1
+"1998" 2 0.606983125209808 6 3 1
+"1999" 4 0.440597921609879 2 1 0
+"2000" 4 0.785520017147064 4 4.31852006912231 0
+"2001" 3 0.487359970808029 2 2.82514405250549 0
+"2002" 3 0.487359970808029 1 6 0
+"2003" 3 0.785520017147064 6 4 0
+"2004" 2 0.217367872595787 1 4 1
+"2005" 5 0.407070010900497 7 5 1
+"2006" 5 0.343410015106201 1 2.55788326263428 1
+"2007" 2 0.461620002985001 1 2 0
+"2008" 4 0.477019995450974 3 4 0
+"2009" 4 0.688880026340485 1 4 1
+"2010" 5 0.414970010519028 2 5 0
+"2011" 3 0.407070010900497 6 5 1
+"2012" 3 0.407070010900497 1 2.93337106704712 1
+"2013" 4 0.614226460456848 5 2.31868529319763 1
+"2014" 3 0.673849999904633 4 4 1
+"2015" 3 0.614226460456848 2 4.16766548156738 0
+"2016" 4 0.400240004062653 2 2.85568451881409 1
+"2017" 5 0.408600002527237 7 5 0
+"2018" 3 0.688880026340485 1 4 1
+"2019" 3 0.903599977493286 6 5 0
+"2020" 3 0.427269995212555 5 4 0
+"2021" 5 0.62978994846344 4 4 0
+"2022" 4 0.265219986438751 6 3 1
+"2023" 5 0.267989993095398 2 4.0675048828125 0
+"2024" 3 0.673849999904633 5 3 0
+"2025" 3 0.529449999332428 6 3.26795625686646 1
+"2026" 3 0.340220004320145 3 1.75678980350494 1
+"2027" 5 0.532429993152618 6 5.04456758499146 0
+"2028" 3 0.267989993095398 3 2 1
+"2029" 5 0.511519968509674 6 4 0
+"2030" 3 0.487359970808029 6 4.6466121673584 0
+"2031" 5 0.461620002985001 3 4 0
+"2032" 3 0.84213000535965 1 2 0
+"2033" 5 0.408399999141693 3 3.19367861747742 1
+"2034" 2 0.545360684394836 3 6 0
+"2035" 5 0.673849999904633 5 4.58463096618652 1
+"2036" 2 1.10091006755829 2 3 1
+"2037" 3 0.507439970970154 7 6 1
+"2038" 4 0.614226460456848 2 4 0
+"2039" 3 0.464700013399124 3 2 1
+"2040" 3 0.261489987373352 3 1 0
+"2041" 5 0.62978994846344 1 4.84627532958984 0
+"2042" 3 0.261489987373352 1 6 1
+"2043" 5 0.343410015106201 2 3.65521883964539 1
+"2044" 5 0.461620002985001 3 1.89109170436859 0
+"2045" 5 0.400240004062653 4 4 1
+"2046" 4 0.518409967422485 5 6 1
+"2047" 5 0.115804851055145 1 3.91669154167175 1
+"2048" 4 0.267989993095398 1 3.76519393920898 1
+"2049" 4 0.532429993152618 2 5 0
+"2050" 5 0.30488720536232 5.15921926498413 5.95806837081909 0
+"2051" 3 0.464899986982346 2 4.51057577133179 1
+"2052" 3 0.487359970808029 5 4.19177722930908 0
+"2053" 5 0.785520017147064 6 5 0
+"2054" 3 0.336679995059967 1 2 0
+"2055" 5 0.532429993152618 3 4 0
+"2056" 4 0.427269995212555 3 4.74531698226929 1
+"2057" 2 0.207812517881393 6 2.65101194381714 1
+"2058" 3 0.614226460456848 5 5 1
+"2059" 3 0.315829992294312 4 1 1
+"2060" 3 0.446730017662048 3 4.03008937835693 1
+"2061" 5 0.320780009031296 2 4 1
+"2062" 2 0.785520017147064 1 3 0
+"2063" 3 0.477019995450974 1 3.71349763870239 0
+"2064" 5 0.673849999904633 2 2 1
+"2065" 4 1.10091006755829 4 4 0
+"2066" 4 0.518409967422485 3 3 0
+"2067" 5 0.600469946861267 3 3 1
+"2068" 2 0.532429993152618 2 3 0
+"2069" 3 0.600469946861267 5 4 1
+"2070" 2 0.487359970808029 3 1.95509946346283 0
+"2071" 2 0.600469946861267 3 2 1
+"2072" 5 0.394959986209869 2 2.70801973342896 1
+"2073" 5 0.394959986209869 4 5.90478515625 1
+"2074" 3 0.394959986209869 7 6 1
+"2075" 5 0.394959986209869 2 2.58836054801941 1
+"2076" 3 0.609759986400604 6 3 1
+"2077" 4 0.267989993095398 6 4 1
+"2078" 5 0.600469946861267 7 5 1
+"2079" 4 0.581430017948151 3 3 0
+"2080" 3 0.265219986438751 7 6.4179368019104 0
+"2081" 5 0.477019995450974 5 6.28865432739258 0
+"2082" 3 0.414970010519028 6 6 0
+"2083" 3 0.511519968509674 7 4 0
+"2084" 5 0.461620002985001 7 6 0
+"2085" 4 0.461620002985001 6 4 0
+"2086" 3 0.785520017147064 1 2 1
+"2087" 1 0.487359970808029 1 6.01172256469727 0
+"2088" 5 0.320780009031296 5 7 1
+"2089" 4 0.600469946861267 6 6 0
+"2090" 3 0.62365996837616 5 3 0
+"2091" 3 0.688880026340485 3 3 1
+"2092" 3 0.487274438142776 2 2.24180722236633 1
+"2093" 5 0.427269995212555 4 6 0
+"2094" 3 0.267989993095398 1 2.37892150878906 1
+"2095" 3 0.600469946861267 1 2 0
+"2096" 3 0.394959986209869 6 6 1
+"2097" 5 0.546814978122711 6 3.09556889533997 1
+"2098" 5 0.309140026569366 3 4.32818174362183 0
+"2099" 3 0.461620002985001 4 3 0
+"2100" 3 0.320780009031296 1 5.25810956954956 1
+"2101" 3 0.265219986438751 2 4.45419263839722 1
+"2102" 3 0.427269995212555 5 5 1
+"2103" 5 0.487359970808029 7 5.1376428604126 0
+"2104" 2 0.408399999141693 3 5 0
+"2105" 3 0.785520017147064 6 6 1
+"2106" 4 0.330448210239410 1 4 1
+"2107" 4 0.343410015106201 7 4 0
+"2108" 4 0.377058118581772 3 4.63058757781982 1
+"2109" 4 0.673849999904633 6 5 0
+"2110" 4 0.335929989814758 4 5 0
+"2111" 5 0.600469946861267 3 2 1
+"2112" 4 0.592509984970093 7 4 1
+"2113" 4 0.592509984970093 1 4.93457221984863 0
+"2114" 4 0.267989993095398 2 5 1
+"2115" 4 0.466558665037155 3 1.15977287292480 1
+"2116" 4 0.644749999046326 6 6.04186201095581 0
+"2117" 3 0.408399999141693 3 3 1
+"2118" 4 0.189989998936653 7 6 1
+"2119" 5 0.592509984970093 4 2.47770619392395 0
+"2120" 4 0.785520017147064 7 6 1
+"2121" 5 0.267989993095398 7 5 1
+"2122" 4 0.701979994773865 3 5 0
+"2123" 3 0.688880026340485 2 4 1
+"2124" 4 0.785520017147064 6 5 0
+"2125" 2 1.10091006755829 1 2 1
+"2126" 4 0.785520017147064 1 3 0
+"2127" 5 0.532429993152618 7 5 0
+"2128" 3 0.62365996837616 2 4.10473442077637 0
+"2129" 3 0.461620002985001 1 2 0
+"2130" 3 0.330567628145218 1 1 1
+"2131" 4 0.785520017147064 6 4 1
+"2132" 3 0.467366486787796 5 4 1
+"2133" 3 0.673849999904633 6 4 0
+"2134" 3 0.8400399684906 5 6 0
+"2135" 2 0.487359970808029 4 3 0
+"2136" 3 0.539184987545013 3 5 0
+"2137" 3 0.62978994846344 5 5 0
+"2138" 3 0.446730017662048 3 5 1
+"2139" 5 0.75151002407074 1 1 0
+"2140" 3 0.414970010519028 7 6 0
+"2141" 2 0.518409967422485 1 1 1
+"2142" 3 0.364969998598099 1 2 1
+"2143" 3 0.446730017662048 2 4.28496932983398 1
+"2144" 3 0.785520017147064 2 3 0
+"2145" 5 0.785520017147064 2 2 1
+"2146" 3 0.673849999904633 5 5.7849440574646 0
+"2147" 5 0.511519968509674 5 5 0
+"2148" 5 0.518409967422485 7 6 1
+"2149" 3 0.609759986400604 6 6 0
+"2150" 3 0.343410015106201 2 3 1
+"2151" 3 0.343410015106201 4 5 1
+"2152" 5 0.221497833728790 6 4.22697734832764 1
+"2153" 4 0.511519968509674 7 6 0
+"2154" 3 0.267989993095398 1 3 0
+"2155" 3 0.614226460456848 1 6 0
+"2156" 4 0.414970010519028 2 4 0
+"2157" 4 0.343410015106201 2 2 1
+"2158" 5 0.427269995212555 3 6 0
+"2159" 5 0.320780009031296 6 5 1
+"2160" 4 0.532539963722229 6 4.41476488113403 1
+"2161" 1 0.614226460456848 2 3 1
+"2162" 5 0.545379996299744 1 5 1
+"2163" 3 0.414970010519028 7 5 0
+"2164" 4 0.461620002985001 3 3 0
+"2165" 3 0.579832315444946 6 5 1
+"2166" 5 0.385200023651123 4 5 0
+"2167" 3 0.385200023651123 5 4.66583776473999 1
+"2168" 3 0.592509984970093 3 3 0
+"2169" 2 0.529449999332428 1 4 1
+"2170" 3 0.408399999141693 2 2.34979248046875 0
+"2171" 4 0.487359970808029 6 6 0
+"2172" 1 0.464700013399124 6 6 1
+"2173" 4 0.777340054512024 6 4 1
+"2174" 3 0.396407634019852 6 5 1
+"2175" 3 0.487359970808029 1 3.68340110778809 0
+"2176" 4 0.288071721792221 7 4 1
+"2177" 5 0.528943538665771 6 5 1
+"2178" 3 0.65021002292633 5 4 0
+"2179" 5 0.511519968509674 7 4 0
+"2180" 4 0.785520017147064 6 5 0
+"2181" 5 0.614226460456848 3 2.83817958831787 1
+"2182" 3 0.511519968509674 4 3 0
+"2183" 5 0.320780009031296 6 5.92729806900024 1
+"2184" 4 0.464700013399124 2 5 1
+"2185" 5 0.414970010519028 7 4 1
+"2186" 4 0.414970010519028 3 5 0
+"2187" 5 0.408399999141693 4 5 0
+"2188" 3 0.673849999904633 5 6 1
+"2189" 4 0.414970010519028 1.54529070854187 3 0
+"2190" 4 0.62365996837616 1 5 0
+"2191" 2 0.785520017147064 2 4 1
+"2192" 4 0.688880026340485 3 6 1
+"2193" 3 0.364969998598099 1 5 1
+"2194" 2 0.673849999904633 7 6 0
+"2195" 2 0.673849999904633 1 2 1
+"2196" 3 0.614226460456848 2 4 0
+"2197" 3 0.673849999904633 1 3 0
+"2198" 3 0.267989993095398 1 6 1
+"2199" 1 0.644749999046326 6 5 0
+"2200" 3 0.256919741630554 4 4 1
+"2201" 3 0.518565952777863 6 4 1
+"2202" 4 0.334771305322647 3 4 1
+"2203" 3 0.390350013971329 2 6 0
+"2204" 5 0.343410015106201 5 4 0
+"2205" 3 0.189989998936653 6.01695585250854 2.85508799552917 1
+"2206" 3 0.532429993152618 1 2 0
+"2207" 3 0.903599977493286 6 4 0
+"2208" 4 0.414970010519028 3 4 0
+"2209" 3 0.367390006780624 6 4.50045347213745 1
+"2210" 5 0.511519968509674 6 7 0
+"2211" 3 0.364969998598099 4 4 1
+"2212" 4 0.320780009031296 7 6 1
+"2213" 3 0.375260472297668 4 3.89777660369873 1
+"2214" 4 0.673849999904633 3 5 1
+"2215" 4 0.63177502155304 3 4.04262495040894 0
+"2216" 3 0.688880026340485 6 2.66728186607361 1
+"2217" 3 0.387620002031326 5 5 0
+"2218" 4 0.609759986400604 5 3 1
+"2219" 2 0.320780009031296 1 4.78237819671631 1
+"2220" 1 0.688880026340485 1 4 1
+"2221" 3 0.364969998598099 5 5.59945774078369 1
+"2222" 3 0.592509984970093 2 4.14288520812988 0
+"2223" 2 0.62365996837616 3 3 0
+"2224" 3 0.785520017147064 6 5 0
+"2225" 5 0.520840048789978 2 2 0
+"2226" 5 0.461620002985001 1 3 0
+"2227" 3 0.387681275606155 3 4 1
+"2228" 5 0.367390006780624 6 4 0
+"2229" 4 0.414970010519028 1 4 0
+"2230" 5 0.258272081613541 4.80727243423462 4.94134759902954 1
+"2231" 4 0.477019995450974 6 4 0
+"2232" 4 0.483079999685287 1 3 1
+"2233" 5 0.785520017147064 1 3 1
+"2234" 5 0.414970010519028 4 4.0079460144043 1
+"2235" 1 0.65021002292633 4 5 0
+"2236" 5 0.408600002527237 3 4 1
+"2237" 2 1.13774001598358 3 2 0
+"2238" 1 0.265219986438751 3 1 1
+"2239" 2 0.394959986209869 2 3.91957354545593 1
+"2240" 5 0.404227375984192 3 3.78385376930237 1
+"2241" 4 0.477019995450974 5 3.99579930305481 0
+"2242" 3 0.461620002985001 6 5 0
+"2243" 5 0.785520017147064 2 4.02649211883545 0
+"2244" 2 0.600469946861267 2 2 1
+"2245" 2 1.13774001598358 3 4 0
+"2246" 4 0.401980012655258 4 2.04482913017273 0
+"2247" 3 0.511519968509674 3 3.10351705551147 0
+"2248" 4 0.320780009031296 6 5 0
+"2249" 3 0.600469946861267 7 6 1
+"2250" 4 0.0722308605909348 4.26087379455566 4.51906776428223 1
+"2251" 3 0.600469946861267 6 4 1
+"2252" 2 0.189989998936653 2 3.03043031692505 1
+"2253" 5 0.52295708656311 7 5 0
+"2254" 4 0.408399999141693 6 4 0
+"2255" 3 0.394959986209869 3 4.34115266799927 1
+"2256" 3 0.345447093248367 7 6 1
+"2257" 4 0.698559999465942 4 3.85172200202942 1
+"2258" 4 0.785520017147064 3 4 1
+"2259" 5 0.267989993095398 2 4.47774791717529 1
+"2260" 5 0.8400399684906 7 5 1
+"2261" 4 0.408399999141693 4 4 0
+"2262" 3 0.644749999046326 6 5 0
+"2263" 3 0.785520017147064 2 4 0
+"2264" 5 0.600469946861267 1 1 1
+"2265" 4 0.267989993095398 5 6 1
+"2266" 5 0.408600002527237 2 1 1
+"2267" 3 0.464700013399124 2 3.37874054908752 1
+"2268" 2 0.400240004062653 4 6 1
+"2269" 3 0.614226460456848 2 2.82084894180298 0
+"2270" 5 0.343410015106201 3 2.10850071907043 1
+"2271" 3 0.387620002031326 2 2 1
+"2272" 4 0.477019995450974 3 6 0
+"2273" 4 0.367390006780624 1 4.56431102752686 0
+"2274" 4 0.413332492113113 5 4 1
+"2275" 3 0.364969998598099 2 5.40414810180664 1
+"2276" 3 0.649201273918152 7 6 1
+"2277" 4 0.785520017147064 7 6 1
+"2278" 4 0.335929989814758 6 5 1
+"2279" 5 0.267989993095398 2 4 0
+"2280" 3 0.36285999417305 4 7 1
+"2281" 3 0.315829992294312 1 4.19625616073608 1
+"2282" 4 0.614226460456848 3 1 0
+"2283" 4 0.644749999046326 2 3.98863434791565 0
+"2284" 3 0.364969998598099 1 2 1
+"2285" 4 0.785520017147064 1 2 1
+"2286" 5 0.265219986438751 2 4.63732528686523 0
+"2287" 3 0.662460029125214 7 5 0
+"2288" 5 0.407070010900497 6 6 1
+"2289" 5 0.170964106917381 3 3.40164637565613 1
+"2290" 4 0.315829992294312 1 3.69772577285767 0
+"2291" 5 0.903599977493286 6 6 0
+"2292" 3 0.62365996837616 3.52083396911621 4.02649021148682 0
+"2293" 4 0.785520017147064 7 5 0
+"2294" 3 0.673849999904633 6 5 0
+"2295" 2 0.903599977493286 2 2 1
+"2296" 4 0.265219986438751 6 4 1
+"2297" 3 0.903599977493286 7 6 0
+"2298" 5 0.655485451221466 6 4 1
+"2299" 5 0.464700013399124 5 4 1
+"2300" 4 0.532429993152618 7 6 0
+"2301" 5 0.679729163646698 1 3 1
+"2302" 3 0.511519968509674 4 4.07758092880249 0
+"2303" 3 0.477019995450974 3 3.94094109535217 0
+"2304" 4 0.62365996837616 5 5.01406669616699 0
+"2305" 3 0.785520017147064 1 5 1
+"2306" 3 0.785520017147064 7 6 0
+"2307" 3 0.265219986438751 2.04436326026917 3.99587869644165 0
+"2308" 4 0.267989993095398 3 3.77699327468872 1
+"2309" 3 0.65021002292633 2 3 1
+"2310" 5 0.36285999417305 2 5 0
+"2311" 4 0.785520017147064 7 6 0
+"2312" 3 0.336679995059967 1 7 1
+"2313" 3 0.394959986209869 1 4 1
+"2314" 5 0.600469946861267 3 5 0
+"2315" 1 0.785520017147064 3 3 1
+"2316" 3 0.461620002985001 1 3 0
+"2317" 4 0.511519968509674 5 4 0
+"2318" 4 0.8400399684906 4 5 0
+"2319" 4 0.688880026340485 6 5 1
+"2320" 3 0.614226460456848 2 4 1
+"2321" 5 0.261489987373352 1 4 1
+"2322" 5 0.785520017147064 5 4 1
+"2323" 3 0.785520017147064 3 3 0
+"2324" 3 0.407070010900497 1 4 1
+"2325" 3 0.511519968509674 6.13003301620483 4 0
+"2326" 4 0.320780009031296 4 3 1
+"2327" 3 0.309140026569366 7 6 0
+"2328" 2 0.673849999904633 2 5 1
+"2329" 2 0.487359970808029 6 4 0
+"2330" 5 0.723892986774445 2 2.64017486572266 1
+"2331" 4 0.427269995212555 2 5.9967851638794 1
+"2332" 3 0.308121651411057 1 1 0
+"2333" 4 0.719575822353363 7 6 0
+"2334" 3 0.367390006780624 4 4.74721956253052 1
+"2335" 5 0.343410015106201 1 1 1
+"2336" 4 0.461620002985001 1 3.60895776748657 1
+"2337" 4 0.482504904270172 5 2 1
+"2338" 3 0.65021002292633 3 2 0
+"2339" 3 0.614226460456848 1 4 0
+"2340" 1 0.518409967422485 4 6 0
+"2341" 4 0.614226460456848 1 3.36371421813965 1
+"2342" 4 0.785520017147064 4 5 1
+"2343" 3 0.461620002985001 2 5.20006990432739 1
+"2344" 5 0.511519968509674 6 4 0
+"2345" 5 0.312420010566711 2 2 1
+"2346" 4 0.487359970808029 1 1.30248057842255 0
+"2347" 5 0.581430017948151 5 6 0
+"2348" 4 0.661670744419098 1 4 1
+"2349" 4 0.600469946861267 1 4 1
+"2350" 5 0.785520017147064 4 4 1
+"2351" 3 0.390350013971329 5 4 0
+"2352" 4 0.511519968509674 5 4 0
+"2353" 3 0.315829992294312 1 2.47767519950867 1
+"2354" 3 0.400240004062653 4 3 1
+"2355" 3 0.343410015106201 7 6 1
+"2356" 5 0.487359970808029 6 4 0
+"2357" 5 0.511519968509674 6 4 0
+"2358" 3 0.592509984970093 5 5.15882873535156 0
+"2359" 3 0.461620002985001 1 6 0
+"2360" 4 0.609759986400604 7 4 1
+"2361" 3 0.312420010566711 1 3 0
+"2362" 5 0.84213000535965 7 4 1
+"2363" 3 0.315829992294312 1 3.30854797363281 0
+"2364" 3 0.785520017147064 5 5 0
+"2365" 3 0.401980012655258 1 3 0
+"2366" 3 0.267989993095398 3 3 1
+"2367" 3 0.785520017147064 1 4.87539386749268 0
+"2368" 1 0.65021002292633 5 6 0
+"2369" 3 0.400240004062653 3 6 1
+"2370" 3 0.335929989814758 6 5.60483121871948 0
+"2371" 2 0.673849999904633 1 3 1
+"2372" 2 0.673849999904633 6 2 1
+"2373" 5 0.477019995450974 7 6.12047815322876 0
+"2374" 4 0.36285999417305 2 2 0
+"2375" 2 0.673849999904633 6 6 0
+"2376" 4 0.461620002985001 2 4 0
+"2377" 3 0.267989993095398 7 4 1
+"2378" 3 0.267989993095398 5 4 0
+"2379" 3 0.320780009031296 5 3.73495411872864 1
+"2380" 3 0.407070010900497 7 6.74074935913086 0
+"2381" 3 0.449400871992111 6 6.72705459594727 1
+"2382" 3 0.400240004062653 1 6 1
+"2383" 4 0.343410015106201 3 6 0
+"2384" 5 0.511519968509674 1 2 0
+"2385" 1 0.312420010566711 1 1 1
+"2386" 5 0.320780009031296 1 2 1
+"2387" 5 0.688880026340485 5 5 1
+"2388" 4 1.10091006755829 7 6 0
+"2389" 3 1.10091006755829 5 6 1
+"2390" 3 0.644749999046326 3 3 0
+"2391" 2 0.673849999904633 7 5 1
+"2392" 3 0.785520017147064 5 6 0
+"2393" 5 0.440597921609879 1 1 1
+"2394" 2 0.903599977493286 4 2 0
+"2395" 5 0.785520017147064 6 6.02259540557861 1
+"2396" 5 0.785520017147064 1 6.39080810546875 1
+"2397" 2 0.673849999904633 1 2 0
+"2398" 3 0.312420010566711 5 6 1
+"2399" 3 0.511519968509674 2 5 0
+"2400" 4 0.394959986209869 5 5 1
+"2401" 5 0.461620002985001 1 3.16332697868347 0
+"2402" 3 0.464700013399124 1 4.04760885238647 1
+"2403" 5 0.793409943580627 3 3 0
+"2404" 3 0.390350013971329 1 7 0
+"2405" 4 0.532429993152618 4 6 0
+"2406" 3 0.713572263717651 4 2 0
+"2407" 4 0.364969998598099 2 3 1
+"2408" 3 0.267989993095398 5 5 0
+"2409" 5 0.609759986400604 3 3.78919315338135 1
+"2410" 3 0.308062046766281 2 5 1
+"2411" 1 0.320780009031296 4 6 1
+"2412" 5 0.367390006780624 2 1.84879982471466 0
+"2413" 4 0.392080992460251 4 4.46855449676514 1
+"2414" 4 0.401980012655258 2 4 0
+"2415" 4 0.265219986438751 6 7 1
+"2416" 3 0.511519968509674 2 2 0
+"2417" 4 0.309140026569366 -0.338711172342300 4.67521715164185 1
+"2418" 5 0.400240004062653 3 4.4802827835083 1
+"2419" 3 0.75151002407074 5 6 0
+"2420" 3 0.600469946861267 6 6 1
+"2421" 5 0.609759986400604 4 5 1
+"2422" 4 0.275413513183594 4 5 1
+"2423" 5 0.267989993095398 4 2.56483483314514 1
+"2424" 3 0.265219986438751 6 6.82197380065918 0
+"2425" 3 0.394959986209869 1 2 1
+"2426" 3 0.600469946861267 3 4 0
+"2427" 4 0.367390006780624 6 5 1
+"2428" 4 0.461620002985001 6 6.27407121658325 0
+"2429" 3 0.381099998950958 1 4 0
+"2430" 3 0.408399999141693 5 6 0
+"2431" 3 0.315829992294312 4 2 1
+"2432" 3 0.785520017147064 1 2 1
+"2433" 4 0.636274516582489 7 4 1
+"2434" 4 0.394959986209869 5 4.20640325546265 1
+"2435" 5 0.261489987373352 2 3.17840194702148 1
+"2436" 1 0.400240004062653 4 5 1
+"2437" 5 0.644749999046326 1 3 1
+"2438" 5 0.673849999904633 7 7 0
+"2439" 4 0.267989993095398 3 4 1
+"2440" 3 0.268723398447037 3 3.27185583114624 1
+"2441" 2 0.394959986209869 2 5.91854667663574 1
+"2442" 5 0.343410015106201 3 4 1
+"2443" 5 0.487359970808029 2 2.78219127655029 1
+"2444" 5 0.65021002292633 7 6 1
+"2445" 4 0.364969998598099 1 6 1
+"2446" 4 0.785520017147064 2 4.55734968185425 0
+"2447" 3 0.600469946861267 1 2 1
+"2448" 3 0.592509984970093 2 4 1
+"2449" 3 0.62978994846344 5 6 0
+"2450" 3 0.394959986209869 4 3.27048420906067 1
+"2451" 5 0.532429993152618 4 5 0
+"2452" 5 0.581430017948151 7 5 0
+"2453" 5 0.592509984970093 2 3 1
+"2454" 3 0.408399999141693 7 4 0
+"2455" 4 0.394959986209869 6 4 0
+"2456" 4 0.511519968509674 5 5 0
+"2457" 4 0.614226460456848 6 5 0
+"2458" 5 0.592509984970093 4 7 0
+"2459" 2 0.401980012655258 1 3.75979113578796 1
+"2460" 3 0.903599977493286 3 5 0
+"2461" 4 0.785520017147064 2 5 1
+"2462" 5 0.279592037200928 1 2.74046778678894 1
+"2463" 5 0.401980012655258 1 2 1
+"2464" 3 0.461620002985001 4 7.31423473358154 0
+"2465" 4 0.267989993095398 2 4 1
+"2466" 1 0.461620002985001 1 1.11855340003967 0
+"2467" 3 0.785520017147064 7 6 0
+"2468" 4 0.600469946861267 2 4 1
+"2469" 3 0.376436561346054 3 4 1
+"2470" 4 0.785520017147064 5 2.95935654640198 1
+"2471" 3 0.688880026340485 1 3 1
+"2472" 4 0.62978994846344 2 3 0
+"2473" 3 0.785520017147064 1 2.72377538681030 1
+"2474" 5 0.387620002031326 1 1 1
+"2475" 4 0.312420010566711 4 2.97454380989075 1
+"2476" 3 0.29300332069397 1 4 1
+"2477" 3 0.241890192031860 1 6 1
+"2478" 3 0.267989993095398 1 5.23932456970215 0
+"2479" 3 0.592509984970093 2 1.65601837635040 0
+"2480" 4 0.609759986400604 7 5 1
+"2481" 1 0.312420010566711 1 6 1
+"2482" 4 0.785520017147064 2 3 0
+"2483" 5 0.53446900844574 4 4 0
+"2484" 3 0.815292716026306 6 3 1
+"2485" 1 0.673849999904633 6 6 1
diff --git a/data/immi5.tab b/data/immi5.tab
new file mode 100644
index 0000000..b3ef2fd
--- /dev/null
+++ b/data/immi5.tab
@@ -0,0 +1,2486 @@
+"ipip" "wage1992" "prtyid" "ideol" "gender"
+"1" 3 0.614226460456848 7 5 1
+"2" 4 0.348619908094406 5 5 1
+"3" 4 0.267989993095398 7 6 1
+"4" 1 0.261489987373352 1 4 1
+"5" 3 0.465243816375732 2 3.58852648735046 1
+"6" 4 0.464700013399124 5 3 0
+"7" 3 0.673849999904633 3 5 1
+"8" 5 0.604812622070312 4 2 1
+"9" 2 0.600469946861267 1 1 1
+"10" 4 0.785520017147064 2 3 1
+"11" 3 0.367390006780624 5 2 0
+"12" 3 0.387620002031326 7 4 0
+"13" 2 0.394959986209869 4.80730485916138 5.59395360946655 1
+"14" 3 0.312420010566711 5 3.95429515838623 1
+"15" 5 1.13774001598358 4 4 0
+"16" 3 0.600469946861267 7 6 1
+"17" 3 0.461620002985001 6 4 0
+"18" 4 0.785520017147064 1 1.35831713676453 0
+"19" 3 0.408399999141693 5 3 1
+"20" 5 0.518409967422485 7 4 1
+"21" 2 0.267989993095398 3 2 0
+"22" 3 0.265219986438751 3 4.77949905395508 1
+"23" 4 0.614226460456848 3 5 1
+"24" 3 0.347332656383514 4 3 0
+"25" 5 0.511986494064331 7 6 1
+"26" 3 0.382277667522430 3 6 1
+"27" 2 0.581430017948151 5 5.32385349273682 1
+"28" 3 0.408399999141693 2 3.22785425186157 1
+"29" 4 0.261489987373352 4 3.74376058578491 1
+"30" 3 0.540566086769104 5 5.53724098205566 1
+"31" 5 0.267989993095398 1 4.73260688781738 1
+"32" 5 0.408399999141693 6 4.64205980300903 0
+"33" 4 0.440597921609879 6 4 1
+"34" 3 0.394959986209869 2 4 1
+"35" 3 0.511519968509674 1 4.44313764572144 0
+"36" 3 0.785520017147064 6 4.16253805160522 0
+"37" 5 0.785520017147064 5 6 0
+"38" 3 0.614226460456848 4 4.36314439773560 0
+"39" 3 0.673849999904633 5 6 0
+"40" 2 0.65021002292633 2 3 1
+"41" 3 0.592509984970093 5 5 0
+"42" 3 0.644749999046326 6 3 1
+"43" 4 0.267989993095398 6 5 0
+"44" 5 0.614226460456848 2 5 0
+"45" 3 0.577616512775421 1 4 1
+"46" 3 0.701979994773865 2 3 1
+"47" 5 0.427269995212555 6 6 1
+"48" 3 0.189989998936653 6 4 1
+"49" 3 0.511519968509674 2 2.25970363616943 0
+"50" 4 0.518409967422485 7 7 0
+"51" 5 0.335929989814758 5 4 1
+"52" 2 0.65021002292633 1 2 0
+"53" 3 0.592509984970093 7 4 0
+"54" 4 0.367390006780624 4 4 0
+"55" 1 0.387620002031326 5 3.67679023742676 0
+"56" 3 0.785520017147064 6 3 0
+"57" 3 0.320780009031296 1 6 1
+"58" 3 0.394959986209869 7 6 1
+"59" 5 0.785520017147064 7 6 1
+"60" 5 0.267989993095398 2 2 0
+"61" 3 0.414970010519028 7 6 0
+"62" 5 0.309140026569366 4 3 0
+"63" 4 0.406390011310577 1 2 1
+"64" 3 0.673849999904633 7 6 1
+"65" 5 0.511519968509674 1 2 0
+"66" 3 0.614226460456848 2 2 0
+"67" 3 0.261489987373352 2 3.53189373016357 1
+"68" 4 0.600469946861267 1 5 1
+"69" 5 0.785520017147064 7 7 0
+"70" 5 0.367855280637741 1 5 1
+"71" 3 0.364969998598099 5 5 0
+"72" 3 0.320780009031296 2.5825674533844 7 1
+"73" 3 0.336679995059967 2 5.1537070274353 0
+"74" 5 0.390350013971329 3 4 0
+"75" 3 0.785520017147064 7 4 0
+"76" 3 0.446730017662048 5 4 0
+"77" 3 0.464582681655884 7 6 1
+"78" 1 0.309140026569366 7 4 0
+"79" 2 0.408399999141693 7 4 1
+"80" 3 0.592509984970093 7 2 0
+"81" 3 0.662460029125214 1 2 0
+"82" 1 0.267989993095398 2 3.87543201446533 1
+"83" 5 0.592509984970093 3 5 0
+"84" 3 0.903599977493286 2 2 0
+"85" 5 0.477019995450974 5 4.02478885650635 0
+"86" 3 0.545379996299744 5 4.12862682342529 0
+"87" 5 0.688880026340485 5 6 1
+"88" 5 0.309140026569366 2 5.17816638946533 0
+"89" 5 0.265219986438751 4 4.76787281036377 0
+"90" 4 0.592509984970093 1 2 1
+"91" 3 0.701979994773865 7 6 1
+"92" 3 0.903599977493286 5 5 0
+"93" 3 0.408600002527237 1 4.9262375831604 0
+"94" 3 0.785520017147064 1 2 1
+"95" 2 0.529449999332428 1 4 0
+"96" 4 0.320780009031296 7 2 1
+"97" 5 0.364969998598099 5 3 1
+"98" 3 0.361250013113022 2 1.37606799602509 1
+"99" 5 0.662460029125214 4 3.76905560493469 0
+"100" 4 0.673849999904633 4 5 1
+"101" 4 0.371906965970993 5 4 1
+"102" 3 0.532429993152618 1 5.39482116699219 0
+"103" 3 0.440597921609879 1 2 0
+"104" 4 0.367390006780624 4 4.78055953979492 0
+"105" 3 0.785520017147064 5 5 0
+"106" 4 0.688880026340485 2 5 0
+"107" 4 0.385200023651123 4 3.53268527984619 0
+"108" 4 0.199046343564987 3 6 1
+"109" 5 0.701979994773865 6 4 0
+"110" 3 0.401980012655258 1 4 0
+"111" 3 -0.00638717552646995 5 5.7596492767334 1
+"112" 3 0.343410015106201 2 1.56325805187225 1
+"113" 2 0.65021002292633 4 3 1
+"114" 5 0.380224108695984 7 6 0
+"115" 3 0.343410015106201 4 4 0
+"116" 3 0.785520017147064 6 5 0
+"117" 4 0.592509984970093 1 4 0
+"118" 5 0.374682396650314 1 6 0
+"119" 4 0.437683671712875 4 4 1
+"120" 3 0.398828119039536 2 3.97582912445068 1
+"121" 3 0.673849999904633 3 4.54935598373413 0
+"122" 1 0.688880026340485 2 4 1
+"123" 3 0.364969998598099 1 3.10654282569885 1
+"124" 3 0.320780009031296 3 3 1
+"125" 3 0.423102706670761 3 3 1
+"126" 5 0.609759986400604 6 2 1
+"127" 4 0.320780009031296 1 4.07226848602295 1
+"128" 5 0.400240004062653 6 5 1
+"129" 3 0.600469946861267 3 4 1
+"130" 5 0.518409967422485 3 4 1
+"131" 3 0.600469946861267 2 4 1
+"132" 5 0.785520017147064 7 5.82351636886597 0
+"133" 5 0.785520017147064 5 5 0
+"134" 5 0.328335046768188 4 6 1
+"135" 5 0.561365485191345 6.59710502624512 3.25647830963135 1
+"136" 3 0.644749999046326 1 6 0
+"137" 3 0.320780009031296 6 5 1
+"138" 2 0.385200023651123 1 3 1
+"139" 3 0.652875363826752 7 5 1
+"140" 3 0.315829992294312 2 3.68178963661194 1
+"141" 4 0.785520017147064 3 3 0
+"142" 3 0.518409967422485 7 6 1
+"143" 5 0.614226460456848 7 6 0
+"144" 3 1.10091006755829 6 5 0
+"145" 4 0.600469946861267 6 5 1
+"146" 3 0.600469946861267 2 4 1
+"147" 3 0.785520017147064 5 2.76409912109375 1
+"148" 5 0.414970010519028 7 4 0
+"149" 4 0.36285999417305 6 4 0
+"150" 3 0.65021002292633 4 4 0
+"151" 4 0.464899986982346 4 4.1004900932312 1
+"152" 5 0.785520017147064 5 4 1
+"153" 3 0.785520017147064 2 2 0
+"154" 3 0.785520017147064 1 3 1
+"155" 4 0.785520017147064 7 5 0
+"156" 3 0.600469946861267 5 6.58780813217163 0
+"157" 4 0.511519968509674 4 1.97842371463776 0
+"158" 5 0.54657244682312 5 4 0
+"159" 4 0.673849999904633 5 6 0
+"160" 3 0.785520017147064 6 5 0
+"161" 4 0.673849999904633 6 5 0
+"162" 3 0.614226460456848 6 6 0
+"163" 3 0.450982511043549 7 6 0
+"164" 2 0.793409943580627 5 6 0
+"165" 3 0.701979994773865 2 5 0
+"166" 5 0.320780009031296 1 5.19290637969971 1
+"167" 3 0.487359970808029 3 3 0
+"168" 4 0.394959986209869 4 5 1
+"169" 3 0.529449999332428 3 2.97414803504944 0
+"170" 4 0.320780009031296 1 4 1
+"171" 5 0.785520017147064 2 6 0
+"172" 3 0.609759986400604 2 4 1
+"173" 3 0.614226460456848 3 2 0
+"174" 4 0.267989993095398 1 3 1
+"175" 4 0.394959986209869 4 4 1
+"176" 5 0.785520017147064 3 4 0
+"177" 3 0.614226460456848 5 6 0
+"178" 3 0.65021002292633 7 6 0
+"179" 5 0.343410015106201 4 2.94420123100281 1
+"180" 3 0.8400399684906 6 4 0
+"181" 5 0.267989993095398 7 5 1
+"182" 3 0.267989993095398 1 4 1
+"183" 5 0.511013925075531 1 5.40827894210815 1
+"184" 5 0.65021002292633 5 6 1
+"185" 4 0.312420010566711 2 3 1
+"186" 2 0.511519968509674 3 5 0
+"187" 4 0.785520017147064 7 5 0
+"188" 2 0.330639004707336 2 4 1
+"189" 2 0.487359970808029 5 3 0
+"190" 5 0.614226460456848 6 3 1
+"191" 1 0.473084628582001 7 6 1
+"192" 5 0.265219986438751 5 4 1
+"193" 3 0.343410015106201 2 3.12525248527527 1
+"194" 1 0.320780009031296 3 1 0
+"195" 3 0.785520017147064 6 4 0
+"196" 3 0.793409943580627 2 5 0
+"197" 4 0.254971265792847 5 2.35050797462463 1
+"198" 4 0.903599977493286 7 4 1
+"199" 3 0.414970010519028 7 7 0
+"200" 5 0.407070010900497 1 5.55712413787842 1
+"201" 3 0.8400399684906 5 6 0
+"202" 3 0.673849999904633 1 5 0
+"203" 3 0.529449999332428 5 4 1
+"204" 4 0.267989993095398 3 6.00183439254761 1
+"205" 5 0.785520017147064 6 2.90231037139893 0
+"206" 3 0.785520017147064 7 6 0
+"207" 3 0.688880026340485 5 4 1
+"208" 5 0.390350013971329 3 7 0
+"209" 3 0.381099998950958 4 6.4399266242981 0
+"210" 3 0.461620002985001 1 4 0
+"211" 4 0.394959986209869 3 4 1
+"212" 4 0.65021002292633 7 6 0
+"213" 1 0.673849999904633 7 6 1
+"214" 3 0.674402832984924 5 5 1
+"215" 3 0.581430017948151 3 3.55085492134094 0
+"216" 4 0.511519968509674 3 2 0
+"217" 3 0.107811816036701 6 1.91441881656647 0
+"218" 3 0.343410015106201 3 4.71202278137207 1
+"219" 5 0.785520017147064 2 7 1
+"220" 3 0.461620002985001 5 6 0
+"221" 5 0.698559999465942 2 7 0
+"222" 5 0.401980012655258 2 3.38527917861938 1
+"223" 5 0.785520017147064 3 4 0
+"224" 4 0.387620002031326 2 1.95575344562531 1
+"225" 4 0.400240004062653 2 2.71196079254150 1
+"226" 5 0.267989993095398 1 4.28016185760498 1
+"227" 4 0.335929989814758 4 4.50389766693115 0
+"228" 1 0.520840048789978 6 4 0
+"229" 2 0.600469946861267 4 4 0
+"230" 3 0.673849999904633 1 2 0
+"231" 3 0.394959986209869 3 2 1
+"232" 5 0.394959986209869 6 6 1
+"233" 4 0.401980012655258 3 5 1
+"234" 3 0.673849999904633 1 5 1
+"235" 3 0.614226460456848 3 1 0
+"236" 4 0.457309991121292 3 4 0
+"237" 4 0.394959986209869 7 5 1
+"238" 5 0.600469946861267 2 4 1
+"239" 3 0.407070010900497 2 4 1
+"240" 4 0.701979994773865 7 4 1
+"241" 3 0.903599977493286 4 5 0
+"242" 3 0.315829992294312 6 7.4948320388794 0
+"243" 5 0.387620002031326 1 2 1
+"244" 5 0.614226460456848 1 6 0
+"245" 4 0.315829992294312 4 4 0
+"246" 3 0.312420010566711 5 7.05251836776733 1
+"247" 1 0.600469946861267 4 3 1
+"248" 3 0.343410015106201 2 5.21134519577026 0
+"249" 4 0.367390006780624 3.59106278419495 4.94593715667725 0
+"250" 4 0.440597921609879 2 4 0
+"251" 5 0.343410015106201 3 4 1
+"252" 2 0.400240004062653 1 4 1
+"253" 3 0.320780009031296 7 5 1
+"254" 5 0.414970010519028 5 5 0
+"255" 5 0.903599977493286 7 5 0
+"256" 4 0.600469946861267 6 3 1
+"257" 5 0.903599977493286 5 5 0
+"258" 3 0.609759986400604 5 3 1
+"259" 3 0.394959986209869 6 6.91857767105103 1
+"260" 4 0.539449572563171 6 5 0
+"261" 3 0.401980012655258 3 2.15657830238342 0
+"262" 5 0.634998381137848 2 6 1
+"263" 3 0.688880026340485 2 2 1
+"264" 2 0.592509984970093 4 6 0
+"265" 4 0.464700013399124 1 2 1
+"266" 4 0.688880026340485 7 4 1
+"267" 3 0.408399999141693 2 5 0
+"268" 3 1.10091006755829 6 5 0
+"269" 5 0.614226460456848 7 6 0
+"270" 2 0.267989993095398 4 5.50802230834961 1
+"271" 5 0.408399999141693 1 4.72714900970459 1
+"272" 4 0.408399999141693 3 3.2297785282135 1
+"273" 3 0.477019995450974 2 2.02172970771790 0
+"274" 3 0.487359970808029 4 3 0
+"275" 3 0.343410015106201 3 6 1
+"276" 3 0.65021002292633 3 2 1
+"277" 4 0.644085943698883 2 3.81509566307068 1
+"278" 3 0.446730017662048 3 2 0
+"279" 5 0.600469946861267 5 6 1
+"280" 5 0.267989993095398 4.24174737930298 6.5552453994751 0
+"281" 3 0.600469946861267 2 3 1
+"282" 2 0.778448581695557 1 2.50978922843933 1
+"283" 5 0.518409967422485 7 5 0
+"284" 4 0.36285999417305 5 4.96987915039062 0
+"285" 5 0.414970010519028 4 3.72264862060547 0
+"286" 3 0.400240004062653 5 2.64602398872375 1
+"287" 3 0.785520017147064 5 5.39557838439941 1
+"288" 3 0.777340054512024 7 7 0
+"289" 4 0.600469946861267 2 4 1
+"290" 3 0.785520017147064 7 6 0
+"291" 4 0.614226460456848 2 3.95041537284851 1
+"292" 5 0.401980012655258 2 5.09800481796265 0
+"293" 3 0.309140026569366 7 4.20940208435059 1
+"294" 4 0.477019995450974 2 2.44015264511108 0
+"295" 3 0.394959986209869 1 1 1
+"296" 5 0.381099998950958 2 4 1
+"297" 4 0.51968652009964 1 7 1
+"298" 5 0.446730017662048 4 3 1
+"299" 2 0.785520017147064 6 4 1
+"300" 4 0.343410015106201 4 2 1
+"301" 5 0.427269995212555 2 7 0
+"302" 4 0.688880026340485 2 4 1
+"303" 3 0.785520017147064 6 5 1
+"304" 3 0.511519968509674 2 5 0
+"305" 4 0.440597921609879 1 4.23041009902954 0
+"306" 4 0.785520017147064 3 3 0
+"307" 3 0.427269995212555 1 4.93946313858032 0
+"308" 4 0.407070010900497 3 2 1
+"309" 3 0.343410015106201 4 4 0
+"310" 4 0.267989993095398 2 4 0
+"311" 3 0.267989993095398 1 4.55511331558228 1
+"312" 4 0.394959986209869 3 3.80592632293701 1
+"313" 3 0.343410015106201 6 4 1
+"314" 4 0.343410015106201 2 4 0
+"315" 5 0.592509984970093 2 4 0
+"316" 3 0.3887699842453 7 4.66554689407349 0
+"317" 5 0.724745333194733 7 6 0
+"318" 4 0.461620002985001 1 3.13242936134338 0
+"319" 5 0.394959986209869 4 4 1
+"320" 4 0.614226460456848 5 4 1
+"321" 5 0.673849999904633 6 4 1
+"322" 3 0.673849999904633 7 6 0
+"323" 3 0.785520017147064 7 6 0
+"324" 3 0.394959986209869 3 1.74333083629608 1
+"325" 5 0.434224933385849 3 7.390061378479 1
+"326" 3 0.343410015106201 6 6 1
+"327" 4 0.533624589443207 6 2 1
+"328" 4 0.592509984970093 1 3.77920508384705 0
+"329" 3 0.487359970808029 2 2 0
+"330" 1 0.530169486999512 4 1 1
+"331" 3 0.614226460456848 3 2 1
+"332" 5 0.267989993095398 3 4 1
+"333" 4 0.53030651807785 6 5 0
+"334" 3 0.492552846670151 2 4 1
+"335" 3 0.464899986982346 6 6 1
+"336" 4 0.320780009031296 7 6 1
+"337" 3 0.529449999332428 1 3 0
+"338" 2 0.600469946861267 7 6 1
+"339" 4 0.414970010519028 7 6 0
+"340" 5 0.387620002031326 5 6 1
+"341" 3 0.62365996837616 1 0.479466140270233 0
+"342" 4 0.785520017147064 4 2.49463343620300 0
+"343" 3 0.673849999904633 5 7.46404123306274 1
+"344" 3 0.267989993095398 4 5.20007610321045 1
+"345" 3 0.461620002985001 1 1 0
+"346" 5 0.373678416013718 7 6 1
+"347" 3 0.701979994773865 6 5 0
+"348" 3 0.600469946861267 4 5.03603506088257 1
+"349" 3 0.267989993095398 1 6 1
+"350" 5 0.364969998598099 5 3 1
+"351" 4 0.343410015106201 1 4 1
+"352" 4 0.387620002031326 6 2.92419338226318 1
+"353" 3 0.520840048789978 4 3.04756546020508 0
+"354" 4 0.614226460456848 3 3 0
+"355" 5 0.400240004062653 7 6 0
+"356" 3 0.785520017147064 6 6 0
+"357" 5 0.65021002292633 1 4 1
+"358" 5 0.903599977493286 3 4 0
+"359" 3 0.400240004062653 6 4 1
+"360" 4 0.179810717701912 5 4.32490015029907 1
+"361" 2 0.364969998598099 2 1.36119771003723 1
+"362" 5 0.464700013399124 3 2 1
+"363" 3 0.903599977493286 5 3 1
+"364" 5 0.315829992294312 1 3.76408195495605 1
+"365" 4 0.511519968509674 5 5.51286029815674 0
+"366" 2 0.452747583389282 6 4 1
+"367" 4 0.315829992294312 3 3 1
+"368" 3 0.400240004062653 6 4 1
+"369" 5 0.407070010900497 3 4 1
+"370" 4 0.335929989814758 2 1 0
+"371" 4 0.232586488127708 4 4 1
+"372" 5 0.535550355911255 3 5.36215496063232 1
+"373" 4 0.320780009031296 5 3.29301786422729 1
+"374" 3 0.600469946861267 2 4 1
+"375" 3 0.446730017662048 1 4 0
+"376" 5 0.343410015106201 2 1.06095457077026 1
+"377" 2 1.13774001598358 1 1 0
+"378" 3 0.518409967422485 1 4 0
+"379" 5 0.8400399684906 7 7 0
+"380" 1 0.408399999141693 3 2 1
+"381" 5 0.332814574241638 2 3.29610681533813 1
+"382" 3 0.785520017147064 5 2.77225351333618 0
+"383" 5 0.545379996299744 4 4 0
+"384" 3 0.309140026569366 3 4 0
+"385" 4 0.400240004062653 5 4 1
+"386" 3 0.315829992294312 2.05802249908447 4.56648588180542 0
+"387" 4 0.903599977493286 5 5 0
+"388" 3 0.189989998936653 4 4.88723564147949 1
+"389" 2 0.367390006780624 4 4 0
+"390" 5 0.315829992294312 7 6 0
+"391" 5 0.267989993095398 2 1 1
+"392" 3 0.390350013971329 4 3 0
+"393" 5 0.440597921609879 5 7 0
+"394" 2 0.343410015106201 1 2 1
+"395" 3 0.785520017147064 2 3 1
+"396" 3 0.585814595222473 2 5.96691846847534 1
+"397" 3 0.65021002292633 7 6.14346504211426 1
+"398" 3 0.315829992294312 1 3 1
+"399" 5 0.673849999904633 4 6 0
+"400" 4 0.315829992294312 3 2 0
+"401" 2 0.261489987373352 2 5 1
+"402" 3 0.397123485803604 5 5 1
+"403" 3 0.267989993095398 4 2.78566193580627 1
+"404" 3 0.789225220680237 6 5 0
+"405" 5 0.394959986209869 6 2.95354270935059 1
+"406" 4 0.614226460456848 4 4 0
+"407" 1 0.461620002985001 5 5 0
+"408" 1 0.903599977493286 6 5 0
+"409" 4 0.461620002985001 1 1 0
+"410" 5 0.777340054512024 5 5 0
+"411" 3 0.903599977493286 5 5 0
+"412" 4 0.265219986438751 3 3.82370138168335 0
+"413" 3 0.267989993095398 7 4 1
+"414" 4 0.777340054512024 3 3 0
+"415" 3 0.644749999046326 2 2 0
+"416" 3 0.614226460456848 7 6 1
+"417" 4 0.785520017147064 7 6 0
+"418" 5 0.320780009031296 1 4 1
+"419" 3 0.487359970808029 2 4.43077039718628 0
+"420" 3 0.75151002407074 1 2.16202783584595 0
+"421" 5 0.47193843126297 3 2.52325510978699 1
+"422" 3 0.545379996299744 5 6 0
+"423" 3 0.644749999046326 7 5 1
+"424" 3 0.710192024707794 1 2 1
+"425" 5 0.688880026340485 6 3 0
+"426" 4 0.644749999046326 3 3 0
+"427" 3 0.785520017147064 3 2 1
+"428" 4 0.414970010519028 1 6 0
+"429" 3 0.401980012655258 4 6.17579078674316 1
+"430" 4 0.374751597642899 2 3.34846878051758 1
+"431" 3 0.8400399684906 1 3 1
+"432" 3 0.751244366168976 6 6 1
+"433" 3 0.394959986209869 5 3.91062736511230 1
+"434" 3 0.156936869025230 3 3.08533573150635 1
+"435" 4 0.609759986400604 3 3 0
+"436" 3 0.511519968509674 3 4 0
+"437" 3 0.367390006780624 2 3 1
+"438" 3 0.8400399684906 4 3 0
+"439" 4 0.426208287477493 3 2 1
+"440" 3 0.320780009031296 1 3.47615814208984 1
+"441" 5 0.592509984970093 6 5 1
+"442" 3 0.592509984970093 6 5 0
+"443" 3 0.644749999046326 2 2 1
+"444" 3 0.903599977493286 5 5 0
+"445" 2 0.701979994773865 5 5 0
+"446" 4 0.461620002985001 4 4 0
+"447" 4 0.487359970808029 5 6 0
+"448" 4 0.673849999904633 2 3 1
+"449" 2 0.614226460456848 4 4 0
+"450" 3 0.36285999417305 4 4 0
+"451" 3 0.567293167114258 4 4 1
+"452" 3 0.581430017948151 4 4 0
+"453" 5 0.343410015106201 2 3.50897622108459 1
+"454" 3 0.609759986400604 5 6 1
+"455" 4 0.600469946861267 2 5 1
+"456" 2 0.343410015106201 3 3 1
+"457" 5 0.408399999141693 5 4 1
+"458" 3 0.511519968509674 3 1.86547696590424 0
+"459" 5 0.189989998936653 3 5 1
+"460" 5 0.614226460456848 4 2.99140429496765 1
+"461" 3 0.688880026340485 6 4 1
+"462" 5 0.315829992294312 1 0.94772058725357 1
+"463" 3 0.785520017147064 4 4 0
+"464" 3 0.408600002527237 1 6.0332555770874 1
+"465" 3 0.267989993095398 5 3 1
+"466" 4 0.572391331195831 7 3 0
+"467" 4 0.511519968509674 4 4.25671148300171 0
+"468" 5 0.335929989814758 2 4.62311840057373 0
+"469" 5 0.401980012655258 1 2 1
+"470" 4 0.688880026340485 1 3.3221218585968 1
+"471" 1 0.189989998936653 1 2.29585695266724 1
+"472" 1 0.84213000535965 2 1 0
+"473" 3 0.752562403678894 6 5 1
+"474" 4 0.267989993095398 2 4.57920837402344 1
+"475" 4 0.442908644676208 4 5.00327253341675 1
+"476" 4 0.394959986209869 6 6 1
+"477" 5 0.511519968509674 2 5 0
+"478" 5 0.797606587409973 7 4 1
+"479" 5 0.614226460456848 5 7 0
+"480" 1 0.343410015106201 2 4 0
+"481" 3 0.785520017147064 4 4 1
+"482" 4 0.343410015106201 4 5 1
+"483" 4 0.440597921609879 4 5.54902744293213 0
+"484" 3 0.315829992294312 2 2 0
+"485" 5 0.532429993152618 4 4 0
+"486" 3 0.320780009031296 3 3.76372909545898 1
+"487" 1 0.336679995059967 6 5 0
+"488" 4 0.394959986209869 7 3 1
+"489" 4 0.390350013971329 4 5.09914398193359 0
+"490" 1 0.793409943580627 3 4 0
+"491" 3 0.673849999904633 5 4 0
+"492" 5 0.400240004062653 4 4 0
+"493" 5 0.614226460456848 6 5 0
+"494" 5 0.532429993152618 5 6 1
+"495" 4 0.408399999141693 2 3.85244250297546 0
+"496" 3 0.343410015106201 5 5.62513637542725 0
+"497" 1 0.644749999046326 6 6 0
+"498" 3 0.8400399684906 4 4.6417498588562 1
+"499" 3 0.733082473278046 5 4 1
+"500" 3 0.348924696445465 2 7 1
+"501" 3 0.464700013399124 5 4 1
+"502" 3 0.581430017948151 5 5 0
+"503" 3 0.312420010566711 3 1.40194785594940 1
+"504" 3 0.320780009031296 1 4.31456422805786 1
+"505" 5 0.408600002527237 1 2.21036767959595 1
+"506" 4 0.267989993095398 4 5 1
+"507" 4 0.267989993095398 2 5.68089818954468 1
+"508" 3 0.785520017147064 3 2 0
+"509" 2 0.427269995212555 2 6 0
+"510" 5 0.408399999141693 1.22886002063751 3 0
+"511" 3 0.394959986209869 3 4 1
+"512" 5 0.267989993095398 6 4 0
+"513" 3 0.614226460456848 7 5 0
+"514" 5 0.518409967422485 5 7 0
+"515" 3 0.84213000535965 3 2 1
+"516" 4 0.312420010566711 1 4 1
+"517" 5 0.312420010566711 2 4 1
+"518" 3 0.394959986209869 2 4 1
+"519" 4 0.609759986400604 5 4 1
+"520" 5 0.468820005655289 0.638262271881104 4 1
+"521" 4 0.385200023651123 3 4 0
+"522" 3 1.13774001598358 2 3 0
+"523" 3 0.532429993152618 7 6 0
+"524" 3 0.614226460456848 2 4 0
+"525" 4 0.644749999046326 3 4 1
+"526" 4 0.320780009031296 2 2.56340646743774 1
+"527" 5 0.609759986400604 2 4.80853891372681 1
+"528" 4 0.343410015106201 3 5 0
+"529" 4 0.662460029125214 4 3 0
+"530" 5 0.600469946861267 3 4 1
+"531" 2 0.320780009031296 1 2 0
+"532" 2 0.312420010566711 3 4 0
+"533" 4 0.62365996837616 1 4 0
+"534" 1 0.600469946861267 3.77800250053406 4 1
+"535" 3 0.614226460456848 5 4 0
+"536" 3 0.130446329712868 5 7.88992309570312 1
+"537" 3 0.189989998936653 2 6 1
+"538" 3 0.408600002527237 1 3 1
+"539" 3 0.401980012655258 5 5.8083086013794 1
+"540" 3 0.261489987373352 5 6 1
+"541" 4 0.511519968509674 2 2.72611999511719 0
+"542" 4 0.407070010900497 3 4 1
+"543" 3 0.212683781981468 6 4.53756999969482 1
+"544" 5 0.532429993152618 6 6 1
+"545" 3 0.461620002985001 5 4.06074333190918 0
+"546" 5 0.341927379369736 4 5 1
+"547" 1 0.659272789955139 2 4.79168462753296 0
+"548" 3 0.335929989814758 5 4 0
+"549" 4 0.343410015106201 2 2 1
+"550" 4 0.614226460456848 1 2 0
+"551" 4 0.614226460456848 1 2 0
+"552" 3 0.8400399684906 7 6 0
+"553" 4 0.487359970808029 2 3 0
+"554" 4 0.532429993152618 7 4 1
+"555" 4 0.464899986982346 2 1.57754397392273 0
+"556" 4 0.408600002527237 3 4 0
+"557" 3 0.401980012655258 5 5 0
+"558" 4 0.701979994773865 3 3.74597835540771 0
+"559" 3 0.387620002031326 5 7 1
+"560" 3 0.312420010566711 2 6 1
+"561" 3 0.312420010566711 5 4 1
+"562" 5 0.600469946861267 7 2 0
+"563" 5 0.532429993152618 7 6 0
+"564" 3 0.408399999141693 1 3 0
+"565" 4 0.511519968509674 1 7 0
+"566" 3 0.662460029125214 6 4 0
+"567" 5 0.364969998598099 6 3.23764085769653 1
+"568" 3 0.343410015106201 5 4.69721221923828 0
+"569" 1 0.533685922622681 3 2 1
+"570" 3 0.511519968509674 4 1.93844342231750 0
+"571" 4 0.673849999904633 4 3.03556895256042 1
+"572" 4 0.315829992294312 7 4 0
+"573" 3 0.427269995212555 7 2 0
+"574" 4 0.343410015106201 2 5 1
+"575" 3 0.408399999141693 3 5 1
+"576" 3 0.315829992294312 3 4 1
+"577" 3 0.513073086738586 6 6 1
+"578" 3 0.401980012655258 4 5 0
+"579" 5 0.408399999141693 4 4 1
+"580" 5 0.401980012655258 1 4.06433486938477 1
+"581" 4 0.649689793586731 3 4 0
+"582" 5 0.531250715255737 6 5 1
+"583" 5 0.315829992294312 4 4 0
+"584" 5 0.394959986209869 5 6 1
+"585" 3 0.461620002985001 6 5 0
+"586" 4 0.189989998936653 2 3.75712895393372 1
+"587" 4 0.590655744075775 1 2 1
+"588" 5 0.160758391022682 1 4 1
+"589" 3 0.673849999904633 5 5 1
+"590" 4 0.511519968509674 4 3.84360218048096 0
+"591" 3 0.387620002031326 6 5 0
+"592" 3 0.592509984970093 2 4 0
+"593" 3 0.267989993095398 4 4 1
+"594" 4 0.785520017147064 6 6 0
+"595" 3 0.36285999417305 2 5.33954906463623 1
+"596" 5 0.408399999141693 5 6 0
+"597" 4 0.267989993095398 6 7 1
+"598" 1 0.254154682159424 5 4 1
+"599" 5 0.614226460456848 6 5 1
+"600" 5 0.401980012655258 3 3.26436066627502 1
+"601" 3 0.903599977493286 6 4 0
+"602" 4 0.407070010900497 3 6 1
+"603" 2 0.457309991121292 6 6.99175310134888 0
+"604" 2 0.644749999046326 5 4 0
+"605" 4 0.62365996837616 7 6 0
+"606" 4 0.267989993095398 2 7 1
+"607" 3 0.414970010519028 5 2 0
+"608" 4 0.588084578514099 6 5 0
+"609" 3 0.609759986400604 7 5.44305324554443 1
+"610" 3 0.785520017147064 1 4 1
+"611" 4 0.903599977493286 6 3 0
+"612" 1 0.609759986400604 3 6 1
+"613" 5 0.62365996837616 2 4 0
+"614" 3 0.333246022462845 2.55418539047241 4.61922693252563 1
+"615" 3 0.400240004062653 1 2 1
+"616" 4 0.614226460456848 7 6 1
+"617" 5 0.614226460456848 2 4 0
+"618" 3 0.518409967422485 1 4 0
+"619" 4 0.785520017147064 5 4 0
+"620" 5 0.614226460456848 6 3 1
+"621" 4 0.427269995212555 3 1.49547433853149 0
+"622" 3 0.354708582162857 5 4 1
+"623" 5 0.267989993095398 4 4 0
+"624" 3 0.903599977493286 4 4 0
+"625" 5 0.688880026340485 6 4 1
+"626" 5 0.312420010566711 6 4 1
+"627" 3 0.532429993152618 1 5 0
+"628" 4 0.673849999904633 6 4 1
+"629" 3 0.309140026569366 4 4.01469898223877 0
+"630" 3 0.785520017147064 6 5 1
+"631" 4 0.600469946861267 5 7 1
+"632" 5 0.46486708521843 1 4 1
+"633" 4 0.487359970808029 5 2.75372147560120 0
+"634" 4 0.993668854236603 5 3 0
+"635" 4 0.785520017147064 6 7 0
+"636" 1 0.644749999046326 3 2 0
+"637" 1 0.309140026569366 5 5 0
+"638" 4 0.673849999904633 3 2 0
+"639" 5 0.532429993152618 2 4.47655487060547 0
+"640" 5 0.315829992294312 1 4.65488290786743 1
+"641" 3 0.440597921609879 4 7 0
+"642" 3 0.343410015106201 5 6 1
+"643" 3 0.320780009031296 2 3.57063698768616 1
+"644" 5 0.364969998598099 1 6 1
+"645" 5 0.36698442697525 2 1 1
+"646" 4 0.402990043163300 5 5 1
+"647" 3 0.464700013399124 5 4.72964572906494 1
+"648" 5 0.487359970808029 7 6.96668481826782 0
+"649" 3 0.461620002985001 7 4 0
+"650" 5 0.315829992294312 1 7 0
+"651" 2 0.84213000535965 3 1 1
+"652" 3 0.157288521528244 3 4.65070533752441 1
+"653" 3 0.600469946861267 6 4 1
+"654" 3 0.487359970808029 4 5 0
+"655" 3 0.487359970808029 1 4 0
+"656" 3 0.785520017147064 6 4 0
+"657" 4 0.343410015106201 3 4 1
+"658" 5 0.404950648546219 6 6 1
+"659" 3 0.387620002031326 4 1.16699862480164 1
+"660" 5 0.614226460456848 6 5 1
+"661" 1 0.343410015106201 2 3 0
+"662" 5 0.315829992294312 2 4 0
+"663" 5 0.785520017147064 7 5 0
+"664" 3 0.532429993152618 6 4 1
+"665" 1 0.656632661819458 7 6 1
+"666" 3 0.903599977493286 2 3 0
+"667" 3 0.343410015106201 5 6 0
+"668" 3 0.261489987373352 3 3.66322112083435 1
+"669" 3 0.688880026340485 5 3 1
+"670" 4 0.400240004062653 5 5.47267866134644 1
+"671" 3 0.65021002292633 2 3 1
+"672" 3 0.559736967086792 4 4.13824653625488 1
+"673" 3 0.498348295688629 1 3 1
+"674" 3 0.785520017147064 3 2 1
+"675" 3 0.401980012655258 4 4 0
+"676" 5 0.390350013971329 2 6 0
+"677" 3 0.206314191222191 6 5.17741060256958 1
+"678" 3 0.785520017147064 6 6 0
+"679" 3 0.84213000535965 2 3 1
+"680" 1 0.320780009031296 1 4 1
+"681" 4 0.223205611109734 2 3 0
+"682" 3 0.785520017147064 3 3 0
+"683" 3 0.461620002985001 1 3.17599654197693 1
+"684" 3 0.511519968509674 7 7 0
+"685" 3 0.36285999417305 3 5 1
+"686" 3 0.793409943580627 2 2 1
+"687" 3 0.477019995450974 1 4 0
+"688" 3 0.614226460456848 5 5 0
+"689" 3 0.381099998950958 1.93788743019104 2.87524938583374 1
+"690" 4 0.367390006780624 2 4 0
+"691" 2 0.644749999046326 2 4 0
+"692" 3 0.600469946861267 5 6 0
+"693" 3 0.408399999141693 4 4 1
+"694" 3 0.600469946861267 2 4 1
+"695" 5 0.614226460456848 4 4 0
+"696" 5 0.614226460456848 6 4.49663257598877 0
+"697" 4 0.608920395374298 5 4 1
+"698" 5 0.483453452587128 6 4 1
+"699" 4 0.682308375835419 1 3.33326101303101 1
+"700" 3 0.267989993095398 2 4.28500509262085 1
+"701" 2 0.394959986209869 2 3 1
+"702" 2 0.407070010900497 5 3.57916784286499 1
+"703" 3 0.394959986209869 5 3 1
+"704" 3 0.394959986209869 3 3 1
+"705" 4 0.785520017147064 6 6 0
+"706" 5 0.487359970808029 7 3 0
+"707" 5 0.41046279668808 3 4 1
+"708" 5 0.401980012655258 1 1 0
+"709" 3 0.343410015106201 5 3 1
+"710" 4 0.8400399684906 3 4 0
+"711" 4 0.785520017147064 2 4 0
+"712" 5 0.592509984970093 4 6 0
+"713" 4 0.63874626159668 6 4 1
+"714" 5 0.785520017147064 6 4 0
+"715" 5 0.394959986209869 2 4 1
+"716" 3 0.84213000535965 3 3 0
+"717" 3 0.394959986209869 3.78384351730347 7.49240255355835 1
+"718" 4 0.545268297195435 7 5 1
+"719" 5 0.301098138093948 6 7.19682598114014 1
+"720" 3 0.312420010566711 2 5 1
+"721" 3 0.214627996087074 3 3.54770088195801 1
+"722" 4 0.446730017662048 2 4 0
+"723" 3 0.581430017948151 2 3 0
+"724" 3 0.609759986400604 1 2 1
+"725" 4 0.394959986209869 2 3.13520097732544 1
+"726" 3 0.688880026340485 4 4 1
+"727" 5 0.511519968509674 1 6 0
+"728" 3 0.688880026340485 1 2 0
+"729" 4 0.644749999046326 4 3 0
+"730" 5 0.592509984970093 4 4 0
+"731" 5 0.320780009031296 2 5.11642551422119 1
+"732" 2 0.785520017147064 6 6 0
+"733" 4 0.600469946861267 5 3 1
+"734" 3 0.511519968509674 6 6 0
+"735" 3 0.903599977493286 6 5 0
+"736" 3 0.785520017147064 1 2 1
+"737" 3 0.532429993152618 3 1 0
+"738" 3 0.65021002292633 4 4 1
+"739" 5 0.614226460456848 2 3 1
+"740" 4 0.511519968509674 1 7 0
+"741" 1 0.415187507867813 5 2.54124879837036 1
+"742" 4 0.440597921609879 3 3.76744270324707 0
+"743" 3 0.267989993095398 6 4 1
+"744" 3 0.785520017147064 2 4 1
+"745" 5 0.315611481666565 2 4 1
+"746" 3 1.13774001598358 3 4 0
+"747" 3 0.320780009031296 6 5.4665470123291 1
+"748" 5 0.532429993152618 1 4 1
+"749" 5 0.600469946861267 5 6 1
+"750" 1 0.785520017147064 5 5 0
+"751" 3 0.785520017147064 5 5 1
+"752" 2 0.695062279701233 3 2.90670943260193 1
+"753" 2 0.688880026340485 6 5 0
+"754" 2 0.400240004062653 2 4 1
+"755" 4 0.688880026340485 5 5 1
+"756" 5 0.673849999904633 6 5 1
+"757" 3 0.407070010900497 7 5 1
+"758" 3 0.785520017147064 5 6 1
+"759" 4 1.10091006755829 6 5 0
+"760" 4 0.401980012655258 7 2 0
+"761" 5 0.600469946861267 6 5 0
+"762" 3 0.614226460456848 2 5 0
+"763" 3 0.343410015106201 1 3 1
+"764" 3 0.175919651985168 1 2 1
+"765" 5 0.785520017147064 7 5 1
+"766" 5 0.609759986400604 5 4 1
+"767" 2 0.65021002292633 3 2 0
+"768" 2 1.13774001598358 1 2 0
+"769" 3 0.407070010900497 4 2.58164930343628 1
+"770" 4 0.3887699842453 2 4 0
+"771" 4 0.65021002292633 5 6 0
+"772" 4 0.903599977493286 4 4 0
+"773" 2 0.406390011310577 2 2.53430891036987 1
+"774" 3 0.626549899578094 1 2 1
+"775" 2 0.609759986400604 2 2 1
+"776" 5 0.592509984970093 7 6.51311731338501 0
+"777" 3 0.688880026340485 3 5 1
+"778" 5 0.701979994773865 5 5 0
+"779" 2 1.10091006755829 1 1 1
+"780" 5 0.408600002527237 2 4.074782371521 1
+"781" 5 0.414970010519028 5 6 0
+"782" 4 0.364969998598099 6 4 1
+"783" 4 0.673849999904633 4 4 1
+"784" 4 0.267989993095398 1 5 1
+"785" 5 0.477019995450974 6 2 0
+"786" 2 0.309140026569366 5 5 0
+"787" 3 0.394959986209869 2 2 1
+"788" 4 0.592509984970093 1 6.05966663360596 0
+"789" 3 0.785520017147064 2 4.68392419815063 0
+"790" 4 0.785520017147064 6 3 1
+"791" 5 0.24236923456192 1 4.11814165115356 1
+"792" 3 0.644749999046326 1 4 1
+"793" 3 0.785520017147064 4 4 0
+"794" 2 0.320780009031296 7 6 1
+"795" 2 0.802909851074219 2 4 1
+"796" 5 0.407070010900497 1 5 1
+"797" 2 0.600469946861267 1 4 1
+"798" 4 0.600469946861267 6 4 1
+"799" 3 0.407070010900497 4 4 1
+"800" 2 0.688880026340485 5 5 1
+"801" 4 0.320780009031296 1 6 1
+"802" 2 0.603560388088226 6 5 1
+"803" 5 0.785520017147064 1 4 0
+"804" 5 0.62365996837616 5 4 0
+"805" 3 0.320780009031296 5 6.05557727813721 1
+"806" 5 0.340220004320145 7 4 1
+"807" 2 0.785520017147064 1 2 0
+"808" 1 0.532429993152618 7 4 0
+"809" 3 0.614226460456848 2 2 1
+"810" 2 0.261489987373352 3 3.39494657516479 1
+"811" 5 0.532429993152618 1 2 0
+"812" 3 0.400240004062653 5 4 1
+"813" 5 0.785520017147064 7 5 0
+"814" 2 0.320780009031296 1 2 0
+"815" 3 0.375668793916702 4 4 1
+"816" 4 0.267989993095398 1 3 1
+"817" 3 0.386619985103607 5 4 0
+"818" 3 0.427269995212555 6 5 1
+"819" 3 0.297796010971069 6 3.48647427558899 1
+"820" 4 0.394959986209869 5 4 1
+"821" 3 0.644749999046326 7 6 1
+"822" 4 0.408399999141693 2 4 0
+"823" 4 0.461620002985001 5 4 0
+"824" 3 0.785520017147064 7 6.0395941734314 0
+"825" 1 0.0897050946950912 1 5 1
+"826" 3 0.477739840745926 3 4 1
+"827" 5 0.532429993152618 1 4.36529541015625 0
+"828" 4 0.785520017147064 4 5 0
+"829" 4 0.609759986400604 7 5 0
+"830" 3 0.785520017147064 7 5 0
+"831" 5 0.346830785274506 6 4 1
+"832" 5 0.84213000535965 2 1 1
+"833" 1 0.581430017948151 2 4.99216508865356 1
+"834" 5 0.408600002527237 2 1 1
+"835" 3 0.394959986209869 3 4.74450349807739 1
+"836" 4 0.520655155181885 7 6 1
+"837" 4 0.312420010566711 3 4.64865016937256 1
+"838" 3 0.461620002985001 2 5.55554437637329 0
+"839" 4 0.673849999904633 4 2 1
+"840" 5 0.309140026569366 7 5 0
+"841" 5 0.390350013971329 1 6 0
+"842" 3 0.785520017147064 7 4 0
+"843" 3 0.427269995212555 7 5 1
+"844" 3 0.673849999904633 6 5 1
+"845" 5 0.564681053161621 4 2 0
+"846" 5 0.785520017147064 5 5 0
+"847" 2 0.785520017147064 1 3 0
+"848" 3 0.600469946861267 1 2 1
+"849" 3 0.343410015106201 6 4 1
+"850" 3 0.267989993095398 3 4 1
+"851" 4 0.520840048789978 3 5 0
+"852" 5 0.511519968509674 4 4 0
+"853" 4 0.401980012655258 4 6 0
+"854" 3 0.592509984970093 7 6 0
+"855" 5 0.62978994846344 4 5.93296813964844 0
+"856" 3 0.261489987373352 3 4.47963666915894 1
+"857" 3 0.496823281049728 3 2.23621320724487 1
+"858" 3 0.688880026340485 3 2.93549728393555 1
+"859" 3 0.580350756645203 2 5 1
+"860" 4 0.609759986400604 7 6 1
+"861" 4 0.62365996837616 4 6 0
+"862" 3 0.373708009719849 2 2.96476769447327 1
+"863" 3 0.401980012655258 1 3 0
+"864" 3 0.673849999904633 4 5 0
+"865" 4 0.343410015106201 7 4 1
+"866" 5 0.529449999332428 1 2 1
+"867" 5 0.400240004062653 1 4 1
+"868" 3 0.212960213422775 2 5 0
+"869" 4 0.785520017147064 2 3 1
+"870" 3 0.614226460456848 6 4 0
+"871" 4 0.320780009031296 3 1 1
+"872" 3 0.78740781545639 2 3.79576635360718 1
+"873" 4 0.532429993152618 3 4 0
+"874" 3 0.446730017662048 7 4 0
+"875" 5 0.65021002292633 1 4 0
+"876" 3 0.688880026340485 7 5 0
+"877" 5 0.464700013399124 3 4.52622079849243 1
+"878" 3 0.688880026340485 6 6 1
+"879" 3 0.446730017662048 5 5 0
+"880" 4 0.320780009031296 3 2.65359020233154 1
+"881" 3 0.785520017147064 1 4 0
+"882" 3 1.13774001598358 3 3 0
+"883" 5 0.408600002527237 1 5.95501613616943 1
+"884" 3 0.644749999046326 5 5 0
+"885" 3 0.312420010566711 3 2.74154996871948 1
+"886" 4 0.918739974498749 5 4 0
+"887" 4 0.414970010519028 1 4 0
+"888" 3 0.511519968509674 4 4 0
+"889" 4 0.600469946861267 6 2.05279731750488 0
+"890" 3 0.504675507545471 4 4 1
+"891" 1 0.394959986209869 2 4 1
+"892" 3 0.903599977493286 7 4 0
+"893" 2 0.673849999904633 7 7 0
+"894" 2 0.600469946861267 3 2 1
+"895" 4 0.267989993095398 4 4.62028455734253 1
+"896" 3 1.10091006755829 3 2 0
+"897" 3 0.62365996837616 1 4 0
+"898" 3 0.785520017147064 6 5 0
+"899" 4 0.3797847032547 4 3 1
+"900" 5 0.592509984970093 7 7 0
+"901" 4 0.477019995450974 4 2.73918795585632 0
+"902" 4 0.401980012655258 4 4.1382040977478 1
+"903" 3 0.600469946861267 1 2 1
+"904" 3 0.62365996837616 7 6 0
+"905" 3 0.267989993095398 2 2.16367650032043 1
+"906" 4 0.662460029125214 5 6 0
+"907" 5 0.461620002985001 3 4.62734937667847 0
+"908" 3 0.62365996837616 6 4 0
+"909" 3 0.393139541149139 4 3 1
+"910" 2 0.477019995450974 6 3 0
+"911" 3 0.487359970808029 2 3.94982790946960 0
+"912" 5 0.600469946861267 2 2 1
+"913" 5 0.390350013971329 3 3.57313251495361 0
+"914" 3 0.673849999904633 1 2 0
+"915" 4 0.681818902492523 6 4 1
+"916" 4 0.378725975751877 2 2.93502831459045 1
+"917" 4 0.464700013399124 1 4 1
+"918" 4 0.662460029125214 4 5 0
+"919" 4 0.614226460456848 6 5 1
+"920" 5 0.464899986982346 1 4 0
+"921" 3 0.401980012655258 2 3 0
+"922" 2 0.903599977493286 2 4 0
+"923" 3 0.609759986400604 6 5 1
+"924" 3 0.673849999904633 6 3 1
+"925" 4 0.785520017147064 2 2 0
+"926" 5 0.401980012655258 3 3.51049613952637 0
+"927" 4 0.312420010566711 3 2 1
+"928" 4 0.785520017147064 2 5.09035921096802 1
+"929" 3 0.320780009031296 1 7 1
+"930" 1 0.267989993095398 1 2 0
+"931" 3 0.688880026340485 2 5 1
+"932" 3 0.394959986209869 2 3 1
+"933" 4 0.592509984970093 6 5 0
+"934" 4 0.394959986209869 4 6.69631004333496 1
+"935" 3 0.673849999904633 5 5 0
+"936" 3 0.614226460456848 4 2.91189670562744 1
+"937" 4 0.65021002292633 4 3 0
+"938" 3 0.464700013399124 7 5 1
+"939" 3 0.394959986209869 3 3 1
+"940" 3 0.487359970808029 3 5 0
+"941" 4 0.427269995212555 4.87485218048096 5.74022531509399 1
+"942" 5 0.65021002292633 3 2 0
+"943" 3 0.400240004062653 2 4 0
+"944" 4 0.532429993152618 2 3.52302169799805 0
+"945" 2 0.267989993095398 4 2 1
+"946" 3 0.265219986438751 5 4 0
+"947" 3 0.673849999904633 2 5 0
+"948" 4 0.427269995212555 5 5 0
+"949" 3 0.464899986982346 1 5 1
+"950" 3 0.315829992294312 1 5 1
+"951" 5 0.511519968509674 5 4.59092378616333 0
+"952" 3 0.340220004320145 6 3.38925242424011 0
+"953" 4 0.668767929077148 4 4.83545875549316 1
+"954" 3 0.543319761753082 4 2 1
+"955" 4 0.3887699842453 5 2 0
+"956" 3 0.461620002985001 1 5 0
+"957" 3 0.793409943580627 3 3 0
+"958" 2 0.407070010900497 3 4 1
+"959" 4 0.785520017147064 3 1 1
+"960" 3 0.673849999904633 2 4 1
+"961" 3 0.320780009031296 6 5 1
+"962" 4 0.84213000535965 4 5 0
+"963" 3 0.343410015106201 2 4 1
+"964" 4 0.464899986982346 4.69530391693115 5.46695375442505 1
+"965" 2 0.343410015106201 2 4 1
+"966" 5 0.688880026340485 3 4 1
+"967" 3 0.394959986209869 4 4.07651901245117 1
+"968" 5 0.614226460456848 3 5.41450929641724 0
+"969" 2 0.408399999141693 1 2 1
+"970" 3 0.614226460456848 3 4 1
+"971" 5 0.461620002985001 5 4 0
+"972" 3 0.879355132579803 5 6 0
+"973" 3 0.614226460456848 3 4 0
+"974" 3 0.394959986209869 4 4 1
+"975" 4 0.320780009031296 1 5 1
+"976" 2 0.600469946861267 3 1 0
+"977" 3 0.267989993095398 7 3.2429256439209 0
+"978" 4 0.382541090250015 1 5.23763704299927 1
+"979" 1 0.489867746829987 3 3 1
+"980" 5 0.600469946861267 4 4 1
+"981" 3 0.343410015106201 3 2.48260235786438 1
+"982" 4 0.710409164428711 4 3.85180807113647 1
+"983" 3 0.414970010519028 5 5 0
+"984" 4 0.394959986209869 4 5.69021701812744 1
+"985" 3 0.901865065097809 3 5 1
+"986" 3 0.320780009031296 1 3.25876402854919 1
+"987" 3 0.903599977493286 5 5 0
+"988" 5 0.335929989814758 6 2 0
+"989" 5 0.461620002985001 2 4 0
+"990" 4 0.355704784393311 7 6 1
+"991" 4 0.477019995450974 1 2 0
+"992" 5 0.343410015106201 1 5 1
+"993" 5 0.359606266021729 2 4 1
+"994" 3 0.777340054512024 1 2 1
+"995" 3 0.8400399684906 4 4 0
+"996" 4 0.701979994773865 4 3 1
+"997" 4 0.394959986209869 3 4 1
+"998" 5 0.785520017147064 2 2 0
+"999" 3 0.8400399684906 5 4 0
+"1000" 4 0.387620002031326 2 3 1
+"1001" 4 0.600469946861267 3 4 0
+"1002" 3 0.320780009031296 3 1 0
+"1003" 1 0.457309991121292 2 2.52039790153503 0
+"1004" 4 0.412883549928665 7 5.659019947052 1
+"1005" 4 0.320780009031296 5 4.82501459121704 1
+"1006" 3 0.785520017147064 2 3.43907308578491 1
+"1007" 3 0.343410015106201 1 0.0788054540753365 1
+"1008" 3 0.401980012655258 3 2 0
+"1009" 4 0.343410015106201 6 5.69480133056641 1
+"1010" 3 0.785520017147064 2 3 0
+"1011" 2 0.315829992294312 1 4 1
+"1012" 4 0.394959986209869 4 6.18054389953613 1
+"1013" 2 0.600469946861267 1 4.25945281982422 1
+"1014" 5 0.688880026340485 4 7 1
+"1015" 2 0.518409967422485 2 2 1
+"1016" 3 0.701979994773865 7 7 0
+"1017" 5 0.309140026569366 5 3.1510865688324 0
+"1018" 1 0.600469946861267 2 6 0
+"1019" 5 0.600469946861267 3 4 1
+"1020" 3 0.189989998936653 1 2 1
+"1021" 4 0.315829992294312 1 2 1
+"1022" 2 0.487359970808029 6 4 0
+"1023" 4 0.343410015106201 1 2 1
+"1024" 3 0.461620002985001 6 4 0
+"1025" 3 0.673849999904633 1 3 1
+"1026" 3 0.402689874172211 2 4 1
+"1027" 3 0.673849999904633 2 4 0
+"1028" 3 0.609759986400604 7 5 1
+"1029" 3 0.582447469234467 3 3 1
+"1030" 4 0.614226460456848 2 5 1
+"1031" 2 0.387620002031326 4 4 0
+"1032" 1 0.320780009031296 3 3 0
+"1033" 4 0.671160757541656 2 4 1
+"1034" 3 0.545379996299744 1 4 0
+"1035" 5 0.401980012655258 4 5 1
+"1036" 5 0.744003474712372 7 6 0
+"1037" 3 0.183486029505730 2 4.08863592147827 1
+"1038" 5 0.189989998936653 1.62048673629761 3.70851039886475 1
+"1039" 4 0.464700013399124 4 3 1
+"1040" 4 0.609759986400604 5 6 1
+"1041" 5 0.394959986209869 7 7 1
+"1042" 4 0.340220004320145 1 3 0
+"1043" 3 0.614226460456848 5 4 0
+"1044" 4 0.785520017147064 3 4 0
+"1045" 5 0.408600002527237 1 3.51436924934387 1
+"1046" 5 0.320780009031296 7 6 1
+"1047" 5 0.461620002985001 1 5.33416318893433 0
+"1048" 3 0.609759986400604 7 4 1
+"1049" 3 0.32278710603714 3 6 1
+"1050" 4 0.65021002292633 6 4 1
+"1051" 4 0.565114557743073 7 7 0
+"1052" 5 0.414970010519028 4 5 0
+"1053" 3 0.414970010519028 6 5.28790378570557 0
+"1054" 4 0.614226460456848 5 1.87883412837982 1
+"1055" 3 0.407070010900497 3 6.62016153335571 1
+"1056" 4 0.435274213552475 7 4 1
+"1057" 5 0.785520017147064 5 5 1
+"1058" 5 0.785520017147064 7 7 0
+"1059" 5 0.532429993152618 2 4 0
+"1060" 3 0.673849999904633 1 4 0
+"1061" 4 0.65021002292633 2 6 1
+"1062" 5 0.511519968509674 4 6 0
+"1063" 5 0.414970010519028 1 4 0
+"1064" 4 0.407070010900497 7 6 0
+"1065" 3 0.408399999141693 2 7 1
+"1066" 3 0.600469946861267 2 2 1
+"1067" 4 0.532429993152618 1 6 1
+"1068" 4 0.785520017147064 6 6 0
+"1069" 1 0.309140026569366 1 4 0
+"1070" 1 0.673849999904633 4 4 1
+"1071" 5 0.464700013399124 7 7 1
+"1072" 4 0.400240004062653 6 5 1
+"1073" 4 0.785520017147064 2 2.10834670066833 0
+"1074" 4 0.785520017147064 6 4 0
+"1075" 3 0.688880026340485 6 5 1
+"1076" 3 0.785520017147064 7 6 0
+"1077" 4 0.731615722179413 1 5 1
+"1078" 5 0.592509984970093 5 6 0
+"1079" 5 0.407070010900497 1 5 0
+"1080" 3 0.54667741060257 2 6 1
+"1081" 3 0.464700013399124 6 3 1
+"1082" 5 0.673849999904633 7 4 1
+"1083" 3 0.320780009031296 7 6 0
+"1084" 4 0.406390011310577 5 5 1
+"1085" 5 0.518409967422485 6 4 1
+"1086" 5 0.427269995212555 4 3.79702353477478 0
+"1087" 4 0.8400399684906 2 5 1
+"1088" 5 0.673849999904633 3 4 0
+"1089" 4 0.265219986438751 3 2 0
+"1090" 4 0.785520017147064 2 3 0
+"1091" 5 0.785520017147064 5 4.53093767166138 1
+"1092" 3 0.701979994773865 6 4 1
+"1093" 4 0.614226460456848 3 4 1
+"1094" 5 0.511519968509674 5 3 0
+"1095" 3 0.511519968509674 7 6 0
+"1096" 3 0.390350013971329 6 5.28858184814453 0
+"1097" 5 0.785520017147064 1 2 1
+"1098" 3 0.785520017147064 6 5 0
+"1099" 3 0.600469946861267 2 2 1
+"1100" 4 0.701979994773865 3 1 1
+"1101" 4 0.688880026340485 3 4 1
+"1102" 3 0.400240004062653 4 4 1
+"1103" 3 1.07172501087189 2 2 0
+"1104" 5 0.511519968509674 4 4 0
+"1105" 3 0.614226460456848 4 5 0
+"1106" 4 0.614226460456848 6 5 0
+"1107" 4 0.574688971042633 3 5 0
+"1108" 3 0.62242180109024 1 3.90921378135681 1
+"1109" 3 0.501522481441498 5 7 1
+"1110" 4 0.785520017147064 2 4 1
+"1111" 1 0.785520017147064 5 4 0
+"1112" 3 0.261489987373352 1 1.23589587211609 1
+"1113" 1 0.261489987373352 1 4.04824304580688 1
+"1114" 4 0.477019995450974 4 4 0
+"1115" 3 0.320780009031296 5 4 1
+"1116" 2 0.511519968509674 2 5 0
+"1117" 3 0.614226460456848 6 6 0
+"1118" 3 0.614226460456848 6 6 1
+"1119" 3 0.614226460456848 5 3 0
+"1120" 3 0.600469946861267 7 7 1
+"1121" 4 0.315829992294312 3 2 0
+"1122" 5 0.903599977493286 6 5 0
+"1123" 2 0.400240004062653 6 4 1
+"1124" 5 0.343410015106201 1 3 1
+"1125" 4 0.662460029125214 7 5 0
+"1126" 3 0.777340054512024 3 2 1
+"1127" 4 0.407070010900497 3 5 1
+"1128" 3 0.343410015106201 1 4 0
+"1129" 5 0.390350013971329 7 3.21358036994934 0
+"1130" 3 0.474329054355621 2 4 1
+"1131" 3 0.335929989814758 5 5 0
+"1132" 1 0.407070010900497 3 5 1
+"1133" 5 0.614226460456848 6 4 0
+"1134" 3 0.331946015357971 6 5.89809513092041 1
+"1135" 5 0.400240004062653 5 6.79005861282349 1
+"1136" 4 0.443920999765396 1 4 1
+"1137" 3 0.600469946861267 4 5.09246444702148 1
+"1138" 5 0.600469946861267 1 5 1
+"1139" 5 0.62365996837616 3 4 0
+"1140" 3 0.477019995450974 5 3 0
+"1141" 4 0.785520017147064 4 4 0
+"1142" 3 0.673849999904633 2 3 0
+"1143" 4 0.315829992294312 4 5 0
+"1144" 2 0.189989998936653 1 3 1
+"1145" 5 0.532429993152618 6 3 0
+"1146" 4 0.400240004062653 7 7 1
+"1147" 5 0.400240004062653 6 3 1
+"1148" 5 0.477019995450974 1 4.96434831619263 0
+"1149" 3 0.267424374818802 7 4.82823467254639 1
+"1150" 3 0.386619985103607 3 4.3472056388855 0
+"1151" 3 0.487359970808029 2 6 0
+"1152" 3 0.401980012655258 2 4 0
+"1153" 3 0.785520017147064 1 3 0
+"1154" 4 0.487359970808029 2 2 0
+"1155" 4 0.60786509513855 3 3.86263394355774 1
+"1156" 3 0.600469946861267 2 3.59834980964661 1
+"1157" 4 0.407070010900497 6 5 1
+"1158" 3 0.414970010519028 7 4 0
+"1159" 4 0.335929989814758 3 5 0
+"1160" 4 0.343410015106201 1 2 1
+"1161" 3 0.62365996837616 1 2 0
+"1162" 3 0.367390006780624 4 8.86469554901123 0
+"1163" 1 0.267989993095398 1 3.62124466896057 1
+"1164" 5 0.461620002985001 1 1 0
+"1165" 4 0.592509984970093 4 6.51226854324341 0
+"1166" 3 0.265219986438751 2 3.71902894973755 0
+"1167" 3 0.532539963722229 1 4 0
+"1168" 3 0.410096257925034 3 4 1
+"1169" 4 0.285113364458084 4 3 1
+"1170" 3 0.785520017147064 6 4.76146030426025 1
+"1171" 3 0.340220004320145 2 3.4091477394104 1
+"1172" 3 0.673849999904633 1 4 1
+"1173" 5 0.267989993095398 1 3 0
+"1174" 3 0.446730017662048 1 2 1
+"1175" 3 0.427269995212555 1 3 0
+"1176" 5 0.265219986438751 1 4 1
+"1177" 4 0.785520017147064 3 4 1
+"1178" 4 0.532429993152618 6 4 0
+"1179" 5 0.614226460456848 5 7 0
+"1180" 5 0.785520017147064 6 5 1
+"1181" 4 0.464700013399124 6 5 1
+"1182" 3 0.688880026340485 3 4 0
+"1183" 5 0.518409967422485 3 4 1
+"1184" 4 0.427269995212555 2 5 0
+"1185" 4 0.560783922672272 6 4.5207896232605 1
+"1186" 5 0.400240004062653 1 3 1
+"1187" 4 0.427269995212555 1 5 0
+"1188" 3 0.65021002292633 1 3 1
+"1189" 2 0.581430017948151 2 5 0
+"1190" 3 0.414970010519028 6 3.64020419120789 0
+"1191" 5 0.414970010519028 7 6 0
+"1192" 2 0.267989993095398 3 6 1
+"1193" 4 0.364969998598099 2 3 1
+"1194" 5 0.394959986209869 3 4 1
+"1195" 3 0.407070010900497 3 4.09486246109009 1
+"1196" 3 0.614226460456848 3 3.84887027740479 0
+"1197" 4 0.580667912960052 2 4.54380035400391 1
+"1198" 4 0.440597921609879 4 5.02477216720581 0
+"1199" 4 0.62365996837616 1 4 0
+"1200" 3 0.394959986209869 2 4 1
+"1201" 4 0.511519968509674 2 3.96786880493164 0
+"1202" 4 0.343410015106201 4 4 1
+"1203" 2 0.267989993095398 1 1 0
+"1204" 3 0.62365996837616 6 4 0
+"1205" 3 0.645909368991852 2 4.89252614974976 1
+"1206" 3 0.394959986209869 1 2 1
+"1207" 5 0.578223347663879 3 4 1
+"1208" 3 0.345075607299805 6 6 1
+"1209" 3 0.785520017147064 2 6 0
+"1210" 2 0.532539963722229 5 6 0
+"1211" 3 0.903599977493286 7 6 0
+"1212" 2 0.487359970808029 1 2.73877763748169 0
+"1213" 5 0.312420010566711 3 5 1
+"1214" 3 0.529449999332428 1 2 1
+"1215" 3 0.315829992294312 3 5.97378396987915 1
+"1216" 3 0.592509984970093 6 3 0
+"1217" 3 0.353138655424118 4.15268898010254 4.22065114974976 1
+"1218" 5 0.581430017948151 5 5 0
+"1219" 2 0.320780009031296 4 4 1
+"1220" 3 0.400240004062653 7 4 1
+"1221" 5 0.521529197692871 1 3 1
+"1222" 5 0.785520017147064 2 3 0
+"1223" 3 0.785520017147064 4 5.92184782028198 0
+"1224" 4 0.320780009031296 1 2.79313278198242 1
+"1225" 5 0.343410015106201 7 5 1
+"1226" 3 0.479217767715454 6 5 1
+"1227" 1 0.216246232390404 7 4.35536003112793 1
+"1228" 3 0.66612035036087 4 7 1
+"1229" 4 0.572698831558228 7 5 1
+"1230" 4 0.315829992294312 1 5 0
+"1231" 1 0.343410015106201 2 2 1
+"1232" 4 0.446730017662048 6 4 1
+"1233" 4 0.320780009031296 2 7.6691312789917 1
+"1234" 5 0.658788979053497 3 5 1
+"1235" 2 0.408600002527237 7 7 1
+"1236" 3 0.529449999332428 1 6 0
+"1237" 4 0.394959986209869 1 2 1
+"1238" 3 0.461620002985001 4 1.95574879646301 0
+"1239" 3 0.265219986438751 1 5.48712253570557 1
+"1240" 4 0.614226460456848 3 5 1
+"1241" 3 0.393111169338226 4 2.52885246276855 1
+"1242" 4 0.65021002292633 7 5 0
+"1243" 4 0.400420755147934 2 3.61246657371521 1
+"1244" 3 0.401980012655258 2.38225889205933 2.83304810523987 1
+"1245" 4 0.393007576465607 7 6 1
+"1246" 5 0.592509984970093 5 5 0
+"1247" 4 0.62365996837616 4 5.34347581863403 0
+"1248" 4 0.381099998950958 7 6 0
+"1249" 4 0.511519968509674 6 4 0
+"1250" 4 0.261489987373352 5 5 0
+"1251" 1 0.335728645324707 7 4 1
+"1252" 5 0.532429993152618 7 6 0
+"1253" 3 0.518409967422485 2 3 1
+"1254" 5 0.524665296077728 1 4 1
+"1255" 4 0.3887699842453 2 3 0
+"1256" 3 0.614226460456848 5 5 1
+"1257" 3 0.343410015106201 3 4 1
+"1258" 3 0.36285999417305 1 4.21986103057861 0
+"1259" 3 0.267989993095398 4 3.8135724067688 1
+"1260" 4 0.701979994773865 2 5 0
+"1261" 5 0.785520017147064 2 2 0
+"1262" 5 0.903599977493286 5 5 0
+"1263" 5 0.401980012655258 2 4 1
+"1264" 4 0.701979994773865 7 6 0
+"1265" 5 0.189989998936653 1 2 1
+"1266" 3 0.586184203624725 6 7.70093393325806 0
+"1267" 2 0.407070010900497 1 4 1
+"1268" 4 0.688880026340485 6 3 1
+"1269" 4 0.320780009031296 2 6.58740329742432 1
+"1270" 4 0.600469946861267 3 2 0
+"1271" 4 0.633650779724121 4 4 0
+"1272" 3 0.372709184885025 2 5 1
+"1273" 4 0.267989993095398 5 6 1
+"1274" 4 0.793409943580627 7 5 1
+"1275" 2 0.518409967422485 3 3 1
+"1276" 4 0.189989998936653 1 3 1
+"1277" 5 0.335929989814758 1 3 1
+"1278" 3 0.408399999141693 4 4 0
+"1279" 2 0.785520017147064 5 5 0
+"1280" 3 0.401980012655258 6 6 0
+"1281" 3 0.440597921609879 6 4 0
+"1282" 3 0.785520017147064 4 4 0
+"1283" 3 0.688880026340485 7 4 1
+"1284" 5 0.335929989814758 7 5 0
+"1285" 5 0.267989993095398 4 4 1
+"1286" 5 0.477019995450974 5 5 0
+"1287" 3 0.701979994773865 7 6 0
+"1288" 3 0.264265209436417 2 4 1
+"1289" 3 0.701979994773865 4 7.40830373764038 0
+"1290" 4 0.493274748325348 1 5 1
+"1291" 4 0.903599977493286 5 6 0
+"1292" 4 0.673849999904633 2 5.27928256988525 1
+"1293" 4 0.511519968509674 6 4 0
+"1294" 4 0.367586880922318 4 4.89709758758545 1
+"1295" 5 0.265219986438751 6 4 0
+"1296" 3 0.461620002985001 2 1 0
+"1297" 5 0.785520017147064 7 4 0
+"1298" 4 0.414970010519028 7 6 1
+"1299" 3 0.903599977493286 7 5 0
+"1300" 5 0.785520017147064 7 5.13618087768555 0
+"1301" 3 0.688880026340485 6 5 0
+"1302" 4 0.322179138660431 2 6 1
+"1303" 4 0.339300841093063 2 1.42143642902374 1
+"1304" 3 0.600469946861267 1 5 0
+"1305" 3 0.461620002985001 1 2 0
+"1306" 3 0.414970010519028 2 6.53477668762207 1
+"1307" 3 0.777340054512024 2 3 1
+"1308" 3 0.312420010566711 1 6 1
+"1309" 5 0.261489987373352 1 6 1
+"1310" 3 0.267989993095398 2 3.19024515151978 1
+"1311" 4 0.408399999141693 6 4 0
+"1312" 4 0.343410015106201 6 4 1
+"1313" 4 0.315829992294312 1 5 1
+"1314" 4 0.364969998598099 5 3 1
+"1315" 5 0.457309991121292 6 5.55998373031616 0
+"1316" 3 0.785520017147064 1 1.48726725578308 0
+"1317" 3 0.489388793706894 7 3.92086243629456 1
+"1318" 4 0.785520017147064 5 5 0
+"1319" 3 0.204868108034134 3 4 1
+"1320" 5 0.414970010519028 5 5.47112703323364 1
+"1321" 5 0.401980012655258 5 5.74927377700806 0
+"1322" 4 0.414970010519028 6 5.3349027633667 0
+"1323" 3 0.189989998936653 3 1.63896262645721 1
+"1324" 4 0.312420010566711 1 4 1
+"1325" 3 0.62365996837616 2 4 0
+"1326" 3 0.658413350582123 6 3 1
+"1327" 5 0.367390006780624 2 4 0
+"1328" 4 0.367390006780624 2 4 1
+"1329" 5 0.315829992294312 2 6.54920530319214 1
+"1330" 4 0.401980012655258 2 3.64045333862305 0
+"1331" 4 0.19664666056633 6 5.53041887283325 1
+"1332" 5 0.320780009031296 2 3.94389963150024 1
+"1333" 2 0.518409967422485 2 3 1
+"1334" 4 0.487359970808029 6 5 0
+"1335" 4 0.267989993095398 2 3 0
+"1336" 4 0.8400399684906 7 6 0
+"1337" 5 0.785520017147064 4 1.62735450267792 1
+"1338" 4 0.267989993095398 1 5 1
+"1339" 3 0.511519968509674 6 5 0
+"1340" 3 0.457309991121292 5 3.6845178604126 0
+"1341" 3 0.394959986209869 3 3 1
+"1342" 3 0.645232141017914 2 2 1
+"1343" 5 0.261489987373352 5 2.00051927566528 1
+"1344" 5 0.440597921609879 4 5.91002035140991 0
+"1345" 5 0.0515967980027199 7 4 1
+"1346" 3 0.407070010900497 3 4 1
+"1347" 5 0.394959986209869 4 4 1
+"1348" 3 0.400240004062653 7 5 1
+"1349" 5 0.511519968509674 2 4 0
+"1350" 5 0.394959986209869 3 4 1
+"1351" 4 0.367390006780624 1 4 1
+"1352" 4 0.464899986982346 3 2 1
+"1353" 3 0.394959986209869 4 4 1
+"1354" 3 0.532429993152618 3 1 0
+"1355" 3 0.343410015106201 4 5 0
+"1356" 4 0.662460029125214 1 4 0
+"1357" 5 0.464700013399124 3 5 1
+"1358" 4 0.456664323806763 1 5.88180541992188 1
+"1359" 5 0.407070010900497 7 6 0
+"1360" 4 0.592509984970093 5 5.77489137649536 0
+"1361" 4 0.785520017147064 6 3 0
+"1362" 4 0.903599977493286 7 6 0
+"1363" 3 0.343410015106201 3 5 0
+"1364" 5 0.36285999417305 3 4 0
+"1365" 5 0.320780009031296 2 4 1
+"1366" 5 0.387620002031326 6 5.49409532546997 1
+"1367" 3 0.265219986438751 5.59320402145386 3.50669455528259 0
+"1368" 3 0.688880026340485 3 4 1
+"1369" 5 0.477019995450974 3 3.15243315696716 0
+"1370" 4 0.600469946861267 5 5 0
+"1371" 5 0.427269995212555 6 6 1
+"1372" 5 0.532429993152618 6 6 0
+"1373" 5 0.464700013399124 1 6 1
+"1374" 3 0.315829992294312 1 4.07941913604736 1
+"1375" 3 0.785520017147064 6 3 1
+"1376" 4 0.511519968509674 4 4 0
+"1377" 5 0.614226460456848 7 6 0
+"1378" 5 0.785520017147064 1 4 0
+"1379" 4 0.124429754912853 1 4 1
+"1380" 5 0.593152105808258 4 2 0
+"1381" 4 0.600469946861267 6 7 0
+"1382" 3 0.662460029125214 1 3.31219124794006 0
+"1383" 5 0.62365996837616 3 4 0
+"1384" 2 0.401980012655258 1 4 0
+"1385" 3 0.394959986209869 2 5 1
+"1386" 3 0.189989998936653 7 8.28035068511963 1
+"1387" 5 0.315829992294312 4 4.68089389801025 0
+"1388" 5 0.414970010519028 2 6 1
+"1389" 5 0.267989993095398 6 6.57486486434937 1
+"1390" 5 0.320780009031296 6 5 1
+"1391" 4 0.609759986400604 3 3 1
+"1392" 3 0.267989993095398 1 2 1
+"1393" 3 0.320780009031296 4 2 0
+"1394" 4 1.10091006755829 3 2 0
+"1395" 3 0.65021002292633 5 5 1
+"1396" 2 1.10091006755829 1 2 1
+"1397" 3 0.581430017948151 4 4 0
+"1398" 3 0.343410015106201 2 5 1
+"1399" 3 0.414970010519028 7 4.71596527099609 0
+"1400" 4 0.400240004062653 2 3.67304134368896 1
+"1401" 3 0.343410015106201 7 5 1
+"1402" 4 0.600469946861267 2 5 0
+"1403" 5 0.461620002985001 2 6 1
+"1404" 3 0.62365996837616 7 5 0
+"1405" 3 0.65021002292633 1 3 0
+"1406" 3 0.446249812841415 1 2 1
+"1407" 1 0.407070010900497 2 4 1
+"1408" 3 0.532429993152618 1 2 0
+"1409" 4 0.688880026340485 3 5.09208250045776 1
+"1410" 4 0.785520017147064 3 4 1
+"1411" 4 0.267989993095398 1 1.43932771682739 1
+"1412" 4 0.381099998950958 7 4 0
+"1413" 3 0.518409967422485 5 6 0
+"1414" 5 0.364969998598099 2 3 1
+"1415" 3 0.320780009031296 7 6.71403932571411 1
+"1416" 4 0.394959986209869 2 4 1
+"1417" 5 0.261489987373352 3 7.05451679229736 1
+"1418" 4 0.408399999141693 1 5 1
+"1419" 4 0.427269995212555 2 3.29417610168457 0
+"1420" 3 0.609759986400604 2 3 1
+"1421" 3 0.487359970808029 7 6 1
+"1422" 3 0.533986687660217 3 4 1
+"1423" 3 0.427269995212555 3 4.06204986572266 1
+"1424" 4 0.532429993152618 2 3 0
+"1425" 3 0.407070010900497 5 6 1
+"1426" 4 0.312420010566711 5 6 1
+"1427" 3 0.461620002985001 7 3.32581210136414 0
+"1428" 5 0.72817599773407 6 5.60276508331299 1
+"1429" 5 0.614226460456848 6 6 0
+"1430" 2 0.903599977493286 7 5 0
+"1431" 3 0.584235429763794 5 4 1
+"1432" 3 0.387620002031326 3 3.88487601280212 1
+"1433" 3 0.315829992294312 7 6.23846435546875 1
+"1434" 3 0.785520017147064 1 4 1
+"1435" 3 0.487359970808029 6 6 0
+"1436" 4 0.408399999141693 2 2 0
+"1437" 4 0.394959986209869 2 6 1
+"1438" 3 0.600469946861267 3 2 0
+"1439" 2 0.58735990524292 3 4.59137487411499 1
+"1440" 4 0.511519968509674 4 4 0
+"1441" 4 0.600469946861267 7 6 0
+"1442" 5 0.614226460456848 7 6 0
+"1443" 5 0.464700013399124 4 4.84276056289673 1
+"1444" 5 0.315829992294312 3 5.75902223587036 1
+"1445" 5 0.390350013971329 5 6 0
+"1446" 3 0.644749999046326 4 5.03110218048096 1
+"1447" 3 0.519761145114899 2 2 1
+"1448" 3 0.343410015106201 4 4 1
+"1449" 3 0.401980012655258 1 3.41063451766968 1
+"1450" 3 0.785520017147064 2 4 0
+"1451" 3 0.62365996837616 1 3.5043420791626 0
+"1452" 5 0.315829992294312 7 6 1
+"1453" 5 0.903599977493286 7 6 0
+"1454" 4 0.784161448478699 6 5.27991008758545 1
+"1455" 3 0.785520017147064 7 6 0
+"1456" 5 0.428580820560455 1 4 1
+"1457" 4 0.265219986438751 1 4 0
+"1458" 3 0.785520017147064 5 4 0
+"1459" 3 0.400240004062653 3 4 1
+"1460" 3 0.62365996837616 6 6 0
+"1461" 3 0.592509984970093 3 1 0
+"1462" 4 0.481389760971069 6 6.5078125 1
+"1463" 4 0.785520017147064 3 5.76664018630981 1
+"1464" 4 0.511519968509674 3 4 0
+"1465" 5 0.461620002985001 4 4 0
+"1466" 3 0.701979994773865 1 4 0
+"1467" 2 0.65021002292633 3 3 1
+"1468" 3 0.0387908518314362 6 5.47994899749756 1
+"1469" 3 0.315829992294312 1 2 0
+"1470" 4 0.315829992294312 2 3.79063701629639 0
+"1471" 5 0.385200023651123 1 3.05872392654419 0
+"1472" 1 1.10091006755829 2 4 0
+"1473" 4 1.10091006755829 3 2 0
+"1474" 5 0.511519968509674 2 5.87888431549072 0
+"1475" 4 0.592509984970093 1 4 0
+"1476" 3 0.343410015106201 3.35733103752136 3.49869561195374 1
+"1477" 3 0.461620002985001 4 5.07973480224609 1
+"1478" 3 0.390350013971329 5 4 0
+"1479" 5 0.698559999465942 5 2 0
+"1480" 4 0.265219986438751 6 6.36301326751709 0
+"1481" 4 0.461620002985001 6 5.53194046020508 0
+"1482" 4 0.408399999141693 6 6 0
+"1483" 5 0.567429184913635 2 5 1
+"1484" 5 0.538298189640045 2 3.69576406478882 1
+"1485" 3 0.614226460456848 5 5 0
+"1486" 4 0.65021002292633 2 2 0
+"1487" 5 0.267989993095398 5 7 1
+"1488" 3 0.315829992294312 5 4 1
+"1489" 5 0.267989993095398 2 4 1
+"1490" 3 0.785520017147064 6 4 0
+"1491" 4 0.748801529407501 4 3 1
+"1492" 3 0.701979994773865 1 6 0
+"1493" 4 0.267989993095398 6 6.55560827255249 1
+"1494" 5 0.511519968509674 6 6 0
+"1495" 5 0.609759986400604 3 5 1
+"1496" 4 0.65021002292633 7 6 1
+"1497" 3 0.785520017147064 5 6 0
+"1498" 5 0.320780009031296 3 2.16444540023804 1
+"1499" 3 0.0510930716991425 1 7 1
+"1500" 3 0.407070010900497 1 3.94643783569336 1
+"1501" 5 0.301621377468109 3 2 1
+"1502" 5 0.8400399684906 3.96565198898315 3.62052583694458 0
+"1503" 3 1.10091006755829 2 4 0
+"1504" 4 0.673849999904633 6 3.13632369041443 1
+"1505" 1 0.343410015106201 4 2.72274804115295 1
+"1506" 5 0.394959986209869 5 6 1
+"1507" 3 0.614226460456848 7 6 0
+"1508" 5 0.614226460456848 7 7 0
+"1509" 4 0.408399999141693 3 0.969767808914185 0
+"1510" 5 0.407070010900497 7 6 1
+"1511" 4 0.785520017147064 1 4 1
+"1512" 3 0.785520017147064 1 6 0
+"1513" 3 0.701979994773865 4 4 0
+"1514" 3 0.343410015106201 3 3 0
+"1515" 3 0.335929989814758 5 3 0
+"1516" 4 0.8400399684906 7 5 1
+"1517" 5 0.734387636184692 2 3 0
+"1518" 5 0.903599977493286 6 5 0
+"1519" 3 0.8400399684906 4 4.2703218460083 0
+"1520" 3 0.592509984970093 1 4.40843820571899 1
+"1521" 3 0.785520017147064 1 3 0
+"1522" 5 0.785520017147064 7 5 0
+"1523" 4 0.62365996837616 6 5 0
+"1524" 3 0.315829992294312 5 4 1
+"1525" 3 0.381099998950958 5 2.18754148483276 0
+"1526" 3 0.468820005655289 6 6 0
+"1527" 5 0.614226460456848 1 1 1
+"1528" 5 0.609759986400604 2 4 1
+"1529" 4 0.65021002292633 2 3 0
+"1530" 3 0.315829992294312 1 3.1962411403656 1
+"1531" 3 0.401980012655258 1 7 0
+"1532" 4 0.414970010519028 6 4 0
+"1533" 4 0.400240004062653 6 3 1
+"1534" 3 0.343410015106201 4 5.32067155838013 1
+"1535" 4 0.511519968509674 3 4 0
+"1536" 4 0.347977072000504 1 4 1
+"1537" 3 0.394959986209869 6 4 1
+"1538" 4 0.0835380628705025 1.77031528949738 2.28419137001038 1
+"1539" 3 0.511519968509674 3 6 0
+"1540" 5 0.367390006780624 1 5 0
+"1541" 3 0.367961436510086 2 4.28697443008423 1
+"1542" 5 0.414970010519028 1 1.74961102008820 0
+"1543" 5 0.401980012655258 2 4 1
+"1544" 3 0.65021002292633 3 3 1
+"1545" 4 0.364969998598099 3 3 1
+"1546" 3 0.502635538578033 5 5 0
+"1547" 3 0.446730017662048 7 6 1
+"1548" 3 0.464700013399124 5 4 1
+"1549" 3 0.518409967422485 1 2 0
+"1550" 3 0.394959986209869 7 6 1
+"1551" 5 0.367390006780624 2 5 0
+"1552" 5 0.688880026340485 2 3.57591462135315 1
+"1553" 3 0.592509984970093 6 5.57094669342041 0
+"1554" 2 0.267989993095398 1 3.92548537254333 1
+"1555" 4 0.265219986438751 7 5 1
+"1556" 5 0.367390006780624 1.93741476535797 3.37005186080933 0
+"1557" 5 0.51815265417099 4 4.89896059036255 1
+"1558" 5 0.673849999904633 4 5 1
+"1559" 5 0.401980012655258 5 4.5479040145874 1
+"1560" 3 0.385200023651123 7 2 0
+"1561" 3 0.777340054512024 2 2 0
+"1562" 4 0.401980012655258 5 3.96879148483276 1
+"1563" 4 0.407070010900497 3 4 1
+"1564" 4 1.10091006755829 5 3 1
+"1565" 3 0.785520017147064 6 5.93021392822266 1
+"1566" 5 0.381099998950958 6 4.95304918289185 1
+"1567" 3 0.407070010900497 6 6 1
+"1568" 3 0.673849999904633 3 4 1
+"1569" 3 0.600469946861267 1 3 1
+"1570" 5 0.427269995212555 2 5.95824575424194 1
+"1571" 3 0.364969998598099 3 4 0
+"1572" 3 0.518409967422485 1 3 0
+"1573" 5 0.267989993095398 3 4 0
+"1574" 3 0.614226460456848 2 4 1
+"1575" 2 0.518409967422485 4 4 0
+"1576" 2 0.785520017147064 7 7 0
+"1577" 3 0.600469946861267 2 3 0
+"1578" 5 1.10091006755829 6 6 0
+"1579" 4 0.320780009031296 4 3 1
+"1580" 3 0.231345191597939 4 4 1
+"1581" 3 0.315829992294312 1 3 0
+"1582" 4 0.267989993095398 1 3 1
+"1583" 3 0.701979994773865 6 4 0
+"1584" 3 0.414970010519028 5 2 0
+"1585" 4 0.785520017147064 7 6 0
+"1586" 3 0.267989993095398 1 4 1
+"1587" 4 0.511519968509674 2 5 1
+"1588" 3 0.511519968509674 2 6 0
+"1589" 5 0.392499983310699 3 3.58731102943420 1
+"1590" 4 0.312420010566711 2 6 1
+"1591" 5 0.261489987373352 2 2 0
+"1592" 4 0.390350013971329 7 4 0
+"1593" 4 0.487359970808029 3 3.22814726829529 0
+"1594" 4 0.312420010566711 2 6 1
+"1595" 4 0.600469946861267 2 5 0
+"1596" 2 0.267989993095398 2 6 1
+"1597" 4 0.309140026569366 1 5.00203847885132 0
+"1598" 1 0.261489987373352 1 3 1
+"1599" 3 0.62365996837616 6 4 0
+"1600" 3 0.592509984970093 7 5 0
+"1601" 4 0.430461645126343 5 5 1
+"1602" 5 0.592509984970093 2 3.93140459060669 0
+"1603" 5 0.785520017147064 2 5.74706506729126 0
+"1604" 3 0.532429993152618 5 5 0
+"1605" 2 0.265219986438751 7 4 0
+"1606" 3 0.648285388946533 5 5 0
+"1607" 5 0.701979994773865 7 6 0
+"1608" 3 0.673849999904633 1 3 1
+"1609" 3 0.315829992294312 7 3 1
+"1610" 5 0.673849999904633 6 4 1
+"1611" 4 0.477019995450974 2 3.08864045143127 0
+"1612" 4 0.364969998598099 6 5 1
+"1613" 5 0.673849999904633 2 2 0
+"1614" 3 0.267989993095398 1.56150043010712 2.07885026931763 1
+"1615" 2 0.207150429487228 2 5 1
+"1616" 4 0.460956513881683 2 6 1
+"1617" 3 0.592509984970093 1 2 0
+"1618" 5 0.490723073482513 7 6 1
+"1619" 3 0.189989998936653 1 4 1
+"1620" 2 0.592509984970093 7 6 0
+"1621" 3 0.427269995212555 4 4.84172487258911 0
+"1622" 4 0.230070888996124 3 4.92425346374512 1
+"1623" 4 0.785520017147064 5 5 0
+"1624" 5 0.62365996837616 1 5 0
+"1625" 2 0.673849999904633 2 3 0
+"1626" 3 1.13774001598358 5 3 0
+"1627" 3 0.600469946861267 4 3 1
+"1628" 3 0.267989993095398 1 8.3560209274292 0
+"1629" 3 0.394959986209869 4 3.76537990570068 1
+"1630" 4 0.62365996837616 7 6 0
+"1631" 3 0.385200023651123 1 3.08214092254639 0
+"1632" 1 0.394959986209869 2 3 1
+"1633" 4 0.335929989814758 7 4 0
+"1634" 4 0.364969998598099 1 4 0
+"1635" 3 0.36285999417305 4 3 1
+"1636" 3 0.903599977493286 1 2 0
+"1637" 3 0.600469946861267 7 4 1
+"1638" 4 0.487359970808029 6 5 0
+"1639" 3 0.343410015106201 7 6 0
+"1640" 5 0.464899986982346 1 1.73268687725067 0
+"1641" 5 0.487359970808029 3 4 0
+"1642" 3 0.614226460456848 7 4 0
+"1643" 3 0.785520017147064 6 7 1
+"1644" 5 0.346353381872177 4 4 1
+"1645" 4 1.13774001598358 1 2 1
+"1646" 3 0.408399999141693 1 4 0
+"1647" 4 0.407070010900497 5 4 1
+"1648" 3 0.614226460456848 6 5 0
+"1649" 3 0.609759986400604 6 4 1
+"1650" 4 0.648650288581848 5 4 1
+"1651" 5 0.688880026340485 2 3.68244791030884 1
+"1652" 3 0.520840048789978 2 4 0
+"1653" 3 0.673849999904633 1 2 0
+"1654" 5 0.609759986400604 5 5.68428564071655 1
+"1655" 4 0.267989993095398 5 4 1
+"1656" 5 0.842888295650482 7 5 1
+"1657" 3 0.267989993095398 4 3 0
+"1658" 5 0.614226460456848 6 5 0
+"1659" 3 0.261489987373352 1 4 1
+"1660" 3 0.673849999904633 4 7 1
+"1661" 3 0.394959986209869 2 4 1
+"1662" 2 0.394959986209869 6 6 0
+"1663" 3 0.777340054512024 2 3 0
+"1664" 4 0.600469946861267 2 5 1
+"1665" 3 0.461620002985001 5 6 0
+"1666" 3 0.189989998936653 6 3.10104346275330 1
+"1667" 3 0.267989993095398 2 4 0
+"1668" 3 0.343410015106201 3 3.43492555618286 1
+"1669" 5 0.65021002292633 5 5 0
+"1670" 4 0.394959986209869 7 4 1
+"1671" 2 0.903599977493286 3 4 1
+"1672" 2 0.634438991546631 1 1 1
+"1673" 5 0.451450824737549 2 4 0
+"1674" 4 0.407070010900497 6 3 1
+"1675" 3 0.511519968509674 6 4 0
+"1676" 3 0.357209026813507 3 3.85620093345642 1
+"1677" 4 0.343410015106201 6 4 1
+"1678" 4 0.75151002407074 4 6 0
+"1679" 5 0.600469946861267 6 5 1
+"1680" 4 0.65021002292633 7 6.8568754196167 0
+"1681" 4 0.414970010519028 4 5 0
+"1682" 1 0.585198938846588 3 3.70288848876953 1
+"1683" 2 -0.0121286176145077 2.56791305541992 3.93282437324524 1
+"1684" 4 0.543064892292023 3.93229937553406 3.89706325531006 1
+"1685" 1 0.189989998936653 4 5.67707061767578 1
+"1686" 4 0.478171288967133 4 5.01260614395142 1
+"1687" 4 0.592509984970093 1 4 0
+"1688" 3 0.390350013971329 1 5.3984317779541 0
+"1689" 5 0.315829992294312 4 1.50443708896637 1
+"1690" 3 0.487359970808029 6 6 0
+"1691" 3 0.785520017147064 1 1.26507079601288 1
+"1692" 4 0.312420010566711 1 2.79577827453613 1
+"1693" 4 0.343410015106201 3 5 1
+"1694" 3 0.356275886297226 4 3 1
+"1695" 4 0.673849999904633 2 4 1
+"1696" 1 0.688880026340485 4 4 1
+"1697" 2 0.65021002292633 1 1 0
+"1698" 3 0.8400399684906 6 5 0
+"1699" 4 0.36285999417305 3 4 0
+"1700" 3 0.387620002031326 2 4 1
+"1701" 3 0.65021002292633 3 2 1
+"1702" 3 0.498774945735931 2 4 1
+"1703" 5 0.408399999141693 3 4 1
+"1704" 2 0.315829992294312 3 2 0
+"1705" 2 0.903599977493286 6 6 0
+"1706" 1 0.545379996299744 2 5 0
+"1707" 2 0.394959986209869 3 2 1
+"1708" 2 0.903599977493286 4 4 0
+"1709" 4 0.401980012655258 5 5 0
+"1710" 3 0.34909650683403 1 4.14924955368042 1
+"1711" 3 0.785520017147064 2 3 0
+"1712" 3 0.335929989814758 3 5.5251669883728 0
+"1713" 3 0.785520017147064 3 5 1
+"1714" 2 0.400753676891327 2 2.69948124885559 1
+"1715" 5 0.785520017147064 6 5 0
+"1716" 3 0.464899986982346 1 5.75668573379517 1
+"1717" 4 0.464700013399124 6 4.27963399887085 1
+"1718" 2 0.449072033166885 5 3.94112396240234 1
+"1719" 5 0.411161988973618 2 6 1
+"1720" 4 0.343410015106201 2 3 0
+"1721" 4 0.532429993152618 4 4 1
+"1722" 3 0.414970010519028 7 6 0
+"1723" 4 0.673849999904633 7 6.38242673873901 1
+"1724" 4 0.785520017147064 3 2 1
+"1725" 4 0.581430017948151 3 5.10772943496704 0
+"1726" 3 1.13774001598358 1 2 0
+"1727" 5 0.0422206483781338 3.48662495613098 6.28428173065186 1
+"1728" 5 0.390350013971329 1 2.50736975669861 0
+"1729" 2 1.13774001598358 3 2 0
+"1730" 4 0.343410015106201 6 6 1
+"1731" 2 0.487359970808029 6 6 0
+"1732" 3 0.785520017147064 7 4 0
+"1733" 4 0.381099998950958 5.77402925491333 5 0
+"1734" 3 0.261489987373352 5 6 1
+"1735" 4 0.461620002985001 1 5.21310329437256 0
+"1736" 2 1.10091006755829 7 6 0
+"1737" 2 0.764591455459595 7 5 1
+"1738" 3 0.189989998936653 4 4.84007120132446 1
+"1739" 5 0.400240004062653 2 4 1
+"1740" 3 0.414970010519028 2 6.19538640975952 0
+"1741" 3 0.578845977783203 6 6 1
+"1742" 3 0.903599977493286 2 4 0
+"1743" 3 0.408600002527237 5 3.98817706108093 1
+"1744" 4 0.267989993095398 6 5.19025564193726 1
+"1745" 3 0.468957602977753 4 6.79877662658691 1
+"1746" 4 0.464700013399124 4 4.12411499023438 1
+"1747" 3 0.600469946861267 1 2 1
+"1748" 3 0.394959986209869 1 4 1
+"1749" 5 0.464700013399124 2 3.96832871437073 1
+"1750" 5 0.343410015106201 3 4.44500637054443 1
+"1751" 4 0.461620002985001 1 3 0
+"1752" 4 0.464700013399124 1 7 1
+"1753" 5 0.394959986209869 5 6 1
+"1754" 3 0.903599977493286 2 5 0
+"1755" 3 0.673849999904633 5 5 1
+"1756" 3 0.401980012655258 3 4 0
+"1757" 3 0.673849999904633 5 6 1
+"1758" 4 0.785520017147064 6 6 0
+"1759" 3 0.777340054512024 3 4 0
+"1760" 3 0.688880026340485 2 4 1
+"1761" 5 0.511519968509674 3 4 0
+"1762" 4 0.609759986400604 2 6.08276891708374 1
+"1763" 3 0.394959986209869 6 3.50420498847961 1
+"1764" 1 0.360662013292313 6 4.63411092758179 1
+"1765" 3 0.408600002527237 1 3.96330237388611 1
+"1766" 3 0.511519968509674 5 6 0
+"1767" 3 0.619184851646423 5 6 1
+"1768" 5 0.261489987373352 1 5.085853099823 1
+"1769" 1 0.54451447725296 2 4 1
+"1770" 3 0.401980012655258 4 2 0
+"1771" 5 0.511519968509674 7 6 0
+"1772" 3 0.65021002292633 2 2 1
+"1773" 3 0.259614765644073 7 6 1
+"1774" 5 0.312420010566711 4 7 0
+"1775" 5 0.785520017147064 4 4 0
+"1776" 3 0.599391400814056 4 1.16405296325684 1
+"1777" 3 0.367390006780624 5 5 0
+"1778" 3 0.538183987140656 6 5 0
+"1779" 3 0.785520017147064 2 4 1
+"1780" 3 0.627652943134308 1 3.12462091445923 0
+"1781" 4 0.819595336914062 6 3 1
+"1782" 4 0.579286158084869 6 6 1
+"1783" 1 0.592509984970093 7 4 1
+"1784" 2 0.394959986209869 4 5 1
+"1785" 3 0.464700013399124 6 4 1
+"1786" 2 0.65021002292633 1 2 0
+"1787" 5 0.367390006780624 1 3 0
+"1788" 5 0.320780009031296 2 6 1
+"1789" 5 0.267989993095398 1 2.80399250984192 1
+"1790" 3 0.394959986209869 6 3.90928483009338 1
+"1791" 3 0.339278787374496 6 6 1
+"1792" 4 0.446730017662048 7 6 0
+"1793" 4 0.614226460456848 5 6 0
+"1794" 3 0.470623254776001 1 3 1
+"1795" 4 0.385200023651123 1 4.1669545173645 0
+"1796" 1 0.483103573322296 6 4 1
+"1797" 3 0.394959986209869 1 1.48331534862518 1
+"1798" 3 0.511519968509674 4 2 0
+"1799" 3 0.461620002985001 4 5 0
+"1800" 5 0.312420010566711 2 2.68958497047424 1
+"1801" 5 0.600469946861267 6 5 1
+"1802" 4 0.701979994773865 1 2 0
+"1803" 3 0.785520017147064 2 3 1
+"1804" 3 0.785520017147064 1 3.19366908073425 1
+"1805" 4 0.441031664609909 1.71047198772430 4.02950429916382 0
+"1806" 3 0.394959986209869 1 4 1
+"1807" 4 0.290006190538406 5 6 1
+"1808" 4 0.315829992294312 2 3 0
+"1809" 3 0.487359970808029 6 5 1
+"1810" 3 0.315829992294312 1 2 1
+"1811" 3 0.48547375202179 1 4 1
+"1812" 5 0.785520017147064 3 5 1
+"1813" 3 0.614226460456848 4 5 1
+"1814" 4 0.477019995450974 4 5 0
+"1815" 4 0.8400399684906 6 5 0
+"1816" 4 0.614226460456848 3 2 0
+"1817" 2 0.343410015106201 3 5 0
+"1818" 3 0.336679995059967 2 3 0
+"1819" 3 0.785520017147064 6 5 0
+"1820" 3 0.414970010519028 3 4.34901714324951 0
+"1821" 5 0.673849999904633 6 4 0
+"1822" 5 0.511519968509674 4 4 0
+"1823" 3 0.577457904815674 2 4 1
+"1824" 4 0.414970010519028 7 5.45709991455078 0
+"1825" 5 0.464700013399124 4 3.59456634521484 1
+"1826" 4 0.367390006780624 3 4.83514642715454 0
+"1827" 3 0.0702042356133461 2 4.19274997711182 1
+"1828" 4 0.609759986400604 2 4 0
+"1829" 5 0.785520017147064 1 3 1
+"1830" 1 0.468376994132996 5 3.02733588218689 1
+"1831" 5 0.575100183486938 2 4.11924076080322 1
+"1832" 3 0.407286077737808 1 4.92213487625122 1
+"1833" 5 0.427269995212555 2 4 0
+"1834" 4 0.407070010900497 6 6 1
+"1835" 3 0.315829992294312 1 4.62896251678467 1
+"1836" 5 0.785520017147064 1 4 0
+"1837" 3 0.614226460456848 7 5 1
+"1838" 3 0.592509984970093 6 6.31779718399048 0
+"1839" 3 0.265219986438751 4 5 0
+"1840" 4 0.532429993152618 7 7 0
+"1841" 4 0.673849999904633 4 5.6778302192688 1
+"1842" 4 0.62978994846344 1 5.18932342529297 1
+"1843" 3 0.65021002292633 1 4 0
+"1844" 4 0.315829992294312 3 3.00040650367737 0
+"1845" 3 0.461620002985001 6 4.78440618515015 0
+"1846" 3 0.785520017147064 6 2.50321459770203 0
+"1847" 2 0.343410015106201 2 1 1
+"1848" 4 0.267989993095398 5 1.87299561500549 1
+"1849" 3 0.673849999904633 4 4 0
+"1850" 1 0.511519968509674 3 5 0
+"1851" 5 0.785520017147064 5 3 0
+"1852" 2 0.427269995212555 1 3.49198222160339 1
+"1853" 5 0.785520017147064 5 5 0
+"1854" 3 0.785520017147064 2 4 1
+"1855" 3 0.407070010900497 4 4 1
+"1856" 5 0.716544091701508 2 2.94358515739441 1
+"1857" 4 0.315829992294312 6 5.47207069396973 1
+"1858" 3 0.785520017147064 2 5 0
+"1859" 5 0.401980012655258 1 3.95312571525574 0
+"1860" 5 0.511519968509674 3 6 0
+"1861" 5 0.265219986438751 6 4 1
+"1862" 5 0.632343232631683 7 6 1
+"1863" 3 0.261489987373352 2 3.9484920501709 1
+"1864" 4 0.688880026340485 2 5 1
+"1865" 3 0.407070010900497 1 4 1
+"1866" 4 0.315829992294312 6 6 0
+"1867" 3 0.785520017147064 2 5 1
+"1868" 3 0.600014269351959 2 6 1
+"1869" 5 0.189989998936653 4 3.57620453834534 1
+"1870" 2 0.407070010900497 4 3 1
+"1871" 3 0.212703257799149 5 4 1
+"1872" 2 0.315829992294312 2 7 0
+"1873" 3 0.785520017147064 3 5 1
+"1874" 3 0.343410015106201 3 2.92425012588501 1
+"1875" 3 0.487359970808029 2 2 0
+"1876" 3 0.592509984970093 5 4 0
+"1877" 3 0.785520017147064 7 6 0
+"1878" 5 0.591842889785767 6 4 1
+"1879" 4 0.320780009031296 3 1 0
+"1880" 3 0.261570185422897 2 4 1
+"1881" 2 0.315829992294312 1 3.70759773254395 1
+"1882" 4 0.394959986209869 6 3 1
+"1883" 3 0.487359970808029 2 4.75885772705078 0
+"1884" 5 0.785520017147064 1 5 0
+"1885" 3 0.320780009031296 2 1.42712974548340 1
+"1886" 3 0.614226460456848 1 3.19690299034119 1
+"1887" 3 0.793409943580627 1 3 1
+"1888" 3 0.511519968509674 3 3 0
+"1889" 1 0.189989998936653 2 3.19730877876282 1
+"1890" 3 0.785520017147064 7 6 0
+"1891" 3 0.343410015106201 2.96649336814880 3.8959481716156 1
+"1892" 4 0.312420010566711 5 6 0
+"1893" 3 0.600469946861267 3 4 0
+"1894" 4 0.600469946861267 2 4 0
+"1895" 5 0.511519968509674 3 3 0
+"1896" 4 0.701979994773865 5 4 1
+"1897" 3 0.592509984970093 4 3.86480712890625 0
+"1898" 5 0.601403892040253 6 4.14615726470947 1
+"1899" 5 0.320780009031296 3.69285821914673 5 1
+"1900" 3 0.648564219474792 6 5.53004455566406 1
+"1901" 4 0.414970010519028 5 7 0
+"1902" 4 0.261489987373352 4 2.57122135162354 1
+"1903" 5 0.456693589687347 1 2.32611155509949 1
+"1904" 4 0.84213000535965 3 3 0
+"1905" 4 0.394959986209869 2 4.37013435363770 1
+"1906" 5 0.459670186042786 3 5.80995750427246 1
+"1907" 5 0.511519968509674 2 4 0
+"1908" 5 0.320780009031296 6 5 0
+"1909" 3 0.446730017662048 5 4.52869176864624 1
+"1910" 5 0.62365996837616 3 2 1
+"1911" 5 0.367390006780624 2 4.69973850250244 0
+"1912" 3 0.600469946861267 3 4 1
+"1913" 4 0.600469946861267 1 3 0
+"1914" 3 0.401980012655258 4 7.40777254104614 1
+"1915" 2 0.320780009031296 6 5.06841850280762 1
+"1916" 5 0.592509984970093 5 5.87884950637817 0
+"1917" 3 0.557213842868805 2 3 1
+"1918" 5 0.309140026569366 6 5 0
+"1919" 3 0.414970010519028 7 4.90949487686157 0
+"1920" 3 0.390350013971329 5 4 0
+"1921" 3 0.614226460456848 5 5 0
+"1922" 3 0.600469946861267 2 4 1
+"1923" 2 0.644749999046326 1 2 0
+"1924" 3 0.785520017147064 3 2 0
+"1925" 5 0.401980012655258 4 1.47799849510193 0
+"1926" 2 0.414970010519028 3 5 0
+"1927" 5 0.349369943141937 6 5 1
+"1928" 5 0.461546897888184 6 6 0
+"1929" 5 0.401980012655258 3 4 1
+"1930" 5 0.673849999904633 5 4 1
+"1931" 3 0.688880026340485 1 4 1
+"1932" 5 0.427269995212555 1 5 0
+"1933" 3 0.487359970808029 1 3.75990915298462 0
+"1934" 5 0.408399999141693 1 2.86392736434937 0
+"1935" 2 0.65021002292633 3 4 1
+"1936" 3 0.261489987373352 4 5.91103887557983 0
+"1937" 5 0.267989993095398 3 3 1
+"1938" 5 0.673849999904633 2 5 0
+"1939" 4 0.662460029125214 3 4.53243684768677 0
+"1940" 3 0.408399999141693 5 6 0
+"1941" 4 0.394959986209869 7 4 1
+"1942" 5 0.464899986982346 3 2 1
+"1943" 3 0.785520017147064 5 6 0
+"1944" 3 0.785520017147064 2 5 0
+"1945" 4 0.513512372970581 4 2 1
+"1946" 3 0.267989993095398 2 7 1
+"1947" 3 0.600469946861267 3 3 1
+"1948" 5 0.48979514837265 5 5.00883865356445 1
+"1949" 5 0.267989993095398 4 3.88775253295898 1
+"1950" 3 0.261489987373352 1 5.16602087020874 1
+"1951" 3 0.673849999904633 7 6 1
+"1952" 3 0.511519968509674 1 3 0
+"1953" 3 0.511519968509674 4 3.82020521163940 0
+"1954" 5 0.312420010566711 6 6 1
+"1955" 5 0.315829992294312 3 6 1
+"1956" 4 0.477019995450974 6 4 0
+"1957" 5 0.4761803150177 6 6.757315158844 1
+"1958" 3 0.267989993095398 1.26416480541229 5.18703699111938 1
+"1959" 2 0.414970010519028 5 6 0
+"1960" 5 0.312420010566711 1 4 1
+"1961" 4 0.400240004062653 2 4 1
+"1962" 1 0.427269995212555 2 5.28416872024536 1
+"1963" 3 0.903599977493286 6 5 0
+"1964" 2 0.343488126993179 6 5 1
+"1965" 4 0.315829992294312 3 6 1
+"1966" 3 0.261489987373352 1 2.31173062324524 1
+"1967" 5 0.394959986209869 3 3.10343503952026 1
+"1968" 3 0.381099998950958 2 2 0
+"1969" 5 0.267989993095398 1 1 0
+"1970" 4 0.84213000535965 3 3 1
+"1971" 5 0.785520017147064 5 4.95514631271362 0
+"1972" 4 0.511519968509674 5 5 0
+"1973" 4 0.518409967422485 5 4 1
+"1974" 1 0.441071718931198 3 3.12203025817871 1
+"1975" 4 0.265219986438751 1 3.20517134666443 1
+"1976" 3 0.343410015106201 6 4 1
+"1977" 3 0.261489987373352 6 6.4264554977417 1
+"1978" 4 0.261489987373352 2 5.69322633743286 1
+"1979" 4 0.511519968509674 4 6.83216381072998 0
+"1980" 3 0.343410015106201 3 2 1
+"1981" 3 0.44268274307251 1 3 1
+"1982" 5 0.426237642765045 3 4.26716184616089 1
+"1983" 5 0.785520017147064 4 4.95861101150513 1
+"1984" 4 0.394959986209869 4 2.84947800636292 1
+"1985" 5 0.785520017147064 4 2 1
+"1986" 4 0.267989993095398 2 1 1
+"1987" 5 0.315829992294312 1 2.33691763877869 0
+"1988" 5 0.381099998950958 3 2 0
+"1989" 4 0.267989993095398 1 2 1
+"1990" 2 0.267989993095398 3 7 0
+"1991" 3 0.532429993152618 5 4 0
+"1992" 3 0.903599977493286 1 4 0
+"1993" 2 0.785520017147064 6 5.87837362289429 1
+"1994" 3 0.477019995450974 4 4.68857383728027 1
+"1995" 3 0.464700013399124 1 6 1
+"1996" 3 0.335929989814758 1 3 0
+"1997" 3 0.343410015106201 5 3 1
+"1998" 2 0.391611456871033 6 3 1
+"1999" 5 0.440597921609879 2 1 0
+"2000" 4 0.785520017147064 4 4.01620769500732 0
+"2001" 3 0.487359970808029 2 2.56738710403442 0
+"2002" 3 0.487359970808029 1 6 0
+"2003" 3 0.785520017147064 6 4 0
+"2004" 2 0.584581613540649 1 4 1
+"2005" 5 0.407070010900497 7 5 1
+"2006" 5 0.343410015106201 1 3.52084565162659 1
+"2007" 2 0.461620002985001 1 2 0
+"2008" 4 0.477019995450974 3 4 0
+"2009" 4 0.688880026340485 1 4 1
+"2010" 5 0.414970010519028 2 5 0
+"2011" 3 0.407070010900497 6 5 1
+"2012" 3 0.407070010900497 1 2.52304100990295 1
+"2013" 4 0.614226460456848 5 3.60746788978577 1
+"2014" 3 0.673849999904633 4 4 1
+"2015" 3 0.614226460456848 2 3.45012450218201 0
+"2016" 4 0.400240004062653 2 4.35717678070068 1
+"2017" 5 0.408600002527237 7 5 0
+"2018" 3 0.688880026340485 1 4 1
+"2019" 3 0.903599977493286 6 5 0
+"2020" 3 0.427269995212555 5 4 0
+"2021" 5 0.62978994846344 4 4 0
+"2022" 4 0.265219986438751 6 3 1
+"2023" 5 0.267989993095398 2 3.46567916870117 0
+"2024" 3 0.673849999904633 5 3 0
+"2025" 3 0.529449999332428 6 5.09095096588135 1
+"2026" 3 0.340220004320145 3 3.41743612289429 1
+"2027" 5 0.532429993152618 6 4.7114086151123 0
+"2028" 3 0.267989993095398 3 2 1
+"2029" 5 0.511519968509674 6 4 0
+"2030" 3 0.487359970808029 6 5.7290506362915 0
+"2031" 5 0.461620002985001 3 4 0
+"2032" 3 0.84213000535965 1 2 0
+"2033" 5 0.408399999141693 3 4.65718698501587 1
+"2034" 2 0.427297532558441 3 6 0
+"2035" 5 0.673849999904633 5 4.90054273605347 1
+"2036" 2 1.10091006755829 2 3 1
+"2037" 3 0.675794124603271 7 6 1
+"2038" 4 0.614226460456848 2 4 0
+"2039" 3 0.464700013399124 3 2 1
+"2040" 3 0.261489987373352 3 1 0
+"2041" 5 0.62978994846344 1 5.41257953643799 0
+"2042" 3 0.261489987373352 1 6 1
+"2043" 5 0.343410015106201 2 2.85609030723572 1
+"2044" 5 0.461620002985001 3 4.3588752746582 0
+"2045" 5 0.400240004062653 4 4 1
+"2046" 4 0.518409967422485 5 6 1
+"2047" 5 0.425940096378326 1 3.68768095970154 1
+"2048" 4 0.267989993095398 1 0.550222754478455 1
+"2049" 4 0.532429993152618 2 5 0
+"2050" 5 0.51538360118866 5.8420672416687 5.49653482437134 0
+"2051" 3 0.464899986982346 2 3.67755460739136 1
+"2052" 3 0.487359970808029 5 3.78533554077148 0
+"2053" 5 0.785520017147064 6 5 0
+"2054" 3 0.336679995059967 1 2 0
+"2055" 5 0.532429993152618 3 4 0
+"2056" 4 0.427269995212555 3 3.75491142272949 1
+"2057" 2 0.442266851663589 6 3.64116334915161 1
+"2058" 3 0.614226460456848 5 5 1
+"2059" 3 0.315829992294312 4 1 1
+"2060" 3 0.446730017662048 3 2.79768681526184 1
+"2061" 5 0.320780009031296 2 4 1
+"2062" 2 0.785520017147064 1 3 0
+"2063" 3 0.477019995450974 1 4.22133207321167 0
+"2064" 5 0.673849999904633 2 2 1
+"2065" 5 1.10091006755829 4 4 0
+"2066" 4 0.518409967422485 3 3 0
+"2067" 5 0.600469946861267 3 3 1
+"2068" 2 0.532429993152618 2 3 0
+"2069" 3 0.600469946861267 5 4 1
+"2070" 2 0.487359970808029 3 4.63795280456543 0
+"2071" 2 0.600469946861267 3 2 1
+"2072" 5 0.394959986209869 2 2.63359236717224 1
+"2073" 5 0.394959986209869 4 6.60516691207886 1
+"2074" 4 0.394959986209869 7 6 1
+"2075" 5 0.394959986209869 2 1.84658277034760 1
+"2076" 3 0.609759986400604 6 3 1
+"2077" 4 0.267989993095398 6 4 1
+"2078" 3 0.600469946861267 7 5 1
+"2079" 4 0.581430017948151 3 3 0
+"2080" 3 0.265219986438751 7 3.41293382644653 0
+"2081" 5 0.477019995450974 5 5.68700695037842 0
+"2082" 3 0.414970010519028 6 6 0
+"2083" 3 0.511519968509674 7 4 0
+"2084" 5 0.461620002985001 7 6 0
+"2085" 4 0.461620002985001 6 4 0
+"2086" 3 0.785520017147064 1 2 1
+"2087" 1 0.487359970808029 1 4.84887981414795 0
+"2088" 5 0.320780009031296 5 7 1
+"2089" 4 0.600469946861267 6 6 0
+"2090" 3 0.62365996837616 5 3 0
+"2091" 3 0.688880026340485 3 3 1
+"2092" 3 0.410518616437912 2 3.30074715614319 1
+"2093" 5 0.427269995212555 4 6 0
+"2094" 3 0.267989993095398 1 4.9721827507019 1
+"2095" 3 0.600469946861267 1 2 0
+"2096" 3 0.394959986209869 6 6 1
+"2097" 5 0.563084900379181 6 4.67250061035156 1
+"2098" 5 0.309140026569366 3 3.93623042106628 0
+"2099" 3 0.461620002985001 4 3 0
+"2100" 3 0.320780009031296 1 2.03605556488037 1
+"2101" 3 0.265219986438751 2 3.3535315990448 1
+"2102" 3 0.427269995212555 5 5 1
+"2103" 5 0.487359970808029 7 4.47564888000488 0
+"2104" 2 0.408399999141693 3 5 0
+"2105" 3 0.785520017147064 6 6 1
+"2106" 4 0.507807612419128 1 4 1
+"2107" 4 0.343410015106201 7 4 0
+"2108" 4 0.149553090333939 3 5.57145500183105 1
+"2109" 4 0.673849999904633 6 5 0
+"2110" 3 0.335929989814758 4 5 0
+"2111" 5 0.600469946861267 3 2 1
+"2112" 4 0.592509984970093 7 4 1
+"2113" 4 0.592509984970093 1 5.42523288726807 0
+"2114" 4 0.267989993095398 2 5 1
+"2115" 4 0.594515860080719 3 1.78121685981750 1
+"2116" 4 0.644749999046326 6 5.05523586273193 0
+"2117" 3 0.408399999141693 3 3 1
+"2118" 4 0.189989998936653 7 6 1
+"2119" 5 0.592509984970093 4 2.074462890625 0
+"2120" 4 0.785520017147064 7 6 1
+"2121" 5 0.267989993095398 7 5 1
+"2122" 4 0.701979994773865 3 5 0
+"2123" 3 0.688880026340485 2 4 1
+"2124" 4 0.785520017147064 6 5 0
+"2125" 1 1.10091006755829 1 2 1
+"2126" 4 0.785520017147064 1 3 0
+"2127" 5 0.532429993152618 7 5 0
+"2128" 3 0.62365996837616 2 5.17205047607422 0
+"2129" 3 0.461620002985001 1 2 0
+"2130" 3 0.300706624984741 1 1 1
+"2131" 1 0.785520017147064 6 4 1
+"2132" 3 0.64067804813385 5 4 1
+"2133" 3 0.673849999904633 6 4 0
+"2134" 3 0.8400399684906 5 6 0
+"2135" 3 0.487359970808029 4 3 0
+"2136" 3 0.403137981891632 3 5 0
+"2137" 3 0.62978994846344 5 5 0
+"2138" 3 0.446730017662048 3 5 1
+"2139" 5 0.75151002407074 1 1 0
+"2140" 3 0.414970010519028 7 6 0
+"2141" 2 0.518409967422485 1 1 1
+"2142" 3 0.364969998598099 1 2 1
+"2143" 3 0.446730017662048 2 5.37210464477539 1
+"2144" 4 0.785520017147064 2 3 0
+"2145" 5 0.785520017147064 2 2 1
+"2146" 3 0.673849999904633 5 3.98187899589539 0
+"2147" 5 0.511519968509674 5 5 0
+"2148" 2 0.518409967422485 7 6 1
+"2149" 3 0.609759986400604 6 6 0
+"2150" 5 0.343410015106201 2 3 1
+"2151" 3 0.343410015106201 4 5 1
+"2152" 5 0.100050345063210 6 5.97002363204956 1
+"2153" 4 0.511519968509674 7 6 0
+"2154" 3 0.267989993095398 1 3 0
+"2155" 3 0.614226460456848 1 6 0
+"2156" 4 0.414970010519028 2 4 0
+"2157" 4 0.343410015106201 2 2 1
+"2158" 5 0.427269995212555 3 6 0
+"2159" 5 0.320780009031296 6 5 1
+"2160" 4 0.532539963722229 6 7.08541250228882 1
+"2161" 3 0.614226460456848 2 3 1
+"2162" 5 0.545379996299744 1 5 1
+"2163" 3 0.414970010519028 7 5 0
+"2164" 4 0.461620002985001 3 3 0
+"2165" 3 0.300014823675156 6 5 1
+"2166" 5 0.385200023651123 4 5 0
+"2167" 3 0.385200023651123 5 4.02667427062988 1
+"2168" 3 0.592509984970093 3 3 0
+"2169" 2 0.529449999332428 1 4 1
+"2170" 3 0.408399999141693 2 2.59403252601624 0
+"2171" 2 0.487359970808029 6 6 0
+"2172" 1 0.464700013399124 6 6 1
+"2173" 4 0.777340054512024 6 4 1
+"2174" 3 0.563733100891113 6 5 1
+"2175" 3 0.487359970808029 1 0.781161069869995 0
+"2176" 4 0.635573744773865 7 4 1
+"2177" 5 0.670401692390442 6 5 1
+"2178" 3 0.65021002292633 5 4 0
+"2179" 5 0.511519968509674 7 4 0
+"2180" 4 0.785520017147064 6 5 0
+"2181" 5 0.614226460456848 3 2.38114595413208 1
+"2182" 3 0.511519968509674 4 3 0
+"2183" 5 0.320780009031296 6 5.41595792770386 1
+"2184" 4 0.464700013399124 2 5 1
+"2185" 1 0.414970010519028 7 4 1
+"2186" 4 0.414970010519028 3 5 0
+"2187" 5 0.408399999141693 4 5 0
+"2188" 3 0.673849999904633 5 6 1
+"2189" 4 0.414970010519028 -0.664737939834595 3 0
+"2190" 3 0.62365996837616 1 5 0
+"2191" 1 0.785520017147064 2 4 1
+"2192" 5 0.688880026340485 3 6 1
+"2193" 3 0.364969998598099 1 5 1
+"2194" 2 0.673849999904633 7 6 0
+"2195" 2 0.673849999904633 1 2 1
+"2196" 3 0.614226460456848 2 4 0
+"2197" 3 0.673849999904633 1 3 0
+"2198" 3 0.267989993095398 1 6 1
+"2199" 1 0.644749999046326 6 5 0
+"2200" 3 0.332451611757278 4 4 1
+"2201" 3 0.51483541727066 6 4 1
+"2202" 4 0.47837907075882 3 4 1
+"2203" 5 0.390350013971329 2 6 0
+"2204" 5 0.343410015106201 5 4 0
+"2205" 3 0.189989998936653 5.48641586303711 3.85246276855469 1
+"2206" 4 0.532429993152618 1 2 0
+"2207" 3 0.903599977493286 6 4 0
+"2208" 5 0.414970010519028 3 4 0
+"2209" 3 0.367390006780624 6 3.5063419342041 1
+"2210" 3 0.511519968509674 6 7 0
+"2211" 3 0.364969998598099 4 4 1
+"2212" 4 0.320780009031296 7 6 1
+"2213" 2 0.515699863433838 4 6.13259506225586 1
+"2214" 4 0.673849999904633 3 5 1
+"2215" 5 0.448686182498932 3 5.50721979141235 0
+"2216" 3 0.688880026340485 6 6.14771127700806 1
+"2217" 3 0.387620002031326 5 5 0
+"2218" 3 0.609759986400604 5 3 1
+"2219" 2 0.320780009031296 1 1.42992424964905 1
+"2220" 1 0.688880026340485 1 4 1
+"2221" 3 0.364969998598099 5 2.89045858383179 1
+"2222" 3 0.592509984970093 2 4.0013861656189 0
+"2223" 2 0.62365996837616 3 3 0
+"2224" 3 0.785520017147064 6 5 0
+"2225" 5 0.520840048789978 2 2 0
+"2226" 5 0.461620002985001 1 3 0
+"2227" 3 0.343771666288376 3 4 1
+"2228" 5 0.367390006780624 6 4 0
+"2229" 4 0.414970010519028 1 4 0
+"2230" 3 0.150018200278282 0.655106008052826 4.84253883361816 1
+"2231" 4 0.477019995450974 6 4 0
+"2232" 4 0.331940054893494 1 3 1
+"2233" 5 0.785520017147064 1 3 1
+"2234" 5 0.414970010519028 4 5.62063932418823 1
+"2235" 1 0.65021002292633 4 5 0
+"2236" 5 0.408600002527237 3 4 1
+"2237" 2 1.13774001598358 3 2 0
+"2238" 1 0.265219986438751 3 1 1
+"2239" 3 0.394959986209869 2 2.15956544876099 1
+"2240" 5 0.556229770183563 3 6.02424097061157 1
+"2241" 4 0.477019995450974 5 5.38482046127319 0
+"2242" 3 0.461620002985001 6 5 0
+"2243" 5 0.785520017147064 2 4.83607006072998 0
+"2244" 2 0.600469946861267 2 2 1
+"2245" 2 1.13774001598358 3 4 0
+"2246" 4 0.401980012655258 4 3.40181636810303 0
+"2247" 3 0.511519968509674 3 3.23410773277283 0
+"2248" 4 0.320780009031296 6 5 0
+"2249" 3 0.600469946861267 7 6 1
+"2250" 4 0.306043207645416 3.16184210777283 4.36762762069702 1
+"2251" 3 0.600469946861267 6 4 1
+"2252" 2 0.189989998936653 2 6.77077054977417 1
+"2253" 5 0.72085028886795 7 5 0
+"2254" 4 0.408399999141693 6 4 0
+"2255" 3 0.394959986209869 3 1.91432499885559 1
+"2256" 3 0.323554635047913 7 6 1
+"2257" 4 0.698559999465942 4 2.95009756088257 1
+"2258" 4 0.785520017147064 3 4 1
+"2259" 5 0.267989993095398 2 3.45318102836609 1
+"2260" 5 0.8400399684906 7 5 1
+"2261" 4 0.408399999141693 4 4 0
+"2262" 3 0.644749999046326 6 5 0
+"2263" 3 0.785520017147064 2 4 0
+"2264" 5 0.600469946861267 1 1 1
+"2265" 4 0.267989993095398 5 6 1
+"2266" 5 0.408600002527237 2 1 1
+"2267" 3 0.464700013399124 2 3.79647731781006 1
+"2268" 2 0.400240004062653 4 6 1
+"2269" 3 0.614226460456848 2 4.02013731002808 0
+"2270" 5 0.343410015106201 3 2.56419396400452 1
+"2271" 3 0.387620002031326 2 2 1
+"2272" 4 0.477019995450974 3 6 0
+"2273" 4 0.367390006780624 1 4.67374324798584 0
+"2274" 4 0.251836538314819 5 4 1
+"2275" 3 0.364969998598099 2 4.05930519104004 1
+"2276" 3 0.529383957386017 7 6 1
+"2277" 4 0.785520017147064 7 6 1
+"2278" 4 0.335929989814758 6 5 1
+"2279" 5 0.267989993095398 2 4 0
+"2280" 3 0.36285999417305 4 7 1
+"2281" 3 0.315829992294312 1 2.51982450485229 1
+"2282" 4 0.614226460456848 3 1 0
+"2283" 4 0.644749999046326 2 4.39727544784546 0
+"2284" 3 0.364969998598099 1 2 1
+"2285" 4 0.785520017147064 1 2 1
+"2286" 5 0.265219986438751 2 4.7959156036377 0
+"2287" 3 0.662460029125214 7 5 0
+"2288" 4 0.407070010900497 6 6 1
+"2289" 5 0.171437188982964 3 2.92555403709412 1
+"2290" 4 0.315829992294312 1 5.415114402771 0
+"2291" 2 0.903599977493286 6 6 0
+"2292" 5 0.62365996837616 3.58881020545959 4.11364984512329 0
+"2293" 4 0.785520017147064 7 5 0
+"2294" 3 0.673849999904633 6 5 0
+"2295" 2 0.903599977493286 2 2 1
+"2296" 4 0.265219986438751 6 4 1
+"2297" 3 0.903599977493286 7 6 0
+"2298" 5 0.474476307630539 6 4 1
+"2299" 5 0.464700013399124 5 4 1
+"2300" 4 0.532429993152618 7 6 0
+"2301" 5 0.541048645973206 1 3 1
+"2302" 3 0.511519968509674 4 3.01702332496643 0
+"2303" 3 0.477019995450974 3 4.42323875427246 0
+"2304" 4 0.62365996837616 5 6.34336709976196 0
+"2305" 3 0.785520017147064 1 5 1
+"2306" 3 0.785520017147064 7 6 0
+"2307" 3 0.265219986438751 4.46090745925903 4.77140855789185 0
+"2308" 4 0.267989993095398 3 3.46432185173035 1
+"2309" 3 0.65021002292633 2 3 1
+"2310" 5 0.36285999417305 2 5 0
+"2311" 4 0.785520017147064 7 6 0
+"2312" 3 0.336679995059967 1 7 1
+"2313" 3 0.394959986209869 1 4 1
+"2314" 5 0.600469946861267 3 5 0
+"2315" 3 0.785520017147064 3 3 1
+"2316" 3 0.461620002985001 1 3 0
+"2317" 4 0.511519968509674 5 4 0
+"2318" 4 0.8400399684906 4 5 0
+"2319" 4 0.688880026340485 6 5 1
+"2320" 3 0.614226460456848 2 4 1
+"2321" 2 0.261489987373352 1 4 1
+"2322" 5 0.785520017147064 5 4 1
+"2323" 2 0.785520017147064 3 3 0
+"2324" 3 0.407070010900497 1 4 1
+"2325" 3 0.511519968509674 4.99329996109009 4 0
+"2326" 4 0.320780009031296 4 3 1
+"2327" 3 0.309140026569366 7 6 0
+"2328" 2 0.673849999904633 2 5 1
+"2329" 3 0.487359970808029 6 4 0
+"2330" 5 0.477840393781662 2 2.42047381401062 1
+"2331" 4 0.427269995212555 2 -0.216191679239273 1
+"2332" 3 0.334527373313904 1 1 0
+"2333" 4 0.789722084999084 7 6 0
+"2334" 3 0.367390006780624 4 6.14056205749512 1
+"2335" 5 0.343410015106201 1 1 1
+"2336" 4 0.461620002985001 1 5.29918479919434 1
+"2337" 4 0.172588288784027 5 2 1
+"2338" 3 0.65021002292633 3 2 0
+"2339" 2 0.614226460456848 1 4 0
+"2340" 1 0.518409967422485 4 6 0
+"2341" 4 0.614226460456848 1 4.04708814620972 1
+"2342" 4 0.785520017147064 4 5 1
+"2343" 3 0.461620002985001 2 7.01756620407104 1
+"2344" 5 0.511519968509674 6 4 0
+"2345" 5 0.312420010566711 2 2 1
+"2346" 4 0.487359970808029 1 2.66301035881042 0
+"2347" 5 0.581430017948151 5 6 0
+"2348" 4 0.8689044713974 1 4 1
+"2349" 4 0.600469946861267 1 4 1
+"2350" 5 0.785520017147064 4 4 1
+"2351" 3 0.390350013971329 5 4 0
+"2352" 4 0.511519968509674 5 4 0
+"2353" 3 0.315829992294312 1 0.943305253982544 1
+"2354" 2 0.400240004062653 4 3 1
+"2355" 3 0.343410015106201 7 6 1
+"2356" 5 0.487359970808029 6 4 0
+"2357" 5 0.511519968509674 6 4 0
+"2358" 3 0.592509984970093 5 3.78148055076599 0
+"2359" 3 0.461620002985001 1 6 0
+"2360" 4 0.609759986400604 7 4 1
+"2361" 3 0.312420010566711 1 3 0
+"2362" 5 0.84213000535965 7 4 1
+"2363" 3 0.315829992294312 1 2.33713150024414 0
+"2364" 3 0.785520017147064 5 5 0
+"2365" 3 0.401980012655258 1 3 0
+"2366" 3 0.267989993095398 3 3 1
+"2367" 2 0.785520017147064 1 2.10588908195496 0
+"2368" 1 0.65021002292633 5 6 0
+"2369" 3 0.400240004062653 3 6 1
+"2370" 3 0.335929989814758 6 4.74455833435059 0
+"2371" 2 0.673849999904633 1 3 1
+"2372" 2 0.673849999904633 6 2 1
+"2373" 5 0.477019995450974 7 5.6641411781311 0
+"2374" 2 0.36285999417305 2 2 0
+"2375" 2 0.673849999904633 6 6 0
+"2376" 4 0.461620002985001 2 4 0
+"2377" 3 0.267989993095398 7 4 1
+"2378" 3 0.267989993095398 5 4 0
+"2379" 3 0.320780009031296 5 5.2782096862793 1
+"2380" 3 0.407070010900497 7 4.94223070144653 0
+"2381" 3 0.374312222003937 6 5.73525905609131 1
+"2382" 3 0.400240004062653 1 6 1
+"2383" 4 0.343410015106201 3 6 0
+"2384" 1 0.511519968509674 1 2 0
+"2385" 1 0.312420010566711 1 1 1
+"2386" 5 0.320780009031296 1 2 1
+"2387" 5 0.688880026340485 5 5 1
+"2388" 4 1.10091006755829 7 6 0
+"2389" 5 1.10091006755829 5 6 1
+"2390" 3 0.644749999046326 3 3 0
+"2391" 4 0.673849999904633 7 5 1
+"2392" 3 0.785520017147064 5 6 0
+"2393" 5 0.440597921609879 1 1 1
+"2394" 5 0.903599977493286 4 2 0
+"2395" 5 0.785520017147064 6 4.77188301086426 1
+"2396" 5 0.785520017147064 1 2.32163953781128 1
+"2397" 2 0.673849999904633 1 2 0
+"2398" 3 0.312420010566711 5 6 1
+"2399" 3 0.511519968509674 2 5 0
+"2400" 4 0.394959986209869 5 5 1
+"2401" 5 0.461620002985001 1 3.52669930458069 0
+"2402" 3 0.464700013399124 1 6.07822751998901 1
+"2403" 5 0.793409943580627 3 3 0
+"2404" 3 0.390350013971329 1 7 0
+"2405" 2 0.532429993152618 4 6 0
+"2406" 3 0.660125374794006 4 2 0
+"2407" 4 0.364969998598099 2 3 1
+"2408" 3 0.267989993095398 5 5 0
+"2409" 5 0.609759986400604 3 5.42022466659546 1
+"2410" 3 0.247231513261795 2 5 1
+"2411" 3 0.320780009031296 4 6 1
+"2412" 5 0.367390006780624 2 7.07802724838257 0
+"2413" 4 0.250076979398727 4 2.97795915603638 1
+"2414" 4 0.401980012655258 2 4 0
+"2415" 4 0.265219986438751 6 7 1
+"2416" 3 0.511519968509674 2 2 0
+"2417" 4 0.309140026569366 0.173361718654633 4.65984916687012 1
+"2418" 5 0.400240004062653 3 4.93541383743286 1
+"2419" 3 0.75151002407074 5 6 0
+"2420" 3 0.600469946861267 6 6 1
+"2421" 5 0.609759986400604 4 5 1
+"2422" 4 0.411053061485291 4 5 1
+"2423" 5 0.267989993095398 4 5.69015550613403 1
+"2424" 3 0.265219986438751 6 2.85485434532166 0
+"2425" 3 0.394959986209869 1 2 1
+"2426" 3 0.600469946861267 3 4 0
+"2427" 4 0.367390006780624 6 5 1
+"2428" 4 0.461620002985001 6 4.42612314224243 0
+"2429" 2 0.381099998950958 1 4 0
+"2430" 3 0.408399999141693 5 6 0
+"2431" 3 0.315829992294312 4 2 1
+"2432" 3 0.785520017147064 1 2 1
+"2433" 4 0.842161118984222 7 4 1
+"2434" 4 0.394959986209869 5 5.99973297119141 1
+"2435" 5 0.261489987373352 2 3.81491470336914 1
+"2436" 4 0.400240004062653 4 5 1
+"2437" 5 0.644749999046326 1 3 1
+"2438" 3 0.673849999904633 7 7 0
+"2439" 4 0.267989993095398 3 4 1
+"2440" 3 0.329543977975845 3 2.16568207740784 1
+"2441" 2 0.394959986209869 2 4.39088010787964 1
+"2442" 5 0.343410015106201 3 4 1
+"2443" 5 0.487359970808029 2 1.14377200603485 1
+"2444" 5 0.65021002292633 7 6 1
+"2445" 4 0.364969998598099 1 6 1
+"2446" 4 0.785520017147064 2 4.52573299407959 0
+"2447" 3 0.600469946861267 1 2 1
+"2448" 3 0.592509984970093 2 4 1
+"2449" 3 0.62978994846344 5 6 0
+"2450" 4 0.394959986209869 4 3.23084759712219 1
+"2451" 5 0.532429993152618 4 5 0
+"2452" 5 0.581430017948151 7 5 0
+"2453" 5 0.592509984970093 2 3 1
+"2454" 3 0.408399999141693 7 4 0
+"2455" 5 0.394959986209869 6 4 0
+"2456" 4 0.511519968509674 5 5 0
+"2457" 4 0.614226460456848 6 5 0
+"2458" 5 0.592509984970093 4 7 0
+"2459" 2 0.401980012655258 1 3.88645625114441 1
+"2460" 3 0.903599977493286 3 5 0
+"2461" 4 0.785520017147064 2 5 1
+"2462" 5 0.396679431200027 1 4.05572128295898 1
+"2463" 5 0.401980012655258 1 2 1
+"2464" 3 0.461620002985001 4 5.39179849624634 0
+"2465" 5 0.267989993095398 2 4 1
+"2466" 1 0.461620002985001 1 5.96651935577393 0
+"2467" 3 0.785520017147064 7 6 0
+"2468" 4 0.600469946861267 2 4 1
+"2469" 3 0.667339324951172 3 4 1
+"2470" 4 0.785520017147064 5 4.72867298126221 1
+"2471" 3 0.688880026340485 1 3 1
+"2472" 4 0.62978994846344 2 3 0
+"2473" 3 0.785520017147064 1 2.84931945800781 1
+"2474" 5 0.387620002031326 1 1 1
+"2475" 4 0.312420010566711 4 3.14347386360168 1
+"2476" 3 0.389745891094208 1 4 1
+"2477" 3 0.388313621282578 1 6 1
+"2478" 3 0.267989993095398 1 1.81120061874390 0
+"2479" 3 0.592509984970093 2 3.37012124061584 0
+"2480" 4 0.609759986400604 7 5 1
+"2481" 3 0.312420010566711 1 6 1
+"2482" 4 0.785520017147064 2 3 0
+"2483" 5 0.604533731937408 4 4 0
+"2484" 3 0.353186160326004 6 3 1
+"2485" 2 0.673849999904633 6 6 1
diff --git a/data/immigration.tab b/data/immigration.tab
new file mode 100644
index 0000000..0d41343
--- /dev/null
+++ b/data/immigration.tab
@@ -0,0 +1,2486 @@
+"ipip" "wage1992" "prtyid" "ideol" "gender"
+"1" 3 0.614226460456848 7 5 1
+"2" 4 NA 5 5 1
+"3" 4 0.267989993095398 7 6 1
+"4" 1 0.261489987373352 1 4 1
+"5" 3 NA 2 NA 1
+"6" 4 0.464700013399124 5 3 0
+"7" 3 0.673849999904633 3 5 1
+"8" 5 NA 4 2 1
+"9" 2 0.600469946861267 1 1 1
+"10" 4 0.785520017147064 2 3 1
+"11" 3 0.367390006780624 5 2 0
+"12" 3 0.387620002031326 7 4 0
+"13" NA 0.394959986209869 NA NA 1
+"14" 3 0.312420010566711 5 NA 1
+"15" NA 1.13774001598358 4 4 0
+"16" 3 0.600469946861267 7 6 1
+"17" 3 0.461620002985001 6 4 0
+"18" NA 0.785520017147064 1 NA 0
+"19" 3 0.408399999141693 5 3 1
+"20" 5 0.518409967422485 7 4 1
+"21" NA 0.267989993095398 3 2 0
+"22" 3 0.265219986438751 3 NA 1
+"23" 4 0.614226460456848 3 5 1
+"24" 3 NA 4 3 0
+"25" 5 NA 7 6 1
+"26" 3 NA 3 6 1
+"27" 2 0.581430017948151 5 NA 1
+"28" 3 0.408399999141693 2 NA 1
+"29" NA 0.261489987373352 4 NA 1
+"30" 3 NA 5 NA 1
+"31" 5 0.267989993095398 1 NA 1
+"32" 5 0.408399999141693 6 NA 0
+"33" 4 0.440597921609879 6 4 1
+"34" 3 0.394959986209869 2 4 1
+"35" 3 0.511519968509674 1 NA 0
+"36" 3 0.785520017147064 6 NA 0
+"37" 5 0.785520017147064 5 6 0
+"38" 3 0.614226460456848 4 NA 0
+"39" 3 0.673849999904633 5 6 0
+"40" 2 0.65021002292633 2 3 1
+"41" 3 0.592509984970093 5 5 0
+"42" 3 0.644749999046326 6 3 1
+"43" 4 0.267989993095398 6 5 0
+"44" 5 0.614226460456848 2 5 0
+"45" 3 NA 1 4 1
+"46" 3 0.701979994773865 2 3 1
+"47" 5 0.427269995212555 6 6 1
+"48" 3 0.189989998936653 6 4 1
+"49" 3 0.511519968509674 2 NA 0
+"50" 4 0.518409967422485 7 7 0
+"51" 5 0.335929989814758 5 4 1
+"52" 2 0.65021002292633 1 2 0
+"53" 3 0.592509984970093 7 4 0
+"54" 4 0.367390006780624 4 4 0
+"55" NA 0.387620002031326 5 NA 0
+"56" 3 0.785520017147064 6 3 0
+"57" 3 0.320780009031296 1 6 1
+"58" 3 0.394959986209869 7 6 1
+"59" 5 0.785520017147064 7 6 1
+"60" 5 0.267989993095398 2 2 0
+"61" 3 0.414970010519028 7 6 0
+"62" NA 0.309140026569366 4 3 0
+"63" 4 0.406390011310577 1 2 1
+"64" 3 0.673849999904633 7 6 1
+"65" 5 0.511519968509674 1 2 0
+"66" 3 0.614226460456848 2 2 0
+"67" 3 0.261489987373352 2 NA 1
+"68" 4 0.600469946861267 1 5 1
+"69" 5 0.785520017147064 7 7 0
+"70" 5 NA 1 5 1
+"71" 3 0.364969998598099 5 5 0
+"72" 3 0.320780009031296 NA 7 1
+"73" 3 0.336679995059967 2 NA 0
+"74" NA 0.390350013971329 3 4 0
+"75" 3 0.785520017147064 7 4 0
+"76" 3 0.446730017662048 5 4 0
+"77" 3 NA 7 6 1
+"78" 1 0.309140026569366 7 4 0
+"79" 2 0.408399999141693 7 4 1
+"80" 3 0.592509984970093 7 2 0
+"81" 3 0.662460029125214 1 2 0
+"82" NA 0.267989993095398 2 NA 1
+"83" 5 0.592509984970093 3 5 0
+"84" 3 0.903599977493286 2 2 0
+"85" 5 0.477019995450974 5 NA 0
+"86" 3 0.545379996299744 5 NA 0
+"87" 5 0.688880026340485 5 6 1
+"88" 5 0.309140026569366 2 NA 0
+"89" NA 0.265219986438751 4 NA 0
+"90" 4 0.592509984970093 1 2 1
+"91" 3 0.701979994773865 7 6 1
+"92" 3 0.903599977493286 5 5 0
+"93" 3 0.408600002527237 1 NA 0
+"94" 3 0.785520017147064 1 2 1
+"95" NA 0.529449999332428 1 4 0
+"96" 4 0.320780009031296 7 2 1
+"97" 5 0.364969998598099 5 3 1
+"98" 3 0.361250013113022 2 NA 1
+"99" 5 0.662460029125214 4 NA 0
+"100" NA 0.673849999904633 4 5 1
+"101" 4 NA 5 4 1
+"102" 3 0.532429993152618 1 NA 0
+"103" 3 0.440597921609879 1 2 0
+"104" 4 0.367390006780624 4 NA 0
+"105" 3 0.785520017147064 5 5 0
+"106" 4 0.688880026340485 2 5 0
+"107" 4 0.385200023651123 4 NA 0
+"108" 4 NA 3 6 1
+"109" 5 0.701979994773865 6 4 0
+"110" 3 0.401980012655258 1 4 0
+"111" 3 NA 5 NA 1
+"112" 3 0.343410015106201 2 NA 1
+"113" 2 0.65021002292633 4 3 1
+"114" NA NA 7 6 0
+"115" 3 0.343410015106201 4 4 0
+"116" 3 0.785520017147064 6 5 0
+"117" 4 0.592509984970093 1 4 0
+"118" NA NA 1 6 0
+"119" 4 NA 4 4 1
+"120" 3 NA 2 NA 1
+"121" 3 0.673849999904633 3 NA 0
+"122" 1 0.688880026340485 2 4 1
+"123" 3 0.364969998598099 1 NA 1
+"124" 3 0.320780009031296 3 3 1
+"125" 3 NA 3 3 1
+"126" 5 0.609759986400604 6 2 1
+"127" 4 0.320780009031296 1 NA 1
+"128" 5 0.400240004062653 6 5 1
+"129" 3 0.600469946861267 3 4 1
+"130" 5 0.518409967422485 3 4 1
+"131" 3 0.600469946861267 2 4 1
+"132" 5 0.785520017147064 7 NA 0
+"133" 5 0.785520017147064 5 5 0
+"134" 5 NA 4 6 1
+"135" 5 NA NA NA 1
+"136" 3 0.644749999046326 1 6 0
+"137" 3 0.320780009031296 6 5 1
+"138" NA 0.385200023651123 1 3 1
+"139" 3 NA 7 5 1
+"140" 3 0.315829992294312 2 NA 1
+"141" 4 0.785520017147064 3 3 0
+"142" 3 0.518409967422485 7 6 1
+"143" 5 0.614226460456848 7 6 0
+"144" 3 1.10091006755829 6 5 0
+"145" 4 0.600469946861267 6 5 1
+"146" 3 0.600469946861267 2 4 1
+"147" 3 0.785520017147064 5 NA 1
+"148" 5 0.414970010519028 7 4 0
+"149" 4 0.36285999417305 6 4 0
+"150" 3 0.65021002292633 4 4 0
+"151" 4 0.464899986982346 4 NA 1
+"152" 5 0.785520017147064 5 4 1
+"153" 3 0.785520017147064 2 2 0
+"154" 3 0.785520017147064 1 3 1
+"155" 4 0.785520017147064 7 5 0
+"156" 3 0.600469946861267 5 NA 0
+"157" NA 0.511519968509674 4 NA 0
+"158" 5 NA 5 4 0
+"159" 4 0.673849999904633 5 6 0
+"160" 3 0.785520017147064 6 5 0
+"161" 4 0.673849999904633 6 5 0
+"162" 3 0.614226460456848 6 6 0
+"163" 3 NA 7 6 0
+"164" 2 0.793409943580627 5 6 0
+"165" 3 0.701979994773865 2 5 0
+"166" 5 0.320780009031296 1 NA 1
+"167" 3 0.487359970808029 3 3 0
+"168" 4 0.394959986209869 4 5 1
+"169" NA 0.529449999332428 3 NA 0
+"170" 4 0.320780009031296 1 4 1
+"171" 5 0.785520017147064 2 6 0
+"172" 3 0.609759986400604 2 4 1
+"173" 3 0.614226460456848 3 2 0
+"174" 4 0.267989993095398 1 3 1
+"175" 4 0.394959986209869 4 4 1
+"176" 5 0.785520017147064 3 4 0
+"177" 3 0.614226460456848 5 6 0
+"178" 3 0.65021002292633 7 6 0
+"179" 5 0.343410015106201 4 NA 1
+"180" 3 0.8400399684906 6 4 0
+"181" 5 0.267989993095398 7 5 1
+"182" 3 0.267989993095398 1 4 1
+"183" 5 NA 1 NA 1
+"184" 5 0.65021002292633 5 6 1
+"185" 4 0.312420010566711 2 3 1
+"186" NA 0.511519968509674 3 5 0
+"187" NA 0.785520017147064 7 5 0
+"188" 2 NA 2 4 1
+"189" NA 0.487359970808029 5 3 0
+"190" 5 0.614226460456848 6 3 1
+"191" 1 NA 7 6 1
+"192" 5 0.265219986438751 5 4 1
+"193" 3 0.343410015106201 2 NA 1
+"194" 1 0.320780009031296 3 1 0
+"195" 3 0.785520017147064 6 4 0
+"196" 3 0.793409943580627 2 5 0
+"197" 4 NA 5 NA 1
+"198" 4 0.903599977493286 7 4 1
+"199" 3 0.414970010519028 7 7 0
+"200" 5 0.407070010900497 1 NA 1
+"201" 3 0.8400399684906 5 6 0
+"202" 3 0.673849999904633 1 5 0
+"203" 3 0.529449999332428 5 4 1
+"204" NA 0.267989993095398 3 NA 1
+"205" 5 0.785520017147064 6 NA 0
+"206" 3 0.785520017147064 7 6 0
+"207" 3 0.688880026340485 5 4 1
+"208" NA 0.390350013971329 3 7 0
+"209" 3 0.381099998950958 4 NA 0
+"210" 3 0.461620002985001 1 4 0
+"211" 4 0.394959986209869 3 4 1
+"212" 4 0.65021002292633 7 6 0
+"213" 1 0.673849999904633 7 6 1
+"214" 3 NA 5 5 1
+"215" 3 0.581430017948151 3 NA 0
+"216" NA 0.511519968509674 3 2 0
+"217" 3 NA 6 NA 0
+"218" 3 0.343410015106201 3 NA 1
+"219" NA 0.785520017147064 2 7 1
+"220" NA 0.461620002985001 5 6 0
+"221" 5 0.698559999465942 2 7 0
+"222" 5 0.401980012655258 2 NA 1
+"223" 5 0.785520017147064 3 4 0
+"224" 4 0.387620002031326 2 NA 1
+"225" NA 0.400240004062653 2 NA 1
+"226" 5 0.267989993095398 1 NA 1
+"227" NA 0.335929989814758 4 NA 0
+"228" 1 0.520840048789978 6 4 0
+"229" 2 0.600469946861267 4 4 0
+"230" 3 0.673849999904633 1 2 0
+"231" NA 0.394959986209869 3 2 1
+"232" NA 0.394959986209869 6 6 1
+"233" NA 0.401980012655258 3 5 1
+"234" 3 0.673849999904633 1 5 1
+"235" 3 0.614226460456848 3 1 0
+"236" 4 0.457309991121292 3 4 0
+"237" 4 0.394959986209869 7 5 1
+"238" 5 0.600469946861267 2 4 1
+"239" 3 0.407070010900497 2 4 1
+"240" 4 0.701979994773865 7 4 1
+"241" 3 0.903599977493286 4 5 0
+"242" 3 0.315829992294312 6 NA 0
+"243" 5 0.387620002031326 1 2 1
+"244" 5 0.614226460456848 1 6 0
+"245" 4 0.315829992294312 4 4 0
+"246" 3 0.312420010566711 5 NA 1
+"247" NA 0.600469946861267 4 3 1
+"248" NA 0.343410015106201 2 NA 0
+"249" 4 0.367390006780624 NA NA 0
+"250" 4 0.440597921609879 2 4 0
+"251" 5 0.343410015106201 3 4 1
+"252" 2 0.400240004062653 1 4 1
+"253" NA 0.320780009031296 7 5 1
+"254" NA 0.414970010519028 5 5 0
+"255" 5 0.903599977493286 7 5 0
+"256" 4 0.600469946861267 6 3 1
+"257" 5 0.903599977493286 5 5 0
+"258" 3 0.609759986400604 5 3 1
+"259" 3 0.394959986209869 6 NA 1
+"260" 4 NA 6 5 0
+"261" 3 0.401980012655258 3 NA 0
+"262" 5 NA 2 6 1
+"263" NA 0.688880026340485 2 2 1
+"264" 2 0.592509984970093 4 6 0
+"265" 4 0.464700013399124 1 2 1
+"266" 4 0.688880026340485 7 4 1
+"267" 3 0.408399999141693 2 5 0
+"268" 3 1.10091006755829 6 5 0
+"269" 5 0.614226460456848 7 6 0
+"270" NA 0.267989993095398 4 NA 1
+"271" 5 0.408399999141693 1 NA 1
+"272" NA 0.408399999141693 3 NA 1
+"273" NA 0.477019995450974 2 NA 0
+"274" 3 0.487359970808029 4 3 0
+"275" 3 0.343410015106201 3 6 1
+"276" 3 0.65021002292633 3 2 1
+"277" 4 NA 2 NA 1
+"278" 3 0.446730017662048 3 2 0
+"279" 5 0.600469946861267 5 6 1
+"280" 5 0.267989993095398 NA NA 0
+"281" 3 0.600469946861267 2 3 1
+"282" NA NA 1 NA 1
+"283" 5 0.518409967422485 7 5 0
+"284" 4 0.36285999417305 5 NA 0
+"285" 5 0.414970010519028 4 NA 0
+"286" NA 0.400240004062653 5 NA 1
+"287" 3 0.785520017147064 5 NA 1
+"288" 3 0.777340054512024 7 7 0
+"289" 4 0.600469946861267 2 4 1
+"290" NA 0.785520017147064 7 6 0
+"291" 4 0.614226460456848 2 NA 1
+"292" NA 0.401980012655258 2 NA 0
+"293" 3 0.309140026569366 7 NA 1
+"294" 4 0.477019995450974 2 NA 0
+"295" 3 0.394959986209869 1 1 1
+"296" 5 0.381099998950958 2 4 1
+"297" 4 NA 1 7 1
+"298" 5 0.446730017662048 4 3 1
+"299" 2 0.785520017147064 6 4 1
+"300" 4 0.343410015106201 4 2 1
+"301" 5 0.427269995212555 2 7 0
+"302" 4 0.688880026340485 2 4 1
+"303" 3 0.785520017147064 6 5 1
+"304" NA 0.511519968509674 2 5 0
+"305" 4 0.440597921609879 1 NA 0
+"306" 4 0.785520017147064 3 3 0
+"307" 3 0.427269995212555 1 NA 0
+"308" 4 0.407070010900497 3 2 1
+"309" 3 0.343410015106201 4 4 0
+"310" 4 0.267989993095398 2 4 0
+"311" 3 0.267989993095398 1 NA 1
+"312" 4 0.394959986209869 3 NA 1
+"313" 3 0.343410015106201 6 4 1
+"314" 4 0.343410015106201 2 4 0
+"315" 5 0.592509984970093 2 4 0
+"316" 3 0.3887699842453 7 NA 0
+"317" 5 NA 7 6 0
+"318" 4 0.461620002985001 1 NA 0
+"319" NA 0.394959986209869 4 4 1
+"320" NA 0.614226460456848 5 4 1
+"321" 5 0.673849999904633 6 4 1
+"322" 3 0.673849999904633 7 6 0
+"323" 3 0.785520017147064 7 6 0
+"324" 3 0.394959986209869 3 NA 1
+"325" 5 NA 3 NA 1
+"326" 3 0.343410015106201 6 6 1
+"327" 4 NA 6 2 1
+"328" 4 0.592509984970093 1 NA 0
+"329" 3 0.487359970808029 2 2 0
+"330" 1 NA 4 1 1
+"331" 3 0.614226460456848 3 2 1
+"332" 5 0.267989993095398 3 4 1
+"333" 4 NA 6 5 0
+"334" 3 NA 2 4 1
+"335" 3 0.464899986982346 6 6 1
+"336" NA 0.320780009031296 7 6 1
+"337" 3 0.529449999332428 1 3 0
+"338" 2 0.600469946861267 7 6 1
+"339" 4 0.414970010519028 7 6 0
+"340" 5 0.387620002031326 5 6 1
+"341" 3 0.62365996837616 1 NA 0
+"342" NA 0.785520017147064 4 NA 0
+"343" 3 0.673849999904633 5 NA 1
+"344" 3 0.267989993095398 4 NA 1
+"345" 3 0.461620002985001 1 1 0
+"346" 5 NA 7 6 1
+"347" 3 0.701979994773865 6 5 0
+"348" NA 0.600469946861267 4 NA 1
+"349" 3 0.267989993095398 1 6 1
+"350" 5 0.364969998598099 5 3 1
+"351" 4 0.343410015106201 1 4 1
+"352" NA 0.387620002031326 6 NA 1
+"353" 3 0.520840048789978 4 NA 0
+"354" 4 0.614226460456848 3 3 0
+"355" 5 0.400240004062653 7 6 0
+"356" 3 0.785520017147064 6 6 0
+"357" 5 0.65021002292633 1 4 1
+"358" 5 0.903599977493286 3 4 0
+"359" 3 0.400240004062653 6 4 1
+"360" NA NA 5 NA 1
+"361" 2 0.364969998598099 2 NA 1
+"362" 5 0.464700013399124 3 2 1
+"363" 3 0.903599977493286 5 3 1
+"364" NA 0.315829992294312 1 NA 1
+"365" 4 0.511519968509674 5 NA 0
+"366" 2 NA 6 4 1
+"367" 4 0.315829992294312 3 3 1
+"368" 3 0.400240004062653 6 4 1
+"369" 5 0.407070010900497 3 4 1
+"370" 4 0.335929989814758 2 1 0
+"371" 4 NA 4 4 1
+"372" NA NA 3 NA 1
+"373" 4 0.320780009031296 5 NA 1
+"374" 3 0.600469946861267 2 4 1
+"375" 3 0.446730017662048 1 4 0
+"376" 5 0.343410015106201 2 NA 1
+"377" NA 1.13774001598358 1 1 0
+"378" 3 0.518409967422485 1 4 0
+"379" 5 0.8400399684906 7 7 0
+"380" 1 0.408399999141693 3 2 1
+"381" 5 NA 2 NA 1
+"382" 3 0.785520017147064 5 NA 0
+"383" 5 0.545379996299744 4 4 0
+"384" 3 0.309140026569366 3 4 0
+"385" NA 0.400240004062653 5 4 1
+"386" 3 0.315829992294312 NA NA 0
+"387" 4 0.903599977493286 5 5 0
+"388" 3 0.189989998936653 4 NA 1
+"389" 2 0.367390006780624 4 4 0
+"390" 5 0.315829992294312 7 6 0
+"391" 5 0.267989993095398 2 1 1
+"392" 3 0.390350013971329 4 3 0
+"393" 5 0.440597921609879 5 7 0
+"394" 2 0.343410015106201 1 2 1
+"395" 3 0.785520017147064 2 3 1
+"396" 3 NA 2 NA 1
+"397" 3 0.65021002292633 7 NA 1
+"398" 3 0.315829992294312 1 3 1
+"399" NA 0.673849999904633 4 6 0
+"400" NA 0.315829992294312 3 2 0
+"401" 2 0.261489987373352 2 5 1
+"402" 3 NA 5 5 1
+"403" 3 0.267989993095398 4 NA 1
+"404" 3 NA 6 5 0
+"405" NA 0.394959986209869 6 NA 1
+"406" 4 0.614226460456848 4 4 0
+"407" 1 0.461620002985001 5 5 0
+"408" 1 0.903599977493286 6 5 0
+"409" 4 0.461620002985001 1 1 0
+"410" 5 0.777340054512024 5 5 0
+"411" 3 0.903599977493286 5 5 0
+"412" 4 0.265219986438751 3 NA 0
+"413" 3 0.267989993095398 7 4 1
+"414" 4 0.777340054512024 3 3 0
+"415" 3 0.644749999046326 2 2 0
+"416" 3 0.614226460456848 7 6 1
+"417" 4 0.785520017147064 7 6 0
+"418" NA 0.320780009031296 1 4 1
+"419" NA 0.487359970808029 2 NA 0
+"420" 3 0.75151002407074 1 NA 0
+"421" 5 NA 3 NA 1
+"422" 3 0.545379996299744 5 6 0
+"423" 3 0.644749999046326 7 5 1
+"424" 3 NA 1 2 1
+"425" 5 0.688880026340485 6 3 0
+"426" 4 0.644749999046326 3 3 0
+"427" 3 0.785520017147064 3 2 1
+"428" 4 0.414970010519028 1 6 0
+"429" 3 0.401980012655258 4 NA 1
+"430" 4 NA 2 NA 1
+"431" 3 0.8400399684906 1 3 1
+"432" 3 NA 6 6 1
+"433" 3 0.394959986209869 5 NA 1
+"434" 3 NA 3 NA 1
+"435" 4 0.609759986400604 3 3 0
+"436" 3 0.511519968509674 3 4 0
+"437" 3 0.367390006780624 2 3 1
+"438" 3 0.8400399684906 4 3 0
+"439" 4 NA 3 2 1
+"440" 3 0.320780009031296 1 NA 1
+"441" 5 0.592509984970093 6 5 1
+"442" 3 0.592509984970093 6 5 0
+"443" 3 0.644749999046326 2 2 1
+"444" NA 0.903599977493286 5 5 0
+"445" 2 0.701979994773865 5 5 0
+"446" NA 0.461620002985001 4 4 0
+"447" 4 0.487359970808029 5 6 0
+"448" 4 0.673849999904633 2 3 1
+"449" 2 0.614226460456848 4 4 0
+"450" 3 0.36285999417305 4 4 0
+"451" 3 NA 4 4 1
+"452" 3 0.581430017948151 4 4 0
+"453" 5 0.343410015106201 2 NA 1
+"454" 3 0.609759986400604 5 6 1
+"455" 4 0.600469946861267 2 5 1
+"456" 2 0.343410015106201 3 3 1
+"457" 5 0.408399999141693 5 4 1
+"458" 3 0.511519968509674 3 NA 0
+"459" NA 0.189989998936653 3 5 1
+"460" 5 0.614226460456848 4 NA 1
+"461" 3 0.688880026340485 6 4 1
+"462" 5 0.315829992294312 1 NA 1
+"463" 3 0.785520017147064 4 4 0
+"464" 3 0.408600002527237 1 NA 1
+"465" 3 0.267989993095398 5 3 1
+"466" 4 NA 7 3 0
+"467" 4 0.511519968509674 4 NA 0
+"468" 5 0.335929989814758 2 NA 0
+"469" 5 0.401980012655258 1 2 1
+"470" 4 0.688880026340485 1 NA 1
+"471" 1 0.189989998936653 1 NA 1
+"472" 1 0.84213000535965 2 1 0
+"473" 3 NA 6 5 1
+"474" 4 0.267989993095398 2 NA 1
+"475" 4 NA 4 NA 1
+"476" NA 0.394959986209869 6 6 1
+"477" 5 0.511519968509674 2 5 0
+"478" 5 NA 7 4 1
+"479" 5 0.614226460456848 5 7 0
+"480" 1 0.343410015106201 2 4 0
+"481" 3 0.785520017147064 4 4 1
+"482" 4 0.343410015106201 4 5 1
+"483" 4 0.440597921609879 4 NA 0
+"484" 3 0.315829992294312 2 2 0
+"485" 5 0.532429993152618 4 4 0
+"486" 3 0.320780009031296 3 NA 1
+"487" 1 0.336679995059967 6 5 0
+"488" 4 0.394959986209869 7 3 1
+"489" 4 0.390350013971329 4 NA 0
+"490" 1 0.793409943580627 3 4 0
+"491" 3 0.673849999904633 5 4 0
+"492" 5 0.400240004062653 4 4 0
+"493" 5 0.614226460456848 6 5 0
+"494" 5 0.532429993152618 5 6 1
+"495" 4 0.408399999141693 2 NA 0
+"496" 3 0.343410015106201 5 NA 0
+"497" 1 0.644749999046326 6 6 0
+"498" 3 0.8400399684906 4 NA 1
+"499" 3 NA 5 4 1
+"500" 3 NA 2 7 1
+"501" 3 0.464700013399124 5 4 1
+"502" 3 0.581430017948151 5 5 0
+"503" 3 0.312420010566711 3 NA 1
+"504" 3 0.320780009031296 1 NA 1
+"505" NA 0.408600002527237 1 NA 1
+"506" 4 0.267989993095398 4 5 1
+"507" NA 0.267989993095398 2 NA 1
+"508" 3 0.785520017147064 3 2 0
+"509" 2 0.427269995212555 2 6 0
+"510" 5 0.408399999141693 NA 3 0
+"511" 3 0.394959986209869 3 4 1
+"512" 5 0.267989993095398 6 4 0
+"513" 3 0.614226460456848 7 5 0
+"514" 5 0.518409967422485 5 7 0
+"515" 3 0.84213000535965 3 2 1
+"516" 4 0.312420010566711 1 4 1
+"517" 5 0.312420010566711 2 4 1
+"518" 3 0.394959986209869 2 4 1
+"519" 4 0.609759986400604 5 4 1
+"520" 5 0.468820005655289 NA 4 1
+"521" 4 0.385200023651123 3 4 0
+"522" NA 1.13774001598358 2 3 0
+"523" 3 0.532429993152618 7 6 0
+"524" 3 0.614226460456848 2 4 0
+"525" NA 0.644749999046326 3 4 1
+"526" 4 0.320780009031296 2 NA 1
+"527" 5 0.609759986400604 2 NA 1
+"528" 4 0.343410015106201 3 5 0
+"529" 4 0.662460029125214 4 3 0
+"530" 5 0.600469946861267 3 4 1
+"531" 2 0.320780009031296 1 2 0
+"532" 2 0.312420010566711 3 4 0
+"533" 4 0.62365996837616 1 4 0
+"534" NA 0.600469946861267 NA 4 1
+"535" 3 0.614226460456848 5 4 0
+"536" 3 NA 5 NA 1
+"537" 3 0.189989998936653 2 6 1
+"538" 3 0.408600002527237 1 3 1
+"539" 3 0.401980012655258 5 NA 1
+"540" 3 0.261489987373352 5 6 1
+"541" NA 0.511519968509674 2 NA 0
+"542" 4 0.407070010900497 3 4 1
+"543" 3 NA 6 NA 1
+"544" 5 0.532429993152618 6 6 1
+"545" 3 0.461620002985001 5 NA 0
+"546" NA NA 4 5 1
+"547" 1 NA 2 NA 0
+"548" 3 0.335929989814758 5 4 0
+"549" 4 0.343410015106201 2 2 1
+"550" 4 0.614226460456848 1 2 0
+"551" NA 0.614226460456848 1 2 0
+"552" 3 0.8400399684906 7 6 0
+"553" 4 0.487359970808029 2 3 0
+"554" 4 0.532429993152618 7 4 1
+"555" 4 0.464899986982346 2 NA 0
+"556" 4 0.408600002527237 3 4 0
+"557" NA 0.401980012655258 5 5 0
+"558" 4 0.701979994773865 3 NA 0
+"559" 3 0.387620002031326 5 7 1
+"560" NA 0.312420010566711 2 6 1
+"561" 3 0.312420010566711 5 4 1
+"562" 5 0.600469946861267 7 2 0
+"563" 5 0.532429993152618 7 6 0
+"564" 3 0.408399999141693 1 3 0
+"565" 4 0.511519968509674 1 7 0
+"566" 3 0.662460029125214 6 4 0
+"567" 5 0.364969998598099 6 NA 1
+"568" 3 0.343410015106201 5 NA 0
+"569" 1 NA 3 2 1
+"570" 3 0.511519968509674 4 NA 0
+"571" 4 0.673849999904633 4 NA 1
+"572" 4 0.315829992294312 7 4 0
+"573" 3 0.427269995212555 7 2 0
+"574" 4 0.343410015106201 2 5 1
+"575" 3 0.408399999141693 3 5 1
+"576" 3 0.315829992294312 3 4 1
+"577" NA NA 6 6 1
+"578" 3 0.401980012655258 4 5 0
+"579" 5 0.408399999141693 4 4 1
+"580" 5 0.401980012655258 1 NA 1
+"581" 4 NA 3 4 0
+"582" 5 NA 6 5 1
+"583" 5 0.315829992294312 4 4 0
+"584" 5 0.394959986209869 5 6 1
+"585" 3 0.461620002985001 6 5 0
+"586" 4 0.189989998936653 2 NA 1
+"587" 4 NA 1 2 1
+"588" 5 NA 1 4 1
+"589" 3 0.673849999904633 5 5 1
+"590" 4 0.511519968509674 4 NA 0
+"591" 3 0.387620002031326 6 5 0
+"592" 3 0.592509984970093 2 4 0
+"593" 3 0.267989993095398 4 4 1
+"594" NA 0.785520017147064 6 6 0
+"595" 3 0.36285999417305 2 NA 1
+"596" 5 0.408399999141693 5 6 0
+"597" 4 0.267989993095398 6 7 1
+"598" 1 NA 5 4 1
+"599" 5 0.614226460456848 6 5 1
+"600" 5 0.401980012655258 3 NA 1
+"601" 3 0.903599977493286 6 4 0
+"602" 4 0.407070010900497 3 6 1
+"603" 2 0.457309991121292 6 NA 0
+"604" 2 0.644749999046326 5 4 0
+"605" 4 0.62365996837616 7 6 0
+"606" 4 0.267989993095398 2 7 1
+"607" 3 0.414970010519028 5 2 0
+"608" 4 NA 6 5 0
+"609" 3 0.609759986400604 7 NA 1
+"610" 3 0.785520017147064 1 4 1
+"611" 4 0.903599977493286 6 3 0
+"612" 1 0.609759986400604 3 6 1
+"613" 5 0.62365996837616 2 4 0
+"614" 3 NA NA NA 1
+"615" 3 0.400240004062653 1 2 1
+"616" 4 0.614226460456848 7 6 1
+"617" 5 0.614226460456848 2 4 0
+"618" NA 0.518409967422485 1 4 0
+"619" NA 0.785520017147064 5 4 0
+"620" 5 0.614226460456848 6 3 1
+"621" 4 0.427269995212555 3 NA 0
+"622" 3 NA 5 4 1
+"623" 5 0.267989993095398 4 4 0
+"624" 3 0.903599977493286 4 4 0
+"625" 5 0.688880026340485 6 4 1
+"626" 5 0.312420010566711 6 4 1
+"627" 3 0.532429993152618 1 5 0
+"628" NA 0.673849999904633 6 4 1
+"629" 3 0.309140026569366 4 NA 0
+"630" 3 0.785520017147064 6 5 1
+"631" 4 0.600469946861267 5 7 1
+"632" 5 NA 1 4 1
+"633" 4 0.487359970808029 5 NA 0
+"634" 4 NA 5 3 0
+"635" 4 0.785520017147064 6 7 0
+"636" 1 0.644749999046326 3 2 0
+"637" 1 0.309140026569366 5 5 0
+"638" 4 0.673849999904633 3 2 0
+"639" 5 0.532429993152618 2 NA 0
+"640" 5 0.315829992294312 1 NA 1
+"641" 3 0.440597921609879 4 7 0
+"642" 3 0.343410015106201 5 6 1
+"643" 3 0.320780009031296 2 NA 1
+"644" 5 0.364969998598099 1 6 1
+"645" 5 NA 2 1 1
+"646" 4 NA 5 5 1
+"647" 3 0.464700013399124 5 NA 1
+"648" NA 0.487359970808029 7 NA 0
+"649" 3 0.461620002985001 7 4 0
+"650" 5 0.315829992294312 1 7 0
+"651" 2 0.84213000535965 3 1 1
+"652" 3 NA 3 NA 1
+"653" 3 0.600469946861267 6 4 1
+"654" 3 0.487359970808029 4 5 0
+"655" 3 0.487359970808029 1 4 0
+"656" 3 0.785520017147064 6 4 0
+"657" 4 0.343410015106201 3 4 1
+"658" 5 NA 6 6 1
+"659" 3 0.387620002031326 4 NA 1
+"660" 5 0.614226460456848 6 5 1
+"661" NA 0.343410015106201 2 3 0
+"662" 5 0.315829992294312 2 4 0
+"663" 5 0.785520017147064 7 5 0
+"664" 3 0.532429993152618 6 4 1
+"665" 1 NA 7 6 1
+"666" 3 0.903599977493286 2 3 0
+"667" 3 0.343410015106201 5 6 0
+"668" 3 0.261489987373352 3 NA 1
+"669" 3 0.688880026340485 5 3 1
+"670" 4 0.400240004062653 5 NA 1
+"671" 3 0.65021002292633 2 3 1
+"672" NA NA 4 NA 1
+"673" 3 NA 1 3 1
+"674" 3 0.785520017147064 3 2 1
+"675" 3 0.401980012655258 4 4 0
+"676" NA 0.390350013971329 2 6 0
+"677" 3 NA 6 NA 1
+"678" 3 0.785520017147064 6 6 0
+"679" 3 0.84213000535965 2 3 1
+"680" 1 0.320780009031296 1 4 1
+"681" 4 NA 2 3 0
+"682" 3 0.785520017147064 3 3 0
+"683" 3 0.461620002985001 1 NA 1
+"684" 3 0.511519968509674 7 7 0
+"685" 3 0.36285999417305 3 5 1
+"686" NA 0.793409943580627 2 2 1
+"687" 3 0.477019995450974 1 4 0
+"688" 3 0.614226460456848 5 5 0
+"689" 3 0.381099998950958 NA NA 1
+"690" 4 0.367390006780624 2 4 0
+"691" 2 0.644749999046326 2 4 0
+"692" 3 0.600469946861267 5 6 0
+"693" 3 0.408399999141693 4 4 1
+"694" 3 0.600469946861267 2 4 1
+"695" 5 0.614226460456848 4 4 0
+"696" 5 0.614226460456848 6 NA 0
+"697" 4 NA 5 4 1
+"698" 5 NA 6 4 1
+"699" 4 NA 1 NA 1
+"700" NA 0.267989993095398 2 NA 1
+"701" 2 0.394959986209869 2 3 1
+"702" 2 0.407070010900497 5 NA 1
+"703" 3 0.394959986209869 5 3 1
+"704" 3 0.394959986209869 3 3 1
+"705" 4 0.785520017147064 6 6 0
+"706" 5 0.487359970808029 7 3 0
+"707" 5 NA 3 4 1
+"708" 5 0.401980012655258 1 1 0
+"709" 3 0.343410015106201 5 3 1
+"710" 4 0.8400399684906 3 4 0
+"711" 4 0.785520017147064 2 4 0
+"712" 5 0.592509984970093 4 6 0
+"713" 4 NA 6 4 1
+"714" 5 0.785520017147064 6 4 0
+"715" 5 0.394959986209869 2 4 1
+"716" 3 0.84213000535965 3 3 0
+"717" NA 0.394959986209869 NA NA 1
+"718" 4 NA 7 5 1
+"719" 5 NA 6 NA 1
+"720" 3 0.312420010566711 2 5 1
+"721" 3 NA 3 NA 1
+"722" 4 0.446730017662048 2 4 0
+"723" 3 0.581430017948151 2 3 0
+"724" 3 0.609759986400604 1 2 1
+"725" 4 0.394959986209869 2 NA 1
+"726" 3 0.688880026340485 4 4 1
+"727" 5 0.511519968509674 1 6 0
+"728" 3 0.688880026340485 1 2 0
+"729" NA 0.644749999046326 4 3 0
+"730" 5 0.592509984970093 4 4 0
+"731" 5 0.320780009031296 2 NA 1
+"732" NA 0.785520017147064 6 6 0
+"733" 4 0.600469946861267 5 3 1
+"734" NA 0.511519968509674 6 6 0
+"735" 3 0.903599977493286 6 5 0
+"736" 3 0.785520017147064 1 2 1
+"737" 3 0.532429993152618 3 1 0
+"738" 3 0.65021002292633 4 4 1
+"739" 5 0.614226460456848 2 3 1
+"740" NA 0.511519968509674 1 7 0
+"741" 1 NA 5 NA 1
+"742" 4 0.440597921609879 3 NA 0
+"743" 3 0.267989993095398 6 4 1
+"744" 3 0.785520017147064 2 4 1
+"745" 5 NA 2 4 1
+"746" 3 1.13774001598358 3 4 0
+"747" 3 0.320780009031296 6 NA 1
+"748" 5 0.532429993152618 1 4 1
+"749" 5 0.600469946861267 5 6 1
+"750" 1 0.785520017147064 5 5 0
+"751" 3 0.785520017147064 5 5 1
+"752" NA NA 3 NA 1
+"753" NA 0.688880026340485 6 5 0
+"754" 2 0.400240004062653 2 4 1
+"755" NA 0.688880026340485 5 5 1
+"756" 5 0.673849999904633 6 5 1
+"757" 3 0.407070010900497 7 5 1
+"758" 3 0.785520017147064 5 6 1
+"759" 4 1.10091006755829 6 5 0
+"760" 4 0.401980012655258 7 2 0
+"761" 5 0.600469946861267 6 5 0
+"762" 3 0.614226460456848 2 5 0
+"763" 3 0.343410015106201 1 3 1
+"764" 3 NA 1 2 1
+"765" 5 0.785520017147064 7 5 1
+"766" 5 0.609759986400604 5 4 1
+"767" 2 0.65021002292633 3 2 0
+"768" 2 1.13774001598358 1 2 0
+"769" 3 0.407070010900497 4 NA 1
+"770" 4 0.3887699842453 2 4 0
+"771" 4 0.65021002292633 5 6 0
+"772" 4 0.903599977493286 4 4 0
+"773" NA 0.406390011310577 2 NA 1
+"774" 3 NA 1 2 1
+"775" 2 0.609759986400604 2 2 1
+"776" 5 0.592509984970093 7 NA 0
+"777" 3 0.688880026340485 3 5 1
+"778" 5 0.701979994773865 5 5 0
+"779" 2 1.10091006755829 1 1 1
+"780" NA 0.408600002527237 2 NA 1
+"781" NA 0.414970010519028 5 6 0
+"782" 4 0.364969998598099 6 4 1
+"783" 4 0.673849999904633 4 4 1
+"784" 4 0.267989993095398 1 5 1
+"785" 5 0.477019995450974 6 2 0
+"786" NA 0.309140026569366 5 5 0
+"787" 3 0.394959986209869 2 2 1
+"788" 4 0.592509984970093 1 NA 0
+"789" 3 0.785520017147064 2 NA 0
+"790" 4 0.785520017147064 6 3 1
+"791" 5 NA 1 NA 1
+"792" 3 0.644749999046326 1 4 1
+"793" 3 0.785520017147064 4 4 0
+"794" 2 0.320780009031296 7 6 1
+"795" NA NA 2 4 1
+"796" 5 0.407070010900497 1 5 1
+"797" NA 0.600469946861267 1 4 1
+"798" 4 0.600469946861267 6 4 1
+"799" 3 0.407070010900497 4 4 1
+"800" 2 0.688880026340485 5 5 1
+"801" NA 0.320780009031296 1 6 1
+"802" NA NA 6 5 1
+"803" 5 0.785520017147064 1 4 0
+"804" 5 0.62365996837616 5 4 0
+"805" 3 0.320780009031296 5 NA 1
+"806" 5 0.340220004320145 7 4 1
+"807" NA 0.785520017147064 1 2 0
+"808" 1 0.532429993152618 7 4 0
+"809" 3 0.614226460456848 2 2 1
+"810" 2 0.261489987373352 3 NA 1
+"811" NA 0.532429993152618 1 2 0
+"812" 3 0.400240004062653 5 4 1
+"813" 5 0.785520017147064 7 5 0
+"814" 2 0.320780009031296 1 2 0
+"815" 3 NA 4 4 1
+"816" 4 0.267989993095398 1 3 1
+"817" 3 0.386619985103607 5 4 0
+"818" 3 0.427269995212555 6 5 1
+"819" 3 NA 6 NA 1
+"820" 4 0.394959986209869 5 4 1
+"821" 3 0.644749999046326 7 6 1
+"822" 4 0.408399999141693 2 4 0
+"823" 4 0.461620002985001 5 4 0
+"824" 3 0.785520017147064 7 NA 0
+"825" 1 NA 1 5 1
+"826" 3 NA 3 4 1
+"827" NA 0.532429993152618 1 NA 0
+"828" 4 0.785520017147064 4 5 0
+"829" NA 0.609759986400604 7 5 0
+"830" 3 0.785520017147064 7 5 0
+"831" 5 NA 6 4 1
+"832" NA 0.84213000535965 2 1 1
+"833" NA 0.581430017948151 2 NA 1
+"834" 5 0.408600002527237 2 1 1
+"835" 3 0.394959986209869 3 NA 1
+"836" 4 NA 7 6 1
+"837" 4 0.312420010566711 3 NA 1
+"838" 3 0.461620002985001 2 NA 0
+"839" 4 0.673849999904633 4 2 1
+"840" 5 0.309140026569366 7 5 0
+"841" 5 0.390350013971329 1 6 0
+"842" NA 0.785520017147064 7 4 0
+"843" 3 0.427269995212555 7 5 1
+"844" 3 0.673849999904633 6 5 1
+"845" 5 NA 4 2 0
+"846" 5 0.785520017147064 5 5 0
+"847" NA 0.785520017147064 1 3 0
+"848" 3 0.600469946861267 1 2 1
+"849" 3 0.343410015106201 6 4 1
+"850" 3 0.267989993095398 3 4 1
+"851" 4 0.520840048789978 3 5 0
+"852" 5 0.511519968509674 4 4 0
+"853" 4 0.401980012655258 4 6 0
+"854" 3 0.592509984970093 7 6 0
+"855" 5 0.62978994846344 4 NA 0
+"856" 3 0.261489987373352 3 NA 1
+"857" 3 NA 3 NA 1
+"858" 3 0.688880026340485 3 NA 1
+"859" 3 NA 2 5 1
+"860" 4 0.609759986400604 7 6 1
+"861" 4 0.62365996837616 4 6 0
+"862" 3 NA 2 NA 1
+"863" 3 0.401980012655258 1 3 0
+"864" 3 0.673849999904633 4 5 0
+"865" 4 0.343410015106201 7 4 1
+"866" 5 0.529449999332428 1 2 1
+"867" 5 0.400240004062653 1 4 1
+"868" 3 NA 2 5 0
+"869" NA 0.785520017147064 2 3 1
+"870" 3 0.614226460456848 6 4 0
+"871" 4 0.320780009031296 3 1 1
+"872" 3 NA 2 NA 1
+"873" 4 0.532429993152618 3 4 0
+"874" 3 0.446730017662048 7 4 0
+"875" 5 0.65021002292633 1 4 0
+"876" NA 0.688880026340485 7 5 0
+"877" 5 0.464700013399124 3 NA 1
+"878" 3 0.688880026340485 6 6 1
+"879" 3 0.446730017662048 5 5 0
+"880" 4 0.320780009031296 3 NA 1
+"881" 3 0.785520017147064 1 4 0
+"882" 3 1.13774001598358 3 3 0
+"883" 5 0.408600002527237 1 NA 1
+"884" 3 0.644749999046326 5 5 0
+"885" 3 0.312420010566711 3 NA 1
+"886" 4 NA 5 4 0
+"887" 4 0.414970010519028 1 4 0
+"888" 3 0.511519968509674 4 4 0
+"889" 4 0.600469946861267 6 NA 0
+"890" 3 NA 4 4 1
+"891" NA 0.394959986209869 2 4 1
+"892" 3 0.903599977493286 7 4 0
+"893" NA 0.673849999904633 7 7 0
+"894" 2 0.600469946861267 3 2 1
+"895" 4 0.267989993095398 4 NA 1
+"896" 3 1.10091006755829 3 2 0
+"897" 3 0.62365996837616 1 4 0
+"898" 3 0.785520017147064 6 5 0
+"899" 4 NA 4 3 1
+"900" NA 0.592509984970093 7 7 0
+"901" 4 0.477019995450974 4 NA 0
+"902" 4 0.401980012655258 4 NA 1
+"903" 3 0.600469946861267 1 2 1
+"904" 3 0.62365996837616 7 6 0
+"905" 3 0.267989993095398 2 NA 1
+"906" 4 0.662460029125214 5 6 0
+"907" 5 0.461620002985001 3 NA 0
+"908" 3 0.62365996837616 6 4 0
+"909" 3 NA 4 3 1
+"910" 2 0.477019995450974 6 3 0
+"911" 3 0.487359970808029 2 NA 0
+"912" 5 0.600469946861267 2 2 1
+"913" 5 0.390350013971329 3 NA 0
+"914" 3 0.673849999904633 1 2 0
+"915" NA NA 6 4 1
+"916" 4 NA 2 NA 1
+"917" NA 0.464700013399124 1 4 1
+"918" 4 0.662460029125214 4 5 0
+"919" 4 0.614226460456848 6 5 1
+"920" 5 0.464899986982346 1 4 0
+"921" 3 0.401980012655258 2 3 0
+"922" 2 0.903599977493286 2 4 0
+"923" NA 0.609759986400604 6 5 1
+"924" 3 0.673849999904633 6 3 1
+"925" 4 0.785520017147064 2 2 0
+"926" 5 0.401980012655258 3 NA 0
+"927" 4 0.312420010566711 3 2 1
+"928" 4 0.785520017147064 2 NA 1
+"929" 3 0.320780009031296 1 7 1
+"930" 1 0.267989993095398 1 2 0
+"931" 3 0.688880026340485 2 5 1
+"932" 3 0.394959986209869 2 3 1
+"933" 4 0.592509984970093 6 5 0
+"934" 4 0.394959986209869 4 NA 1
+"935" NA 0.673849999904633 5 5 0
+"936" NA 0.614226460456848 4 NA 1
+"937" 4 0.65021002292633 4 3 0
+"938" 3 0.464700013399124 7 5 1
+"939" 3 0.394959986209869 3 3 1
+"940" 3 0.487359970808029 3 5 0
+"941" 4 0.427269995212555 NA NA 1
+"942" NA 0.65021002292633 3 2 0
+"943" 3 0.400240004062653 2 4 0
+"944" 4 0.532429993152618 2 NA 0
+"945" NA 0.267989993095398 4 2 1
+"946" 3 0.265219986438751 5 4 0
+"947" 3 0.673849999904633 2 5 0
+"948" NA 0.427269995212555 5 5 0
+"949" 3 0.464899986982346 1 5 1
+"950" 3 0.315829992294312 1 5 1
+"951" 5 0.511519968509674 5 NA 0
+"952" 3 0.340220004320145 6 NA 0
+"953" NA NA 4 NA 1
+"954" 3 NA 4 2 1
+"955" 4 0.3887699842453 5 2 0
+"956" 3 0.461620002985001 1 5 0
+"957" 3 0.793409943580627 3 3 0
+"958" NA 0.407070010900497 3 4 1
+"959" NA 0.785520017147064 3 1 1
+"960" 3 0.673849999904633 2 4 1
+"961" 3 0.320780009031296 6 5 1
+"962" 4 0.84213000535965 4 5 0
+"963" 3 0.343410015106201 2 4 1
+"964" 4 0.464899986982346 NA NA 1
+"965" 2 0.343410015106201 2 4 1
+"966" 5 0.688880026340485 3 4 1
+"967" 3 0.394959986209869 4 NA 1
+"968" 5 0.614226460456848 3 NA 0
+"969" NA 0.408399999141693 1 2 1
+"970" 3 0.614226460456848 3 4 1
+"971" 5 0.461620002985001 5 4 0
+"972" 3 NA 5 6 0
+"973" 3 0.614226460456848 3 4 0
+"974" 3 0.394959986209869 4 4 1
+"975" 4 0.320780009031296 1 5 1
+"976" 2 0.600469946861267 3 1 0
+"977" NA 0.267989993095398 7 NA 0
+"978" 4 NA 1 NA 1
+"979" NA NA 3 3 1
+"980" 5 0.600469946861267 4 4 1
+"981" 3 0.343410015106201 3 NA 1
+"982" NA NA 4 NA 1
+"983" 3 0.414970010519028 5 5 0
+"984" NA 0.394959986209869 4 NA 1
+"985" 3 NA 3 5 1
+"986" 3 0.320780009031296 1 NA 1
+"987" 3 0.903599977493286 5 5 0
+"988" 5 0.335929989814758 6 2 0
+"989" 5 0.461620002985001 2 4 0
+"990" 4 NA 7 6 1
+"991" NA 0.477019995450974 1 2 0
+"992" NA 0.343410015106201 1 5 1
+"993" 5 NA 2 4 1
+"994" 3 0.777340054512024 1 2 1
+"995" NA 0.8400399684906 4 4 0
+"996" 4 0.701979994773865 4 3 1
+"997" NA 0.394959986209869 3 4 1
+"998" 5 0.785520017147064 2 2 0
+"999" 3 0.8400399684906 5 4 0
+"1000" 4 0.387620002031326 2 3 1
+"1001" 4 0.600469946861267 3 4 0
+"1002" 3 0.320780009031296 3 1 0
+"1003" NA 0.457309991121292 2 NA 0
+"1004" NA NA 7 NA 1
+"1005" 4 0.320780009031296 5 NA 1
+"1006" 3 0.785520017147064 2 NA 1
+"1007" 3 0.343410015106201 1 NA 1
+"1008" 3 0.401980012655258 3 2 0
+"1009" NA 0.343410015106201 6 NA 1
+"1010" 3 0.785520017147064 2 3 0
+"1011" 2 0.315829992294312 1 4 1
+"1012" 4 0.394959986209869 4 NA 1
+"1013" NA 0.600469946861267 1 NA 1
+"1014" 5 0.688880026340485 4 7 1
+"1015" 2 0.518409967422485 2 2 1
+"1016" 3 0.701979994773865 7 7 0
+"1017" 5 0.309140026569366 5 NA 0
+"1018" NA 0.600469946861267 2 6 0
+"1019" NA 0.600469946861267 3 4 1
+"1020" NA 0.189989998936653 1 2 1
+"1021" 4 0.315829992294312 1 2 1
+"1022" 2 0.487359970808029 6 4 0
+"1023" 4 0.343410015106201 1 2 1
+"1024" 3 0.461620002985001 6 4 0
+"1025" 3 0.673849999904633 1 3 1
+"1026" 3 NA 2 4 1
+"1027" 3 0.673849999904633 2 4 0
+"1028" 3 0.609759986400604 7 5 1
+"1029" 3 NA 3 3 1
+"1030" 4 0.614226460456848 2 5 1
+"1031" 2 0.387620002031326 4 4 0
+"1032" 1 0.320780009031296 3 3 0
+"1033" 4 NA 2 4 1
+"1034" 3 0.545379996299744 1 4 0
+"1035" 5 0.401980012655258 4 5 1
+"1036" 5 NA 7 6 0
+"1037" NA NA 2 NA 1
+"1038" 5 0.189989998936653 NA NA 1
+"1039" 4 0.464700013399124 4 3 1
+"1040" 4 0.609759986400604 5 6 1
+"1041" 5 0.394959986209869 7 7 1
+"1042" 4 0.340220004320145 1 3 0
+"1043" 3 0.614226460456848 5 4 0
+"1044" 4 0.785520017147064 3 4 0
+"1045" 5 0.408600002527237 1 NA 1
+"1046" NA 0.320780009031296 7 6 1
+"1047" 5 0.461620002985001 1 NA 0
+"1048" NA 0.609759986400604 7 4 1
+"1049" 3 NA 3 6 1
+"1050" 4 0.65021002292633 6 4 1
+"1051" NA NA 7 7 0
+"1052" 5 0.414970010519028 4 5 0
+"1053" 3 0.414970010519028 6 NA 0
+"1054" 4 0.614226460456848 5 NA 1
+"1055" 3 0.407070010900497 3 NA 1
+"1056" NA NA 7 4 1
+"1057" 5 0.785520017147064 5 5 1
+"1058" 5 0.785520017147064 7 7 0
+"1059" 5 0.532429993152618 2 4 0
+"1060" 3 0.673849999904633 1 4 0
+"1061" 4 0.65021002292633 2 6 1
+"1062" 5 0.511519968509674 4 6 0
+"1063" 5 0.414970010519028 1 4 0
+"1064" 4 0.407070010900497 7 6 0
+"1065" 3 0.408399999141693 2 7 1
+"1066" 3 0.600469946861267 2 2 1
+"1067" 4 0.532429993152618 1 6 1
+"1068" 4 0.785520017147064 6 6 0
+"1069" 1 0.309140026569366 1 4 0
+"1070" NA 0.673849999904633 4 4 1
+"1071" NA 0.464700013399124 7 7 1
+"1072" 4 0.400240004062653 6 5 1
+"1073" 4 0.785520017147064 2 NA 0
+"1074" 4 0.785520017147064 6 4 0
+"1075" 3 0.688880026340485 6 5 1
+"1076" 3 0.785520017147064 7 6 0
+"1077" 4 NA 1 5 1
+"1078" NA 0.592509984970093 5 6 0
+"1079" 5 0.407070010900497 1 5 0
+"1080" 3 NA 2 6 1
+"1081" 3 0.464700013399124 6 3 1
+"1082" 5 0.673849999904633 7 4 1
+"1083" 3 0.320780009031296 7 6 0
+"1084" NA 0.406390011310577 5 5 1
+"1085" 5 0.518409967422485 6 4 1
+"1086" 5 0.427269995212555 4 NA 0
+"1087" 4 0.8400399684906 2 5 1
+"1088" NA 0.673849999904633 3 4 0
+"1089" 4 0.265219986438751 3 2 0
+"1090" 4 0.785520017147064 2 3 0
+"1091" NA 0.785520017147064 5 NA 1
+"1092" NA 0.701979994773865 6 4 1
+"1093" 4 0.614226460456848 3 4 1
+"1094" NA 0.511519968509674 5 3 0
+"1095" 3 0.511519968509674 7 6 0
+"1096" 3 0.390350013971329 6 NA 0
+"1097" NA 0.785520017147064 1 2 1
+"1098" 3 0.785520017147064 6 5 0
+"1099" 3 0.600469946861267 2 2 1
+"1100" 4 0.701979994773865 3 1 1
+"1101" 4 0.688880026340485 3 4 1
+"1102" 3 0.400240004062653 4 4 1
+"1103" 3 NA 2 2 0
+"1104" 5 0.511519968509674 4 4 0
+"1105" 3 0.614226460456848 4 5 0
+"1106" 4 0.614226460456848 6 5 0
+"1107" 4 NA 3 5 0
+"1108" 3 NA 1 NA 1
+"1109" 3 NA 5 7 1
+"1110" NA 0.785520017147064 2 4 1
+"1111" NA 0.785520017147064 5 4 0
+"1112" 3 0.261489987373352 1 NA 1
+"1113" 1 0.261489987373352 1 NA 1
+"1114" NA 0.477019995450974 4 4 0
+"1115" 3 0.320780009031296 5 4 1
+"1116" NA 0.511519968509674 2 5 0
+"1117" 3 0.614226460456848 6 6 0
+"1118" 3 0.614226460456848 6 6 1
+"1119" 3 0.614226460456848 5 3 0
+"1120" 3 0.600469946861267 7 7 1
+"1121" 4 0.315829992294312 3 2 0
+"1122" NA 0.903599977493286 6 5 0
+"1123" NA 0.400240004062653 6 4 1
+"1124" 5 0.343410015106201 1 3 1
+"1125" 4 0.662460029125214 7 5 0
+"1126" NA 0.777340054512024 3 2 1
+"1127" 4 0.407070010900497 3 5 1
+"1128" 3 0.343410015106201 1 4 0
+"1129" 5 0.390350013971329 7 NA 0
+"1130" 3 NA 2 4 1
+"1131" 3 0.335929989814758 5 5 0
+"1132" NA 0.407070010900497 3 5 1
+"1133" 5 0.614226460456848 6 4 0
+"1134" 3 NA 6 NA 1
+"1135" 5 0.400240004062653 5 NA 1
+"1136" 4 NA 1 4 1
+"1137" 3 0.600469946861267 4 NA 1
+"1138" 5 0.600469946861267 1 5 1
+"1139" 5 0.62365996837616 3 4 0
+"1140" 3 0.477019995450974 5 3 0
+"1141" 4 0.785520017147064 4 4 0
+"1142" 3 0.673849999904633 2 3 0
+"1143" 4 0.315829992294312 4 5 0
+"1144" 2 0.189989998936653 1 3 1
+"1145" 5 0.532429993152618 6 3 0
+"1146" 4 0.400240004062653 7 7 1
+"1147" 5 0.400240004062653 6 3 1
+"1148" 5 0.477019995450974 1 NA 0
+"1149" 3 NA 7 NA 1
+"1150" 3 0.386619985103607 3 NA 0
+"1151" 3 0.487359970808029 2 6 0
+"1152" 3 0.401980012655258 2 4 0
+"1153" 3 0.785520017147064 1 3 0
+"1154" 4 0.487359970808029 2 2 0
+"1155" 4 NA 3 NA 1
+"1156" 3 0.600469946861267 2 NA 1
+"1157" 4 0.407070010900497 6 5 1
+"1158" 3 0.414970010519028 7 4 0
+"1159" 4 0.335929989814758 3 5 0
+"1160" 4 0.343410015106201 1 2 1
+"1161" 3 0.62365996837616 1 2 0
+"1162" 3 0.367390006780624 4 NA 0
+"1163" 1 0.267989993095398 1 NA 1
+"1164" 5 0.461620002985001 1 1 0
+"1165" 4 0.592509984970093 4 NA 0
+"1166" 3 0.265219986438751 2 NA 0
+"1167" 3 0.532539963722229 1 4 0
+"1168" 3 NA 3 4 1
+"1169" 4 NA 4 3 1
+"1170" 3 0.785520017147064 6 NA 1
+"1171" 3 0.340220004320145 2 NA 1
+"1172" 3 0.673849999904633 1 4 1
+"1173" 5 0.267989993095398 1 3 0
+"1174" 3 0.446730017662048 1 2 1
+"1175" 3 0.427269995212555 1 3 0
+"1176" 5 0.265219986438751 1 4 1
+"1177" 4 0.785520017147064 3 4 1
+"1178" 4 0.532429993152618 6 4 0
+"1179" 5 0.614226460456848 5 7 0
+"1180" 5 0.785520017147064 6 5 1
+"1181" 4 0.464700013399124 6 5 1
+"1182" 3 0.688880026340485 3 4 0
+"1183" 5 0.518409967422485 3 4 1
+"1184" 4 0.427269995212555 2 5 0
+"1185" 4 NA 6 NA 1
+"1186" 5 0.400240004062653 1 3 1
+"1187" 4 0.427269995212555 1 5 0
+"1188" 3 0.65021002292633 1 3 1
+"1189" 2 0.581430017948151 2 5 0
+"1190" 3 0.414970010519028 6 NA 0
+"1191" 5 0.414970010519028 7 6 0
+"1192" 2 0.267989993095398 3 6 1
+"1193" 4 0.364969998598099 2 3 1
+"1194" 5 0.394959986209869 3 4 1
+"1195" 3 0.407070010900497 3 NA 1
+"1196" 3 0.614226460456848 3 NA 0
+"1197" 4 NA 2 NA 1
+"1198" 4 0.440597921609879 4 NA 0
+"1199" 4 0.62365996837616 1 4 0
+"1200" 3 0.394959986209869 2 4 1
+"1201" NA 0.511519968509674 2 NA 0
+"1202" 4 0.343410015106201 4 4 1
+"1203" 2 0.267989993095398 1 1 0
+"1204" 3 0.62365996837616 6 4 0
+"1205" 3 NA 2 NA 1
+"1206" 3 0.394959986209869 1 2 1
+"1207" 5 NA 3 4 1
+"1208" 3 NA 6 6 1
+"1209" 3 0.785520017147064 2 6 0
+"1210" 2 0.532539963722229 5 6 0
+"1211" 3 0.903599977493286 7 6 0
+"1212" NA 0.487359970808029 1 NA 0
+"1213" 5 0.312420010566711 3 5 1
+"1214" 3 0.529449999332428 1 2 1
+"1215" 3 0.315829992294312 3 NA 1
+"1216" 3 0.592509984970093 6 3 0
+"1217" 3 NA NA NA 1
+"1218" 5 0.581430017948151 5 5 0
+"1219" NA 0.320780009031296 4 4 1
+"1220" 3 0.400240004062653 7 4 1
+"1221" 5 NA 1 3 1
+"1222" 5 0.785520017147064 2 3 0
+"1223" 3 0.785520017147064 4 NA 0
+"1224" 4 0.320780009031296 1 NA 1
+"1225" 5 0.343410015106201 7 5 1
+"1226" 3 NA 6 5 1
+"1227" 1 NA 7 NA 1
+"1228" 3 NA 4 7 1
+"1229" 4 NA 7 5 1
+"1230" 4 0.315829992294312 1 5 0
+"1231" 1 0.343410015106201 2 2 1
+"1232" 4 0.446730017662048 6 4 1
+"1233" 4 0.320780009031296 2 NA 1
+"1234" 5 NA 3 5 1
+"1235" 2 0.408600002527237 7 7 1
+"1236" 3 0.529449999332428 1 6 0
+"1237" 4 0.394959986209869 1 2 1
+"1238" 3 0.461620002985001 4 NA 0
+"1239" 3 0.265219986438751 1 NA 1
+"1240" 4 0.614226460456848 3 5 1
+"1241" 3 NA 4 NA 1
+"1242" 4 0.65021002292633 7 5 0
+"1243" 4 NA 2 NA 1
+"1244" 3 0.401980012655258 NA NA 1
+"1245" 4 NA 7 6 1
+"1246" 5 0.592509984970093 5 5 0
+"1247" 4 0.62365996837616 4 NA 0
+"1248" 4 0.381099998950958 7 6 0
+"1249" 4 0.511519968509674 6 4 0
+"1250" 4 0.261489987373352 5 5 0
+"1251" 1 NA 7 4 1
+"1252" 5 0.532429993152618 7 6 0
+"1253" 3 0.518409967422485 2 3 1
+"1254" 5 NA 1 4 1
+"1255" 4 0.3887699842453 2 3 0
+"1256" 3 0.614226460456848 5 5 1
+"1257" 3 0.343410015106201 3 4 1
+"1258" NA 0.36285999417305 1 NA 0
+"1259" 3 0.267989993095398 4 NA 1
+"1260" 4 0.701979994773865 2 5 0
+"1261" 5 0.785520017147064 2 2 0
+"1262" 5 0.903599977493286 5 5 0
+"1263" 5 0.401980012655258 2 4 1
+"1264" 4 0.701979994773865 7 6 0
+"1265" 5 0.189989998936653 1 2 1
+"1266" 3 NA 6 NA 0
+"1267" 2 0.407070010900497 1 4 1
+"1268" 4 0.688880026340485 6 3 1
+"1269" 4 0.320780009031296 2 NA 1
+"1270" NA 0.600469946861267 3 2 0
+"1271" 4 NA 4 4 0
+"1272" 3 NA 2 5 1
+"1273" 4 0.267989993095398 5 6 1
+"1274" 4 0.793409943580627 7 5 1
+"1275" 2 0.518409967422485 3 3 1
+"1276" 4 0.189989998936653 1 3 1
+"1277" 5 0.335929989814758 1 3 1
+"1278" 3 0.408399999141693 4 4 0
+"1279" NA 0.785520017147064 5 5 0
+"1280" 3 0.401980012655258 6 6 0
+"1281" NA 0.440597921609879 6 4 0
+"1282" 3 0.785520017147064 4 4 0
+"1283" 3 0.688880026340485 7 4 1
+"1284" 5 0.335929989814758 7 5 0
+"1285" 5 0.267989993095398 4 4 1
+"1286" 5 0.477019995450974 5 5 0
+"1287" 3 0.701979994773865 7 6 0
+"1288" 3 NA 2 4 1
+"1289" 3 0.701979994773865 4 NA 0
+"1290" 4 NA 1 5 1
+"1291" 4 0.903599977493286 5 6 0
+"1292" 4 0.673849999904633 2 NA 1
+"1293" 4 0.511519968509674 6 4 0
+"1294" NA NA 4 NA 1
+"1295" 5 0.265219986438751 6 4 0
+"1296" 3 0.461620002985001 2 1 0
+"1297" 5 0.785520017147064 7 4 0
+"1298" 4 0.414970010519028 7 6 1
+"1299" 3 0.903599977493286 7 5 0
+"1300" 5 0.785520017147064 7 NA 0
+"1301" 3 0.688880026340485 6 5 0
+"1302" 4 NA 2 6 1
+"1303" 4 NA 2 NA 1
+"1304" 3 0.600469946861267 1 5 0
+"1305" 3 0.461620002985001 1 2 0
+"1306" 3 0.414970010519028 2 NA 1
+"1307" NA 0.777340054512024 2 3 1
+"1308" 3 0.312420010566711 1 6 1
+"1309" 5 0.261489987373352 1 6 1
+"1310" 3 0.267989993095398 2 NA 1
+"1311" 4 0.408399999141693 6 4 0
+"1312" 4 0.343410015106201 6 4 1
+"1313" 4 0.315829992294312 1 5 1
+"1314" 4 0.364969998598099 5 3 1
+"1315" 5 0.457309991121292 6 NA 0
+"1316" 3 0.785520017147064 1 NA 0
+"1317" 3 NA 7 NA 1
+"1318" 4 0.785520017147064 5 5 0
+"1319" 3 NA 3 4 1
+"1320" 5 0.414970010519028 5 NA 1
+"1321" 5 0.401980012655258 5 NA 0
+"1322" 4 0.414970010519028 6 NA 0
+"1323" 3 0.189989998936653 3 NA 1
+"1324" 4 0.312420010566711 1 4 1
+"1325" 3 0.62365996837616 2 4 0
+"1326" 3 NA 6 3 1
+"1327" 5 0.367390006780624 2 4 0
+"1328" 4 0.367390006780624 2 4 1
+"1329" 5 0.315829992294312 2 NA 1
+"1330" 4 0.401980012655258 2 NA 0
+"1331" NA NA 6 NA 1
+"1332" 5 0.320780009031296 2 NA 1
+"1333" 2 0.518409967422485 2 3 1
+"1334" NA 0.487359970808029 6 5 0
+"1335" 4 0.267989993095398 2 3 0
+"1336" 4 0.8400399684906 7 6 0
+"1337" 5 0.785520017147064 4 NA 1
+"1338" 4 0.267989993095398 1 5 1
+"1339" 3 0.511519968509674 6 5 0
+"1340" 3 0.457309991121292 5 NA 0
+"1341" 3 0.394959986209869 3 3 1
+"1342" 3 NA 2 2 1
+"1343" 5 0.261489987373352 5 NA 1
+"1344" 5 0.440597921609879 4 NA 0
+"1345" 5 NA 7 4 1
+"1346" 3 0.407070010900497 3 4 1
+"1347" 5 0.394959986209869 4 4 1
+"1348" 3 0.400240004062653 7 5 1
+"1349" 5 0.511519968509674 2 4 0
+"1350" 5 0.394959986209869 3 4 1
+"1351" 4 0.367390006780624 1 4 1
+"1352" 4 0.464899986982346 3 2 1
+"1353" 3 0.394959986209869 4 4 1
+"1354" 3 0.532429993152618 3 1 0
+"1355" 3 0.343410015106201 4 5 0
+"1356" 4 0.662460029125214 1 4 0
+"1357" 5 0.464700013399124 3 5 1
+"1358" NA NA 1 NA 1
+"1359" 5 0.407070010900497 7 6 0
+"1360" 4 0.592509984970093 5 NA 0
+"1361" 4 0.785520017147064 6 3 0
+"1362" 4 0.903599977493286 7 6 0
+"1363" 3 0.343410015106201 3 5 0
+"1364" 5 0.36285999417305 3 4 0
+"1365" 5 0.320780009031296 2 4 1
+"1366" 5 0.387620002031326 6 NA 1
+"1367" 3 0.265219986438751 NA NA 0
+"1368" 3 0.688880026340485 3 4 1
+"1369" 5 0.477019995450974 3 NA 0
+"1370" 4 0.600469946861267 5 5 0
+"1371" 5 0.427269995212555 6 6 1
+"1372" 5 0.532429993152618 6 6 0
+"1373" 5 0.464700013399124 1 6 1
+"1374" 3 0.315829992294312 1 NA 1
+"1375" 3 0.785520017147064 6 3 1
+"1376" 4 0.511519968509674 4 4 0
+"1377" 5 0.614226460456848 7 6 0
+"1378" 5 0.785520017147064 1 4 0
+"1379" 4 NA 1 4 1
+"1380" 5 NA 4 2 0
+"1381" 4 0.600469946861267 6 7 0
+"1382" 3 0.662460029125214 1 NA 0
+"1383" 5 0.62365996837616 3 4 0
+"1384" NA 0.401980012655258 1 4 0
+"1385" 3 0.394959986209869 2 5 1
+"1386" 3 0.189989998936653 7 NA 1
+"1387" NA 0.315829992294312 4 NA 0
+"1388" 5 0.414970010519028 2 6 1
+"1389" 5 0.267989993095398 6 NA 1
+"1390" 5 0.320780009031296 6 5 1
+"1391" 4 0.609759986400604 3 3 1
+"1392" 3 0.267989993095398 1 2 1
+"1393" 3 0.320780009031296 4 2 0
+"1394" 4 1.10091006755829 3 2 0
+"1395" 3 0.65021002292633 5 5 1
+"1396" 2 1.10091006755829 1 2 1
+"1397" 3 0.581430017948151 4 4 0
+"1398" 3 0.343410015106201 2 5 1
+"1399" 3 0.414970010519028 7 NA 0
+"1400" 4 0.400240004062653 2 NA 1
+"1401" 3 0.343410015106201 7 5 1
+"1402" 4 0.600469946861267 2 5 0
+"1403" 5 0.461620002985001 2 6 1
+"1404" NA 0.62365996837616 7 5 0
+"1405" 3 0.65021002292633 1 3 0
+"1406" 3 NA 1 2 1
+"1407" 1 0.407070010900497 2 4 1
+"1408" 3 0.532429993152618 1 2 0
+"1409" 4 0.688880026340485 3 NA 1
+"1410" 4 0.785520017147064 3 4 1
+"1411" 4 0.267989993095398 1 NA 1
+"1412" 4 0.381099998950958 7 4 0
+"1413" 3 0.518409967422485 5 6 0
+"1414" 5 0.364969998598099 2 3 1
+"1415" 3 0.320780009031296 7 NA 1
+"1416" 4 0.394959986209869 2 4 1
+"1417" 5 0.261489987373352 3 NA 1
+"1418" NA 0.408399999141693 1 5 1
+"1419" 4 0.427269995212555 2 NA 0
+"1420" 3 0.609759986400604 2 3 1
+"1421" 3 0.487359970808029 7 6 1
+"1422" 3 NA 3 4 1
+"1423" 3 0.427269995212555 3 NA 1
+"1424" NA 0.532429993152618 2 3 0
+"1425" 3 0.407070010900497 5 6 1
+"1426" 4 0.312420010566711 5 6 1
+"1427" 3 0.461620002985001 7 NA 0
+"1428" 5 NA 6 NA 1
+"1429" 5 0.614226460456848 6 6 0
+"1430" 2 0.903599977493286 7 5 0
+"1431" 3 NA 5 4 1
+"1432" 3 0.387620002031326 3 NA 1
+"1433" 3 0.315829992294312 7 NA 1
+"1434" 3 0.785520017147064 1 4 1
+"1435" 3 0.487359970808029 6 6 0
+"1436" 4 0.408399999141693 2 2 0
+"1437" 4 0.394959986209869 2 6 1
+"1438" 3 0.600469946861267 3 2 0
+"1439" 2 NA 3 NA 1
+"1440" 4 0.511519968509674 4 4 0
+"1441" 4 0.600469946861267 7 6 0
+"1442" 5 0.614226460456848 7 6 0
+"1443" 5 0.464700013399124 4 NA 1
+"1444" 5 0.315829992294312 3 NA 1
+"1445" 5 0.390350013971329 5 6 0
+"1446" 3 0.644749999046326 4 NA 1
+"1447" 3 NA 2 2 1
+"1448" 3 0.343410015106201 4 4 1
+"1449" 3 0.401980012655258 1 NA 1
+"1450" NA 0.785520017147064 2 4 0
+"1451" 3 0.62365996837616 1 NA 0
+"1452" 5 0.315829992294312 7 6 1
+"1453" 5 0.903599977493286 7 6 0
+"1454" 4 NA 6 NA 1
+"1455" 3 0.785520017147064 7 6 0
+"1456" 5 NA 1 4 1
+"1457" 4 0.265219986438751 1 4 0
+"1458" 3 0.785520017147064 5 4 0
+"1459" 3 0.400240004062653 3 4 1
+"1460" 3 0.62365996837616 6 6 0
+"1461" 3 0.592509984970093 3 1 0
+"1462" 4 NA 6 NA 1
+"1463" 4 0.785520017147064 3 NA 1
+"1464" 4 0.511519968509674 3 4 0
+"1465" 5 0.461620002985001 4 4 0
+"1466" 3 0.701979994773865 1 4 0
+"1467" 2 0.65021002292633 3 3 1
+"1468" NA NA 6 NA 1
+"1469" 3 0.315829992294312 1 2 0
+"1470" 4 0.315829992294312 2 NA 0
+"1471" NA 0.385200023651123 1 NA 0
+"1472" NA 1.10091006755829 2 4 0
+"1473" NA 1.10091006755829 3 2 0
+"1474" 5 0.511519968509674 2 NA 0
+"1475" 4 0.592509984970093 1 4 0
+"1476" 3 0.343410015106201 NA NA 1
+"1477" 3 0.461620002985001 4 NA 1
+"1478" 3 0.390350013971329 5 4 0
+"1479" 5 0.698559999465942 5 2 0
+"1480" 4 0.265219986438751 6 NA 0
+"1481" 4 0.461620002985001 6 NA 0
+"1482" 4 0.408399999141693 6 6 0
+"1483" 5 NA 2 5 1
+"1484" NA NA 2 NA 1
+"1485" 3 0.614226460456848 5 5 0
+"1486" 4 0.65021002292633 2 2 0
+"1487" 5 0.267989993095398 5 7 1
+"1488" 3 0.315829992294312 5 4 1
+"1489" NA 0.267989993095398 2 4 1
+"1490" 3 0.785520017147064 6 4 0
+"1491" 4 NA 4 3 1
+"1492" 3 0.701979994773865 1 6 0
+"1493" 4 0.267989993095398 6 NA 1
+"1494" 5 0.511519968509674 6 6 0
+"1495" 5 0.609759986400604 3 5 1
+"1496" 4 0.65021002292633 7 6 1
+"1497" 3 0.785520017147064 5 6 0
+"1498" NA 0.320780009031296 3 NA 1
+"1499" NA NA 1 7 1
+"1500" 3 0.407070010900497 1 NA 1
+"1501" 5 NA 3 2 1
+"1502" NA 0.8400399684906 NA NA 0
+"1503" 3 1.10091006755829 2 4 0
+"1504" 4 0.673849999904633 6 NA 1
+"1505" 1 0.343410015106201 4 NA 1
+"1506" 5 0.394959986209869 5 6 1
+"1507" 3 0.614226460456848 7 6 0
+"1508" 5 0.614226460456848 7 7 0
+"1509" 4 0.408399999141693 3 NA 0
+"1510" 5 0.407070010900497 7 6 1
+"1511" 4 0.785520017147064 1 4 1
+"1512" 3 0.785520017147064 1 6 0
+"1513" 3 0.701979994773865 4 4 0
+"1514" 3 0.343410015106201 3 3 0
+"1515" 3 0.335929989814758 5 3 0
+"1516" 4 0.8400399684906 7 5 1
+"1517" 5 NA 2 3 0
+"1518" 5 0.903599977493286 6 5 0
+"1519" 3 0.8400399684906 4 NA 0
+"1520" 3 0.592509984970093 1 NA 1
+"1521" NA 0.785520017147064 1 3 0
+"1522" 5 0.785520017147064 7 5 0
+"1523" 4 0.62365996837616 6 5 0
+"1524" 3 0.315829992294312 5 4 1
+"1525" 3 0.381099998950958 5 NA 0
+"1526" 3 0.468820005655289 6 6 0
+"1527" 5 0.614226460456848 1 1 1
+"1528" 5 0.609759986400604 2 4 1
+"1529" 4 0.65021002292633 2 3 0
+"1530" 3 0.315829992294312 1 NA 1
+"1531" 3 0.401980012655258 1 7 0
+"1532" 4 0.414970010519028 6 4 0
+"1533" 4 0.400240004062653 6 3 1
+"1534" 3 0.343410015106201 4 NA 1
+"1535" 4 0.511519968509674 3 4 0
+"1536" 4 NA 1 4 1
+"1537" 3 0.394959986209869 6 4 1
+"1538" 4 NA NA NA 1
+"1539" 3 0.511519968509674 3 6 0
+"1540" 5 0.367390006780624 1 5 0
+"1541" 3 NA 2 NA 1
+"1542" 5 0.414970010519028 1 NA 0
+"1543" 5 0.401980012655258 2 4 1
+"1544" 3 0.65021002292633 3 3 1
+"1545" 4 0.364969998598099 3 3 1
+"1546" 3 NA 5 5 0
+"1547" 3 0.446730017662048 7 6 1
+"1548" 3 0.464700013399124 5 4 1
+"1549" 3 0.518409967422485 1 2 0
+"1550" 3 0.394959986209869 7 6 1
+"1551" 5 0.367390006780624 2 5 0
+"1552" 5 0.688880026340485 2 NA 1
+"1553" 3 0.592509984970093 6 NA 0
+"1554" 2 0.267989993095398 1 NA 1
+"1555" 4 0.265219986438751 7 5 1
+"1556" NA 0.367390006780624 NA NA 0
+"1557" 5 NA 4 NA 1
+"1558" 5 0.673849999904633 4 5 1
+"1559" 5 0.401980012655258 5 NA 1
+"1560" 3 0.385200023651123 7 2 0
+"1561" 3 0.777340054512024 2 2 0
+"1562" 4 0.401980012655258 5 NA 1
+"1563" 4 0.407070010900497 3 4 1
+"1564" 4 1.10091006755829 5 3 1
+"1565" 3 0.785520017147064 6 NA 1
+"1566" 5 0.381099998950958 6 NA 1
+"1567" 3 0.407070010900497 6 6 1
+"1568" 3 0.673849999904633 3 4 1
+"1569" NA 0.600469946861267 1 3 1
+"1570" 5 0.427269995212555 2 NA 1
+"1571" 3 0.364969998598099 3 4 0
+"1572" 3 0.518409967422485 1 3 0
+"1573" NA 0.267989993095398 3 4 0
+"1574" 3 0.614226460456848 2 4 1
+"1575" 2 0.518409967422485 4 4 0
+"1576" NA 0.785520017147064 7 7 0
+"1577" 3 0.600469946861267 2 3 0
+"1578" 5 1.10091006755829 6 6 0
+"1579" NA 0.320780009031296 4 3 1
+"1580" 3 NA 4 4 1
+"1581" 3 0.315829992294312 1 3 0
+"1582" NA 0.267989993095398 1 3 1
+"1583" 3 0.701979994773865 6 4 0
+"1584" 3 0.414970010519028 5 2 0
+"1585" NA 0.785520017147064 7 6 0
+"1586" 3 0.267989993095398 1 4 1
+"1587" 4 0.511519968509674 2 5 1
+"1588" 3 0.511519968509674 2 6 0
+"1589" 5 NA 3 NA 1
+"1590" 4 0.312420010566711 2 6 1
+"1591" 5 0.261489987373352 2 2 0
+"1592" 4 0.390350013971329 7 4 0
+"1593" 4 0.487359970808029 3 NA 0
+"1594" 4 0.312420010566711 2 6 1
+"1595" NA 0.600469946861267 2 5 0
+"1596" 2 0.267989993095398 2 6 1
+"1597" NA 0.309140026569366 1 NA 0
+"1598" 1 0.261489987373352 1 3 1
+"1599" 3 0.62365996837616 6 4 0
+"1600" 3 0.592509984970093 7 5 0
+"1601" 4 NA 5 5 1
+"1602" NA 0.592509984970093 2 NA 0
+"1603" 5 0.785520017147064 2 NA 0
+"1604" 3 0.532429993152618 5 5 0
+"1605" NA 0.265219986438751 7 4 0
+"1606" 3 NA 5 5 0
+"1607" 5 0.701979994773865 7 6 0
+"1608" 3 0.673849999904633 1 3 1
+"1609" 3 0.315829992294312 7 3 1
+"1610" 5 0.673849999904633 6 4 1
+"1611" 4 0.477019995450974 2 NA 0
+"1612" 4 0.364969998598099 6 5 1
+"1613" 5 0.673849999904633 2 2 0
+"1614" NA 0.267989993095398 NA NA 1
+"1615" NA NA 2 5 1
+"1616" 4 NA 2 6 1
+"1617" 3 0.592509984970093 1 2 0
+"1618" 5 NA 7 6 1
+"1619" 3 0.189989998936653 1 4 1
+"1620" NA 0.592509984970093 7 6 0
+"1621" 3 0.427269995212555 4 NA 0
+"1622" 4 NA 3 NA 1
+"1623" 4 0.785520017147064 5 5 0
+"1624" 5 0.62365996837616 1 5 0
+"1625" 2 0.673849999904633 2 3 0
+"1626" 3 1.13774001598358 5 3 0
+"1627" 3 0.600469946861267 4 3 1
+"1628" 3 0.267989993095398 1 NA 0
+"1629" 3 0.394959986209869 4 NA 1
+"1630" 4 0.62365996837616 7 6 0
+"1631" 3 0.385200023651123 1 NA 0
+"1632" NA 0.394959986209869 2 3 1
+"1633" 4 0.335929989814758 7 4 0
+"1634" 4 0.364969998598099 1 4 0
+"1635" 3 0.36285999417305 4 3 1
+"1636" 3 0.903599977493286 1 2 0
+"1637" 3 0.600469946861267 7 4 1
+"1638" 4 0.487359970808029 6 5 0
+"1639" 3 0.343410015106201 7 6 0
+"1640" 5 0.464899986982346 1 NA 0
+"1641" 5 0.487359970808029 3 4 0
+"1642" 3 0.614226460456848 7 4 0
+"1643" 3 0.785520017147064 6 7 1
+"1644" 5 NA 4 4 1
+"1645" NA 1.13774001598358 1 2 1
+"1646" 3 0.408399999141693 1 4 0
+"1647" 4 0.407070010900497 5 4 1
+"1648" 3 0.614226460456848 6 5 0
+"1649" 3 0.609759986400604 6 4 1
+"1650" 4 NA 5 4 1
+"1651" 5 0.688880026340485 2 NA 1
+"1652" 3 0.520840048789978 2 4 0
+"1653" 3 0.673849999904633 1 2 0
+"1654" 5 0.609759986400604 5 NA 1
+"1655" 4 0.267989993095398 5 4 1
+"1656" NA NA 7 5 1
+"1657" 3 0.267989993095398 4 3 0
+"1658" NA 0.614226460456848 6 5 0
+"1659" NA 0.261489987373352 1 4 1
+"1660" 3 0.673849999904633 4 7 1
+"1661" 3 0.394959986209869 2 4 1
+"1662" 2 0.394959986209869 6 6 0
+"1663" 3 0.777340054512024 2 3 0
+"1664" 4 0.600469946861267 2 5 1
+"1665" 3 0.461620002985001 5 6 0
+"1666" 3 0.189989998936653 6 NA 1
+"1667" 3 0.267989993095398 2 4 0
+"1668" 3 0.343410015106201 3 NA 1
+"1669" 5 0.65021002292633 5 5 0
+"1670" 4 0.394959986209869 7 4 1
+"1671" 2 0.903599977493286 3 4 1
+"1672" 2 NA 1 1 1
+"1673" 5 NA 2 4 0
+"1674" 4 0.407070010900497 6 3 1
+"1675" 3 0.511519968509674 6 4 0
+"1676" 3 NA 3 NA 1
+"1677" 4 0.343410015106201 6 4 1
+"1678" 4 0.75151002407074 4 6 0
+"1679" 5 0.600469946861267 6 5 1
+"1680" 4 0.65021002292633 7 NA 0
+"1681" 4 0.414970010519028 4 5 0
+"1682" 1 NA 3 NA 1
+"1683" 2 NA NA NA 1
+"1684" 4 NA NA NA 1
+"1685" NA 0.189989998936653 4 NA 1
+"1686" 4 NA 4 NA 1
+"1687" 4 0.592509984970093 1 4 0
+"1688" 3 0.390350013971329 1 NA 0
+"1689" 5 0.315829992294312 4 NA 1
+"1690" 3 0.487359970808029 6 6 0
+"1691" 3 0.785520017147064 1 NA 1
+"1692" 4 0.312420010566711 1 NA 1
+"1693" 4 0.343410015106201 3 5 1
+"1694" 3 NA 4 3 1
+"1695" 4 0.673849999904633 2 4 1
+"1696" 1 0.688880026340485 4 4 1
+"1697" 2 0.65021002292633 1 1 0
+"1698" 3 0.8400399684906 6 5 0
+"1699" 4 0.36285999417305 3 4 0
+"1700" 3 0.387620002031326 2 4 1
+"1701" 3 0.65021002292633 3 2 1
+"1702" 3 NA 2 4 1
+"1703" 5 0.408399999141693 3 4 1
+"1704" 2 0.315829992294312 3 2 0
+"1705" NA 0.903599977493286 6 6 0
+"1706" 1 0.545379996299744 2 5 0
+"1707" 2 0.394959986209869 3 2 1
+"1708" 2 0.903599977493286 4 4 0
+"1709" 4 0.401980012655258 5 5 0
+"1710" 3 NA 1 NA 1
+"1711" 3 0.785520017147064 2 3 0
+"1712" 3 0.335929989814758 3 NA 0
+"1713" 3 0.785520017147064 3 5 1
+"1714" 2 NA 2 NA 1
+"1715" 5 0.785520017147064 6 5 0
+"1716" 3 0.464899986982346 1 NA 1
+"1717" 4 0.464700013399124 6 NA 1
+"1718" NA NA 5 NA 1
+"1719" NA NA 2 6 1
+"1720" 4 0.343410015106201 2 3 0
+"1721" 4 0.532429993152618 4 4 1
+"1722" 3 0.414970010519028 7 6 0
+"1723" 4 0.673849999904633 7 NA 1
+"1724" 4 0.785520017147064 3 2 1
+"1725" 4 0.581430017948151 3 NA 0
+"1726" 3 1.13774001598358 1 2 0
+"1727" 5 NA NA NA 1
+"1728" 5 0.390350013971329 1 NA 0
+"1729" 2 1.13774001598358 3 2 0
+"1730" 4 0.343410015106201 6 6 1
+"1731" 2 0.487359970808029 6 6 0
+"1732" 3 0.785520017147064 7 4 0
+"1733" 4 0.381099998950958 NA 5 0
+"1734" 3 0.261489987373352 5 6 1
+"1735" 4 0.461620002985001 1 NA 0
+"1736" 2 1.10091006755829 7 6 0
+"1737" NA NA 7 5 1
+"1738" 3 0.189989998936653 4 NA 1
+"1739" 5 0.400240004062653 2 4 1
+"1740" 3 0.414970010519028 2 NA 0
+"1741" 3 NA 6 6 1
+"1742" 3 0.903599977493286 2 4 0
+"1743" 3 0.408600002527237 5 NA 1
+"1744" 4 0.267989993095398 6 NA 1
+"1745" 3 NA 4 NA 1
+"1746" 4 0.464700013399124 4 NA 1
+"1747" 3 0.600469946861267 1 2 1
+"1748" 3 0.394959986209869 1 4 1
+"1749" 5 0.464700013399124 2 NA 1
+"1750" NA 0.343410015106201 3 NA 1
+"1751" NA 0.461620002985001 1 3 0
+"1752" 4 0.464700013399124 1 7 1
+"1753" 5 0.394959986209869 5 6 1
+"1754" 3 0.903599977493286 2 5 0
+"1755" NA 0.673849999904633 5 5 1
+"1756" 3 0.401980012655258 3 4 0
+"1757" 3 0.673849999904633 5 6 1
+"1758" 4 0.785520017147064 6 6 0
+"1759" 3 0.777340054512024 3 4 0
+"1760" 3 0.688880026340485 2 4 1
+"1761" 5 0.511519968509674 3 4 0
+"1762" 4 0.609759986400604 2 NA 1
+"1763" 3 0.394959986209869 6 NA 1
+"1764" 1 NA 6 NA 1
+"1765" 3 0.408600002527237 1 NA 1
+"1766" 3 0.511519968509674 5 6 0
+"1767" 3 NA 5 6 1
+"1768" 5 0.261489987373352 1 NA 1
+"1769" NA NA 2 4 1
+"1770" 3 0.401980012655258 4 2 0
+"1771" 5 0.511519968509674 7 6 0
+"1772" NA 0.65021002292633 2 2 1
+"1773" 3 NA 7 6 1
+"1774" 5 0.312420010566711 4 7 0
+"1775" 5 0.785520017147064 4 4 0
+"1776" NA NA 4 NA 1
+"1777" 3 0.367390006780624 5 5 0
+"1778" 3 NA 6 5 0
+"1779" 3 0.785520017147064 2 4 1
+"1780" 3 NA 1 NA 0
+"1781" 4 NA 6 3 1
+"1782" NA NA 6 6 1
+"1783" 1 0.592509984970093 7 4 1
+"1784" 2 0.394959986209869 4 5 1
+"1785" 3 0.464700013399124 6 4 1
+"1786" 2 0.65021002292633 1 2 0
+"1787" 5 0.367390006780624 1 3 0
+"1788" 5 0.320780009031296 2 6 1
+"1789" 5 0.267989993095398 1 NA 1
+"1790" 3 0.394959986209869 6 NA 1
+"1791" 3 NA 6 6 1
+"1792" 4 0.446730017662048 7 6 0
+"1793" 4 0.614226460456848 5 6 0
+"1794" 3 NA 1 3 1
+"1795" NA 0.385200023651123 1 NA 0
+"1796" NA NA 6 4 1
+"1797" 3 0.394959986209869 1 NA 1
+"1798" 3 0.511519968509674 4 2 0
+"1799" 3 0.461620002985001 4 5 0
+"1800" 5 0.312420010566711 2 NA 1
+"1801" 5 0.600469946861267 6 5 1
+"1802" 4 0.701979994773865 1 2 0
+"1803" 3 0.785520017147064 2 3 1
+"1804" 3 0.785520017147064 1 NA 1
+"1805" NA NA NA NA 0
+"1806" 3 0.394959986209869 1 4 1
+"1807" 4 NA 5 6 1
+"1808" NA 0.315829992294312 2 3 0
+"1809" 3 0.487359970808029 6 5 1
+"1810" 3 0.315829992294312 1 2 1
+"1811" 3 NA 1 4 1
+"1812" 5 0.785520017147064 3 5 1
+"1813" 3 0.614226460456848 4 5 1
+"1814" 4 0.477019995450974 4 5 0
+"1815" 4 0.8400399684906 6 5 0
+"1816" 4 0.614226460456848 3 2 0
+"1817" 2 0.343410015106201 3 5 0
+"1818" 3 0.336679995059967 2 3 0
+"1819" 3 0.785520017147064 6 5 0
+"1820" 3 0.414970010519028 3 NA 0
+"1821" 5 0.673849999904633 6 4 0
+"1822" 5 0.511519968509674 4 4 0
+"1823" NA NA 2 4 1
+"1824" 4 0.414970010519028 7 NA 0
+"1825" 5 0.464700013399124 4 NA 1
+"1826" 4 0.367390006780624 3 NA 0
+"1827" 3 NA 2 NA 1
+"1828" 4 0.609759986400604 2 4 0
+"1829" 5 0.785520017147064 1 3 1
+"1830" 1 NA 5 NA 1
+"1831" 5 NA 2 NA 1
+"1832" 3 NA 1 NA 1
+"1833" 5 0.427269995212555 2 4 0
+"1834" 4 0.407070010900497 6 6 1
+"1835" 3 0.315829992294312 1 NA 1
+"1836" 5 0.785520017147064 1 4 0
+"1837" 3 0.614226460456848 7 5 1
+"1838" 3 0.592509984970093 6 NA 0
+"1839" 3 0.265219986438751 4 5 0
+"1840" 4 0.532429993152618 7 7 0
+"1841" NA 0.673849999904633 4 NA 1
+"1842" 4 0.62978994846344 1 NA 1
+"1843" 3 0.65021002292633 1 4 0
+"1844" 4 0.315829992294312 3 NA 0
+"1845" 3 0.461620002985001 6 NA 0
+"1846" 3 0.785520017147064 6 NA 0
+"1847" 2 0.343410015106201 2 1 1
+"1848" 4 0.267989993095398 5 NA 1
+"1849" 3 0.673849999904633 4 4 0
+"1850" NA 0.511519968509674 3 5 0
+"1851" 5 0.785520017147064 5 3 0
+"1852" 2 0.427269995212555 1 NA 1
+"1853" NA 0.785520017147064 5 5 0
+"1854" 3 0.785520017147064 2 4 1
+"1855" 3 0.407070010900497 4 4 1
+"1856" NA NA 2 NA 1
+"1857" 4 0.315829992294312 6 NA 1
+"1858" 3 0.785520017147064 2 5 0
+"1859" 5 0.401980012655258 1 NA 0
+"1860" 5 0.511519968509674 3 6 0
+"1861" 5 0.265219986438751 6 4 1
+"1862" 5 NA 7 6 1
+"1863" 3 0.261489987373352 2 NA 1
+"1864" 4 0.688880026340485 2 5 1
+"1865" 3 0.407070010900497 1 4 1
+"1866" 4 0.315829992294312 6 6 0
+"1867" 3 0.785520017147064 2 5 1
+"1868" 3 NA 2 6 1
+"1869" NA 0.189989998936653 4 NA 1
+"1870" NA 0.407070010900497 4 3 1
+"1871" 3 NA 5 4 1
+"1872" NA 0.315829992294312 2 7 0
+"1873" 3 0.785520017147064 3 5 1
+"1874" 3 0.343410015106201 3 NA 1
+"1875" NA 0.487359970808029 2 2 0
+"1876" 3 0.592509984970093 5 4 0
+"1877" 3 0.785520017147064 7 6 0
+"1878" 5 NA 6 4 1
+"1879" 4 0.320780009031296 3 1 0
+"1880" 3 NA 2 4 1
+"1881" 2 0.315829992294312 1 NA 1
+"1882" 4 0.394959986209869 6 3 1
+"1883" 3 0.487359970808029 2 NA 0
+"1884" 5 0.785520017147064 1 5 0
+"1885" 3 0.320780009031296 2 NA 1
+"1886" 3 0.614226460456848 1 NA 1
+"1887" 3 0.793409943580627 1 3 1
+"1888" 3 0.511519968509674 3 3 0
+"1889" 1 0.189989998936653 2 NA 1
+"1890" 3 0.785520017147064 7 6 0
+"1891" NA 0.343410015106201 NA NA 1
+"1892" 4 0.312420010566711 5 6 0
+"1893" 3 0.600469946861267 3 4 0
+"1894" 4 0.600469946861267 2 4 0
+"1895" 5 0.511519968509674 3 3 0
+"1896" 4 0.701979994773865 5 4 1
+"1897" 3 0.592509984970093 4 NA 0
+"1898" 5 NA 6 NA 1
+"1899" 5 0.320780009031296 NA 5 1
+"1900" NA NA 6 NA 1
+"1901" 4 0.414970010519028 5 7 0
+"1902" 4 0.261489987373352 4 NA 1
+"1903" 5 NA 1 NA 1
+"1904" 4 0.84213000535965 3 3 0
+"1905" 4 0.394959986209869 2 NA 1
+"1906" 5 NA 3 NA 1
+"1907" 5 0.511519968509674 2 4 0
+"1908" 5 0.320780009031296 6 5 0
+"1909" 3 0.446730017662048 5 NA 1
+"1910" 5 0.62365996837616 3 2 1
+"1911" 5 0.367390006780624 2 NA 0
+"1912" 3 0.600469946861267 3 4 1
+"1913" 4 0.600469946861267 1 3 0
+"1914" 3 0.401980012655258 4 NA 1
+"1915" 2 0.320780009031296 6 NA 1
+"1916" 5 0.592509984970093 5 NA 0
+"1917" 3 NA 2 3 1
+"1918" 5 0.309140026569366 6 5 0
+"1919" 3 0.414970010519028 7 NA 0
+"1920" NA 0.390350013971329 5 4 0
+"1921" 3 0.614226460456848 5 5 0
+"1922" 3 0.600469946861267 2 4 1
+"1923" 2 0.644749999046326 1 2 0
+"1924" 3 0.785520017147064 3 2 0
+"1925" 5 0.401980012655258 4 NA 0
+"1926" 2 0.414970010519028 3 5 0
+"1927" 5 NA 6 5 1
+"1928" 5 NA 6 6 0
+"1929" 5 0.401980012655258 3 4 1
+"1930" 5 0.673849999904633 5 4 1
+"1931" NA 0.688880026340485 1 4 1
+"1932" 5 0.427269995212555 1 5 0
+"1933" 3 0.487359970808029 1 NA 0
+"1934" 5 0.408399999141693 1 NA 0
+"1935" 2 0.65021002292633 3 4 1
+"1936" 3 0.261489987373352 4 NA 0
+"1937" 5 0.267989993095398 3 3 1
+"1938" 5 0.673849999904633 2 5 0
+"1939" 4 0.662460029125214 3 NA 0
+"1940" 3 0.408399999141693 5 6 0
+"1941" 4 0.394959986209869 7 4 1
+"1942" 5 0.464899986982346 3 2 1
+"1943" 3 0.785520017147064 5 6 0
+"1944" 3 0.785520017147064 2 5 0
+"1945" 4 NA 4 2 1
+"1946" 3 0.267989993095398 2 7 1
+"1947" 3 0.600469946861267 3 3 1
+"1948" 5 NA 5 NA 1
+"1949" 5 0.267989993095398 4 NA 1
+"1950" 3 0.261489987373352 1 NA 1
+"1951" 3 0.673849999904633 7 6 1
+"1952" 3 0.511519968509674 1 3 0
+"1953" 3 0.511519968509674 4 NA 0
+"1954" 5 0.312420010566711 6 6 1
+"1955" 5 0.315829992294312 3 6 1
+"1956" 4 0.477019995450974 6 4 0
+"1957" 5 NA 6 NA 1
+"1958" 3 0.267989993095398 NA NA 1
+"1959" 2 0.414970010519028 5 6 0
+"1960" 5 0.312420010566711 1 4 1
+"1961" NA 0.400240004062653 2 4 1
+"1962" 1 0.427269995212555 2 NA 1
+"1963" 3 0.903599977493286 6 5 0
+"1964" NA NA 6 5 1
+"1965" 4 0.315829992294312 3 6 1
+"1966" 3 0.261489987373352 1 NA 1
+"1967" 5 0.394959986209869 3 NA 1
+"1968" 3 0.381099998950958 2 2 0
+"1969" 5 0.267989993095398 1 1 0
+"1970" 4 0.84213000535965 3 3 1
+"1971" 5 0.785520017147064 5 NA 0
+"1972" 4 0.511519968509674 5 5 0
+"1973" 4 0.518409967422485 5 4 1
+"1974" 1 NA 3 NA 1
+"1975" 4 0.265219986438751 1 NA 1
+"1976" 3 0.343410015106201 6 4 1
+"1977" 3 0.261489987373352 6 NA 1
+"1978" 4 0.261489987373352 2 NA 1
+"1979" 4 0.511519968509674 4 NA 0
+"1980" 3 0.343410015106201 3 2 1
+"1981" 3 NA 1 3 1
+"1982" 5 NA 3 NA 1
+"1983" 5 0.785520017147064 4 NA 1
+"1984" 4 0.394959986209869 4 NA 1
+"1985" NA 0.785520017147064 4 2 1
+"1986" 4 0.267989993095398 2 1 1
+"1987" 5 0.315829992294312 1 NA 0
+"1988" 5 0.381099998950958 3 2 0
+"1989" 4 0.267989993095398 1 2 1
+"1990" 2 0.267989993095398 3 7 0
+"1991" 3 0.532429993152618 5 4 0
+"1992" 3 0.903599977493286 1 4 0
+"1993" NA 0.785520017147064 6 NA 1
+"1994" 3 0.477019995450974 4 NA 1
+"1995" 3 0.464700013399124 1 6 1
+"1996" 3 0.335929989814758 1 3 0
+"1997" 3 0.343410015106201 5 3 1
+"1998" 2 NA 6 3 1
+"1999" NA 0.440597921609879 2 1 0
+"2000" 4 0.785520017147064 4 NA 0
+"2001" 3 0.487359970808029 2 NA 0
+"2002" 3 0.487359970808029 1 6 0
+"2003" 3 0.785520017147064 6 4 0
+"2004" 2 NA 1 4 1
+"2005" 5 0.407070010900497 7 5 1
+"2006" 5 0.343410015106201 1 NA 1
+"2007" 2 0.461620002985001 1 2 0
+"2008" 4 0.477019995450974 3 4 0
+"2009" 4 0.688880026340485 1 4 1
+"2010" 5 0.414970010519028 2 5 0
+"2011" NA 0.407070010900497 6 5 1
+"2012" 3 0.407070010900497 1 NA 1
+"2013" 4 0.614226460456848 5 NA 1
+"2014" 3 0.673849999904633 4 4 1
+"2015" 3 0.614226460456848 2 NA 0
+"2016" 4 0.400240004062653 2 NA 1
+"2017" 5 0.408600002527237 7 5 0
+"2018" 3 0.688880026340485 1 4 1
+"2019" 3 0.903599977493286 6 5 0
+"2020" 3 0.427269995212555 5 4 0
+"2021" 5 0.62978994846344 4 4 0
+"2022" 4 0.265219986438751 6 3 1
+"2023" NA 0.267989993095398 2 NA 0
+"2024" 3 0.673849999904633 5 3 0
+"2025" 3 0.529449999332428 6 NA 1
+"2026" 3 0.340220004320145 3 NA 1
+"2027" 5 0.532429993152618 6 NA 0
+"2028" 3 0.267989993095398 3 2 1
+"2029" 5 0.511519968509674 6 4 0
+"2030" 3 0.487359970808029 6 NA 0
+"2031" 5 0.461620002985001 3 4 0
+"2032" 3 0.84213000535965 1 2 0
+"2033" 5 0.408399999141693 3 NA 1
+"2034" 2 NA 3 6 0
+"2035" 5 0.673849999904633 5 NA 1
+"2036" 2 1.10091006755829 2 3 1
+"2037" 3 NA 7 6 1
+"2038" 4 0.614226460456848 2 4 0
+"2039" 3 0.464700013399124 3 2 1
+"2040" 3 0.261489987373352 3 1 0
+"2041" 5 0.62978994846344 1 NA 0
+"2042" 3 0.261489987373352 1 6 1
+"2043" 5 0.343410015106201 2 NA 1
+"2044" 5 0.461620002985001 3 NA 0
+"2045" 5 0.400240004062653 4 4 1
+"2046" 4 0.518409967422485 5 6 1
+"2047" 5 NA 1 NA 1
+"2048" 4 0.267989993095398 1 NA 1
+"2049" 4 0.532429993152618 2 5 0
+"2050" 5 NA NA NA 0
+"2051" 3 0.464899986982346 2 NA 1
+"2052" 3 0.487359970808029 5 NA 0
+"2053" 5 0.785520017147064 6 5 0
+"2054" 3 0.336679995059967 1 2 0
+"2055" 5 0.532429993152618 3 4 0
+"2056" 4 0.427269995212555 3 NA 1
+"2057" NA NA 6 NA 1
+"2058" 3 0.614226460456848 5 5 1
+"2059" 3 0.315829992294312 4 1 1
+"2060" 3 0.446730017662048 3 NA 1
+"2061" NA 0.320780009031296 2 4 1
+"2062" 2 0.785520017147064 1 3 0
+"2063" 3 0.477019995450974 1 NA 0
+"2064" 5 0.673849999904633 2 2 1
+"2065" NA 1.10091006755829 4 4 0
+"2066" 4 0.518409967422485 3 3 0
+"2067" 5 0.600469946861267 3 3 1
+"2068" 2 0.532429993152618 2 3 0
+"2069" 3 0.600469946861267 5 4 1
+"2070" 2 0.487359970808029 3 NA 0
+"2071" NA 0.600469946861267 3 2 1
+"2072" 5 0.394959986209869 2 NA 1
+"2073" 5 0.394959986209869 4 NA 1
+"2074" NA 0.394959986209869 7 6 1
+"2075" 5 0.394959986209869 2 NA 1
+"2076" 3 0.609759986400604 6 3 1
+"2077" 4 0.267989993095398 6 4 1
+"2078" NA 0.600469946861267 7 5 1
+"2079" 4 0.581430017948151 3 3 0
+"2080" 3 0.265219986438751 7 NA 0
+"2081" 5 0.477019995450974 5 NA 0
+"2082" 3 0.414970010519028 6 6 0
+"2083" 3 0.511519968509674 7 4 0
+"2084" 5 0.461620002985001 7 6 0
+"2085" 4 0.461620002985001 6 4 0
+"2086" NA 0.785520017147064 1 2 1
+"2087" 1 0.487359970808029 1 NA 0
+"2088" NA 0.320780009031296 5 7 1
+"2089" NA 0.600469946861267 6 6 0
+"2090" 3 0.62365996837616 5 3 0
+"2091" 3 0.688880026340485 3 3 1
+"2092" 3 NA 2 NA 1
+"2093" 5 0.427269995212555 4 6 0
+"2094" 3 0.267989993095398 1 NA 1
+"2095" 3 0.600469946861267 1 2 0
+"2096" 3 0.394959986209869 6 6 1
+"2097" NA NA 6 NA 1
+"2098" 5 0.309140026569366 3 NA 0
+"2099" 3 0.461620002985001 4 3 0
+"2100" 3 0.320780009031296 1 NA 1
+"2101" 3 0.265219986438751 2 NA 1
+"2102" 3 0.427269995212555 5 5 1
+"2103" 5 0.487359970808029 7 NA 0
+"2104" 2 0.408399999141693 3 5 0
+"2105" 3 0.785520017147064 6 6 1
+"2106" 4 NA 1 4 1
+"2107" 4 0.343410015106201 7 4 0
+"2108" 4 NA 3 NA 1
+"2109" 4 0.673849999904633 6 5 0
+"2110" NA 0.335929989814758 4 5 0
+"2111" 5 0.600469946861267 3 2 1
+"2112" NA 0.592509984970093 7 4 1
+"2113" 4 0.592509984970093 1 NA 0
+"2114" 4 0.267989993095398 2 5 1
+"2115" NA NA 3 NA 1
+"2116" 4 0.644749999046326 6 NA 0
+"2117" 3 0.408399999141693 3 3 1
+"2118" 4 0.189989998936653 7 6 1
+"2119" 5 0.592509984970093 4 NA 0
+"2120" 4 0.785520017147064 7 6 1
+"2121" 5 0.267989993095398 7 5 1
+"2122" 4 0.701979994773865 3 5 0
+"2123" 3 0.688880026340485 2 4 1
+"2124" 4 0.785520017147064 6 5 0
+"2125" NA 1.10091006755829 1 2 1
+"2126" 4 0.785520017147064 1 3 0
+"2127" 5 0.532429993152618 7 5 0
+"2128" 3 0.62365996837616 2 NA 0
+"2129" 3 0.461620002985001 1 2 0
+"2130" 3 NA 1 1 1
+"2131" NA 0.785520017147064 6 4 1
+"2132" 3 NA 5 4 1
+"2133" 3 0.673849999904633 6 4 0
+"2134" 3 0.8400399684906 5 6 0
+"2135" NA 0.487359970808029 4 3 0
+"2136" 3 NA 3 5 0
+"2137" 3 0.62978994846344 5 5 0
+"2138" 3 0.446730017662048 3 5 1
+"2139" 5 0.75151002407074 1 1 0
+"2140" 3 0.414970010519028 7 6 0
+"2141" 2 0.518409967422485 1 1 1
+"2142" 3 0.364969998598099 1 2 1
+"2143" 3 0.446730017662048 2 NA 1
+"2144" NA 0.785520017147064 2 3 0
+"2145" 5 0.785520017147064 2 2 1
+"2146" 3 0.673849999904633 5 NA 0
+"2147" 5 0.511519968509674 5 5 0
+"2148" NA 0.518409967422485 7 6 1
+"2149" 3 0.609759986400604 6 6 0
+"2150" NA 0.343410015106201 2 3 1
+"2151" 3 0.343410015106201 4 5 1
+"2152" 5 NA 6 NA 1
+"2153" 4 0.511519968509674 7 6 0
+"2154" 3 0.267989993095398 1 3 0
+"2155" 3 0.614226460456848 1 6 0
+"2156" 4 0.414970010519028 2 4 0
+"2157" 4 0.343410015106201 2 2 1
+"2158" 5 0.427269995212555 3 6 0
+"2159" 5 0.320780009031296 6 5 1
+"2160" 4 0.532539963722229 6 NA 1
+"2161" NA 0.614226460456848 2 3 1
+"2162" 5 0.545379996299744 1 5 1
+"2163" 3 0.414970010519028 7 5 0
+"2164" 4 0.461620002985001 3 3 0
+"2165" 3 NA 6 5 1
+"2166" 5 0.385200023651123 4 5 0
+"2167" 3 0.385200023651123 5 NA 1
+"2168" 3 0.592509984970093 3 3 0
+"2169" NA 0.529449999332428 1 4 1
+"2170" 3 0.408399999141693 2 NA 0
+"2171" NA 0.487359970808029 6 6 0
+"2172" 1 0.464700013399124 6 6 1
+"2173" 4 0.777340054512024 6 4 1
+"2174" 3 NA 6 5 1
+"2175" 3 0.487359970808029 1 NA 0
+"2176" 4 NA 7 4 1
+"2177" 5 NA 6 5 1
+"2178" 3 0.65021002292633 5 4 0
+"2179" 5 0.511519968509674 7 4 0
+"2180" 4 0.785520017147064 6 5 0
+"2181" 5 0.614226460456848 3 NA 1
+"2182" 3 0.511519968509674 4 3 0
+"2183" 5 0.320780009031296 6 NA 1
+"2184" 4 0.464700013399124 2 5 1
+"2185" NA 0.414970010519028 7 4 1
+"2186" 4 0.414970010519028 3 5 0
+"2187" 5 0.408399999141693 4 5 0
+"2188" 3 0.673849999904633 5 6 1
+"2189" 4 0.414970010519028 NA 3 0
+"2190" NA 0.62365996837616 1 5 0
+"2191" NA 0.785520017147064 2 4 1
+"2192" NA 0.688880026340485 3 6 1
+"2193" 3 0.364969998598099 1 5 1
+"2194" 2 0.673849999904633 7 6 0
+"2195" 2 0.673849999904633 1 2 1
+"2196" 3 0.614226460456848 2 4 0
+"2197" 3 0.673849999904633 1 3 0
+"2198" 3 0.267989993095398 1 6 1
+"2199" 1 0.644749999046326 6 5 0
+"2200" 3 NA 4 4 1
+"2201" 3 NA 6 4 1
+"2202" 4 NA 3 4 1
+"2203" NA 0.390350013971329 2 6 0
+"2204" 5 0.343410015106201 5 4 0
+"2205" 3 0.189989998936653 NA NA 1
+"2206" NA 0.532429993152618 1 2 0
+"2207" 3 0.903599977493286 6 4 0
+"2208" NA 0.414970010519028 3 4 0
+"2209" 3 0.367390006780624 6 NA 1
+"2210" NA 0.511519968509674 6 7 0
+"2211" NA 0.364969998598099 4 4 1
+"2212" 4 0.320780009031296 7 6 1
+"2213" NA NA 4 NA 1
+"2214" 4 0.673849999904633 3 5 1
+"2215" NA NA 3 NA 0
+"2216" NA 0.688880026340485 6 NA 1
+"2217" 3 0.387620002031326 5 5 0
+"2218" NA 0.609759986400604 5 3 1
+"2219" 2 0.320780009031296 1 NA 1
+"2220" 1 0.688880026340485 1 4 1
+"2221" NA 0.364969998598099 5 NA 1
+"2222" 3 0.592509984970093 2 NA 0
+"2223" 2 0.62365996837616 3 3 0
+"2224" 3 0.785520017147064 6 5 0
+"2225" 5 0.520840048789978 2 2 0
+"2226" 5 0.461620002985001 1 3 0
+"2227" 3 NA 3 4 1
+"2228" 5 0.367390006780624 6 4 0
+"2229" 4 0.414970010519028 1 4 0
+"2230" NA NA NA NA 1
+"2231" 4 0.477019995450974 6 4 0
+"2232" 4 NA 1 3 1
+"2233" 5 0.785520017147064 1 3 1
+"2234" 5 0.414970010519028 4 NA 1
+"2235" 1 0.65021002292633 4 5 0
+"2236" 5 0.408600002527237 3 4 1
+"2237" 2 1.13774001598358 3 2 0
+"2238" 1 0.265219986438751 3 1 1
+"2239" NA 0.394959986209869 2 NA 1
+"2240" 5 NA 3 NA 1
+"2241" 4 0.477019995450974 5 NA 0
+"2242" 3 0.461620002985001 6 5 0
+"2243" 5 0.785520017147064 2 NA 0
+"2244" 2 0.600469946861267 2 2 1
+"2245" 2 1.13774001598358 3 4 0
+"2246" 4 0.401980012655258 4 NA 0
+"2247" 3 0.511519968509674 3 NA 0
+"2248" 4 0.320780009031296 6 5 0
+"2249" 3 0.600469946861267 7 6 1
+"2250" 4 NA NA NA 1
+"2251" 3 0.600469946861267 6 4 1
+"2252" 2 0.189989998936653 2 NA 1
+"2253" NA NA 7 5 0
+"2254" 4 0.408399999141693 6 4 0
+"2255" 3 0.394959986209869 3 NA 1
+"2256" 3 NA 7 6 1
+"2257" 4 0.698559999465942 4 NA 1
+"2258" 4 0.785520017147064 3 4 1
+"2259" 5 0.267989993095398 2 NA 1
+"2260" 5 0.8400399684906 7 5 1
+"2261" 4 0.408399999141693 4 4 0
+"2262" 3 0.644749999046326 6 5 0
+"2263" 3 0.785520017147064 2 4 0
+"2264" 5 0.600469946861267 1 1 1
+"2265" 4 0.267989993095398 5 6 1
+"2266" 5 0.408600002527237 2 1 1
+"2267" 3 0.464700013399124 2 NA 1
+"2268" 2 0.400240004062653 4 6 1
+"2269" 3 0.614226460456848 2 NA 0
+"2270" 5 0.343410015106201 3 NA 1
+"2271" 3 0.387620002031326 2 2 1
+"2272" 4 0.477019995450974 3 6 0
+"2273" 4 0.367390006780624 1 NA 0
+"2274" 4 NA 5 4 1
+"2275" 3 0.364969998598099 2 NA 1
+"2276" 3 NA 7 6 1
+"2277" 4 0.785520017147064 7 6 1
+"2278" 4 0.335929989814758 6 5 1
+"2279" 5 0.267989993095398 2 4 0
+"2280" 3 0.36285999417305 4 7 1
+"2281" 3 0.315829992294312 1 NA 1
+"2282" 4 0.614226460456848 3 1 0
+"2283" 4 0.644749999046326 2 NA 0
+"2284" 3 0.364969998598099 1 2 1
+"2285" 4 0.785520017147064 1 2 1
+"2286" 5 0.265219986438751 2 NA 0
+"2287" 3 0.662460029125214 7 5 0
+"2288" NA 0.407070010900497 6 6 1
+"2289" 5 NA 3 NA 1
+"2290" 4 0.315829992294312 1 NA 0
+"2291" NA 0.903599977493286 6 6 0
+"2292" NA 0.62365996837616 NA NA 0
+"2293" 4 0.785520017147064 7 5 0
+"2294" 3 0.673849999904633 6 5 0
+"2295" 2 0.903599977493286 2 2 1
+"2296" 4 0.265219986438751 6 4 1
+"2297" 3 0.903599977493286 7 6 0
+"2298" 5 NA 6 4 1
+"2299" 5 0.464700013399124 5 4 1
+"2300" 4 0.532429993152618 7 6 0
+"2301" 5 NA 1 3 1
+"2302" 3 0.511519968509674 4 NA 0
+"2303" 3 0.477019995450974 3 NA 0
+"2304" 4 0.62365996837616 5 NA 0
+"2305" 3 0.785520017147064 1 5 1
+"2306" 3 0.785520017147064 7 6 0
+"2307" 3 0.265219986438751 NA NA 0
+"2308" 4 0.267989993095398 3 NA 1
+"2309" 3 0.65021002292633 2 3 1
+"2310" 5 0.36285999417305 2 5 0
+"2311" 4 0.785520017147064 7 6 0
+"2312" 3 0.336679995059967 1 7 1
+"2313" 3 0.394959986209869 1 4 1
+"2314" 5 0.600469946861267 3 5 0
+"2315" NA 0.785520017147064 3 3 1
+"2316" 3 0.461620002985001 1 3 0
+"2317" 4 0.511519968509674 5 4 0
+"2318" 4 0.8400399684906 4 5 0
+"2319" 4 0.688880026340485 6 5 1
+"2320" 3 0.614226460456848 2 4 1
+"2321" NA 0.261489987373352 1 4 1
+"2322" 5 0.785520017147064 5 4 1
+"2323" NA 0.785520017147064 3 3 0
+"2324" 3 0.407070010900497 1 4 1
+"2325" 3 0.511519968509674 NA 4 0
+"2326" 4 0.320780009031296 4 3 1
+"2327" 3 0.309140026569366 7 6 0
+"2328" 2 0.673849999904633 2 5 1
+"2329" NA 0.487359970808029 6 4 0
+"2330" 5 NA 2 NA 1
+"2331" 4 0.427269995212555 2 NA 1
+"2332" 3 NA 1 1 0
+"2333" 4 NA 7 6 0
+"2334" 3 0.367390006780624 4 NA 1
+"2335" 5 0.343410015106201 1 1 1
+"2336" 4 0.461620002985001 1 NA 1
+"2337" 4 NA 5 2 1
+"2338" 3 0.65021002292633 3 2 0
+"2339" NA 0.614226460456848 1 4 0
+"2340" 1 0.518409967422485 4 6 0
+"2341" 4 0.614226460456848 1 NA 1
+"2342" 4 0.785520017147064 4 5 1
+"2343" 3 0.461620002985001 2 NA 1
+"2344" 5 0.511519968509674 6 4 0
+"2345" 5 0.312420010566711 2 2 1
+"2346" 4 0.487359970808029 1 NA 0
+"2347" 5 0.581430017948151 5 6 0
+"2348" 4 NA 1 4 1
+"2349" 4 0.600469946861267 1 4 1
+"2350" 5 0.785520017147064 4 4 1
+"2351" NA 0.390350013971329 5 4 0
+"2352" 4 0.511519968509674 5 4 0
+"2353" 3 0.315829992294312 1 NA 1
+"2354" NA 0.400240004062653 4 3 1
+"2355" 3 0.343410015106201 7 6 1
+"2356" 5 0.487359970808029 6 4 0
+"2357" 5 0.511519968509674 6 4 0
+"2358" 3 0.592509984970093 5 NA 0
+"2359" 3 0.461620002985001 1 6 0
+"2360" 4 0.609759986400604 7 4 1
+"2361" 3 0.312420010566711 1 3 0
+"2362" 5 0.84213000535965 7 4 1
+"2363" 3 0.315829992294312 1 NA 0
+"2364" 3 0.785520017147064 5 5 0
+"2365" 3 0.401980012655258 1 3 0
+"2366" 3 0.267989993095398 3 3 1
+"2367" NA 0.785520017147064 1 NA 0
+"2368" NA 0.65021002292633 5 6 0
+"2369" 3 0.400240004062653 3 6 1
+"2370" 3 0.335929989814758 6 NA 0
+"2371" 2 0.673849999904633 1 3 1
+"2372" 2 0.673849999904633 6 2 1
+"2373" 5 0.477019995450974 7 NA 0
+"2374" NA 0.36285999417305 2 2 0
+"2375" 2 0.673849999904633 6 6 0
+"2376" 4 0.461620002985001 2 4 0
+"2377" 3 0.267989993095398 7 4 1
+"2378" 3 0.267989993095398 5 4 0
+"2379" 3 0.320780009031296 5 NA 1
+"2380" 3 0.407070010900497 7 NA 0
+"2381" 3 NA 6 NA 1
+"2382" 3 0.400240004062653 1 6 1
+"2383" 4 0.343410015106201 3 6 0
+"2384" NA 0.511519968509674 1 2 0
+"2385" 1 0.312420010566711 1 1 1
+"2386" 5 0.320780009031296 1 2 1
+"2387" 5 0.688880026340485 5 5 1
+"2388" 4 1.10091006755829 7 6 0
+"2389" NA 1.10091006755829 5 6 1
+"2390" 3 0.644749999046326 3 3 0
+"2391" NA 0.673849999904633 7 5 1
+"2392" 3 0.785520017147064 5 6 0
+"2393" 5 0.440597921609879 1 1 1
+"2394" NA 0.903599977493286 4 2 0
+"2395" 5 0.785520017147064 6 NA 1
+"2396" 5 0.785520017147064 1 NA 1
+"2397" 2 0.673849999904633 1 2 0
+"2398" 3 0.312420010566711 5 6 1
+"2399" 3 0.511519968509674 2 5 0
+"2400" 4 0.394959986209869 5 5 1
+"2401" 5 0.461620002985001 1 NA 0
+"2402" 3 0.464700013399124 1 NA 1
+"2403" 5 0.793409943580627 3 3 0
+"2404" 3 0.390350013971329 1 7 0
+"2405" NA 0.532429993152618 4 6 0
+"2406" 3 NA 4 2 0
+"2407" 4 0.364969998598099 2 3 1
+"2408" NA 0.267989993095398 5 5 0
+"2409" 5 0.609759986400604 3 NA 1
+"2410" 3 NA 2 5 1
+"2411" NA 0.320780009031296 4 6 1
+"2412" 5 0.367390006780624 2 NA 0
+"2413" 4 NA 4 NA 1
+"2414" 4 0.401980012655258 2 4 0
+"2415" 4 0.265219986438751 6 7 1
+"2416" 3 0.511519968509674 2 2 0
+"2417" NA 0.309140026569366 NA NA 1
+"2418" 5 0.400240004062653 3 NA 1
+"2419" 3 0.75151002407074 5 6 0
+"2420" 3 0.600469946861267 6 6 1
+"2421" 5 0.609759986400604 4 5 1
+"2422" 4 NA 4 5 1
+"2423" 5 0.267989993095398 4 NA 1
+"2424" NA 0.265219986438751 6 NA 0
+"2425" 3 0.394959986209869 1 2 1
+"2426" 3 0.600469946861267 3 4 0
+"2427" 4 0.367390006780624 6 5 1
+"2428" 4 0.461620002985001 6 NA 0
+"2429" NA 0.381099998950958 1 4 0
+"2430" 3 0.408399999141693 5 6 0
+"2431" 3 0.315829992294312 4 2 1
+"2432" 3 0.785520017147064 1 2 1
+"2433" 4 NA 7 4 1
+"2434" 4 0.394959986209869 5 NA 1
+"2435" 5 0.261489987373352 2 NA 1
+"2436" NA 0.400240004062653 4 5 1
+"2437" 5 0.644749999046326 1 3 1
+"2438" NA 0.673849999904633 7 7 0
+"2439" 4 0.267989993095398 3 4 1
+"2440" 3 NA 3 NA 1
+"2441" 2 0.394959986209869 2 NA 1
+"2442" 5 0.343410015106201 3 4 1
+"2443" 5 0.487359970808029 2 NA 1
+"2444" 5 0.65021002292633 7 6 1
+"2445" 4 0.364969998598099 1 6 1
+"2446" 4 0.785520017147064 2 NA 0
+"2447" 3 0.600469946861267 1 2 1
+"2448" 3 0.592509984970093 2 4 1
+"2449" 3 0.62978994846344 5 6 0
+"2450" NA 0.394959986209869 4 NA 1
+"2451" 5 0.532429993152618 4 5 0
+"2452" 5 0.581430017948151 7 5 0
+"2453" 5 0.592509984970093 2 3 1
+"2454" 3 0.408399999141693 7 4 0
+"2455" NA 0.394959986209869 6 4 0
+"2456" 4 0.511519968509674 5 5 0
+"2457" 4 0.614226460456848 6 5 0
+"2458" NA 0.592509984970093 4 7 0
+"2459" 2 0.401980012655258 1 NA 1
+"2460" 3 0.903599977493286 3 5 0
+"2461" 4 0.785520017147064 2 5 1
+"2462" 5 NA 1 NA 1
+"2463" 5 0.401980012655258 1 2 1
+"2464" 3 0.461620002985001 4 NA 0
+"2465" NA 0.267989993095398 2 4 1
+"2466" 1 0.461620002985001 1 NA 0
+"2467" 3 0.785520017147064 7 6 0
+"2468" 4 0.600469946861267 2 4 1
+"2469" 3 NA 3 4 1
+"2470" NA 0.785520017147064 5 NA 1
+"2471" 3 0.688880026340485 1 3 1
+"2472" 4 0.62978994846344 2 3 0
+"2473" 3 0.785520017147064 1 NA 1
+"2474" 5 0.387620002031326 1 1 1
+"2475" NA 0.312420010566711 4 NA 1
+"2476" 3 NA 1 4 1
+"2477" 3 NA 1 6 1
+"2478" 3 0.267989993095398 1 NA 0
+"2479" 3 0.592509984970093 2 NA 0
+"2480" 4 0.609759986400604 7 5 1
+"2481" NA 0.312420010566711 1 6 1
+"2482" 4 0.785520017147064 2 3 0
+"2483" 5 NA 4 4 0
+"2484" 3 NA 6 3 1
+"2485" NA 0.673849999904633 6 6 1
diff --git a/data/macro.tab b/data/macro.tab
new file mode 100644
index 0000000..be8e6ce
--- /dev/null
+++ b/data/macro.tab
@@ -0,0 +1,351 @@
+"country" "year" "gdp" "unem" "capmob" "trade"
+"1" "United States" 1966  5.1111407  3.8000000  0   9.622906
+"2" "United States" 1967  2.2772829  3.8000000  0   9.983546
+"3" "United States" 1968  4.7000000  3.6000000  0  10.089120
+"4" "United States" 1969  2.8000000  3.5000000  0  10.435930
+"5" "United States" 1970 -0.2000000  4.9000000  0  10.495350
+"6" "United States" 1971  3.1000000  5.9000000  0  11.278270
+"7" "United States" 1972  5.4000000  5.6000000  0  11.217710
+"8" "United States" 1973  5.7000000  4.9000000  0  11.767050
+"9" "United States" 1974 -0.9000000  5.6000000  0  13.772550
+"10" "United States" 1975 -0.8000000  8.5000000  0  17.423260
+"11" "United States" 1976  4.7000000  7.7000000  0  16.522110
+"12" "United States" 1977  5.5000000  7.1000000  0  17.234920
+"13" "United States" 1978  4.7000000  6.1000000  0  17.540990
+"14" "United States" 1979  2.6000000  5.8000000  0  18.175910
+"15" "United States" 1980 -0.4000000  7.1000000  0  19.732850
+"16" "United States" 1981  3.4000000  7.5000000  0  21.510570
+"17" "United States" 1982 -3.0000000  9.5000000  0  20.538950
+"18" "United States" 1983  2.9000000  9.5000000  0  18.569720
+"19" "United States" 1984  7.2000000  7.5000000  0  17.815880
+"20" "United States" 1985  3.8000000  7.1000000  0  18.028990
+"21" "United States" 1986  2.8000000  7.0000000  0  17.203710
+"22" "United States" 1987  3.7000000  6.2000000  0  17.230950
+"23" "United States" 1988  4.6000000  5.5000000  0  18.294180
+"24" "United States" 1989  2.8000000  5.2700837  0  19.413526
+"25" "United States" 1990  0.9000000  5.4145596  0  20.638364
+"26" "Canada" 1966  6.8021676  3.6000000  0  38.454670
+"27" "Canada" 1967  2.9236458  4.1000000  0  40.161670
+"28" "Canada" 1968  5.6000000  4.8000000  0  41.065740
+"29" "Canada" 1969  5.2000000  4.7000000  0  42.768490
+"30" "Canada" 1970  2.6000000  5.9000000  0  44.165330
+"31" "Canada" 1971  7.0000000  6.4000000  0  43.849900
+"32" "Canada" 1972  5.8000000  6.3000000  0  42.678130
+"33" "Canada" 1973  7.5000000  5.6000000  0  43.884720
+"34" "Canada" 1974  3.5000000  5.4000000  0  46.415430
+"35" "Canada" 1975  1.1000000  6.9000000  0  50.493310
+"36" "Canada" 1976  6.1000000  7.1000000  0  48.161620
+"37" "Canada" 1977  2.2000000  8.1000000  0  46.121660
+"38" "Canada" 1978  3.9000000  8.4000000  0  48.003110
+"39" "Canada" 1979  3.4000000  7.5000000  0  51.226560
+"40" "Canada" 1980  1.0000000  7.5000000  0  54.932030
+"41" "Canada" 1981  4.0000000  7.6000000  0  55.771610
+"42" "Canada" 1982 -4.3000000 11.0000000  0  54.325000
+"43" "Canada" 1983  2.8000000 11.9000000  0  48.583550
+"44" "Canada" 1984  5.4000000 11.3000000  0  48.402080
+"45" "Canada" 1985  4.7000000 10.5000000  0  53.523450
+"46" "Canada" 1986  3.1000000  9.6000000  0  54.308200
+"47" "Canada" 1987  4.5000000  8.9000000  0  53.461100
+"48" "Canada" 1988  5.0000000  7.8000000  0  52.156830
+"49" "Canada" 1989  2.4000000  7.4952143  0  52.077395
+"50" "Canada" 1990  0.4000000  8.0595930  0  49.932476
+"51" "United Kingdom" 1966  1.8770983  1.5000000 -1  37.931900
+"52" "United Kingdom" 1967  2.2550651  2.3000000 -1  37.830320
+"53" "United Kingdom" 1968  4.1000000  2.5000000 -1  37.762960
+"54" "United Kingdom" 1969  1.5000000  2.4000000 -2  41.925460
+"55" "United Kingdom" 1970  2.2000000  2.6000000 -2  42.797890
+"56" "United Kingdom" 1971  2.7000000  3.5000000 -1  44.084340
+"57" "United Kingdom" 1972  2.3000000  3.8000000 -1  43.510690
+"58" "United Kingdom" 1973  7.6000000  2.7000000 -1  42.867210
+"59" "United Kingdom" 1974 -1.0000000  2.6000000 -1  48.822800
+"60" "United Kingdom" 1975 -0.7000000  4.0000000 -1  59.628370
+"61" "United Kingdom" 1976  3.8000000  5.5000000 -1  52.510370
+"62" "United Kingdom" 1977  1.0000000  5.8000000 -1  56.874880
+"63" "United Kingdom" 1978  3.6000000  5.7000000 -1  59.064990
+"64" "United Kingdom" 1979  2.2000000  5.3000000 -1  55.531340
+"65" "United Kingdom" 1980 -2.3000000  7.0000000  0  55.788930
+"66" "United Kingdom" 1981 -1.4000000 10.5000000  0  52.513500
+"67" "United Kingdom" 1982  1.5000000 11.2000000  0  50.545860
+"68" "United Kingdom" 1983  3.4000000 11.7000000  0  51.031590
+"69" "United Kingdom" 1984  1.8000000 11.7000000  0  52.773220
+"70" "United Kingdom" 1985  3.7000000 11.2000000  0  58.076640
+"71" "United Kingdom" 1986  3.5000000 11.2000000  0  57.582850
+"72" "United Kingdom" 1987  4.7000000 10.2000000  0  53.523350
+"73" "United Kingdom" 1988  4.1000000  8.3000000  0  52.650150
+"74" "United Kingdom" 1989  2.3000000  6.1140732  0  50.248182
+"75" "United Kingdom" 1990  0.8000000  5.4717446  0  52.355970
+"76" "Netherlands" 1966  1.8770983  1.0000000 -2  87.058950
+"77" "Netherlands" 1967  2.2550651  2.0000000 -2  85.449720
+"78" "Netherlands" 1968  2.3000000  1.9000000 -3  82.560510
+"79" "Netherlands" 1969  6.4000000  1.4000000 -2  82.631060
+"80" "Netherlands" 1970  6.7000000  1.1000000 -2  86.038790
+"81" "Netherlands" 1971  4.2000000  1.6000000 -2  91.876280
+"82" "Netherlands" 1972  3.3000000  2.8000000 -1  91.269110
+"83" "Netherlands" 1973  4.7000000  2.8000000 -1  87.190080
+"84" "Netherlands" 1974  4.0000000  3.5000000 -1  91.157950
+"85" "Netherlands" 1975 -0.1000000  5.3000000 -1 104.975700
+"86" "Netherlands" 1976  5.1000000  5.6000000 -1  96.280620
+"87" "Netherlands" 1977  2.3000000  5.5000000 -1  98.340400
+"88" "Netherlands" 1978  2.5000000  5.5000000  0  93.892990
+"89" "Netherlands" 1979  2.4000000  5.6000000  0  89.751190
+"90" "Netherlands" 1980  0.9000000  6.0000000  0  98.667540
+"91" "Netherlands" 1981 -0.7000000  8.9000000  0 105.550200
+"92" "Netherlands" 1982 -1.4000000 10.3000000  0 112.472700
+"93" "Netherlands" 1983  0.9000000 12.3000000  0 111.333700
+"94" "Netherlands" 1984  1.7000000 12.3000000  0 112.810500
+"95" "Netherlands" 1985  2.6000000 10.2000000  0 119.003100
+"96" "Netherlands" 1986  2.0000000 10.0000000  0 122.672100
+"97" "Netherlands" 1987  1.1000000 10.0000000  0 104.127300
+"98" "Netherlands" 1988  2.7000000 10.1000000  0 102.312000
+"99" "Netherlands" 1989  4.0000000  8.3122300  0 105.057288
+"100" "Netherlands" 1990  3.9000000  7.5087311  0 111.762226
+"101" "Belgium" 1966  3.1622589  2.7000000 -2  73.618440
+"102" "Belgium" 1967  3.8753976  3.7000000 -2  74.542040
+"103" "Belgium" 1968  4.2000000  4.5000000 -2  73.585590
+"104" "Belgium" 1969  6.6000000  3.6000000 -1  78.447790
+"105" "Belgium" 1970  6.4000000  2.9000000 -1  84.379250
+"106" "Belgium" 1971  3.7000000  2.9000000 -1  86.759470
+"107" "Belgium" 1972  5.3000000  3.4000000  0  86.106090
+"108" "Belgium" 1973  5.9000000  3.6000000  0  85.156660
+"109" "Belgium" 1974  4.1000000  4.0000000  0  94.414870
+"110" "Belgium" 1975 -1.5000000  6.7000000  0 108.177400
+"111" "Belgium" 1976  5.3000000  6.8000000  0  93.609210
+"112" "Belgium" 1977  0.4000000  7.8000000  0  98.267460
+"113" "Belgium" 1978  3.0000000  8.4000000  0 107.168100
+"114" "Belgium" 1979  2.1000000  8.7000000  0 104.390400
+"115" "Belgium" 1980  4.0000000  9.4000000  0 115.214600
+"116" "Belgium" 1981 -1.5000000 10.0000000  0 121.389600
+"117" "Belgium" 1982  1.5000000 11.7000000  0 130.571400
+"118" "Belgium" 1983 -0.1000000 12.9000000  0 138.485700
+"119" "Belgium" 1984  1.4000000 13.0000000  0 137.189600
+"120" "Belgium" 1985  0.9000000 12.0000000  0 146.020200
+"121" "Belgium" 1986  1.6000000 11.3000000  0 141.275500
+"122" "Belgium" 1987  1.9000000 11.1000000  0 127.210200
+"123" "Belgium" 1988  4.3000000 10.0000000  0 126.907600
+"124" "Belgium" 1989  3.6000000  9.2664093  0 133.281122
+"125" "Belgium" 1990  3.8000000  8.7341469  0 142.686084
+"126" "France" 1966  5.2141824  0.7000000  0  24.302560
+"127" "France" 1967  4.6882107  0.9000000  0  25.008780
+"128" "France" 1968  4.3000000  1.2000000  0  24.850140
+"129" "France" 1969  7.0000000  1.0000000 -1  25.402060
+"130" "France" 1970  5.7000000  1.2000000 -1  27.829750
+"131" "France" 1971  5.4000000  1.6000000 -1  31.511960
+"132" "France" 1972  5.9000000  2.0000000 -1  32.185850
+"133" "France" 1973  5.4000000  2.6000000 -1  32.615950
+"134" "France" 1974  3.2000000  2.8000000 -1  34.760360
+"135" "France" 1975  0.2000000  4.1000000 -1  43.205750
+"136" "France" 1976  5.2000000  4.4000000 -1  37.326510
+"137" "France" 1977  3.1000000  4.7000000 -1  40.429730
+"138" "France" 1978  3.8000000  5.2000000 -1  41.568830
+"139" "France" 1979  3.3000000  5.9000000 -1  40.255400
+"140" "France" 1980  1.1000000  6.3000000 -1  42.541650
+"141" "France" 1981  0.5000000  7.3000000 -1  44.891930
+"142" "France" 1982  1.8000000  8.1000000 -1  46.895390
+"143" "France" 1983  0.7000000  8.3000000 -1  46.224320
+"144" "France" 1984  1.3000000  9.9000000 -1  45.693210
+"145" "France" 1985  1.9000000 10.2000000 -1  47.646520
+"146" "France" 1986  2.3000000 10.4000000 -1  47.210230
+"147" "France" 1987  1.9000000 10.5000000 -1  41.627190
+"148" "France" 1988  3.5000000  9.9000000 -1  41.465140
+"149" "France" 1989  3.6000000  9.3791118 -1  42.861233
+"150" "France" 1990  2.6000000  8.9709547 -1  49.667118
+"151" "West Germany" 1966  2.9414163  0.7000000  0  37.894460
+"152" "West Germany" 1967 -0.1188883  2.1000000  0  38.813670
+"153" "West Germany" 1968  6.3000000  1.5000000  0  39.506420
+"154" "West Germany" 1969  7.8000000  0.9000000  0  41.404140
+"155" "West Germany" 1970  6.0000000  0.7000000  0  43.068930
+"156" "West Germany" 1971  2.9000000  0.8000000  0  43.210420
+"157" "West Germany" 1972  4.2000000  1.1000000  0  43.247700
+"158" "West Germany" 1973  4.7000000  1.2000000  0  42.768340
+"159" "West Germany" 1974  0.3000000  2.6000000  0  44.196360
+"160" "West Germany" 1975 -1.6000000  4.7000000  0  52.194840
+"161" "West Germany" 1976  5.4000000  4.6000000  0  49.916700
+"162" "West Germany" 1977  3.0000000  4.5000000  0  52.594910
+"163" "West Germany" 1978  2.9000000  4.3000000  0  52.035340
+"164" "West Germany" 1979  4.2000000  3.8000000  0  50.733770
+"165" "West Germany" 1980  1.4000000  3.8000000  0  53.401890
+"166" "West Germany" 1981  0.2000000  5.5000000  0  57.204180
+"167" "West Germany" 1982 -0.6000000  7.5000000  0  61.452470
+"168" "West Germany" 1983  1.2000000  9.1000000  0  62.337530
+"169" "West Germany" 1984  2.6000000  9.1000000  0  60.678390
+"170" "West Germany" 1985  2.0000000  9.3000000  0  64.168710
+"171" "West Germany" 1986  2.3000000  9.0000000  0  66.315470
+"172" "West Germany" 1987  1.8000000  8.9000000  0  59.980890
+"173" "West Germany" 1988  3.7000000  8.7000000  0  58.095540
+"174" "West Germany" 1989  3.2000000  6.8437490  0  59.254416
+"175" "West Germany" 1990  4.7000000  6.2089887  0  64.472380
+"176" "Austria" 1966  5.6429989  1.7000000 -2  50.828180
+"177" "Austria" 1967  3.0076867  1.8000000 -2  51.539860
+"178" "Austria" 1968  4.5000000  2.0000000 -2  50.877130
+"179" "Austria" 1969  6.3000000  1.8000000 -2  51.626360
+"180" "Austria" 1970  7.1000000  1.4000000 -2  55.524040
+"181" "Austria" 1971  5.1000000  1.2000000 -2  61.163130
+"182" "Austria" 1972  6.2000000  1.0000000 -2  60.626280
+"183" "Austria" 1973  4.9000000  1.0000000 -3  60.495470
+"184" "Austria" 1974  3.9000000  1.1000000 -1  60.685230
+"185" "Austria" 1975 -0.4000000  1.7000000 -1  66.363810
+"186" "Austria" 1976  4.6000000  1.7000000 -1  63.066760
+"187" "Austria" 1977  4.4000000  1.5000000 -1  66.726450
+"188" "Austria" 1978  0.5000000  1.8000000 -1  67.233540
+"189" "Austria" 1979  4.7000000  1.7000000 -1  66.624710
+"190" "Austria" 1980  3.0000000  1.6000000 -1  71.776940
+"191" "Austria" 1981 -0.1000000  2.1000000 -1  75.599920
+"192" "Austria" 1982  1.2000000  3.1000000 -1  77.917160
+"193" "Austria" 1983  2.1000000  3.8000000 -1  74.132980
+"194" "Austria" 1984  2.0000000  3.8000000 -1  73.286230
+"195" "Austria" 1985  2.5000000  3.6000000 -1  77.686450
+"196" "Austria" 1986  1.1000000  3.1000000 -1  80.934370
+"197" "Austria" 1987  1.9000000  3.8000000 -1  72.724470
+"198" "Austria" 1988  4.2000000  3.6000000 -1  70.362770
+"199" "Austria" 1989  3.7000000  3.1304348 -1  74.421892
+"200" "Austria" 1990  4.9000000  3.2331254 -1  79.472929
+"201" "Italy" 1966  5.9849301  5.9000000 -1  26.939980
+"202" "Italy" 1967  7.1776258  5.4000000 -1  28.237120
+"203" "Italy" 1968  6.5000000  5.7000000 -1  28.761100
+"204" "Italy" 1969  6.1000000  5.7000000 -1  29.418730
+"205" "Italy" 1970  5.3000000  5.4000000 -1  31.444620
+"206" "Italy" 1971  1.6000000  5.4000000 -1  32.473000
+"207" "Italy" 1972  3.2000000  6.4000000 -1  32.666760
+"208" "Italy" 1973  7.0000000  6.4000000 -1  34.196790
+"209" "Italy" 1974  4.1000000  5.4000000 -1  37.149280
+"210" "Italy" 1975 -3.6000000  5.9000000 -2  46.893480
+"211" "Italy" 1976  5.9000000  6.7000000 -1  43.181410
+"212" "Italy" 1977  1.9000000  7.2000000 -2  48.341280
+"213" "Italy" 1978  2.7000000  7.2000000 -1  48.478820
+"214" "Italy" 1979  4.9000000  7.7000000 -1  47.990130
+"215" "Italy" 1980  3.9000000  7.6000000 -1  51.303110
+"216" "Italy" 1981  0.2000000  8.4000000 -1  50.451220
+"217" "Italy" 1982 -0.5000000  9.1000000 -2  46.008000
+"218" "Italy" 1983 -0.2000000  9.9000000 -1  44.531230
+"219" "Italy" 1984  2.8000000 10.1000000  0  41.135250
+"220" "Italy" 1985  2.6000000 10.1000000  0  43.648930
+"221" "Italy" 1986  2.5000000 11.1000000  0  43.849610
+"222" "Italy" 1987  3.0000000 12.0000000 -1  37.016330
+"223" "Italy" 1988  3.9000000 12.0000000 -1  36.825300
+"224" "Italy" 1989  3.0000000 11.8115106 -1  38.838481
+"225" "Italy" 1990  2.0000000 10.7891162 -1  38.649988
+"226" "Finland" 1966  2.3721416  1.5000000 -3  42.164150
+"227" "Finland" 1967  2.1688613  2.9000000 -3  41.395250
+"228" "Finland" 1968  2.5000000  3.8000000 -2  40.356310
+"229" "Finland" 1969  9.6000000  2.8000000 -2  43.750690
+"230" "Finland" 1970  7.9000000  1.9000000 -2  47.382030
+"231" "Finland" 1971  2.1000000  2.2000000 -2  52.598210
+"232" "Finland" 1972  7.6000000  2.5000000 -2  50.480520
+"233" "Finland" 1973  6.7000000  2.3000000 -3  50.746260
+"234" "Finland" 1974  3.0000000  1.7000000 -3  51.496550
+"235" "Finland" 1975  1.2000000  2.2000000 -3  58.730770
+"236" "Finland" 1976  0.3000000  3.8000000 -4  53.379480
+"237" "Finland" 1977  0.2000000  5.8000000 -3  52.090850
+"238" "Finland" 1978  2.6000000  7.2000000 -3  55.153420
+"239" "Finland" 1979  7.4000000  5.9000000 -3  55.953200
+"240" "Finland" 1980  5.6000000  4.6000000 -3  61.350390
+"241" "Finland" 1981  1.8000000  5.1000000 -3  66.681900
+"242" "Finland" 1982  3.0000000  5.4000000 -3  65.716040
+"243" "Finland" 1983  2.9000000  5.4000000 -3  61.491520
+"244" "Finland" 1984  3.0000000  5.2000000 -3  60.646930
+"245" "Finland" 1985  3.3000000  5.0000000 -2  58.252330
+"246" "Finland" 1986  2.1000000  5.4000000 -2  57.317760
+"247" "Finland" 1987  4.0000000  5.1000000 -3  51.937650
+"248" "Finland" 1988  5.2000000  4.6000000 -3  50.276170
+"249" "Finland" 1989  5.4000000  3.4456059 -3  49.786669
+"250" "Finland" 1990  0.4000000  3.5541195 -3  48.981816
+"251" "Sweden" 1966  2.0909698  1.4000000 -2  44.785570
+"252" "Sweden" 1967  3.3656264  1.7000000 -2  43.728520
+"253" "Sweden" 1968  3.6000000  2.0000000 -2  42.462370
+"254" "Sweden" 1969  5.0000000  1.7000000 -2  43.517570
+"255" "Sweden" 1970  6.5000000  1.4000000 -2  46.278390
+"256" "Sweden" 1971  0.9000000  2.0000000 -2  48.773120
+"257" "Sweden" 1972  2.3000000  2.0000000 -2  47.520330
+"258" "Sweden" 1973  4.0000000  1.9000000 -2  46.864410
+"259" "Sweden" 1974  3.2000000  1.5000000 -1  52.045470
+"260" "Sweden" 1975  2.6000000  1.4000000 -1  65.178600
+"261" "Sweden" 1976  1.1000000  1.2000000 -1  56.498820
+"262" "Sweden" 1977 -1.6000000  1.2000000 -1  56.978750
+"263" "Sweden" 1978  1.8000000  1.6000000 -1  56.440800
+"264" "Sweden" 1979  3.8000000  1.5000000 -1  55.417620
+"265" "Sweden" 1980  1.7000000  1.4000000 -1  61.813900
+"266" "Sweden" 1981 -0.3000000  2.5000000 -1  61.519820
+"267" "Sweden" 1982  0.8000000  3.1000000 -1  60.163330
+"268" "Sweden" 1983  2.4000000  3.5000000 -1  64.760910
+"269" "Sweden" 1984  3.4000000  3.1000000 -1  68.512100
+"270" "Sweden" 1985  2.2000000  2.8000000 -1  68.255010
+"271" "Sweden" 1986  2.3000000  2.6000000 -1  68.227530
+"272" "Sweden" 1987  2.9000000  1.9000000 -1  62.787700
+"273" "Sweden" 1988  2.3000000  1.6000000 -1  61.833540
+"274" "Sweden" 1989  2.4000000  0.6847802 -1  63.454899
+"275" "Sweden" 1990  0.6000000  1.5075377 -1  63.819325
+"276" "Norway" 1966  3.7861464  0.8000000 -2  82.253820
+"277" "Norway" 1967  6.2568582  0.8000000 -2  83.088980
+"278" "Norway" 1968  2.3000000  1.1000000 -2  85.661640
+"279" "Norway" 1969  6.4000000  1.0000000 -2  84.236610
+"280" "Norway" 1970  6.7000000  0.8000000 -2  82.442590
+"281" "Norway" 1971  4.6000000  0.8000000 -2  84.916990
+"282" "Norway" 1972  5.2000000  1.7000000 -2  83.663450
+"283" "Norway" 1973  4.1000000  1.5000000 -2  80.627620
+"284" "Norway" 1974  5.2000000  1.5000000 -1  87.614210
+"285" "Norway" 1975  4.2000000  2.3000000 -1  95.429700
+"286" "Norway" 1976  6.8000000  1.8000000 -1  90.335020
+"287" "Norway" 1977  3.6000000  1.5000000 -1  91.723340
+"288" "Norway" 1978  4.5000000  1.7000000 -1  90.339050
+"289" "Norway" 1979  5.1000000  2.0000000 -1  82.758040
+"290" "Norway" 1980  4.2000000  1.7000000 -1  85.708650
+"291" "Norway" 1981  0.9000000  2.0000000 -1  88.466420
+"292" "Norway" 1982  0.3000000  2.6000000 -1  87.513800
+"293" "Norway" 1983  3.9000000  3.3000000 -1  85.110590
+"294" "Norway" 1984  3.8000000  3.1000000 -1  83.617690
+"295" "Norway" 1985  5.3000000  2.6000000 -1  85.506930
+"296" "Norway" 1986  4.2000000  2.0000000 -1  85.759970
+"297" "Norway" 1987  3.4000000  2.1000000 -1  79.008410
+"298" "Norway" 1988  1.1000000  3.2000000 -1  73.384620
+"299" "Norway" 1989  0.4000000  4.9187935 -1  73.863705
+"300" "Norway" 1990  1.8000000  5.2287582 -1  79.656174
+"301" "Denmark" 1966  2.7412402  2.3000000 -3  62.286680
+"302" "Denmark" 1967  3.4212094  2.7000000 -3  58.782370
+"303" "Denmark" 1968  3.8000000  5.0000000 -2  56.866280
+"304" "Denmark" 1969  6.5000000  3.9000000 -2  56.773130
+"305" "Denmark" 1970  2.3000000  2.9000000 -2  57.007610
+"306" "Denmark" 1971  2.7000000  3.7000000 -2  58.806170
+"307" "Denmark" 1972  5.3000000  3.6000000 -2  57.031290
+"308" "Denmark" 1973  3.6000000  2.4000000 -2  53.593220
+"309" "Denmark" 1974 -0.9000000  5.2000000 -1  58.961340
+"310" "Denmark" 1975 -0.7000000  6.0000000 -1  66.436670
+"311" "Denmark" 1976  6.5000000  5.3000000 -1  61.098590
+"312" "Denmark" 1977  1.6000000  6.4000000 -1  62.337290
+"313" "Denmark" 1978  1.5000000  7.3000000 -1  61.265260
+"314" "Denmark" 1979  3.5000000  6.1000000 -1  57.733870
+"315" "Denmark" 1980 -0.4000000  6.9000000 -1  61.313030
+"316" "Denmark" 1981 -0.9000000 10.3000000 -1  66.473860
+"317" "Denmark" 1982  3.0000000 11.0000000 -1  72.363220
+"318" "Denmark" 1983  2.1000000 11.4000000 -1  71.870470
+"319" "Denmark" 1984  3.5000000  8.5000000 -1  70.324150
+"320" "Denmark" 1985  4.3000000  7.3000000 -1  72.598330
+"321" "Denmark" 1986  3.6000000  5.5000000 -1  72.948290
+"322" "Denmark" 1987 -0.6000000  6.9000000 -1  64.367020
+"323" "Denmark" 1988 -0.2000000  7.2000000 -1  61.448210
+"324" "Denmark" 1989  0.8000000  8.1278222  0  62.473431
+"325" "Denmark" 1990  1.7000000  8.3104396  0  61.443299
+"326" "Japan" 1966 10.6382757  0.9000000 -2  20.641220
+"327" "Japan" 1967 11.0823408  1.3000000 -2  20.594800
+"328" "Japan" 1968 12.8000000  1.2000000 -2  20.055190
+"329" "Japan" 1969 12.3000000  1.1000000 -2  20.082110
+"330" "Japan" 1970  9.8000000  1.2000000 -2  20.598260
+"331" "Japan" 1971  4.2000000  1.2000000 -1  21.508100
+"332" "Japan" 1972  8.4000000  1.4000000 -1  21.953090
+"333" "Japan" 1973  7.9000000  1.3000000 -1  20.166400
+"334" "Japan" 1974 -1.2000000  1.4000000 -1  21.539250
+"335" "Japan" 1975  2.6000000  1.9000000 -1  29.917490
+"336" "Japan" 1976  4.8000000  2.0000000 -1  27.428520
+"337" "Japan" 1977  5.3000000  2.0000000 -1  28.036610
+"338" "Japan" 1978  5.1000000  2.2000000 -1  26.116080
+"339" "Japan" 1979  5.2000000  2.1000000 -1  22.002180
+"340" "Japan" 1980  4.4000000  2.0000000  0  26.316120
+"341" "Japan" 1981  3.9000000  2.2000000  0  31.215320
+"342" "Japan" 1982  2.8000000  2.4000000  0  32.518820
+"343" "Japan" 1983  3.2000000  2.6000000  0  32.806080
+"344" "Japan" 1984  5.0000000  2.7000000  0  29.735800
+"345" "Japan" 1985  4.7000000  2.6000000  0  30.654100
+"346" "Japan" 1986  2.5000000  2.8000000  0  29.161590
+"347" "Japan" 1987  4.4000000  2.9000000  0  21.909870
+"348" "Japan" 1988  5.7000000  2.5000000  0  21.712350
+"349" "Japan" 1989  4.7000000  2.2647528  0  23.128797
+"350" "Japan" 1990  5.2000000  2.0989975  0  20.000304
diff --git a/data/mexico.tab b/data/mexico.tab
new file mode 100644
index 0000000..65a81cd
--- /dev/null
+++ b/data/mexico.tab
@@ -0,0 +1,1360 @@
+"vote88" "pri82" "pan82" "novote82" "deathok" "forinvok" "limimp" "paydebt" "keepind" "polint" "auth" "natecon" "futecok" "persecon" "futperok" "school" "age" "female" "prof" "working" "union" "townsize" "north" "south" "zmgm" "religion" "pristr" "othcok" "othsocok" "ratemdm" "traitmjc" "traitccs" "one"
+"1" 2 0 0 0 2 3 3 3 3 1 3 2 1 2 4 3 30 0 0 0 1 4 1 0 0 3 1 3 2 1 0 0 1
+"2" 2 0 0 0 3 3 3 3 3 2 2 3 1 3 4 6 22 0 0 0 0 4 1 0 0 1 3 3 1 7 4 0 1
+"3" 3 1 0 0 1 3 1 3 3 1 4 1 2 3 3 7 32 1 0 0 0 4 1 0 0 5 1 3 1 4 0 4 1
+"4" 1 1 0 0 1 3 1 3 2 1 1 1 1 1 1 1 55 0 0 1 1 4 1 0 0 2 2 3 2 1 0 2 1
+"5" 3 0 1 0 3 3 1 3 1 4 2 1 2 2 2 3 57 0 0 0 0 4 1 0 0 1 1 3 1 1 0 4 1
+"6" 3 0 0 0 3 3 3 3 3 2 4 4 1 2 3 6 21 0 0 1 0 4 1 0 0 1 2 1 2 7 0 0 1
+"7" 1 1 0 0 3 3 1 3 1 3 3 3 3 2 2 8 53 1 0 0 0 4 1 0 0 6 3 1 1 10 1 1 1
+"8" 1 1 0 0 1 3 1 3 1 4 3 2 2 2 1 5 37 1 0 0 0 4 1 0 0 6 2 2 2 6 0 1 1
+"9" 3 0 0 0 1 3 1 1 3 2 3 2 2 2 3 6 24 0 0 0 1 4 1 0 0 5 2 3 2 4 0 2 1
+"10" 1 0 0 1 1 3 1 3 3 3 3 3 2 3 3 8 37 0 1 0 0 4 1 0 0 1 3 3 2 9 0 0 1
+"11" 3 0 0 1 3 3 1 3 1 1 3 1 3 3 2 4 32 1 0 0 0 4 1 0 0 5 1 3 2 6 0 3 1
+"12" 3 1 0 0 3 3 3 3 1 3 3 2 3 2 4 5 35 1 0 0 0 4 1 0 0 5 1 3 2 5 0 2 1
+"13" 2 0 0 1 1 1 3 3 3 4 1 2 3 3 4 9 35 0 1 0 0 4 1 0 0 4 1 3 1 8 3 0 1
+"14" 3 0 0 1 1 1 3 1 3 1 1 2 1 3 2 2 35 1 0 0 0 4 1 0 0 5 3 2 1 5 0 1 1
+"15" 3 1 0 0 1 1 3 1 3 3 3 2 2 2 3 9 27 1 0 0 0 4 1 0 0 4 1 3 1 5 0 2 1
+"16" 1 1 0 0 3 3 3 1 1 1 3 1 2 3 3 5 26 1 0 0 1 4 1 0 0 2 2 2 1 9 0 0 1
+"17" 1 1 0 0 1 3 3 3 1 1 3 1 2 3 2 3 34 1 0 1 0 4 1 0 0 5 3 2 1 7 0 0 1
+"18" 1 0 1 0 3 1 1 3 3 4 3 3 1 3 4 5 29 0 0 0 0 4 1 0 0 4 2 2 1 8 0 0 1
+"19" 1 0 0 1 1 3 3 3 1 2 3 2 2 3 5 3 25 1 0 0 0 4 1 0 0 6 3 2 1 10 0 0 1
+"20" 3 0 1 0 3 3 1 1 1 1 1 2 2 3 4 9 47 0 1 0 0 4 1 0 0 5 1 3 2 5 1 2 1
+"21" 1 0 0 0 3 3 1 3 1 3 2 2 2 3 4 8 19 0 0 0 0 4 1 0 0 4 1 2 2 8 0 1 1
+"22" 1 0 0 1 1 3 1 1 1 3 3 1 3 2 3 2 50 0 0 0 1 4 1 0 0 4 2 2 1 9 0 0 1
+"23" 1 1 0 0 1 3 3 3 3 4 3 3 3 3 4 3 27 0 0 1 0 4 1 0 0 5 2 3 2 9 0 2 1
+"24" 3 0 0 1 1 3 1 3 1 3 2 2 2 3 4 7 44 0 1 0 0 4 1 0 0 5 1 3 2 5 0 1 1
+"25" 1 1 0 0 1 3 3 3 3 2 2 2 3 3 4 6 46 0 0 0 0 4 1 0 0 3 3 2 1 7 0 0 1
+"26" 2 0 1 0 3 1 3 1 1 3 1 2 1 2 1 4 54 0 0 0 0 4 1 0 0 4 1 2 2 4 0 3 1
+"27" 2 0 0 0 1 3 1 3 3 2 2 2 2 3 3 5 20 0 0 0 0 4 1 0 0 1 1 3 1 5 0 0 1
+"28" 3 1 0 0 1 3 1 3 3 2 3 3 3 3 4 5 29 1 0 0 0 4 1 0 0 5 1 2 1 6 0 4 1
+"29" 3 0 0 0 3 3 3 3 1 4 3 3 1 2 5 3 33 0 0 0 1 4 1 0 0 2 1 3 1 5 2 1 1
+"30" 1 1 0 0 1 1 1 1 3 1 2 3 2 3 4 5 29 1 0 0 0 4 1 0 0 5 2 1 1 1 0 0 1
+"31" 1 1 0 0 3 3 1 1 1 1 4 2 2 3 4 6 32 1 0 0 0 4 1 0 0 5 3 2 1 7 0 1 1
+"32" 3 1 0 0 3 3 1 3 1 3 3 2 2 3 3 5 40 0 0 1 0 4 1 0 0 2 2 2 1 7 1 1 1
+"33" 1 1 0 0 1 3 1 3 1 2 3 3 2 3 4 7 26 0 0 0 0 4 1 0 0 5 3 2 1 9 0 0 1
+"34" 1 0 0 0 3 3 1 3 1 4 1 2 3 3 4 6 23 1 0 0 0 4 1 0 0 3 2 1 1 8 0 0 1
+"35" 3 0 1 0 3 1 1 1 3 4 2 2 3 2 4 7 37 0 0 0 0 4 1 0 0 2 1 3 1 8 0 3 1
+"36" 2 0 0 0 1 3 3 3 1 3 3 2 2 3 3 5 54 0 0 1 0 4 1 0 0 5 1 3 2 3 2 0 1
+"37" 2 0 1 0 1 3 1 3 1 4 4 2 2 3 3 5 49 0 0 0 0 4 1 0 0 5 1 3 1 5 3 0 1
+"38" 3 0 0 1 1 3 1 3 1 4 4 2 3 3 3 2 57 0 0 0 0 4 1 0 0 1 1 2 1 8 0 2 1
+"39" 1 1 0 0 1 3 1 3 1 4 3 3 3 3 5 9 36 0 1 0 1 4 1 0 0 5 3 2 1 10 0 0 1
+"40" 1 1 0 0 3 3 1 3 1 4 4 2 3 2 3 2 29 1 0 0 0 4 1 0 0 6 3 3 2 6 0 0 1
+"41" 1 1 0 0 1 3 3 3 3 4 2 1 1 3 4 7 44 1 0 0 0 4 1 0 0 3 1 3 2 7 0 1 1
+"42" 1 1 0 0 1 3 3 3 1 3 2 3 3 3 4 9 37 0 1 0 0 4 1 0 0 2 2 3 2 8 0 0 1
+"43" 1 1 0 0 3 1 3 1 3 2 3 2 3 3 4 3 28 1 0 0 0 4 1 0 0 5 3 2 2 6 0 1 1
+"44" 3 1 0 0 1 3 3 1 3 2 4 2 2 3 3 7 26 0 0 0 1 4 1 0 0 5 1 2 1 5 0 4 1
+"45" 2 1 0 0 1 3 1 3 1 2 2 2 3 2 4 8 53 0 0 0 0 4 1 0 0 6 2 3 1 10 3 0 1
+"46" 1 1 0 0 1 3 3 3 1 3 4 2 3 2 3 4 54 0 1 0 1 4 1 0 0 5 2 3 2 9 0 1 1
+"47" 2 0 1 0 2 3 1 3 1 2 3 3 3 2 4 5 29 0 0 0 0 4 1 0 0 3 1 3 2 8 3 0 1
+"48" 2 0 0 1 3 3 1 3 1 2 3 2 1 3 4 9 24 1 0 0 1 3 1 0 0 3 1 2 2 6 2 0 1
+"49" 1 1 0 0 3 1 3 3 3 1 2 1 2 3 3 7 26 1 0 0 0 3 1 0 0 4 2 3 2 8 0 0 1
+"50" 1 0 0 0 1 3 1 3 1 2 2 1 2 3 4 8 18 1 0 0 0 3 1 0 0 5 1 3 1 8 0 0 1
+"51" 1 0 0 0 1 3 3 3 1 3 2 3 3 3 4 7 23 0 0 0 0 3 1 0 0 3 2 1 1 8 0 0 1
+"52" 2 0 0 1 3 3 1 3 3 1 3 2 1 3 4 8 30 0 1 0 0 3 1 0 0 1 1 3 2 2 3 0 1
+"53" 1 1 0 0 1 3 3 3 1 4 2 2 3 3 4 7 26 0 0 0 0 3 1 0 0 3 3 1 1 10 0 0 1
+"54" 3 0 0 1 3 3 3 3 1 2 3 2 1 3 3 8 29 1 0 0 0 3 1 0 0 5 1 3 1 3 0 3 1
+"55" 2 0 1 0 3 3 3 3 1 2 2 2 3 2 4 9 50 0 1 0 0 3 1 0 0 2 1 1 1 9 0 0 1
+"56" 1 1 0 0 1 3 1 3 1 3 1 2 1 3 4 5 58 1 0 0 0 3 1 0 0 3 1 1 1 6 0 0 1
+"57" 3 1 0 0 1 3 1 3 1 4 3 1 1 2 3 3 57 0 0 0 0 3 1 0 0 5 1 3 2 4 0 4 1
+"58" 1 1 0 0 1 3 1 3 1 1 3 2 3 3 3 4 29 1 0 0 0 3 1 0 0 5 3 2 1 8 0 0 1
+"59" 2 0 0 0 1 3 1 3 1 2 3 2 1 2 3 2 21 1 0 0 0 3 1 0 0 3 1 3 1 6 3 0 1
+"60" 2 0 1 0 1 3 1 3 1 3 2 2 1 2 2 3 42 0 0 0 0 3 1 0 0 4 1 3 1 8 1 2 1
+"61" 3 1 0 0 3 1 3 1 1 1 4 2 3 2 3 4 36 1 0 0 0 3 1 0 0 6 1 3 2 5 0 2 1
+"62" 3 0 0 1 1 3 3 1 3 1 3 2 1 2 2 6 25 1 0 0 0 3 1 0 0 3 1 3 2 6 0 4 1
+"63" 2 0 0 0 3 2 3 1 1 1 3 2 1 2 3 8 21 0 0 0 1 1 1 0 0 3 1 3 1 6 4 0 1
+"64" 3 0 1 0 3 3 1 1 1 2 3 1 1 2 3 4 29 0 0 1 1 1 1 0 0 5 2 3 2 4 0 4 1
+"65" 2 0 0 0 2 1 3 3 1 4 2 1 1 2 3 7 23 0 0 0 0 1 1 0 0 3 1 3 2 6 4 0 1
+"66" 1 0 0 0 2 3 3 3 1 3 1 2 3 2 4 8 19 0 0 0 0 1 1 0 0 3 3 3 1 6 0 0 1
+"67" 2 0 1 0 1 3 1 3 1 4 2 2 1 2 2 2 60 0 0 0 0 1 1 0 0 2 1 3 2 5 4 0 1
+"68" 3 0 0 0 1 3 3 3 1 1 4 1 1 3 3 5 36 0 0 0 0 1 1 0 0 1 1 3 1 5 0 4 1
+"69" 3 1 0 0 1 3 3 1 1 4 2 1 1 2 4 5 39 0 0 0 0 1 1 0 0 2 2 3 1 5 0 4 1
+"70" 3 0 0 0 1 3 1 3 1 1 3 2 1 2 5 4 40 1 0 0 0 1 1 0 0 3 2 2 2 2 1 3 1
+"71" 2 0 0 0 1 3 1 3 1 4 4 2 1 3 5 8 23 0 0 0 1 1 1 0 0 3 2 3 2 1 4 0 1
+"72" 2 0 0 0 1 1 3 1 3 3 4 2 2 2 3 4 24 0 0 0 0 1 1 0 0 3 1 3 1 4 2 0 1
+"73" 2 1 0 0 1 3 1 3 3 3 3 2 2 3 3 2 54 0 0 0 0 4 1 0 0 3 1 3 1 8 0 3 1
+"74" 1 1 0 0 3 1 1 1 3 4 2 2 3 2 4 5 36 0 0 0 0 4 1 0 0 3 3 1 2 10 0 0 1
+"75" 2 0 0 0 1 3 1 3 3 3 2 2 1 3 2 7 21 1 0 0 0 4 1 0 0 5 2 3 1 6 0 2 1
+"76" 2 0 1 0 1 3 3 1 1 4 3 1 1 3 5 7 24 1 0 0 0 4 1 0 0 1 3 3 2 3 4 0 1
+"77" 1 1 0 0 3 3 1 3 1 3 3 1 3 3 4 9 36 1 1 0 1 4 1 0 0 3 2 2 2 9 0 2 1
+"78" 1 1 0 0 1 3 1 1 3 4 3 2 3 3 3 7 29 1 0 0 1 4 1 0 0 5 2 1 1 8 0 0 1
+"79" 2 0 1 0 3 1 1 1 1 2 2 1 2 3 3 7 19 0 0 0 0 4 1 0 0 5 1 2 1 5 3 0 1
+"80" 3 0 0 0 3 2 3 2 2 2 2 1 1 1 1 9 49 0 1 0 0 4 1 0 0 2 1 3 2 4 0 0 1
+"81" 2 1 0 0 1 2 1 3 2 2 2 1 2 3 3 3 23 1 0 0 0 4 1 0 0 2 2 2 2 1 3 0 1
+"82" 2 0 1 0 3 3 1 1 1 1 4 2 2 3 5 4 25 0 0 1 0 4 1 0 0 3 1 3 1 10 0 0 1
+"83" 2 0 1 0 1 3 3 1 1 4 4 2 1 3 5 7 30 0 0 0 0 4 1 0 0 2 1 3 2 5 4 0 1
+"84" 1 0 0 1 1 3 3 3 1 4 4 2 2 3 3 9 32 0 1 0 0 4 1 0 0 2 2 2 2 8 1 1 1
+"85" 2 1 0 0 3 3 1 3 1 4 1 1 3 3 5 9 29 0 1 0 0 4 1 0 0 5 1 3 2 6 2 0 1
+"86" 1 1 0 0 3 3 1 3 2 4 4 2 2 3 3 3 59 1 0 0 0 4 1 0 0 4 2 1 1 8 0 0 1
+"87" 1 0 0 1 1 1 1 3 3 2 2 2 2 3 4 5 19 1 0 0 0 4 1 0 0 5 3 2 1 9 0 0 1
+"88" 2 0 0 1 1 3 1 3 2 1 3 1 1 3 2 7 20 0 0 0 0 4 1 0 0 4 3 2 1 6 4 0 1
+"89" 2 0 1 0 1 1 3 3 1 2 3 1 1 2 2 5 39 1 0 0 0 3 1 0 0 6 1 3 2 3 2 1 1
+"90" 1 0 0 0 3 1 2 3 1 1 3 2 2 3 3 8 20 1 0 0 1 3 1 0 0 4 2 2 1 8 0 0 1
+"91" 1 1 0 0 1 2 2 3 1 4 3 3 2 3 3 2 50 0 0 1 0 3 1 0 0 2 3 1 1 10 0 0 1
+"92" 1 0 0 0 1 2 3 3 2 2 2 2 2 3 2 6 22 1 0 0 0 3 1 0 0 6 3 1 1 7 0 0 1
+"93" 2 0 1 0 1 1 3 3 3 1 3 2 2 2 3 2 60 1 0 0 0 3 1 0 0 6 1 3 2 8 3 1 1
+"94" 1 0 0 1 3 2 1 3 3 2 4 2 2 3 4 5 30 0 0 0 1 3 1 0 0 2 3 2 1 7 0 0 1
+"95" 2 0 1 0 1 2 3 1 1 4 3 1 1 3 1 7 54 1 0 0 1 3 1 0 0 4 1 3 1 2 4 0 1
+"96" 1 1 0 0 3 3 1 3 3 4 2 2 3 2 4 7 27 0 0 1 0 3 1 0 0 3 1 2 1 3 0 1 1
+"97" 1 0 0 0 1 1 3 3 3 2 3 3 2 3 5 7 20 0 0 0 0 3 1 0 0 5 2 3 2 10 0 3 1
+"98" 1 1 0 0 1 3 1 3 3 4 1 1 3 2 4 5 48 1 0 0 1 3 1 0 0 2 3 1 1 8 0 0 1
+"99" 3 1 0 0 1 3 1 1 3 4 2 3 3 3 5 7 44 1 1 0 1 3 1 0 0 3 2 2 1 9 0 1 1
+"100" 2 0 1 0 1 2 2 3 3 2 3 2 1 2 4 2 54 1 0 0 0 3 1 0 0 6 2 3 1 2 1 0 1
+"101" 1 1 0 0 1 2 1 3 1 4 2 2 2 3 4 9 32 0 0 1 1 3 1 0 0 4 3 2 2 8 0 1 1
+"102" 1 1 0 0 1 1 1 3 3 4 2 2 1 2 2 5 30 0 0 1 0 3 1 0 0 5 3 1 1 10 1 0 1
+"103" 2 1 0 0 1 3 1 3 3 2 2 3 3 3 4 4 30 0 0 1 0 3 1 0 0 3 1 3 2 8 0 1 1
+"104" 1 1 0 0 1 3 1 3 1 2 3 3 3 3 4 2 59 0 0 1 1 3 1 0 0 2 3 3 1 10 0 0 1
+"105" 2 0 0 1 1 3 1 3 1 3 4 1 1 3 4 9 23 1 1 0 1 3 1 0 0 5 1 3 2 8 2 0 1
+"106" 1 1 0 0 3 3 3 3 3 4 3 2 3 3 4 3 39 1 0 0 0 3 1 0 0 6 3 2 1 9 0 0 1
+"107" 1 1 0 0 1 3 3 1 1 3 4 3 3 3 4 7 37 0 1 0 1 3 1 0 0 3 2 3 1 9 0 1 1
+"108" 2 0 0 1 3 1 3 3 1 2 3 1 1 2 4 2 32 1 0 0 0 3 1 0 0 4 1 3 1 2 4 0 1
+"109" 2 0 1 0 3 3 1 1 3 4 2 1 1 3 2 4 31 1 0 0 1 3 1 0 0 4 1 3 2 1 2 2 1
+"110" 1 0 0 1 1 3 3 3 1 3 3 2 2 3 4 8 21 0 0 0 1 3 1 0 0 5 1 2 1 6 1 1 1
+"111" 1 1 0 0 1 3 3 3 2 2 2 2 1 3 2 5 24 0 0 0 1 3 1 0 0 4 1 1 1 4 0 0 1
+"112" 2 0 1 0 3 1 1 3 1 1 2 2 1 3 2 4 28 1 0 0 1 3 1 0 0 2 1 3 1 1 3 0 1
+"113" 2 0 0 1 3 3 1 3 1 2 3 3 1 3 4 5 27 1 1 0 1 3 1 0 0 2 1 3 1 5 0 0 1
+"114" 1 1 0 0 3 3 3 3 1 3 4 2 2 3 3 5 52 1 0 0 1 3 1 0 0 6 2 2 1 6 0 1 1
+"115" 1 0 0 1 3 1 3 3 1 2 3 3 1 3 4 5 21 0 0 0 0 3 1 0 0 5 2 2 1 7 1 0 1
+"116" 1 1 0 0 2 3 1 1 3 4 3 2 3 3 4 4 27 0 0 0 0 3 1 0 0 2 3 3 1 5 0 0 1
+"117" 2 0 1 0 3 1 3 3 1 4 3 1 1 3 1 6 40 1 0 0 1 3 1 0 0 5 1 3 2 6 3 1 1
+"118" 1 1 0 0 1 3 3 3 1 3 3 2 2 3 2 5 28 0 0 0 1 3 1 0 0 2 3 1 1 10 0 0 1
+"119" 2 0 1 0 1 3 1 3 1 1 2 1 3 3 4 9 24 0 0 1 0 3 1 0 0 2 1 3 2 2 4 0 1
+"120" 1 1 0 0 1 2 3 3 3 2 3 2 1 3 2 5 28 1 0 1 1 1 1 0 0 3 1 3 1 6 0 1 1
+"121" 2 0 0 1 1 1 3 1 2 3 3 1 2 2 2 7 19 1 0 0 0 1 1 0 0 1 1 3 1 5 2 1 1
+"122" 2 0 1 0 1 1 3 3 1 1 3 2 1 3 5 9 27 1 0 0 1 1 1 0 0 2 1 3 2 6 3 0 1
+"123" 1 1 0 0 3 1 3 1 1 1 3 1 2 1 3 5 48 1 0 0 0 1 1 0 0 2 2 1 1 5 0 0 1
+"124" 1 1 0 0 1 3 1 3 3 1 2 3 3 3 4 6 38 0 0 0 0 1 1 0 0 2 3 1 1 10 0 0 1
+"125" 1 1 0 0 1 3 1 1 3 2 3 2 2 2 4 2 45 0 0 1 1 1 1 0 0 5 1 3 1 10 0 0 1
+"126" 1 1 0 0 3 2 3 3 3 3 2 2 3 3 4 5 33 1 1 0 1 1 1 0 0 2 3 2 1 8 0 0 1
+"127" 1 1 0 0 1 2 3 3 3 4 2 2 2 3 3 4 25 1 0 0 1 1 1 0 0 2 3 1 1 10 0 0 1
+"128" 2 1 0 0 2 3 3 3 1 2 2 1 1 1 4 4 38 0 0 1 1 1 1 0 0 3 2 2 1 1 2 1 1
+"129" 2 0 0 1 1 1 1 1 3 3 2 2 1 2 3 2 23 0 0 0 0 1 1 0 0 2 2 3 1 1 4 0 1
+"130" 1 0 0 1 3 1 3 1 1 2 2 2 1 2 4 5 18 0 0 1 0 1 1 0 0 3 2 2 2 8 0 0 1
+"131" 2 0 0 1 3 1 3 1 3 3 3 2 1 2 2 3 44 0 0 0 0 1 1 0 0 3 1 3 2 5 1 0 1
+"132" 2 0 0 1 1 1 2 3 2 2 2 2 2 3 3 3 26 1 0 0 0 2 1 0 0 6 3 2 2 9 0 0 1
+"133" 2 1 0 0 1 1 1 1 1 1 3 2 2 3 4 5 31 1 0 0 0 2 1 0 0 2 1 3 2 7 2 1 1
+"134" 2 0 0 0 1 2 1 3 3 2 3 2 1 2 3 5 18 0 0 1 0 2 1 0 0 5 2 3 2 8 0 0 1
+"135" 2 1 0 0 1 3 1 3 1 2 2 3 3 3 4 9 24 0 1 0 0 2 1 0 0 5 1 3 1 9 2 1 1
+"136" 1 0 1 0 1 1 3 3 1 2 2 2 2 2 4 7 24 1 1 0 1 2 1 0 0 5 1 2 1 8 0 0 1
+"137" 1 1 0 0 1 3 1 1 3 3 2 1 1 3 2 3 35 1 0 0 1 2 1 0 0 2 3 1 1 9 0 0 1
+"138" 1 0 0 0 1 3 1 3 1 2 3 2 2 2 4 6 20 1 0 0 0 2 1 0 0 5 2 3 1 9 0 2 1
+"139" 2 0 1 0 1 1 1 1 1 2 3 2 2 3 3 9 28 0 0 0 0 2 1 0 0 4 1 3 2 5 3 0 1
+"140" 1 0 0 1 1 1 1 3 1 2 3 1 2 3 5 2 43 1 0 0 0 2 1 0 0 3 3 3 1 6 0 0 1
+"141" 1 1 0 0 3 3 3 1 3 3 2 2 1 3 2 3 30 1 0 0 0 2 1 0 0 5 1 3 1 8 0 3 1
+"142" 2 1 0 0 1 3 3 3 2 3 2 2 1 3 4 6 32 1 0 0 1 2 1 0 0 1 1 2 1 6 3 0 1
+"143" 2 1 0 0 1 1 1 1 3 2 3 1 2 2 2 2 44 0 0 1 0 2 1 0 0 5 1 2 1 9 0 3 1
+"144" 1 1 0 0 1 3 1 1 3 2 3 1 2 2 1 2 49 1 0 0 0 2 1 0 0 4 3 2 1 7 0 0 1
+"145" 1 0 0 1 1 3 1 3 3 2 3 3 1 3 2 4 21 0 0 1 0 2 1 0 0 5 2 2 2 9 0 0 1
+"146" 3 1 0 0 3 1 3 1 1 3 3 1 1 1 1 2 48 1 0 0 0 2 1 0 0 6 2 1 2 5 0 0 1
+"147" 1 1 0 0 1 1 1 3 3 2 3 2 2 2 4 3 26 0 0 0 0 1 1 0 0 3 3 2 2 8 0 0 1
+"148" 1 1 0 0 3 3 1 3 3 4 2 3 2 3 4 2 35 1 0 0 0 1 1 0 0 4 2 2 1 10 0 0 1
+"149" 1 1 0 0 2 3 1 3 2 2 3 3 2 2 4 3 31 1 0 0 0 1 1 0 0 5 3 2 2 9 0 0 1
+"150" 1 1 0 0 1 3 3 3 3 3 2 3 1 3 4 5 23 0 0 1 0 1 1 0 0 4 1 2 2 8 0 0 1
+"151" 2 0 1 0 3 3 3 3 3 3 2 2 2 3 3 4 30 1 0 0 0 1 1 0 0 4 1 3 2 8 2 0 1
+"152" 1 1 0 0 1 1 1 1 1 1 2 2 2 2 1 1 59 0 0 0 0 1 1 0 0 3 1 2 2 6 0 0 1
+"153" 1 0 0 1 1 3 3 2 2 2 2 2 1 1 4 3 60 0 0 0 0 5 1 0 0 4 3 1 1 8 0 0 1
+"154" 1 0 0 1 3 3 3 3 1 3 4 2 2 3 4 3 47 1 0 0 0 5 1 0 0 5 2 2 1 7 0 0 1
+"155" 1 0 0 1 1 3 1 2 1 3 4 1 2 3 4 6 37 1 0 0 0 5 1 0 0 5 1 3 1 6 0 0 1
+"156" 1 1 0 0 2 3 1 3 1 3 1 2 3 3 4 9 60 0 0 0 0 5 1 0 0 5 3 3 1 8 0 0 1
+"157" 2 0 1 0 3 3 3 3 1 4 1 1 2 1 4 7 58 0 1 0 0 5 1 0 0 5 1 3 1 5 4 0 1
+"158" 3 0 0 0 3 3 3 2 1 2 1 2 2 2 2 8 21 0 0 0 0 5 1 0 0 2 1 3 1 8 0 3 1
+"159" 1 1 0 0 1 3 1 3 1 2 3 4 2 4 3 3 53 1 0 0 0 5 1 0 0 5 3 2 1 8 0 0 1
+"160" 1 1 0 0 1 3 1 3 1 1 3 2 1 2 4 7 45 1 0 0 0 5 1 0 0 5 2 2 2 5 0 0 1
+"161" 1 1 0 0 1 3 1 3 1 4 3 2 3 2 4 2 45 1 0 0 0 5 1 0 0 5 1 3 1 6 1 1 1
+"162" 1 1 0 0 2 3 3 3 1 2 2 2 2 3 3 7 35 1 0 0 0 5 1 0 0 3 2 2 2 8 0 1 1
+"163" 3 0 0 0 1 3 1 3 3 3 1 1 1 3 4 7 22 0 0 0 0 5 1 0 0 4 1 3 2 7 0 2 1
+"164" 3 1 0 0 1 3 2 3 2 1 2 3 2 3 4 6 28 0 0 1 0 5 1 0 0 3 2 1 1 10 0 2 1
+"165" 1 1 0 0 3 3 1 3 1 3 3 3 2 3 5 5 36 1 0 1 0 5 1 0 0 5 3 1 1 9 0 0 1
+"166" 2 0 1 0 1 3 3 3 3 3 2 2 1 3 4 7 26 0 0 0 0 5 1 0 0 2 1 3 2 7 4 0 1
+"167" 2 0 0 0 1 3 3 3 1 4 4 2 3 3 4 7 30 0 1 0 1 5 1 0 0 5 1 3 2 9 1 2 1
+"168" 1 1 0 0 1 1 3 3 3 3 2 2 2 3 3 9 50 0 1 0 0 5 1 0 0 5 3 1 1 8 0 0 1
+"169" 2 0 0 0 1 3 3 3 3 3 3 2 2 3 4 6 18 1 0 0 0 5 1 0 0 2 2 3 2 8 2 0 1
+"170" 2 0 0 1 3 3 3 3 1 4 4 2 2 3 3 7 39 1 0 0 0 5 1 0 0 5 1 3 2 6 3 0 1
+"171" 2 0 0 0 1 3 1 1 1 4 1 2 2 3 4 8 20 0 0 0 0 5 1 0 0 5 2 3 1 8 2 1 1
+"172" 1 1 0 0 3 3 3 3 1 1 2 3 3 2 3 7 51 0 0 0 0 5 1 0 0 5 2 1 1 10 0 0 1
+"173" 3 0 0 0 1 2 1 2 3 2 3 2 2 3 3 5 23 1 0 0 0 5 1 0 0 3 3 2 2 1 0 0 1
+"174" 1 1 0 0 1 3 1 3 3 2 3 2 2 3 5 3 50 0 0 0 1 5 1 0 0 6 3 1 1 10 0 0 1
+"175" 1 0 0 0 3 1 3 3 2 3 2 2 2 2 4 5 20 1 0 0 0 5 1 0 0 3 2 2 1 9 0 0 1
+"176" 1 0 0 0 3 1 3 3 2 2 2 3 3 3 4 6 19 1 0 0 0 5 1 0 0 5 3 2 1 10 0 0 1
+"177" 2 0 0 0 3 3 1 1 1 4 2 3 1 3 3 8 20 0 0 0 0 5 1 0 0 1 1 3 2 5 4 0 1
+"178" 1 1 0 0 3 3 3 3 1 1 2 2 2 3 2 5 36 0 0 0 0 5 1 0 0 2 2 1 1 8 0 0 1
+"179" 1 1 0 0 3 3 1 3 1 3 3 2 3 3 3 7 58 1 0 0 0 5 1 0 0 3 3 1 1 10 0 0 1
+"180" 2 0 1 0 1 3 3 3 1 2 3 2 3 3 3 9 40 0 1 0 1 5 1 0 0 6 2 3 1 7 2 0 1
+"181" 2 0 1 0 1 3 1 3 2 4 2 1 1 2 3 6 50 0 0 1 1 5 1 0 0 5 1 3 2 1 2 2 1
+"182" 1 0 0 1 1 3 3 3 1 2 3 2 2 3 5 5 30 0 1 0 0 5 1 0 0 2 1 2 1 8 0 0 1
+"183" 1 0 1 0 1 3 3 1 1 4 3 2 3 3 4 5 25 1 0 0 0 5 1 0 0 5 3 2 1 10 0 0 1
+"184" 2 1 0 0 1 1 3 3 3 2 3 2 1 1 3 2 52 0 0 0 0 5 1 0 0 2 1 3 2 1 2 0 1
+"185" 1 0 1 0 1 3 3 1 1 4 3 3 3 3 4 5 43 1 0 0 0 5 1 0 0 5 1 3 1 8 0 1 1
+"186" 1 1 0 0 1 3 1 3 3 3 4 2 3 3 5 5 35 1 0 0 0 5 1 0 0 6 3 1 2 8 0 0 1
+"187" 1 0 0 1 3 3 3 3 3 4 3 1 1 1 3 6 25 1 0 0 0 5 1 0 0 1 2 2 1 7 2 2 1
+"188" 1 1 0 0 2 3 1 3 2 1 3 2 2 3 4 3 29 0 0 0 0 3 1 0 0 5 2 3 2 10 0 0 1
+"189" 1 0 0 1 2 2 1 1 1 3 4 3 2 3 3 3 34 1 0 0 0 3 1 0 0 5 2 1 1 10 0 1 1
+"190" 1 1 0 0 3 3 1 1 1 2 2 2 3 3 4 7 46 1 0 0 0 3 1 0 0 5 1 2 2 8 0 0 1
+"191" 1 0 0 0 1 3 3 3 1 4 2 3 3 3 3 7 21 1 0 0 1 3 1 0 0 3 3 2 2 10 0 0 1
+"192" 1 1 0 0 1 3 1 3 1 3 3 2 3 3 4 7 39 0 0 0 0 3 1 0 0 4 3 1 1 10 0 0 1
+"193" 1 0 0 0 1 3 1 3 1 4 2 2 3 2 4 8 19 0 0 0 0 3 1 0 0 3 3 1 1 8 0 0 1
+"194" 2 1 0 0 1 3 3 1 1 2 2 2 1 1 3 2 49 1 0 0 0 3 1 0 0 4 1 3 2 6 3 0 1
+"195" 3 1 0 0 2 3 1 3 1 1 4 2 2 3 5 9 59 0 1 0 0 3 1 0 0 2 1 3 1 6 1 3 1
+"196" 1 0 1 0 1 3 1 3 1 4 2 2 1 3 4 9 29 0 1 0 0 3 1 0 0 2 2 2 1 6 3 0 1
+"197" 3 0 0 0 3 1 3 1 3 2 2 2 1 2 4 4 23 1 0 0 0 1 1 0 0 5 1 3 1 6 0 4 1
+"198" 1 1 0 0 1 3 1 3 1 4 4 2 3 3 4 5 31 0 0 0 0 1 1 0 0 2 3 1 1 9 0 0 1
+"199" 1 1 0 0 1 3 1 3 1 4 3 2 2 3 5 8 44 0 0 0 0 1 1 0 0 6 3 1 1 8 1 1 1
+"200" 1 1 0 0 1 3 3 3 1 1 3 1 2 1 3 5 29 1 0 0 1 1 1 0 0 5 3 3 1 6 2 0 1
+"201" 1 1 0 0 1 3 1 3 3 3 3 2 3 3 4 5 30 0 0 0 0 1 1 0 0 4 3 1 1 10 0 0 1
+"202" 3 1 0 0 1 2 1 3 3 3 2 2 1 2 2 3 50 0 0 0 0 1 1 0 0 3 1 3 1 6 0 4 1
+"203" 1 1 0 0 1 3 3 3 1 2 2 3 3 3 4 7 32 1 0 0 0 1 1 0 0 5 3 1 1 8 0 0 1
+"204" 3 1 0 0 1 3 3 3 1 1 3 2 1 3 4 6 27 1 0 0 0 1 1 0 0 5 1 3 1 6 0 3 1
+"205" 1 0 0 0 3 1 1 3 3 3 2 2 1 3 4 7 22 0 0 0 0 1 1 0 0 3 3 1 2 7 0 0 1
+"206" 1 0 0 0 3 3 3 3 3 3 2 2 1 2 4 4 23 1 0 0 0 1 1 0 0 5 2 2 1 8 0 0 1
+"207" 1 1 0 0 1 3 1 3 1 3 2 2 3 2 4 3 42 1 0 0 0 1 1 0 0 6 3 1 1 8 0 0 1
+"208" 1 1 0 0 3 3 1 3 2 2 3 1 3 2 5 2 34 1 0 0 0 4 1 0 0 5 3 2 1 10 0 0 1
+"209" 1 1 0 0 1 3 1 3 1 3 2 3 3 3 5 7 27 1 1 0 1 4 1 0 0 3 3 1 1 10 0 0 1
+"210" 1 1 0 0 1 3 3 3 1 3 3 3 2 3 4 1 45 0 0 0 0 4 1 0 0 2 3 1 1 9 0 0 1
+"211" 1 1 0 0 1 2 1 1 1 3 2 2 3 3 3 7 40 0 0 0 1 4 1 0 0 4 2 3 1 8 1 0 1
+"212" 2 0 0 0 3 3 2 2 1 4 2 2 2 3 4 8 42 0 0 1 1 4 1 0 0 2 1 3 2 8 1 0 1
+"213" 1 0 0 0 3 1 3 3 3 2 2 2 1 3 1 8 23 1 0 0 0 4 1 0 0 4 2 2 2 7 0 0 1
+"214" 2 0 1 0 1 1 1 3 1 4 3 2 2 3 1 9 34 1 0 0 0 4 1 0 0 4 1 3 2 8 3 0 1
+"215" 2 0 1 0 1 1 1 1 1 3 3 2 3 3 4 2 48 0 0 1 0 4 1 0 0 4 1 3 2 6 0 4 1
+"216" 1 1 0 0 1 1 1 1 3 4 3 3 3 3 4 4 26 1 0 0 0 4 1 0 0 5 1 1 1 10 0 0 1
+"217" 1 1 0 0 1 1 1 3 1 2 3 3 2 2 2 9 50 1 1 0 1 4 1 0 0 6 3 1 1 8 0 0 1
+"218" 2 0 0 0 1 3 1 1 1 1 2 3 2 3 4 6 20 1 0 0 0 4 1 0 0 5 3 3 1 8 2 0 1
+"219" 2 0 0 1 1 3 1 3 3 4 3 2 3 2 3 3 36 0 0 0 1 4 1 0 0 2 3 2 2 8 0 0 1
+"220" 2 1 0 0 1 1 1 3 3 2 3 2 3 2 4 6 26 0 0 1 0 4 1 0 0 5 3 3 1 9 2 0 1
+"221" 2 0 1 0 3 3 1 3 3 1 3 1 3 3 4 3 30 0 0 1 0 4 1 0 0 5 2 3 1 9 2 0 1
+"222" 1 1 0 0 1 3 1 3 1 2 3 2 1 3 4 7 32 0 0 0 0 2 1 0 0 2 1 3 2 9 1 0 1
+"223" 1 1 0 0 3 2 1 1 2 2 2 2 1 3 4 2 53 1 0 0 0 2 1 0 0 4 1 2 1 10 0 0 1
+"224" 2 0 1 0 3 1 3 3 3 2 2 1 3 3 4 9 28 0 1 0 0 2 1 0 0 2 1 3 1 6 0 0 1
+"225" 2 0 0 0 3 2 1 1 2 1 2 1 1 3 2 5 35 1 0 0 0 2 1 0 0 5 1 3 1 5 0 3 1
+"226" 2 0 0 0 1 3 3 3 1 1 2 2 1 2 4 6 23 0 0 1 0 2 1 0 0 1 2 2 2 5 4 0 1
+"227" 1 1 0 0 3 2 1 3 3 3 3 2 1 3 2 9 31 0 1 0 0 2 1 0 0 5 1 2 2 6 0 2 1
+"228" 1 1 0 0 1 2 3 3 3 2 2 3 2 3 2 7 40 0 0 0 1 2 1 0 0 2 2 2 2 10 0 0 1
+"229" 1 1 0 0 1 3 1 3 3 4 2 3 2 3 3 3 34 1 0 0 1 2 1 0 0 6 2 1 1 8 0 0 1
+"230" 1 1 0 0 1 1 1 3 1 1 3 2 1 3 5 5 39 1 0 0 1 2 1 0 0 5 3 1 1 9 0 0 1
+"231" 1 0 1 0 1 2 1 3 3 2 3 2 2 3 2 3 51 1 0 0 0 2 1 0 0 5 2 2 2 8 1 0 1
+"232" 1 0 0 0 1 3 1 3 1 3 2 2 2 3 4 8 20 1 0 0 0 2 1 0 0 3 2 3 2 5 1 0 1
+"233" 1 0 0 1 3 3 3 3 3 2 2 2 1 3 4 6 27 1 0 0 0 2 1 0 0 4 2 3 2 8 0 0 1
+"234" 1 0 0 1 3 2 1 1 3 1 3 3 3 3 4 7 27 1 0 0 1 2 1 0 0 5 3 3 1 9 0 0 1
+"235" 1 1 0 0 3 3 3 3 3 3 2 2 3 3 4 8 40 0 0 0 0 2 1 0 0 4 3 2 1 9 0 0 1
+"236" 1 1 0 0 3 3 3 3 3 3 3 2 3 2 2 5 43 0 0 1 0 2 1 0 0 4 2 2 1 10 0 3 1
+"237" 2 0 0 1 1 1 1 3 1 3 3 2 1 3 4 7 25 1 0 0 0 2 1 0 0 3 1 3 2 3 4 0 1
+"238" 1 0 0 1 1 3 1 3 1 4 3 1 3 1 5 8 38 0 0 0 0 2 1 0 0 2 1 3 2 5 2 0 1
+"239" 1 0 0 0 3 1 3 3 1 2 3 2 2 3 3 7 23 0 1 0 1 2 1 0 0 5 2 3 1 8 1 0 1
+"240" 1 1 0 0 3 1 3 1 3 3 3 2 2 2 3 7 25 1 1 0 1 2 1 0 0 3 2 2 1 8 1 0 1
+"241" 1 1 0 0 1 1 1 3 3 3 3 2 2 3 4 7 25 0 0 0 0 2 1 0 0 3 2 3 2 2 0 3 1
+"242" 2 1 0 0 1 1 1 2 3 1 3 2 1 2 2 3 31 1 0 0 0 1 1 0 0 2 3 2 1 8 2 0 1
+"243" 1 1 0 0 3 3 1 3 3 2 3 2 2 3 2 9 33 1 1 0 1 1 1 0 0 4 1 3 2 8 0 0 1
+"244" 2 0 0 0 3 3 3 1 1 2 4 2 1 2 3 7 30 0 0 0 0 1 1 0 0 2 1 3 1 1 3 0 1
+"245" 1 1 0 0 3 2 2 3 2 2 3 2 3 2 3 2 58 0 0 1 1 1 1 0 0 3 2 2 1 8 0 0 1
+"246" 2 1 0 0 3 3 3 3 1 3 1 3 2 3 4 3 60 1 0 0 0 4 1 0 0 5 1 3 2 9 2 0 1
+"247" 1 1 0 0 1 3 1 3 1 3 1 2 3 1 4 7 46 0 0 0 0 4 1 0 0 5 3 1 1 10 0 0 1
+"248" 1 1 0 0 3 3 1 3 1 4 2 2 2 2 4 7 45 0 0 0 0 4 1 0 0 5 2 2 1 5 1 0 1
+"249" 1 0 0 0 3 2 3 3 1 4 3 3 2 3 3 5 20 1 0 0 0 4 1 0 0 3 2 2 1 8 0 1 1
+"250" 1 0 0 1 1 3 1 3 1 3 2 3 1 2 2 9 36 0 0 0 0 4 1 0 0 2 2 1 1 6 0 0 1
+"251" 1 0 0 0 1 3 1 3 3 3 2 2 1 3 4 3 45 1 0 0 1 4 1 0 0 5 1 2 1 9 1 0 1
+"252" 1 1 0 0 1 3 1 3 1 2 3 3 3 3 5 5 22 0 0 1 0 4 1 0 0 5 3 3 2 9 0 0 1
+"253" 1 0 0 0 1 1 3 1 3 3 3 3 2 3 4 5 18 1 0 0 1 4 1 0 0 5 2 2 2 10 0 0 1
+"254" 3 0 0 0 1 3 1 3 2 1 2 2 1 3 4 8 23 0 0 0 0 4 1 0 0 2 2 3 1 5 4 0 1
+"255" 2 0 1 0 3 2 3 3 2 1 2 2 1 2 4 2 49 1 0 0 0 4 1 0 0 5 2 1 2 8 4 0 1
+"256" 1 1 0 0 1 3 1 3 1 4 1 2 3 3 5 9 39 0 1 0 0 4 1 0 0 6 3 2 2 8 2 0 1
+"257" 2 0 0 1 3 3 1 3 1 3 3 1 1 3 4 7 40 0 0 0 0 4 1 0 0 5 1 3 1 9 0 0 1
+"258" 2 0 1 0 3 3 2 3 1 2 2 3 1 2 2 6 30 0 0 0 0 4 1 0 0 3 1 2 1 6 1 0 1
+"259" 1 1 0 0 1 3 3 3 1 4 2 3 3 3 4 9 40 0 1 0 1 3 1 0 0 1 3 1 1 10 0 0 1
+"260" 1 0 0 0 1 3 3 2 1 2 2 3 3 3 4 8 20 0 0 0 0 3 1 0 0 1 3 1 1 10 0 0 1
+"261" 1 1 0 0 3 1 3 1 1 2 3 3 1 2 4 3 29 1 0 0 0 3 1 0 0 5 2 2 1 5 0 4 1
+"262" 1 1 0 0 1 3 1 1 1 3 1 3 2 3 3 7 38 1 0 0 0 3 1 0 0 5 2 2 2 8 0 0 1
+"263" 1 1 0 0 1 3 3 1 3 2 2 3 2 3 2 4 36 0 0 0 1 3 1 0 0 3 3 1 1 8 0 0 1
+"264" 1 1 0 0 1 1 3 1 2 2 4 1 1 3 2 5 41 1 0 0 1 3 1 0 0 5 2 3 2 8 0 4 1
+"265" 1 1 0 0 3 1 1 3 3 3 1 2 2 3 3 2 56 0 0 0 0 3 1 0 0 5 2 1 1 7 0 0 1
+"266" 2 0 0 1 1 3 1 3 3 1 3 3 3 3 4 4 20 1 0 0 0 3 1 0 0 5 3 3 1 8 1 0 1
+"267" 1 1 0 0 3 1 3 1 3 4 2 3 3 3 4 9 27 0 1 0 0 3 1 0 0 5 3 3 1 10 0 0 1
+"268" 3 1 0 0 1 3 3 3 1 1 2 2 1 3 4 5 30 0 0 1 1 3 1 0 0 2 3 1 1 5 0 2 1
+"269" 3 0 0 1 3 2 3 3 3 1 3 2 1 3 5 3 34 1 0 0 0 3 1 0 0 3 1 2 1 10 0 2 1
+"270" 1 0 0 0 3 3 3 3 1 3 2 2 3 3 4 6 20 0 0 0 0 3 1 0 0 2 3 1 1 9 2 0 1
+"271" 2 0 0 0 1 3 3 1 3 3 2 2 2 3 3 8 21 0 0 0 0 3 1 0 0 3 2 2 2 8 2 0 1
+"272" 3 0 0 0 1 1 1 3 3 3 3 2 3 2 5 6 18 0 0 0 0 3 1 0 0 1 3 3 2 7 0 3 1
+"273" 1 1 0 0 3 1 3 1 1 4 4 2 1 2 1 5 58 0 0 1 1 3 1 0 0 1 1 3 1 8 0 4 1
+"274" 2 0 0 1 3 3 3 3 2 1 1 2 2 3 3 8 30 0 0 0 1 3 1 0 0 2 2 3 2 8 1 0 1
+"275" 1 1 0 0 1 2 3 1 1 1 2 2 1 2 2 2 55 1 0 0 0 1 1 0 0 4 3 2 1 10 0 4 1
+"276" 1 1 0 0 3 1 1 1 1 2 2 2 2 3 4 8 47 1 0 0 0 1 1 0 0 5 2 2 2 5 0 0 1
+"277" 1 1 0 0 1 2 3 3 3 1 2 2 3 3 4 4 55 1 0 0 0 1 1 0 0 1 2 1 1 10 0 0 1
+"278" 3 0 0 0 1 3 3 3 3 3 2 3 2 2 3 8 22 0 0 0 0 1 1 0 0 2 3 3 2 8 0 0 1
+"279" 1 1 0 0 3 3 3 3 3 1 3 3 2 3 3 2 51 0 0 1 0 1 1 0 0 4 2 2 2 7 0 1 1
+"280" 1 1 0 0 3 1 3 1 3 3 3 2 2 3 3 5 50 1 0 0 0 1 1 0 0 6 2 1 1 8 0 1 1
+"281" 1 0 0 0 1 3 3 3 3 2 3 2 2 3 5 8 18 0 0 0 0 1 1 0 0 3 2 2 1 8 0 0 1
+"282" 1 0 0 0 1 3 1 1 3 3 2 1 2 2 4 6 22 0 0 1 0 1 1 0 0 1 1 3 2 8 3 0 1
+"283" 2 1 0 0 1 1 1 3 3 2 2 3 2 3 3 7 21 0 0 1 0 1 1 0 0 5 2 2 2 8 4 0 1
+"284" 1 1 0 0 3 1 3 3 3 2 3 2 2 3 2 7 24 0 1 0 0 1 1 0 0 3 3 1 2 8 0 0 1
+"285" 3 0 0 1 1 3 3 1 3 2 3 3 3 3 5 4 29 0 0 0 0 1 1 0 0 4 2 3 2 9 0 0 1
+"286" 1 1 0 0 1 3 2 3 3 3 2 2 2 4 3 9 34 0 1 0 0 4 1 0 0 4 2 2 1 8 0 0 1
+"287" 1 1 0 0 1 3 3 1 1 2 4 1 1 3 4 8 23 0 1 0 0 4 1 0 0 3 3 3 1 8 0 1 1
+"288" 1 1 0 0 1 2 1 3 3 2 1 2 2 3 3 3 60 0 0 0 0 4 1 0 0 4 2 2 2 9 0 1 1
+"289" 1 1 0 0 3 3 1 3 1 2 2 3 3 3 4 9 34 0 1 0 0 4 1 0 0 4 3 1 1 7 0 1 1
+"290" 1 1 0 0 3 1 1 3 1 1 2 2 3 3 2 1 45 1 0 0 1 4 1 0 0 5 2 2 2 1 0 0 1
+"291" 1 1 0 0 3 3 1 1 1 3 2 3 2 3 3 9 38 0 1 0 0 4 1 0 0 3 3 1 1 8 0 0 1
+"292" 1 1 0 0 3 3 1 1 1 4 2 2 3 3 4 9 36 0 1 0 0 4 1 0 0 5 3 1 1 8 0 0 1
+"293" 1 1 0 0 1 3 1 1 3 1 1 2 2 3 4 7 60 1 0 0 0 4 1 0 0 6 3 1 2 9 0 0 1
+"294" 1 1 0 0 3 3 3 3 1 4 4 2 2 4 5 8 23 1 0 0 0 4 1 0 0 4 2 2 1 7 0 0 1
+"295" 1 1 0 0 1 3 3 3 3 2 2 2 2 4 5 9 34 0 1 0 0 4 1 0 0 5 3 2 1 9 0 0 1
+"296" 1 1 0 0 2 3 1 1 3 3 2 1 1 3 2 9 32 1 1 0 1 4 1 0 0 2 3 2 1 8 0 0 1
+"297" 1 0 0 1 3 3 1 3 1 3 2 3 2 3 4 7 18 0 0 0 0 4 1 0 0 5 3 1 1 8 0 0 1
+"298" 1 1 0 0 3 3 1 3 3 4 2 3 2 3 4 7 24 0 0 0 1 4 1 0 0 5 3 1 1 8 0 0 1
+"299" 1 1 0 0 2 3 3 3 1 2 3 2 1 3 4 2 37 1 0 0 1 4 1 0 0 5 2 1 2 7 0 0 1
+"300" 2 1 0 0 1 3 1 3 1 2 1 2 2 3 4 2 47 0 0 0 0 4 1 0 0 5 1 3 2 10 1 0 1
+"301" 1 1 0 0 1 3 1 3 3 1 3 1 2 3 3 2 48 1 0 0 1 4 1 0 0 3 3 2 1 10 4 0 1
+"302" 3 1 0 0 3 1 3 3 3 2 1 2 1 3 1 3 27 1 0 0 0 4 1 0 0 6 2 3 2 9 0 3 1
+"303" 1 1 0 0 1 3 2 2 1 4 4 3 3 3 3 9 42 1 1 0 1 4 1 0 0 1 2 1 1 10 0 0 1
+"304" 3 1 0 0 3 3 1 3 1 2 3 2 2 3 4 3 33 1 0 0 0 4 1 0 0 5 2 3 1 10 0 1 1
+"305" 3 0 1 0 3 1 3 1 1 4 2 1 3 3 4 2 60 0 0 0 1 4 1 0 0 1 1 3 1 5 0 3 1
+"306" 3 0 0 1 3 3 1 2 1 3 2 2 1 2 3 3 28 1 0 0 0 4 1 0 0 5 1 3 2 8 0 4 1
+"307" 1 0 0 1 1 3 1 3 1 3 3 2 2 3 2 6 29 1 0 0 0 4 1 0 0 4 1 1 1 8 1 2 1
+"308" 3 0 0 0 1 1 3 3 3 2 3 2 2 3 3 3 52 1 0 0 1 4 1 0 0 5 1 3 1 5 1 1 1
+"309" 3 1 0 0 1 3 3 3 3 4 3 2 2 3 4 5 41 1 0 0 0 4 1 0 0 5 2 3 1 9 0 1 1
+"310" 1 0 0 1 1 3 1 3 1 2 1 1 1 3 4 5 47 0 0 0 0 4 1 0 0 5 1 3 2 6 2 0 1
+"311" 3 1 0 0 1 3 1 3 1 4 2 1 2 3 2 9 42 0 1 0 1 4 1 0 0 2 1 3 1 7 0 4 1
+"312" 1 1 0 0 1 1 3 3 1 3 3 2 3 3 3 9 37 0 1 0 1 4 1 0 0 2 1 1 1 6 0 0 1
+"313" 2 1 0 0 1 1 1 3 1 2 3 2 1 2 4 5 40 0 0 0 1 4 1 0 0 2 1 2 2 5 3 0 1
+"314" 1 1 0 0 1 3 1 3 3 2 2 2 3 3 2 5 29 1 0 0 1 4 1 0 0 5 2 2 1 1 0 0 1
+"315" 1 0 0 0 1 3 3 3 1 3 2 2 2 3 5 6 18 1 0 0 0 4 1 0 0 5 2 1 1 8 2 0 1
+"316" 3 0 1 0 1 3 3 3 1 3 3 2 1 3 2 4 34 1 0 0 1 4 1 0 0 1 1 3 2 8 0 4 1
+"317" 1 1 0 0 1 3 3 3 2 3 3 3 3 3 3 2 29 0 0 0 0 4 1 0 0 5 2 1 1 9 0 0 1
+"318" 1 1 0 0 3 3 3 3 1 2 2 3 3 3 5 5 29 0 0 0 0 4 1 0 0 2 2 2 1 10 0 0 1
+"319" 1 1 0 0 1 2 3 3 2 3 2 2 3 3 4 5 30 0 0 1 1 4 1 0 0 2 2 2 1 10 0 0 1
+"320" 1 1 0 0 3 2 3 3 3 2 3 2 1 2 3 8 29 0 0 0 1 4 1 0 0 4 3 2 2 7 0 1 1
+"321" 2 0 0 1 1 3 3 3 1 2 3 3 1 3 3 3 56 1 0 0 0 4 1 0 0 5 1 1 1 7 1 0 1
+"322" 1 0 0 0 3 3 3 3 1 4 3 3 3 3 4 7 22 1 0 0 0 4 1 0 0 3 2 3 1 6 0 0 1
+"323" 1 1 0 0 1 3 3 3 3 3 3 3 3 3 5 9 35 0 1 0 1 4 1 0 0 2 3 3 1 8 0 0 1
+"324" 1 1 0 0 3 3 1 3 1 3 3 1 1 3 4 5 40 0 0 0 0 4 1 0 0 1 1 2 2 5 0 2 1
+"325" 1 0 0 1 1 1 1 3 1 2 2 4 3 4 5 5 24 1 0 0 1 4 1 0 0 4 3 3 2 10 0 0 1
+"326" 1 1 0 0 3 2 1 3 1 1 4 1 2 2 4 9 26 0 1 0 1 4 1 0 0 5 1 3 2 6 0 4 1
+"327" 1 0 0 0 1 3 3 3 1 3 2 3 3 3 4 8 19 0 0 0 0 4 1 0 0 5 2 1 1 9 0 0 1
+"328" 1 0 0 0 1 3 1 3 1 3 2 2 3 3 5 8 22 1 0 0 0 4 1 0 0 5 1 1 1 8 1 0 1
+"329" 1 1 0 0 1 3 1 3 1 3 3 3 3 3 4 8 42 0 0 0 0 4 1 0 0 5 3 1 2 8 0 0 1
+"330" 2 1 0 0 1 3 3 3 1 2 3 2 1 3 2 9 42 1 0 0 0 4 1 0 0 6 1 2 2 7 1 1 1
+"331" 1 1 0 0 3 1 3 2 3 1 3 4 3 3 5 9 20 0 1 0 1 4 1 0 0 5 3 1 1 7 0 0 1
+"332" 3 0 1 0 3 3 1 3 3 3 2 1 2 2 3 6 27 0 0 1 0 4 0 0 0 3 2 3 2 9 0 4 1
+"333" 3 0 1 0 3 3 3 3 3 3 2 3 2 2 4 5 32 1 0 0 0 4 0 0 0 4 2 3 2 8 0 3 1
+"334" 1 1 0 0 3 3 1 3 1 4 2 2 2 2 4 9 60 1 1 0 1 4 0 0 0 6 3 1 1 9 0 0 1
+"335" 1 0 0 0 2 3 1 3 3 3 3 2 1 3 4 6 18 0 0 0 0 4 0 0 0 3 2 2 2 7 0 0 1
+"336" 1 1 0 0 3 3 3 3 1 3 3 3 1 3 3 9 28 0 1 0 1 4 0 0 0 2 1 1 1 8 1 0 1
+"337" 1 0 0 0 3 1 3 3 3 3 3 1 1 3 4 8 20 1 0 0 0 4 0 0 0 4 3 3 1 7 0 0 1
+"338" 1 1 0 0 1 3 1 3 3 4 2 1 3 2 2 9 43 0 0 0 0 4 0 0 0 4 2 2 2 8 0 0 1
+"339" 3 0 1 0 3 3 1 3 3 4 2 3 2 3 3 5 46 0 0 1 0 4 0 0 0 4 1 2 2 8 0 1 1
+"340" 1 0 0 0 3 3 3 3 3 2 3 1 1 3 5 9 23 1 1 0 0 4 0 0 0 3 2 1 1 7 0 1 1
+"341" 3 0 1 0 3 3 1 3 1 1 2 1 1 3 4 6 52 0 0 0 1 4 0 0 0 5 1 3 2 1 0 3 1
+"342" 3 0 0 0 1 3 1 3 3 2 2 1 2 3 4 8 20 0 0 0 0 4 0 0 0 3 1 2 2 1 0 2 1
+"343" 1 0 1 0 1 3 1 3 1 1 3 2 1 3 4 7 39 1 0 0 1 4 0 0 0 5 3 1 1 8 0 1 1
+"344" 2 1 0 0 1 1 3 3 3 1 2 2 1 2 4 3 42 1 0 0 0 4 0 0 0 4 2 3 1 6 0 0 1
+"345" 2 1 0 0 1 3 3 3 3 1 3 2 1 2 1 5 50 0 0 0 0 4 0 0 0 5 2 2 1 7 0 0 1
+"346" 1 0 0 1 3 3 1 3 3 3 2 1 2 3 4 6 32 0 0 1 1 4 0 0 0 3 1 2 2 7 1 0 1
+"347" 1 1 0 0 1 3 1 3 3 2 2 2 2 3 3 8 29 1 0 0 0 4 0 0 0 5 3 2 1 8 0 0 1
+"348" 1 1 0 0 3 3 1 3 3 2 2 2 1 2 3 5 57 0 0 0 0 4 0 0 0 5 3 1 1 9 0 0 1
+"349" 1 1 0 0 3 3 1 3 3 2 2 3 2 3 4 5 49 0 0 1 0 4 0 0 0 4 3 2 2 9 0 1 1
+"350" 2 0 0 1 1 1 3 3 3 2 2 2 2 3 2 7 26 1 0 0 0 4 0 0 0 4 3 3 1 8 0 0 1
+"351" 2 0 1 0 3 3 3 3 3 4 2 1 1 3 4 9 43 1 0 0 0 1 0 0 0 4 1 3 2 7 4 0 1
+"352" 1 1 0 0 3 3 1 3 3 4 2 3 2 3 3 9 44 0 0 0 0 1 0 0 0 4 3 1 1 10 0 0 1
+"353" 1 0 0 1 3 3 1 3 3 3 2 2 2 3 4 8 24 1 0 0 0 1 0 0 0 4 2 2 1 9 0 0 1
+"354" 1 1 0 0 3 3 1 3 3 3 3 1 1 2 2 5 40 0 0 1 0 1 0 0 0 4 3 1 1 9 0 0 1
+"355" 1 1 0 0 1 3 1 3 1 4 3 2 2 2 3 7 31 0 0 0 1 1 0 0 0 3 1 2 1 8 0 1 1
+"356" 3 1 0 0 1 1 3 3 3 3 2 1 1 3 4 5 28 0 0 0 0 1 0 0 0 2 1 3 1 5 0 3 1
+"357" 1 1 0 0 3 3 1 3 1 2 3 3 3 3 4 4 28 0 0 0 1 1 0 0 0 4 2 1 1 8 0 0 1
+"358" 1 0 0 0 3 3 1 1 3 1 2 3 1 3 3 3 28 1 0 0 0 1 0 0 0 2 2 3 1 8 0 2 1
+"359" 1 0 0 1 1 3 1 3 3 3 2 1 1 2 2 5 24 0 0 1 0 1 0 0 0 3 3 1 1 6 0 0 1
+"360" 2 0 0 0 3 3 3 3 1 4 4 1 1 3 3 9 63 0 1 0 0 1 0 0 0 1 1 3 1 6 2 0 1
+"361" 2 0 1 0 3 3 3 3 3 3 2 1 1 2 2 5 27 0 0 1 0 1 0 0 0 4 2 3 2 8 1 1 1
+"362" 3 0 0 0 3 3 1 3 3 1 3 1 2 2 3 5 21 0 0 0 0 1 0 0 0 4 1 3 2 9 0 3 1
+"363" 1 0 0 0 3 3 2 3 2 2 2 2 1 2 3 2 22 0 0 1 0 1 0 0 0 4 3 2 2 9 0 0 1
+"364" 1 1 0 0 3 1 1 3 3 2 3 2 3 3 4 3 39 0 0 1 0 1 0 0 0 4 3 1 1 5 0 0 1
+"365" 1 1 0 0 3 2 2 3 1 1 1 1 1 2 2 1 49 0 0 1 0 1 0 0 0 4 3 3 1 1 0 0 1
+"366" 1 0 1 0 1 3 3 3 3 4 3 1 1 2 2 2 34 0 0 0 1 1 0 0 0 5 3 1 1 10 0 0 1
+"367" 1 1 0 0 1 1 3 3 3 3 2 2 3 3 1 2 47 1 0 0 0 1 0 0 0 5 3 1 1 8 0 0 1
+"368" 1 1 0 0 3 3 1 3 1 2 3 3 3 2 4 7 24 1 0 0 0 4 0 0 0 5 3 2 2 9 0 0 1
+"369" 2 0 0 0 1 3 1 3 3 1 3 1 1 2 2 3 56 0 0 1 0 4 0 0 0 5 1 2 1 6 1 2 1
+"370" 2 0 1 0 3 3 1 3 1 4 2 1 1 3 4 6 38 1 0 0 0 4 0 0 0 1 1 3 2 6 3 0 1
+"371" 2 0 1 0 3 3 1 3 1 2 2 3 1 2 3 5 50 0 0 0 0 4 0 0 0 1 1 3 2 6 1 1 1
+"372" 2 0 1 0 1 1 3 3 1 1 3 2 1 3 3 9 25 1 0 0 0 4 0 0 0 5 1 3 1 7 0 3 1
+"373" 2 0 1 0 3 3 3 1 1 2 3 1 1 1 3 7 33 1 0 0 0 4 0 0 0 5 1 3 2 4 4 0 1
+"374" 2 0 0 0 1 3 1 1 1 4 3 1 2 3 4 5 27 0 0 0 0 4 0 0 0 1 1 3 1 3 4 0 1
+"375" 2 0 1 0 1 3 3 3 3 3 1 2 2 3 4 7 32 1 0 0 0 4 0 0 0 5 3 3 2 7 4 0 1
+"376" 2 0 1 0 1 1 1 3 3 1 3 2 1 2 5 4 42 0 0 1 1 4 0 0 0 5 1 3 1 4 3 0 1
+"377" 2 0 0 0 3 3 1 2 1 3 2 2 1 2 2 7 18 0 0 0 0 4 0 0 0 5 1 2 1 3 2 0 1
+"378" 2 0 1 0 1 3 3 2 2 1 3 1 2 3 4 5 28 1 0 0 1 4 0 0 0 5 1 3 2 8 0 1 1
+"379" 2 0 0 0 3 1 1 1 3 3 3 1 1 3 3 5 21 1 1 0 0 4 0 0 0 3 2 2 2 8 2 0 1
+"380" 3 0 1 0 1 3 1 2 1 4 2 2 2 3 4 9 31 0 1 0 0 4 0 0 0 4 2 3 1 6 0 3 1
+"381" 1 1 0 0 1 1 3 3 1 2 3 1 1 3 4 6 24 0 0 0 0 4 0 0 0 5 1 3 2 9 0 3 1
+"382" 1 0 0 0 1 3 3 3 3 3 3 3 3 3 5 8 21 0 0 0 0 4 0 0 0 5 2 2 1 9 2 1 1
+"383" 1 1 0 0 3 3 1 3 3 2 3 1 1 2 4 4 38 1 0 0 0 4 0 0 0 5 2 1 1 5 0 2 1
+"384" 3 0 0 1 3 2 3 2 1 3 1 2 1 1 3 9 32 1 1 0 0 4 0 0 0 5 1 3 2 1 0 3 1
+"385" 3 0 0 1 1 1 3 1 1 2 3 1 1 2 2 6 45 0 0 1 1 4 0 0 0 3 3 3 2 3 0 4 1
+"386" 1 1 0 0 1 3 3 3 3 3 3 2 2 3 5 3 35 1 0 0 1 4 0 0 0 5 3 2 1 9 0 0 1
+"387" 3 1 0 0 3 3 3 1 3 3 2 3 3 3 3 7 32 1 0 0 0 4 0 0 0 4 3 3 2 7 0 2 1
+"388" 3 0 0 0 1 1 3 1 3 4 1 2 1 3 4 8 32 1 0 0 0 4 0 0 0 3 1 3 2 8 0 0 1
+"389" 2 0 0 0 1 3 1 3 3 3 4 4 1 1 4 6 22 0 0 0 0 4 0 0 0 6 3 2 2 8 1 0 1
+"390" 2 0 1 0 1 3 3 1 1 1 1 2 1 3 3 5 54 0 0 0 0 4 0 0 0 5 2 2 1 4 0 0 1
+"391" 1 1 0 0 1 3 1 1 3 4 1 3 3 3 4 5 24 0 0 0 0 4 0 0 0 5 2 2 2 9 0 0 1
+"392" 1 1 0 0 3 3 3 1 1 3 3 2 2 2 4 3 48 0 0 0 0 4 0 0 0 5 2 3 2 9 0 0 1
+"393" 2 0 1 0 3 3 1 3 1 3 1 2 3 3 2 7 45 1 0 0 0 4 0 0 0 5 1 3 2 7 4 0 1
+"394" 1 1 0 0 1 3 1 3 3 3 3 3 1 3 3 4 28 1 0 0 0 4 0 0 0 3 2 2 1 9 0 0 1
+"395" 1 0 0 1 1 3 3 3 3 1 3 2 2 3 4 3 27 0 0 1 0 2 0 0 0 5 3 2 1 5 0 0 1
+"396" 1 0 0 0 1 2 1 1 3 2 3 2 1 2 4 2 23 0 0 1 0 2 0 0 0 5 1 3 1 5 0 4 1
+"397" 2 0 0 1 1 1 2 3 2 1 3 2 1 2 2 3 33 1 0 0 0 2 0 0 0 5 2 3 1 5 0 0 1
+"398" 3 0 0 0 1 1 1 3 1 2 3 2 1 1 2 2 19 1 0 0 0 2 0 0 0 5 2 3 2 5 0 3 1
+"399" 1 1 0 0 1 3 1 1 1 2 3 2 1 2 4 3 30 0 1 0 1 2 0 0 0 5 3 2 1 5 0 0 1
+"400" 1 1 0 0 1 3 3 3 2 1 2 1 2 2 4 5 27 1 1 0 1 2 0 0 0 5 2 2 1 8 0 0 1
+"401" 1 1 0 0 1 3 1 3 3 4 3 3 3 3 4 3 24 1 0 0 0 2 0 0 0 5 3 1 1 9 0 0 1
+"402" 1 0 0 0 1 3 3 3 3 2 3 2 2 3 4 5 22 1 0 1 0 2 0 0 0 5 3 1 1 9 0 0 1
+"403" 1 1 0 0 3 2 2 1 3 3 4 3 1 3 2 2 25 1 0 1 1 2 0 0 0 5 3 1 1 8 0 1 1
+"404" 1 1 0 0 1 1 1 3 3 1 3 2 2 2 3 3 26 1 0 0 0 2 0 0 0 5 2 3 2 8 0 0 1
+"405" 2 0 1 0 3 3 3 3 1 2 3 2 2 2 2 2 46 0 0 1 0 2 0 0 0 5 1 3 1 5 0 4 1
+"406" 3 0 1 0 1 2 1 1 3 1 4 2 1 1 1 1 60 0 0 1 0 2 0 0 0 5 3 3 1 2 0 4 1
+"407" 2 0 0 0 1 2 3 3 1 4 3 3 1 3 2 8 27 0 0 0 1 2 0 0 0 2 1 2 1 2 1 2 1
+"408" 3 0 0 0 1 3 3 1 1 4 3 1 1 3 1 9 35 0 1 0 0 2 0 0 0 2 1 3 1 1 2 2 1
+"409" 1 1 0 0 1 1 1 3 3 4 3 2 1 3 2 7 39 1 0 0 0 2 0 0 0 5 1 3 1 8 0 0 1
+"410" 1 1 0 0 1 3 3 3 3 1 2 1 1 2 4 9 26 1 0 0 0 2 0 0 0 3 3 2 2 5 0 0 1
+"411" 1 0 0 0 3 3 1 3 3 2 3 3 3 3 4 6 21 0 0 0 0 2 0 0 0 2 2 1 1 9 0 0 1
+"412" 1 1 0 0 1 3 3 3 1 2 3 2 2 3 5 6 25 1 0 0 0 2 0 0 0 2 3 1 1 10 0 0 1
+"413" 3 0 1 0 1 3 1 3 1 1 4 1 3 3 3 9 30 0 0 0 0 2 0 0 0 2 1 3 2 8 0 2 1
+"414" 1 1 0 0 1 3 1 3 2 1 3 2 1 3 1 3 36 1 0 0 0 2 0 0 0 5 3 2 1 1 0 2 1
+"415" 3 0 0 0 1 3 3 3 3 3 3 3 1 1 4 5 20 0 0 0 0 2 0 0 0 5 3 3 1 8 1 2 1
+"416" 1 1 0 0 3 1 1 3 1 3 3 3 2 3 4 3 58 1 0 0 0 2 0 0 0 6 3 3 1 10 0 0 1
+"417" 2 0 1 0 1 3 3 3 1 2 3 2 1 2 2 5 43 1 0 0 0 2 0 0 0 6 2 2 1 3 3 0 1
+"418" 2 0 1 0 1 1 1 3 1 4 4 1 1 3 4 7 31 1 0 0 0 2 0 0 0 5 1 3 1 1 4 0 1
+"419" 1 1 0 0 1 3 3 1 3 1 3 3 3 3 2 2 50 0 0 1 0 1 0 0 0 5 3 3 1 10 0 0 1
+"420" 1 1 0 0 1 3 3 3 3 3 3 2 1 3 3 3 31 1 0 0 0 1 0 0 0 5 2 2 1 7 0 0 1
+"421" 1 1 0 0 1 3 1 3 3 2 3 2 3 2 4 2 41 0 0 1 0 1 0 0 0 5 3 1 1 8 0 0 1
+"422" 1 1 0 0 1 3 1 3 3 2 3 3 3 3 5 3 28 1 0 0 0 1 0 0 0 5 2 2 2 8 0 0 1
+"423" 3 0 0 1 3 3 3 3 1 1 3 2 2 1 3 7 24 1 0 0 1 1 0 0 0 5 2 3 2 7 1 0 1
+"424" 1 0 0 0 1 2 1 1 3 2 1 1 1 3 4 2 23 1 0 0 0 1 0 0 0 5 1 3 2 9 0 0 1
+"425" 3 1 0 0 1 3 1 1 3 1 1 2 3 3 3 3 32 0 0 1 0 1 0 0 0 5 1 2 1 5 0 3 1
+"426" 1 1 0 0 3 2 3 3 1 4 1 2 3 2 4 9 34 0 1 0 1 1 0 0 0 5 2 3 1 8 1 0 1
+"427" 1 1 0 0 3 3 1 2 1 1 3 3 1 3 2 1 60 0 0 0 0 5 0 0 0 5 2 1 2 10 0 0 1
+"428" 2 0 1 0 1 3 1 3 1 2 3 2 1 3 4 7 27 1 0 0 0 5 0 0 0 5 2 3 1 5 4 0 1
+"429" 1 0 0 1 3 3 1 3 1 2 3 2 3 2 4 5 25 1 0 0 0 5 0 0 0 3 3 1 1 8 0 0 1
+"430" 2 1 0 0 1 3 3 3 1 3 3 3 1 3 2 9 43 0 0 0 0 5 0 0 0 1 2 1 1 4 3 0 1
+"431" 1 1 0 0 1 3 1 3 3 3 3 3 1 2 3 5 33 1 0 0 0 5 0 0 0 5 3 1 1 8 0 1 1
+"432" 1 1 0 0 3 3 3 1 3 1 2 2 2 3 4 9 34 0 0 0 0 5 0 0 0 1 3 1 1 1 0 0 1
+"433" 2 1 0 0 1 3 1 1 1 2 3 2 1 2 2 7 45 1 0 0 1 5 0 0 0 5 2 1 1 7 4 0 1
+"434" 1 1 0 0 3 3 1 3 1 3 2 2 3 3 4 4 58 0 0 0 1 5 0 0 0 1 2 1 1 7 0 0 1
+"435" 2 0 0 1 1 2 1 3 2 3 3 2 2 3 1 2 48 1 0 0 0 5 0 0 0 5 1 1 1 10 1 2 1
+"436" 1 1 0 0 1 3 2 1 1 1 3 1 3 1 2 2 31 1 0 0 0 5 0 0 0 3 3 2 1 4 0 0 1
+"437" 1 1 0 0 1 1 3 1 1 1 3 3 2 3 2 1 60 1 0 0 0 5 0 0 0 5 2 2 1 10 0 0 1
+"438" 1 1 0 0 1 3 1 3 1 1 3 1 1 2 1 1 53 1 0 0 0 5 0 0 0 3 3 1 1 8 0 4 1
+"439" 1 0 0 1 1 3 1 3 3 1 3 2 1 3 3 2 60 1 0 0 0 5 0 0 0 5 3 1 1 8 0 0 1
+"440" 1 1 0 0 3 3 1 3 1 1 3 2 2 3 4 5 39 1 0 0 0 5 0 0 0 5 2 3 1 8 0 0 1
+"441" 2 0 1 0 3 3 1 3 1 1 3 2 2 3 4 5 25 1 0 0 0 5 0 0 0 1 1 3 2 7 4 0 1
+"442" 1 0 0 0 1 3 1 3 3 4 2 2 2 3 3 7 21 0 0 0 0 2 0 0 0 5 1 1 1 9 1 0 1
+"443" 1 1 0 0 3 2 1 2 1 4 2 3 3 3 3 9 30 0 1 0 0 2 0 0 0 2 2 1 1 8 0 0 1
+"444" 1 1 0 0 1 3 1 3 3 4 2 3 3 4 5 2 45 0 0 0 1 2 0 0 0 2 3 1 1 9 0 0 1
+"445" 1 1 0 0 1 3 3 3 1 4 3 3 3 3 4 2 59 1 0 0 0 2 0 0 0 5 3 1 1 10 0 0 1
+"446" 2 0 1 0 1 1 1 3 1 3 3 1 3 3 4 9 24 1 0 0 0 2 0 0 0 6 2 3 1 8 0 0 1
+"447" 1 1 0 0 3 3 1 1 1 3 3 3 3 3 4 3 43 0 0 1 0 2 0 0 0 5 2 1 1 10 0 0 1
+"448" 1 1 0 0 1 3 1 3 3 1 3 1 2 3 2 3 50 1 0 0 0 2 0 0 0 5 3 3 2 1 0 0 1
+"449" 1 0 0 0 1 3 1 3 3 3 3 3 1 3 3 2 24 1 0 1 0 2 0 0 0 6 2 1 1 5 0 0 1
+"450" 1 1 0 0 1 3 1 3 2 2 3 1 2 2 4 3 27 1 0 0 0 2 0 0 0 5 2 1 1 7 0 0 1
+"451" 1 1 0 0 1 3 1 3 1 3 3 3 2 2 3 2 49 0 0 0 1 2 0 0 0 5 2 1 1 8 0 0 1
+"452" 2 0 0 1 1 3 1 1 1 1 3 2 1 3 2 3 25 0 0 0 0 2 0 0 0 5 3 3 2 4 4 0 1
+"453" 3 0 0 1 2 3 3 3 2 3 3 2 2 2 4 3 31 1 0 0 0 2 0 0 0 6 1 3 1 9 0 1 1
+"454" 1 1 0 0 1 3 1 1 3 2 3 1 1 2 2 4 40 0 0 1 0 2 0 0 0 5 1 3 2 3 3 0 1
+"455" 2 0 0 0 3 1 1 3 1 3 3 3 2 3 3 4 18 1 0 0 0 2 0 0 0 5 3 3 2 6 1 0 1
+"456" 1 1 0 0 1 3 1 3 1 2 3 2 2 3 4 2 54 1 0 0 0 2 0 0 0 5 3 3 1 10 0 0 1
+"457" 2 1 0 0 1 3 1 3 1 3 4 2 2 3 4 9 25 0 1 0 0 2 0 0 0 5 2 1 1 8 2 0 1
+"458" 1 0 0 0 1 3 1 3 2 1 2 2 1 3 3 9 21 1 0 0 0 2 0 0 0 5 3 1 1 5 0 0 1
+"459" 1 1 0 0 3 2 2 3 2 4 3 2 2 2 3 5 28 0 0 1 0 2 0 0 0 2 2 3 1 6 0 0 1
+"460" 2 1 0 0 1 1 1 3 3 1 3 2 1 2 2 3 37 0 0 1 0 2 0 0 0 5 3 3 1 2 0 2 1
+"461" 2 1 0 0 1 3 1 3 1 1 3 1 1 2 4 9 43 1 0 0 0 1 0 0 0 5 1 3 2 8 4 0 1
+"462" 1 1 0 0 1 1 3 1 1 1 3 2 1 3 3 5 24 0 0 1 0 1 0 0 0 5 2 2 1 1 0 0 1
+"463" 1 1 0 0 3 2 2 3 2 1 3 2 2 2 4 3 48 1 0 0 0 1 0 0 0 6 2 3 1 7 0 2 1
+"464" 1 0 0 1 3 3 1 3 1 3 2 3 3 3 4 3 29 1 0 0 0 1 0 0 0 4 1 3 1 5 0 4 1
+"465" 1 1 0 0 1 3 1 3 1 3 2 3 2 3 4 5 24 1 0 0 0 1 0 0 0 5 3 3 2 7 0 0 1
+"466" 3 0 0 0 1 2 1 2 2 2 3 3 3 3 4 3 22 0 0 1 0 1 0 0 0 5 3 1 1 8 0 0 1
+"467" 1 1 0 0 3 3 1 3 1 1 3 3 1 3 4 5 31 0 0 1 0 1 0 0 0 3 3 2 2 7 0 0 1
+"468" 2 1 0 0 1 3 1 3 1 1 3 3 3 3 4 3 47 0 0 0 0 1 0 0 0 5 2 2 2 8 0 0 1
+"469" 1 1 0 0 3 3 1 3 1 2 2 2 1 3 4 9 25 0 1 0 0 1 0 0 0 3 3 2 2 7 0 0 1
+"470" 1 1 0 0 3 3 2 3 1 1 3 3 2 3 3 5 25 0 0 0 0 1 0 0 0 5 3 2 2 9 0 0 1
+"471" 2 0 0 0 3 2 1 3 2 2 3 2 1 3 4 3 20 1 0 0 0 1 0 0 0 3 2 1 1 9 0 0 1
+"472" 1 1 0 0 1 3 3 3 1 1 3 3 2 4 3 3 34 0 0 0 1 1 0 0 0 5 3 3 2 8 0 4 1
+"473" 3 1 0 0 1 3 3 3 3 1 4 1 3 2 4 2 58 1 0 0 0 3 0 0 0 5 1 3 2 10 0 4 1
+"474" 3 0 0 1 3 1 1 3 1 1 3 1 1 2 1 5 25 1 0 0 0 3 0 0 0 5 2 2 1 7 1 1 1
+"475" 1 1 0 0 1 3 3 1 3 4 3 1 2 3 4 9 30 0 1 0 1 3 0 0 0 2 1 1 2 8 0 0 1
+"476" 3 1 0 0 1 2 1 1 3 1 3 2 3 2 4 2 42 1 0 0 0 3 0 0 0 5 1 3 1 5 0 4 1
+"477" 1 0 0 1 1 3 3 1 3 1 3 2 1 3 4 3 45 0 0 1 0 3 0 0 0 2 3 3 1 10 0 4 1
+"478" 1 1 0 0 1 3 1 1 3 1 3 2 2 3 4 6 29 0 0 0 1 3 0 0 0 5 3 2 2 7 0 0 1
+"479" 3 1 0 0 2 3 1 1 3 2 3 2 3 2 4 4 33 1 0 0 0 3 0 0 0 5 1 3 1 10 0 4 1
+"480" 3 1 0 0 1 3 3 1 3 2 3 2 3 2 5 3 45 0 0 0 0 3 0 0 0 5 1 3 2 3 0 4 1
+"481" 1 1 0 0 3 3 3 3 1 2 2 3 3 3 4 9 24 0 0 0 0 3 0 0 0 2 3 2 2 7 0 0 1
+"482" 1 1 0 0 3 1 1 3 1 3 1 3 3 2 3 2 57 0 0 0 1 3 0 0 0 5 2 1 1 8 0 0 1
+"483" 1 1 0 0 3 3 1 3 3 2 1 3 2 3 5 5 28 0 0 1 0 3 0 0 0 3 3 3 1 10 0 0 1
+"484" 1 0 0 1 3 3 1 3 1 3 3 2 2 2 4 5 32 0 0 0 0 3 0 0 0 2 3 1 1 9 0 0 1
+"485" 3 1 0 0 1 1 3 3 3 4 3 2 1 3 4 7 35 1 0 0 0 3 0 0 0 5 2 2 1 5 1 0 1
+"486" 3 1 0 0 1 3 1 3 1 2 3 1 3 3 4 3 29 1 0 0 1 3 0 0 0 5 3 3 2 10 0 4 1
+"487" 3 0 1 0 3 1 3 1 3 1 1 2 3 3 4 2 45 1 0 0 0 3 0 0 0 2 3 3 1 10 0 4 1
+"488" 3 0 0 1 3 1 1 3 3 1 3 2 2 2 3 5 33 0 0 0 1 3 0 0 0 2 2 2 1 5 0 1 1
+"489" 3 0 0 0 1 1 3 3 3 4 4 2 1 3 4 5 19 1 0 0 0 3 0 0 0 6 1 3 1 1 0 4 1
+"490" 3 1 0 0 1 3 2 3 1 1 3 2 3 2 2 2 35 1 0 0 0 3 0 0 0 1 3 3 2 2 0 3 1
+"491" 3 0 0 1 3 3 1 3 3 4 3 1 3 1 4 1 45 0 0 1 0 3 0 0 0 4 1 3 2 1 0 3 1
+"492" 1 0 0 1 1 3 1 3 1 4 4 2 3 2 4 9 32 0 0 0 1 3 0 0 0 5 2 1 1 8 0 0 1
+"493" 3 0 0 0 3 3 3 3 3 2 3 1 3 2 5 5 18 0 0 0 1 3 0 0 0 5 1 3 1 5 0 4 1
+"494" 3 0 0 0 1 3 1 1 3 3 2 2 2 3 5 7 22 0 1 0 0 3 0 0 0 3 1 3 1 7 0 2 1
+"495" 1 1 0 0 1 2 3 3 2 3 3 1 2 2 2 5 54 1 1 0 0 3 0 0 0 4 3 1 1 5 1 3 1
+"496" 3 0 0 0 1 1 1 1 3 1 2 1 3 2 4 5 60 0 0 1 0 1 0 0 0 1 1 3 2 1 0 3 1
+"497" 3 0 1 0 3 1 3 3 3 3 3 2 3 3 4 1 47 1 0 0 0 1 0 0 0 5 1 3 2 1 0 4 1
+"498" 1 0 0 1 3 3 3 3 1 3 3 2 3 3 4 3 54 0 0 1 0 1 0 0 0 5 3 3 1 7 0 4 1
+"499" 3 1 0 0 3 1 3 3 2 2 4 2 2 3 2 5 25 1 0 0 0 1 0 0 0 5 3 3 1 8 0 2 1
+"500" 3 1 0 0 1 1 1 1 3 3 2 1 2 2 2 2 45 0 0 1 0 1 0 0 0 1 1 3 2 3 0 4 1
+"501" 3 0 0 1 3 3 1 3 3 2 2 2 2 2 3 3 35 0 0 1 0 1 0 0 0 5 3 2 1 3 0 4 1
+"502" 3 0 1 0 2 3 1 3 3 3 3 2 2 3 3 6 29 0 0 1 0 4 0 0 0 4 3 2 2 8 0 4 1
+"503" 3 0 0 0 2 3 1 3 3 2 3 2 2 2 3 8 23 0 0 0 0 4 0 0 0 3 2 2 2 9 0 2 1
+"504" 3 1 0 0 3 3 3 3 3 2 2 2 3 3 4 3 30 0 0 0 0 4 0 0 0 5 1 3 2 5 0 4 1
+"505" 3 0 1 0 3 3 1 3 1 1 3 1 1 3 4 4 40 0 0 1 0 4 0 0 0 4 1 3 2 1 0 4 1
+"506" 1 1 0 0 3 3 3 3 3 3 3 3 1 3 2 2 60 1 0 0 0 4 0 0 0 1 2 3 1 10 0 0 1
+"507" 1 0 1 0 2 3 1 3 1 2 2 2 3 3 3 3 34 1 0 0 0 4 0 0 0 3 2 2 2 10 0 0 1
+"508" 1 0 1 0 2 1 2 3 3 1 3 2 2 3 4 2 43 1 0 0 1 4 0 0 0 4 3 3 1 8 0 1 1
+"509" 1 0 0 1 3 3 1 1 1 2 2 3 1 3 2 6 47 1 0 0 1 4 0 0 0 1 3 1 1 8 0 0 1
+"510" 3 0 0 0 2 3 1 3 3 2 2 3 2 3 3 7 22 0 0 1 0 4 0 0 0 3 3 2 2 7 0 1 1
+"511" 1 0 0 1 3 1 3 3 1 2 2 3 3 3 4 8 36 0 0 0 1 4 0 0 0 2 2 1 2 8 0 0 1
+"512" 1 0 0 0 2 3 1 3 3 3 3 2 2 3 4 6 20 0 0 1 0 4 0 0 0 2 2 2 2 9 0 0 1
+"513" 3 0 0 1 3 3 1 3 3 2 3 2 2 3 4 7 24 0 0 1 0 4 0 0 0 2 2 2 2 9 0 1 1
+"514" 2 0 1 0 3 3 1 1 1 1 4 2 1 3 4 4 28 1 0 0 0 4 0 0 0 4 1 3 2 8 0 2 1
+"515" 1 0 0 0 3 3 1 3 3 3 3 2 2 3 4 8 23 0 0 0 0 4 0 0 0 3 3 2 2 8 0 0 1
+"516" 2 1 0 0 3 3 1 3 3 2 3 3 2 3 4 9 31 1 0 0 0 4 0 0 0 5 3 2 2 9 0 0 1
+"517" 3 1 0 0 3 3 1 3 3 1 3 3 2 3 3 4 38 0 0 1 0 1 0 0 0 4 2 1 1 10 0 1 1
+"518" 3 0 0 0 1 3 1 3 3 3 3 3 1 2 3 6 23 0 0 1 0 1 0 0 0 2 2 2 2 9 0 0 1
+"519" 2 0 0 0 1 3 1 3 3 2 3 3 2 3 4 8 20 0 0 0 0 1 0 0 0 4 2 2 2 9 0 0 1
+"520" 3 1 0 0 1 3 1 3 3 4 2 3 2 4 4 9 59 0 0 0 0 1 0 0 0 3 3 2 2 9 0 0 1
+"521" 3 0 1 0 3 3 1 3 3 3 3 3 2 3 4 8 56 0 0 0 0 1 0 0 0 3 2 2 2 1 0 0 1
+"522" 1 1 0 0 1 3 1 3 3 3 3 3 2 3 5 9 42 0 1 0 0 1 0 0 0 5 2 3 2 8 0 4 1
+"523" 1 1 0 0 3 1 3 3 3 2 2 1 1 2 1 5 33 1 0 0 0 1 0 0 0 6 2 1 1 2 0 3 1
+"524" 3 1 0 0 1 3 1 2 3 4 3 2 2 3 4 7 36 1 0 0 0 1 0 0 0 5 2 2 2 8 0 0 1
+"525" 1 1 0 0 2 3 1 3 3 3 3 3 2 3 4 6 23 0 0 0 0 1 0 0 0 5 3 1 1 9 0 0 1
+"526" 3 0 1 0 3 2 2 3 3 2 2 3 2 2 3 5 29 0 0 1 0 1 0 0 0 5 1 2 2 7 0 3 1
+"527" 1 1 0 0 1 3 2 1 3 2 2 2 2 2 5 3 31 0 0 1 0 1 0 0 0 6 3 3 2 8 0 0 1
+"528" 1 1 0 0 3 1 1 3 3 1 3 2 1 3 2 4 52 1 0 1 0 1 0 0 0 5 3 1 2 8 0 0 1
+"529" 3 0 0 0 3 3 1 1 3 2 3 1 1 1 1 8 22 1 0 0 0 1 0 0 0 6 3 3 1 6 0 4 1
+"530" 3 1 0 0 1 3 3 2 3 1 3 3 1 3 3 2 34 1 0 0 0 1 0 0 0 4 3 3 2 9 0 2 1
+"531" 3 0 0 0 2 2 1 3 3 1 3 3 3 3 4 4 22 0 0 1 0 1 0 0 0 3 2 2 2 8 0 0 1
+"532" 2 1 0 0 3 1 3 1 1 1 3 3 2 3 3 3 27 1 0 0 0 1 0 0 0 5 3 2 1 8 0 0 1
+"533" 2 0 1 0 1 1 1 3 3 1 4 2 2 3 4 1 58 0 0 0 0 4 0 0 0 5 1 2 1 8 1 1 1
+"534" 1 1 0 0 3 1 3 1 3 1 3 2 2 3 4 5 33 1 0 0 1 4 0 0 0 5 2 1 1 6 0 0 1
+"535" 1 1 0 0 3 3 3 1 1 1 2 2 3 3 4 9 47 0 1 0 1 4 0 0 0 5 3 1 1 10 0 0 1
+"536" 1 0 0 1 3 1 3 1 3 1 3 2 2 2 3 6 30 1 0 0 1 4 0 0 0 2 2 2 1 8 1 0 1
+"537" 1 1 0 0 1 3 1 3 1 4 3 2 3 2 5 7 40 0 0 0 1 4 0 0 0 5 1 2 1 6 0 0 1
+"538" 2 0 1 0 3 3 1 3 1 4 4 1 2 2 1 9 27 0 0 0 0 4 0 0 0 3 2 2 2 6 4 0 1
+"539" 3 0 0 0 1 3 3 3 3 3 1 2 2 3 2 8 21 0 0 0 1 4 0 0 0 6 1 2 2 6 0 3 1
+"540" 3 0 1 0 3 1 3 3 1 3 3 2 2 2 4 9 25 0 0 0 0 4 0 0 0 5 1 2 2 5 0 3 1
+"541" 3 0 1 0 1 3 1 3 3 3 3 1 2 4 4 8 32 1 0 0 1 4 0 0 0 5 1 3 1 6 0 2 1
+"542" 1 1 0 0 1 1 2 3 3 1 3 2 3 2 2 1 60 1 0 0 0 4 0 0 0 5 3 2 1 8 0 0 1
+"543" 3 0 1 0 1 1 3 1 3 1 3 1 1 2 2 2 42 0 0 0 1 4 0 0 0 3 1 2 2 4 1 3 1
+"544" 3 0 0 0 3 3 3 3 3 3 3 2 3 2 4 3 46 0 0 1 0 4 0 0 0 2 2 1 1 6 0 2 1
+"545" 1 0 0 0 3 1 3 3 3 2 2 3 3 3 4 8 21 0 0 0 0 4 0 0 0 5 3 1 1 8 0 0 1
+"546" 1 1 0 0 3 2 1 3 3 1 1 1 1 2 4 7 54 0 0 0 1 4 0 0 0 5 2 1 2 7 0 0 1
+"547" 1 1 0 0 1 1 3 3 1 3 2 3 1 3 3 7 32 0 0 0 1 4 0 0 0 4 1 2 2 5 0 0 1
+"548" 3 0 1 0 1 1 3 1 3 1 3 2 2 3 2 7 32 1 0 0 0 4 0 0 0 5 1 3 1 8 0 1 1
+"549" 3 0 0 0 3 3 3 3 3 2 1 1 3 2 4 8 30 0 0 0 0 4 0 0 0 3 1 3 1 6 0 2 1
+"550" 3 0 0 1 3 3 3 3 1 4 2 1 3 3 5 5 38 1 0 0 0 3 0 0 0 3 3 3 1 1 0 4 1
+"551" 3 1 0 0 3 3 3 3 2 1 4 2 2 3 4 3 47 1 0 0 0 3 0 0 0 3 1 3 1 7 0 2 1
+"552" 1 1 0 0 3 3 1 3 1 4 4 1 3 3 4 6 40 0 0 0 0 3 0 0 0 5 2 2 2 10 0 0 1
+"553" 3 1 0 0 3 3 3 3 1 2 3 1 1 3 1 5 49 1 0 0 0 3 0 0 0 2 2 3 2 1 0 4 1
+"554" 3 1 0 0 1 3 1 1 1 1 2 2 2 2 2 9 33 0 0 0 0 3 0 0 0 3 1 1 1 7 0 1 1
+"555" 1 0 0 1 1 3 1 3 3 4 3 2 3 2 3 7 34 1 1 0 0 3 0 0 0 5 3 2 2 10 0 2 1
+"556" 3 1 0 0 3 3 3 3 3 4 1 2 1 2 4 9 31 0 1 0 0 3 0 0 0 4 1 3 2 8 0 0 1
+"557" 1 0 0 0 2 3 3 3 1 3 2 3 3 3 1 6 18 0 0 0 0 3 0 0 0 3 2 2 1 5 0 1 1
+"558" 1 0 0 0 2 3 2 2 3 3 2 2 2 2 4 7 33 0 1 0 0 3 0 0 0 3 3 2 2 6 0 1 1
+"559" 1 1 0 0 1 1 3 1 1 1 3 1 1 2 2 6 30 0 0 0 1 3 0 0 0 3 1 3 1 5 0 2 1
+"560" 1 0 0 0 3 3 1 3 3 2 2 2 3 3 4 5 21 0 0 0 0 3 0 0 0 5 3 1 1 7 0 0 1
+"561" 1 0 0 0 3 3 1 3 1 2 3 1 1 3 4 7 45 1 0 0 0 3 0 0 0 5 2 2 1 7 0 2 1
+"562" 3 0 0 1 3 1 3 3 3 1 4 1 1 3 2 7 28 1 1 0 1 3 0 0 0 5 1 1 1 6 0 4 1
+"563" 1 1 0 0 1 1 1 3 1 3 2 3 2 2 3 5 38 0 0 1 0 1 0 0 0 2 2 2 1 9 0 0 1
+"564" 3 0 0 1 1 3 3 3 3 4 3 2 1 2 2 3 25 1 0 0 0 1 0 0 0 5 1 3 1 6 0 4 1
+"565" 1 1 0 0 1 3 3 2 2 2 2 3 1 3 4 7 24 1 0 0 0 1 0 0 0 5 2 1 2 6 0 1 1
+"566" 1 1 0 0 3 1 1 3 2 4 3 2 3 2 4 2 45 1 0 0 0 1 0 0 0 5 3 2 1 7 0 0 1
+"567" 1 1 0 0 3 1 3 3 1 4 4 2 3 2 3 3 52 0 0 0 0 1 0 0 0 2 2 1 1 8 1 0 1
+"568" 3 0 0 0 3 3 3 3 3 3 4 3 1 2 2 6 18 0 0 0 0 1 0 0 0 5 3 2 1 7 0 4 1
+"569" 1 1 0 0 3 2 3 3 3 2 4 2 1 2 2 5 40 0 1 0 1 1 0 0 0 2 3 1 1 8 0 0 1
+"570" 1 1 0 0 3 2 3 3 3 4 2 2 1 3 1 2 55 1 0 0 0 1 0 0 0 5 2 1 1 7 2 0 1
+"571" 1 1 0 0 1 3 3 3 3 4 4 2 1 3 3 9 24 0 1 0 1 1 0 0 0 3 1 2 1 5 0 3 1
+"572" 3 1 0 0 1 1 1 3 3 3 3 2 2 2 1 5 48 0 0 0 1 1 0 0 0 3 3 1 1 10 0 2 1
+"573" 3 1 0 0 1 2 3 3 3 2 3 2 3 2 4 3 28 1 0 0 0 1 0 0 0 5 3 2 2 7 0 1 1
+"574" 2 0 0 0 1 3 3 3 3 3 3 3 2 2 3 5 20 0 0 0 0 1 0 0 0 5 2 2 1 8 0 1 1
+"575" 1 0 0 0 3 3 1 3 3 2 3 3 2 3 3 6 23 0 0 0 0 2 0 0 0 1 3 1 1 7 0 0 1
+"576" 1 0 0 0 3 3 1 3 1 1 3 3 2 3 1 5 27 1 1 0 1 2 0 0 0 5 1 3 2 8 0 4 1
+"577" 3 0 1 0 1 1 1 3 1 4 3 2 3 3 4 3 24 1 0 0 0 2 0 0 0 4 3 3 2 5 0 4 1
+"578" 3 0 0 0 3 3 1 1 1 3 2 1 1 2 1 8 20 0 0 0 0 2 0 0 0 5 1 2 1 1 1 2 1
+"579" 2 0 1 0 1 1 1 1 3 1 3 2 1 3 2 3 28 0 0 1 0 2 0 0 0 5 1 3 2 5 1 0 1
+"580" 1 1 0 0 1 1 3 3 3 4 3 2 1 2 5 2 53 1 0 0 0 2 0 0 0 6 1 2 1 6 0 0 1
+"581" 2 1 0 0 1 3 1 3 1 1 3 2 1 2 1 2 46 0 0 1 0 2 0 0 0 5 3 3 1 1 0 4 1
+"582" 1 0 1 0 1 3 1 3 1 2 1 2 1 2 2 5 25 0 0 0 0 2 0 0 0 3 1 3 1 5 0 1 1
+"583" 2 0 1 0 1 3 3 1 1 1 1 2 2 2 4 6 33 0 0 1 0 2 0 0 0 5 1 3 2 8 0 0 1
+"584" 2 0 1 0 1 1 1 3 1 4 1 1 1 3 3 5 33 1 0 0 0 2 0 0 0 4 2 3 1 8 3 0 1
+"585" 2 1 0 0 1 2 3 3 2 1 4 2 2 2 1 7 35 1 0 0 0 2 0 0 0 5 3 2 2 6 0 2 1
+"586" 1 1 0 0 1 2 1 3 3 4 3 1 2 2 4 7 28 0 0 0 0 2 0 0 0 5 2 1 1 6 0 0 1
+"587" 2 1 0 0 1 3 1 3 3 4 3 2 2 3 3 5 21 1 0 0 0 2 0 0 0 5 3 1 1 10 0 0 1
+"588" 2 0 0 1 1 3 1 3 3 1 3 1 2 2 4 2 43 0 0 1 0 1 0 0 0 5 1 3 2 5 0 3 1
+"589" 1 1 0 0 1 3 1 3 3 4 3 1 1 3 4 3 58 1 0 0 0 1 0 0 0 2 2 1 1 8 0 0 1
+"590" 3 0 0 0 1 3 1 3 2 2 3 2 3 2 4 5 23 1 0 0 0 1 0 0 0 4 2 3 2 8 0 4 1
+"591" 3 0 0 0 1 2 1 3 3 4 4 1 2 2 4 3 53 0 0 1 0 1 0 0 0 5 1 3 1 10 0 4 1
+"592" 1 1 0 0 1 3 3 3 3 2 3 2 2 3 2 3 26 0 0 1 0 1 0 0 0 4 2 2 2 5 0 0 1
+"593" 3 0 1 0 3 3 1 3 1 2 3 1 1 3 3 5 30 0 0 0 1 1 0 0 0 5 1 3 2 5 0 3 1
+"594" 1 0 0 0 3 3 3 3 3 1 3 2 3 3 4 3 19 0 0 1 0 1 0 0 0 5 1 1 2 8 0 0 1
+"595" 1 1 0 0 1 1 3 1 3 2 3 2 2 3 4 2 29 0 0 1 0 1 0 0 0 4 3 2 2 5 0 1 1
+"596" 1 1 0 0 3 3 3 3 3 1 3 1 1 1 1 1 44 1 0 0 0 3 0 0 0 4 3 3 1 5 0 2 1
+"597" 2 0 1 0 3 1 3 3 2 1 4 1 1 2 1 5 24 0 0 0 0 3 0 0 0 5 2 3 1 1 0 0 1
+"598" 3 0 1 0 1 3 1 3 1 1 1 2 2 3 4 5 28 0 0 0 0 3 0 0 0 5 1 3 2 7 0 4 1
+"599" 3 0 0 0 1 3 1 3 3 2 2 2 2 3 4 6 20 0 0 0 0 3 0 0 0 1 1 3 1 7 0 3 1
+"600" 1 1 0 0 3 3 3 3 3 3 3 3 2 3 4 2 55 0 0 1 0 3 0 0 0 4 3 1 1 8 0 0 1
+"601" 1 1 0 0 3 3 3 3 3 1 3 2 2 2 1 3 45 1 0 0 0 3 0 0 0 5 2 2 1 8 0 0 1
+"602" 3 0 0 1 3 3 1 3 3 2 3 2 2 3 4 5 27 0 0 0 0 3 0 0 0 5 3 2 1 7 0 0 1
+"603" 3 0 1 0 3 3 3 3 3 3 2 2 2 2 3 5 30 0 0 0 0 3 0 0 0 4 1 3 1 7 0 1 1
+"604" 1 0 0 0 3 1 3 3 3 2 3 3 1 3 3 8 21 0 0 0 0 3 0 0 0 5 3 1 1 9 0 0 1
+"605" 3 0 0 1 3 3 1 3 3 3 3 2 1 3 4 5 33 1 0 0 0 3 0 0 0 4 2 2 1 7 0 0 1
+"606" 1 0 0 0 3 1 3 1 3 1 3 2 1 1 1 7 21 0 0 0 0 3 0 0 0 4 3 1 1 5 0 0 1
+"607" 1 0 0 1 1 2 3 3 3 3 2 2 2 3 3 5 24 1 0 0 0 3 0 0 0 5 1 2 1 8 0 0 1
+"608" 1 1 0 0 1 1 3 3 3 3 3 2 1 2 2 3 34 1 0 0 0 3 0 0 0 5 2 3 1 9 0 0 1
+"609" 1 1 0 0 2 1 1 3 1 3 3 2 2 2 2 2 56 1 0 0 0 3 0 0 0 6 3 2 1 9 0 0 1
+"610" 1 1 0 0 2 1 3 1 1 2 3 2 1 2 2 9 34 0 1 0 1 3 0 0 0 4 2 2 2 4 0 3 1
+"611" 1 1 0 0 3 1 1 3 3 4 3 3 3 3 4 7 55 0 1 0 1 3 0 0 0 5 2 2 2 8 0 0 1
+"612" 1 1 0 0 3 3 3 3 1 4 1 1 1 3 2 5 31 1 1 0 0 1 0 0 0 2 1 2 2 6 0 0 1
+"613" 1 1 0 0 3 3 3 3 1 4 2 3 2 2 1 9 40 0 1 0 1 1 0 0 0 3 3 1 1 10 0 0 1
+"614" 3 0 0 0 1 3 1 3 3 4 2 2 3 1 4 8 21 0 0 0 0 1 0 0 0 2 1 1 2 7 0 2 1
+"615" 1 1 0 0 3 1 3 3 2 1 3 1 1 2 1 3 53 1 0 0 0 1 0 0 0 6 1 2 2 5 0 0 1
+"616" 1 1 0 0 3 3 1 3 3 4 4 3 3 4 5 9 24 0 1 0 0 1 0 0 0 4 3 1 1 8 0 0 1
+"617" 1 0 0 0 3 3 1 3 1 3 2 2 1 3 3 8 21 1 0 0 0 1 0 0 0 3 1 1 1 7 0 0 1
+"618" 1 1 0 0 3 3 3 1 3 2 3 2 2 2 4 4 35 0 0 0 1 1 0 0 0 4 2 2 1 8 0 0 1
+"619" 2 0 1 0 1 3 1 3 1 3 2 2 2 2 5 9 27 0 1 0 1 1 0 0 0 2 1 2 2 7 0 1 1
+"620" 1 1 0 0 1 3 1 3 1 3 3 2 3 2 3 3 34 0 0 0 0 1 0 0 0 3 1 2 1 8 0 0 1
+"621" 2 0 1 0 3 3 3 1 1 1 3 2 2 2 4 3 40 1 0 0 0 1 0 0 0 5 1 1 1 10 4 0 1
+"622" 1 1 0 0 1 3 1 3 1 3 3 2 2 3 3 9 37 0 0 0 0 1 0 0 0 3 3 2 1 8 0 0 1
+"623" 3 0 0 0 3 1 3 2 2 2 3 2 2 1 4 7 31 1 0 0 1 1 0 0 0 5 1 1 2 8 0 4 1
+"624" 1 1 0 0 1 3 3 3 1 4 3 2 1 3 4 7 25 0 0 0 0 1 0 0 0 5 3 1 1 9 0 0 1
+"625" 1 1 0 0 1 3 1 1 3 2 1 3 2 2 4 4 45 0 0 0 1 1 0 0 0 4 1 1 1 7 0 0 1
+"626" 1 1 0 0 1 3 3 3 1 3 3 1 1 2 4 9 53 0 1 0 0 1 0 0 0 3 1 3 2 5 1 2 1
+"627" 1 0 0 0 1 3 3 1 1 2 3 2 2 2 4 8 19 0 0 0 0 1 0 0 0 3 2 2 2 7 0 0 1
+"628" 1 0 0 0 3 3 3 1 1 3 3 3 3 2 5 3 18 0 0 0 0 1 0 0 0 5 2 2 2 8 0 0 1
+"629" 2 0 1 0 3 1 1 3 3 4 2 1 1 3 1 2 58 1 0 0 0 3 0 1 0 6 1 3 1 5 4 0 1
+"630" 1 1 0 0 1 1 3 3 3 2 2 2 2 2 2 8 26 1 0 0 0 3 0 1 0 5 2 2 1 8 0 1 1
+"631" 2 1 0 0 3 3 1 3 1 4 2 3 2 3 4 9 41 0 1 0 0 3 0 1 0 2 1 3 2 6 3 0 1
+"632" 1 0 0 1 3 1 3 3 1 2 2 2 1 2 4 3 38 1 0 0 0 3 0 1 0 5 2 2 1 5 0 3 1
+"633" 1 1 0 0 3 1 1 3 3 2 2 1 2 2 1 5 32 1 0 0 0 3 0 1 0 5 1 3 2 8 0 0 1
+"634" 1 1 0 0 2 1 1 3 2 2 3 2 3 3 2 9 30 1 1 0 0 3 0 1 0 5 2 2 2 8 0 0 1
+"635" 1 0 0 0 1 1 1 3 3 2 4 2 3 3 5 7 22 1 1 0 0 3 0 1 0 1 1 3 2 8 0 2 1
+"636" 1 1 0 0 1 1 1 3 3 3 4 3 3 3 4 7 28 1 0 0 0 3 0 1 0 4 2 2 1 5 0 0 1
+"637" 1 1 0 0 1 1 3 1 3 1 3 2 3 3 2 7 24 1 0 0 1 2 0 1 0 4 2 3 2 8 2 0 1
+"638" 1 1 0 0 3 1 1 1 3 1 4 4 3 2 5 5 42 0 0 0 1 2 0 1 0 4 2 3 2 6 0 0 1
+"639" 1 0 0 1 3 2 1 2 2 1 4 1 2 1 3 4 34 0 0 1 0 2 0 1 0 5 3 3 1 10 0 0 1
+"640" 3 0 0 0 1 3 3 3 3 4 4 3 2 3 5 9 29 0 1 0 0 2 0 1 0 2 3 3 1 7 1 3 1
+"641" 1 1 0 0 3 3 1 3 1 4 4 1 1 3 5 2 48 0 0 1 0 2 0 1 0 3 3 1 1 6 0 0 1
+"642" 1 1 0 0 3 3 1 3 1 3 3 3 3 3 4 9 42 0 1 0 1 2 0 1 0 2 3 1 1 9 0 0 1
+"643" 1 1 0 0 1 3 1 3 3 4 4 3 3 3 4 3 53 1 0 0 1 2 0 1 0 5 2 2 1 9 0 0 1
+"644" 1 1 0 0 3 2 3 3 1 3 2 2 3 3 5 9 29 0 1 0 0 2 0 1 0 1 3 2 1 10 0 1 1
+"645" 1 1 0 0 3 1 3 1 3 1 2 3 1 3 4 4 42 0 0 1 1 2 0 1 0 2 3 1 1 8 0 0 1
+"646" 2 0 1 0 3 3 1 3 1 2 2 2 1 2 2 2 26 1 0 0 0 1 0 1 0 5 3 3 2 5 0 0 1
+"647" 1 1 0 0 1 3 1 3 2 1 3 1 2 2 2 2 32 1 0 0 0 1 0 1 0 5 3 2 1 8 0 0 1
+"648" 1 1 0 0 1 3 1 1 1 1 3 1 1 1 4 2 29 1 0 0 0 1 0 1 0 6 3 2 2 9 0 0 1
+"649" 1 0 0 0 1 1 1 3 3 1 3 2 1 2 2 3 49 0 0 0 0 1 0 1 0 2 3 1 1 8 0 0 1
+"650" 2 0 1 0 3 1 3 1 3 2 2 2 1 2 2 7 42 1 1 0 1 1 0 1 0 5 2 3 2 9 2 0 1
+"651" 2 1 0 0 1 1 1 1 3 3 2 2 1 2 1 9 27 0 1 0 0 1 0 1 0 2 1 3 1 5 1 2 1
+"652" 1 0 0 1 1 1 1 3 1 2 3 4 1 2 2 7 25 0 1 0 0 1 0 1 0 2 2 3 2 9 0 2 1
+"653" 1 1 0 0 1 2 2 1 2 2 3 2 2 3 4 3 42 1 0 0 1 1 0 1 0 5 2 2 2 8 0 0 1
+"654" 1 0 0 0 1 2 3 1 2 1 2 1 2 4 4 5 19 1 0 0 0 1 0 1 0 5 3 1 2 1 1 0 1
+"655" 1 1 0 0 3 1 1 1 1 1 2 2 1 1 1 2 36 1 0 0 1 1 0 1 0 6 1 3 2 5 0 2 1
+"656" 2 0 1 0 3 2 2 3 3 1 3 3 1 3 4 2 36 0 0 1 0 1 0 1 0 6 2 2 1 10 0 0 1
+"657" 1 1 0 0 1 3 1 3 1 2 2 2 1 3 4 2 40 0 0 1 0 1 0 1 0 3 2 2 1 10 0 0 1
+"658" 1 1 0 0 1 3 1 3 3 3 3 3 3 3 4 2 30 0 0 1 0 1 0 1 0 1 2 2 1 8 0 0 1
+"659" 2 0 0 0 1 1 3 3 1 4 2 3 1 3 4 6 18 0 0 0 0 1 0 1 0 1 2 3 2 8 4 0 1
+"660" 1 0 0 0 3 3 3 1 3 3 3 2 1 3 3 5 22 0 0 1 0 1 0 1 0 5 1 1 1 9 0 0 1
+"661" 1 1 0 0 1 1 3 1 1 2 2 2 2 2 2 2 38 0 0 1 0 1 0 1 0 5 2 1 1 8 0 0 1
+"662" 2 0 1 0 3 1 3 1 3 3 2 1 3 3 2 2 33 1 0 0 0 1 0 1 0 5 1 3 2 1 4 0 1
+"663" 1 0 1 0 3 3 1 3 3 3 3 3 1 3 3 4 20 0 0 1 0 1 0 1 0 5 3 2 1 9 0 0 1
+"664" 1 1 0 0 3 3 1 1 1 2 4 2 2 3 4 9 27 1 0 0 0 4 0 1 0 5 2 2 1 8 0 0 1
+"665" 1 0 1 0 3 3 1 3 1 3 1 1 3 3 5 8 34 0 1 0 0 4 0 1 0 2 1 1 1 6 2 0 1
+"666" 2 0 1 0 3 3 3 3 1 2 4 3 3 3 1 7 40 1 0 0 1 4 0 1 0 5 2 3 1 7 4 0 1
+"667" 1 1 0 0 3 2 3 3 3 2 3 1 2 3 4 3 23 1 0 0 0 4 0 1 0 5 3 2 1 10 0 0 1
+"668" 1 0 1 0 3 1 2 3 1 1 3 3 1 3 3 3 55 0 0 1 0 4 0 1 0 5 1 2 1 1 4 0 1
+"669" 2 0 1 0 3 3 3 1 3 2 2 1 2 3 3 8 23 0 0 0 1 4 0 1 0 5 2 2 2 5 4 0 1
+"670" 1 1 0 0 3 3 1 3 1 2 3 1 1 3 4 8 26 0 0 0 0 4 0 1 0 1 2 2 1 6 0 3 1
+"671" 1 1 0 0 3 3 2 2 1 3 3 3 2 3 2 5 60 1 0 0 0 4 0 1 0 5 1 3 1 8 3 0 1
+"672" 3 0 0 0 1 1 3 1 1 2 2 2 1 2 4 7 32 0 0 0 1 4 0 1 0 1 1 3 1 4 0 3 1
+"673" 3 0 0 0 3 1 1 2 3 3 2 1 2 3 1 7 35 1 0 0 0 4 0 1 0 1 2 2 2 8 0 4 1
+"674" 1 1 0 0 1 1 1 3 1 4 3 2 1 2 4 9 45 0 1 0 0 4 0 1 0 5 3 1 1 8 0 0 1
+"675" 2 0 0 0 1 1 3 3 1 2 2 1 1 3 3 8 19 1 0 0 0 4 0 1 0 5 2 3 2 3 1 2 1
+"676" 3 0 0 0 1 1 2 2 3 3 4 1 1 2 4 9 25 0 1 0 0 4 0 1 0 3 2 3 2 5 1 1 1
+"677" 1 0 0 0 1 3 3 3 3 2 2 2 3 2 4 7 18 1 0 0 0 4 0 1 0 4 2 2 1 8 0 0 1
+"678" 3 0 1 0 1 3 3 1 1 1 4 3 1 1 4 4 40 0 0 0 0 4 0 1 0 4 1 3 1 7 0 3 1
+"679" 3 0 0 0 1 1 3 2 3 4 4 1 1 2 1 9 42 1 0 0 1 4 0 1 0 3 2 3 1 1 0 4 1
+"680" 3 0 0 1 3 3 3 3 3 4 3 3 2 1 1 6 25 1 0 0 0 4 0 1 0 3 3 3 1 9 0 0 1
+"681" 3 0 0 0 3 3 1 1 1 2 4 1 1 3 4 8 22 0 0 0 1 4 0 1 0 2 1 3 2 5 1 3 1
+"682" 3 0 1 0 1 3 1 3 1 2 3 1 2 3 4 5 52 0 0 0 0 4 0 1 0 4 2 3 2 6 0 4 1
+"683" 1 0 0 0 3 1 3 3 3 1 2 1 1 3 1 3 39 0 0 1 1 4 0 1 0 5 3 3 2 1 0 0 1
+"684" 2 0 0 1 1 1 1 3 3 3 2 1 3 3 4 7 24 0 0 0 0 4 0 1 0 5 1 3 2 7 2 0 1
+"685" 1 0 0 0 3 3 3 3 1 3 3 1 2 3 3 4 20 0 0 0 1 1 0 1 0 5 1 2 1 8 0 1 1
+"686" 2 0 0 0 3 3 1 1 3 4 4 1 3 3 4 9 27 0 0 0 1 1 0 1 0 2 2 3 2 3 4 0 1
+"687" 3 0 0 0 3 1 1 3 3 2 4 1 3 1 3 4 35 0 0 1 0 1 0 1 0 3 1 1 1 10 0 4 1
+"688" 1 1 0 0 3 3 1 3 3 2 2 2 1 2 3 5 20 1 0 0 0 1 0 1 0 1 3 2 2 8 0 2 1
+"689" 1 1 0 0 1 3 1 3 3 1 4 1 2 3 4 8 30 1 0 0 0 1 0 1 0 5 1 3 1 7 0 0 1
+"690" 3 0 0 0 1 1 3 3 1 3 1 2 2 3 4 8 24 0 0 0 0 1 0 1 0 3 1 3 2 6 0 2 1
+"691" 3 1 0 0 3 1 1 1 3 4 3 2 2 3 3 2 33 1 0 0 0 1 0 1 0 5 1 2 1 8 0 1 1
+"692" 1 1 0 0 3 3 1 3 1 1 1 1 2 3 4 8 38 0 0 0 0 1 0 1 0 3 3 2 1 7 0 0 1
+"693" 1 1 0 0 3 3 1 3 1 4 3 1 3 3 3 7 48 0 0 0 1 1 0 1 0 4 3 2 1 9 0 0 1
+"694" 3 0 1 0 3 3 3 3 3 4 3 1 2 3 3 4 58 1 0 0 1 1 0 1 0 5 2 3 1 8 0 2 1
+"695" 3 0 1 0 1 3 3 3 1 2 1 2 2 4 3 7 46 1 0 0 1 1 0 1 0 4 1 3 2 6 0 4 1
+"696" 1 0 0 1 1 2 1 3 1 2 3 2 3 2 4 3 35 1 0 0 0 1 0 1 0 5 3 2 2 8 0 0 1
+"697" 1 1 0 0 1 1 1 3 1 1 2 1 2 2 1 5 30 1 0 0 1 1 0 1 0 4 3 3 2 1 1 0 1
+"698" 1 1 0 0 1 3 3 1 3 2 4 1 1 3 1 5 60 0 0 0 1 1 0 1 0 1 1 2 1 4 0 0 1
+"699" 1 1 0 0 1 3 3 3 1 2 4 1 1 2 1 4 48 0 0 1 1 1 0 1 0 5 1 2 2 7 0 0 1
+"700" 3 0 0 0 1 1 1 3 3 3 1 1 2 3 3 8 32 0 0 0 0 1 0 1 0 2 1 3 2 4 0 4 1
+"701" 1 0 0 1 3 2 1 3 2 2 4 1 2 3 3 3 40 1 0 0 0 1 0 1 0 5 2 3 1 8 0 0 1
+"702" 1 0 0 1 3 1 3 1 3 3 2 2 2 3 3 3 43 0 0 1 0 1 0 1 0 4 1 2 2 7 0 0 1
+"703" 1 1 0 0 1 3 3 3 3 2 2 2 2 2 4 9 24 1 0 0 0 1 0 1 0 5 3 1 1 7 0 0 1
+"704" 3 1 0 0 3 3 1 3 3 1 4 1 1 3 5 5 29 1 0 0 0 1 0 1 0 5 3 3 1 6 0 2 1
+"705" 3 0 0 0 3 3 3 1 1 3 1 3 2 3 3 3 23 0 0 1 0 1 0 1 0 5 2 2 1 2 0 0 1
+"706" 1 0 0 1 3 3 3 3 1 2 3 3 2 3 3 3 59 0 0 1 0 1 0 1 0 5 3 2 1 10 0 0 1
+"707" 3 0 0 1 1 3 1 1 1 2 2 2 3 3 5 3 37 0 0 1 0 1 0 1 0 4 1 3 1 7 0 0 1
+"708" 1 0 0 1 1 3 3 3 3 2 1 3 3 2 4 3 50 0 0 1 0 1 0 1 0 2 3 2 1 5 0 0 1
+"709" 3 0 0 0 3 3 1 3 3 3 3 2 1 3 4 7 19 1 0 0 0 1 0 1 0 2 2 2 2 8 0 3 1
+"710" 3 0 0 1 2 3 2 3 2 1 2 1 2 3 4 3 28 1 0 0 0 1 0 1 0 3 3 3 2 8 0 4 1
+"711" 3 0 0 0 3 3 3 1 3 2 3 2 1 2 3 6 21 0 0 0 0 1 0 1 0 3 2 3 1 5 0 2 1
+"712" 1 1 0 0 3 1 3 3 1 1 2 1 1 1 3 3 36 1 0 0 0 1 0 1 0 5 3 3 1 7 0 0 1
+"713" 3 0 1 0 3 1 3 1 3 2 2 2 1 2 1 7 60 0 0 0 0 1 0 1 0 1 1 3 1 8 0 2 1
+"714" 3 0 0 1 3 1 1 1 3 4 3 1 2 1 3 2 47 1 0 1 1 1 0 1 0 1 1 3 1 5 0 2 1
+"715" 3 1 0 0 3 1 3 3 2 1 4 1 3 3 1 3 32 1 0 0 0 1 0 1 0 5 1 3 1 7 0 2 1
+"716" 3 0 0 0 1 1 3 1 1 2 3 2 1 1 4 7 22 1 0 0 0 1 0 1 0 5 1 3 1 6 0 3 1
+"717" 3 0 1 0 3 1 3 1 1 2 3 1 3 2 4 2 34 1 0 0 0 1 0 1 0 5 1 3 1 6 0 0 1
+"718" 3 0 0 0 1 1 3 3 3 1 1 1 1 2 1 5 23 0 0 0 1 1 0 1 0 2 1 3 2 6 0 2 1
+"719" 1 1 0 0 1 1 3 1 3 2 3 1 3 3 3 7 29 1 0 0 1 1 0 1 0 5 2 3 2 8 0 0 1
+"720" 1 0 0 1 1 3 3 1 1 1 3 2 3 2 4 9 37 0 1 0 0 1 0 1 0 5 2 2 2 8 1 1 1
+"721" 1 1 0 0 1 1 3 3 3 1 4 3 1 3 1 1 49 0 0 1 0 1 0 1 0 5 1 3 2 9 1 2 1
+"722" 1 1 0 0 1 1 3 3 1 1 4 1 2 1 2 4 32 1 0 0 0 1 0 1 0 1 1 3 2 8 1 1 1
+"723" 1 1 0 0 3 1 3 1 3 2 3 1 1 3 2 5 37 0 0 0 1 1 0 1 0 5 1 1 2 6 0 1 1
+"724" 1 1 0 0 1 1 3 1 3 4 1 2 1 1 4 2 58 1 0 0 0 1 0 1 0 5 1 2 2 6 0 0 1
+"725" 3 0 1 0 3 3 1 1 3 2 1 1 3 2 5 3 48 0 0 1 0 1 0 1 0 3 1 3 2 8 0 2 1
+"726" 3 1 0 0 3 3 3 1 2 1 2 1 1 1 1 2 30 1 0 0 0 1 0 1 0 3 1 3 1 6 0 0 1
+"727" 3 0 0 0 3 1 3 1 1 3 3 1 1 1 4 3 20 0 0 1 0 1 0 1 0 4 1 3 1 2 0 2 1
+"728" 3 1 0 0 1 1 3 3 1 2 3 1 2 3 4 4 30 1 0 0 1 1 0 1 0 3 3 3 2 8 2 2 1
+"729" 3 1 0 0 1 1 3 3 3 4 4 2 1 3 1 5 38 1 0 0 1 1 0 1 0 3 2 3 2 7 0 4 1
+"730" 1 1 0 0 3 3 3 3 1 2 3 2 3 3 4 2 32 0 0 1 0 1 0 1 0 3 2 2 1 8 0 0 1
+"731" 3 1 0 0 1 1 3 3 1 1 3 1 2 1 3 2 56 0 0 1 0 1 0 1 0 4 1 3 2 6 0 4 1
+"732" 3 1 0 0 1 3 1 3 1 3 2 1 1 3 2 8 38 0 0 0 1 1 0 1 0 2 1 3 1 8 0 4 1
+"733" 1 1 0 0 3 2 3 3 3 2 3 1 2 2 4 3 28 1 0 0 0 1 0 1 0 5 1 3 2 1 0 4 1
+"734" 1 0 0 0 1 1 3 3 1 2 2 2 2 2 4 7 20 0 0 1 1 1 0 1 0 5 2 3 1 5 0 4 1
+"735" 1 1 0 0 3 3 3 3 1 2 3 2 2 3 4 7 29 1 0 1 1 1 0 1 0 4 1 2 2 10 0 0 1
+"736" 3 0 0 0 3 3 3 3 1 2 2 2 2 1 3 4 23 1 0 0 0 1 0 1 0 5 1 2 1 5 0 1 1
+"737" 1 1 0 0 1 3 3 3 1 4 1 3 3 3 4 7 59 0 0 0 0 4 0 1 0 2 3 1 1 10 0 0 1
+"738" 1 1 0 0 3 3 1 3 1 3 2 2 2 2 4 9 30 0 1 0 0 4 0 1 0 1 1 2 1 8 1 1 1
+"739" 1 0 0 0 1 1 3 3 3 3 3 2 3 3 4 9 19 1 0 0 0 4 0 1 0 4 3 3 2 8 0 0 1
+"740" 1 0 0 0 3 3 1 3 1 3 3 1 2 3 4 7 18 0 0 0 0 4 0 1 0 5 1 2 2 5 0 0 1
+"741" 2 1 0 0 1 3 1 3 1 3 2 2 3 1 4 7 24 0 1 0 0 4 0 1 0 2 1 3 1 8 0 0 1
+"742" 3 0 0 0 1 1 3 3 3 3 3 2 2 3 1 7 21 1 0 0 0 4 0 1 0 1 1 3 1 8 0 4 1
+"743" 1 1 0 0 1 3 1 3 3 4 2 2 3 3 5 5 32 0 0 0 0 4 0 1 0 4 3 1 1 10 0 0 1
+"744" 2 1 0 0 3 3 3 3 1 2 3 2 2 3 3 7 27 1 0 0 1 4 0 1 0 3 2 2 2 8 1 0 1
+"745" 1 1 0 0 1 1 3 3 3 4 3 3 3 3 4 3 35 1 0 0 1 4 0 1 0 2 3 1 1 9 0 0 1
+"746" 3 0 0 1 1 3 1 3 1 3 2 2 1 3 4 9 24 0 1 0 1 4 0 1 0 3 1 3 1 5 2 0 1
+"747" 3 0 0 0 3 1 2 1 1 4 3 1 2 3 2 9 36 0 1 0 1 4 0 1 0 2 1 3 2 9 0 1 1
+"748" 1 1 0 0 1 3 3 3 1 2 2 3 3 3 4 2 58 1 0 0 1 4 0 1 0 3 3 1 1 10 0 0 1
+"749" 1 1 0 0 3 3 1 3 3 4 3 3 3 3 4 9 24 1 1 0 0 4 0 1 0 1 3 3 2 10 0 0 1
+"750" 1 1 0 0 1 3 1 3 1 2 3 2 1 3 3 7 43 1 0 0 0 4 0 1 0 5 2 2 1 8 0 0 1
+"751" 1 1 0 0 3 1 3 3 3 4 2 2 3 3 4 8 30 1 0 0 1 4 0 1 0 3 3 2 1 8 0 0 1
+"752" 1 1 0 0 3 3 3 3 1 2 4 1 1 3 4 8 27 0 1 0 0 4 0 1 0 2 3 2 1 8 1 0 1
+"753" 1 0 1 0 1 1 3 1 2 3 2 1 3 2 4 3 33 1 0 0 1 4 0 1 0 5 3 2 1 6 0 0 1
+"754" 2 1 0 0 3 1 3 3 1 1 4 2 2 2 4 2 60 0 0 0 0 4 0 1 0 5 1 3 2 1 0 3 1
+"755" 1 0 0 0 1 1 1 3 3 4 2 2 3 3 5 6 18 1 0 0 1 4 0 1 0 5 3 3 1 6 0 0 1
+"756" 3 0 0 0 3 1 1 3 3 1 3 2 2 3 4 7 19 1 0 0 0 2 0 1 0 2 3 3 2 7 0 4 1
+"757" 1 0 0 1 1 2 3 3 2 1 3 1 1 1 2 1 40 1 0 0 0 2 0 1 0 5 3 1 2 1 0 0 1
+"758" 1 0 0 0 1 2 3 3 1 3 3 1 3 4 5 9 18 1 0 0 0 2 0 1 0 4 2 1 2 9 0 0 1
+"759" 1 1 0 0 1 2 2 1 3 3 3 1 3 3 4 5 30 1 0 0 1 2 0 1 0 5 2 2 1 7 0 0 1
+"760" 1 1 0 0 3 2 1 3 3 3 3 3 1 3 3 7 49 1 0 0 1 2 0 1 0 2 2 2 1 8 0 0 1
+"761" 1 1 0 0 1 1 3 3 1 4 2 3 3 3 4 9 57 1 1 0 1 2 0 1 0 5 3 1 1 10 0 0 1
+"762" 1 1 0 0 1 1 3 3 3 2 3 1 1 3 1 7 27 1 0 0 1 2 0 1 0 6 2 1 2 9 1 0 1
+"763" 1 1 0 0 1 1 1 3 3 2 3 3 1 3 2 2 49 0 0 1 1 2 0 1 0 4 1 3 1 8 0 2 1
+"764" 1 1 0 0 3 3 1 1 3 1 3 2 3 2 3 3 38 1 0 0 1 2 0 1 0 5 3 1 2 8 0 0 1
+"765" 1 0 0 0 3 1 1 3 3 4 3 3 2 2 5 8 22 0 0 0 0 2 0 1 0 5 3 1 2 8 0 0 1
+"766" 3 0 0 0 1 1 1 3 3 2 3 1 1 3 4 5 19 0 0 1 1 1 0 1 0 5 3 3 2 8 0 0 1
+"767" 1 1 0 0 1 3 1 1 1 1 2 1 1 2 2 3 44 1 0 0 0 1 0 1 0 5 2 2 1 1 0 0 1
+"768" 1 1 0 0 3 1 1 3 1 3 4 1 3 3 4 6 28 1 1 0 1 1 0 1 0 6 3 2 2 8 0 0 1
+"769" 1 1 0 0 3 1 3 3 3 2 2 3 2 3 5 7 23 0 1 0 0 1 0 1 0 5 2 3 2 8 0 0 1
+"770" 1 1 0 0 3 1 3 3 1 4 3 1 2 1 2 7 34 1 1 0 1 1 0 1 0 3 1 2 1 7 0 0 1
+"771" 1 1 0 0 1 3 1 3 3 3 3 2 3 3 3 9 33 1 1 0 1 1 0 1 0 3 3 2 2 9 0 0 1
+"772" 1 1 0 0 3 1 3 3 3 3 2 3 3 2 4 5 38 1 0 0 0 1 0 1 0 5 3 2 2 10 0 0 1
+"773" 1 0 0 1 3 2 1 3 2 2 3 1 1 1 5 7 25 1 0 0 0 1 0 1 0 4 2 2 1 5 0 0 1
+"774" 1 0 0 0 3 1 3 3 1 1 3 1 2 4 5 8 23 0 0 0 0 1 0 1 0 1 3 2 1 7 0 1 1
+"775" 1 1 0 0 3 3 3 3 3 1 2 2 2 3 4 7 54 0 1 0 1 1 0 1 0 2 3 2 2 8 0 0 1
+"776" 1 1 0 0 1 1 3 3 3 3 3 2 3 2 4 5 35 1 0 0 1 1 0 1 0 5 2 2 2 8 1 1 1
+"777" 1 1 0 0 1 1 1 1 2 1 2 1 3 2 2 3 38 1 0 0 0 1 0 1 0 5 3 1 1 1 0 0 1
+"778" 3 1 0 0 3 3 1 3 1 3 3 1 2 3 3 8 29 0 0 0 0 1 0 1 0 5 3 3 1 8 0 0 1
+"779" 1 0 0 0 3 3 1 3 3 4 4 2 3 3 5 8 20 0 1 0 1 1 0 1 0 5 2 2 1 8 0 0 1
+"780" 1 0 0 1 3 2 3 3 3 2 3 2 1 2 2 2 35 1 0 0 1 4 0 1 0 5 3 1 1 10 0 0 1
+"781" 3 0 0 1 1 2 1 3 1 4 3 1 1 1 4 7 30 0 0 0 1 4 0 1 0 5 3 3 1 5 1 2 1
+"782" 1 1 0 0 3 3 1 3 1 4 2 1 1 1 2 5 54 1 0 0 0 4 0 1 0 3 1 2 1 7 0 0 1
+"783" 1 1 0 0 3 3 3 3 1 2 2 2 2 3 4 9 32 0 1 0 1 4 0 1 0 5 2 2 2 8 0 0 1
+"784" 2 1 0 0 3 3 1 1 1 4 3 1 1 2 4 9 29 0 1 0 0 4 0 1 0 5 1 3 2 5 4 0 1
+"785" 1 1 0 0 1 3 1 3 1 3 1 2 2 2 3 5 58 0 0 0 1 4 0 1 0 5 2 2 1 8 0 0 1
+"786" 1 0 0 1 3 3 1 3 1 3 3 3 3 3 5 9 24 0 1 0 0 4 0 1 0 3 2 1 1 10 0 1 1
+"787" 3 1 0 0 3 3 1 3 3 3 2 3 3 3 3 3 50 0 0 1 0 4 0 1 0 4 3 3 1 7 0 0 1
+"788" 1 1 0 0 1 3 1 1 1 1 2 3 3 2 4 4 49 0 0 1 1 4 0 1 0 5 1 1 1 8 0 0 1
+"789" 1 0 0 0 3 1 3 3 1 2 3 1 2 2 2 3 21 0 0 1 0 4 0 1 0 5 3 1 1 9 1 2 1
+"790" 1 0 0 1 1 1 1 3 2 2 3 2 1 2 3 3 24 0 0 1 1 4 0 1 0 5 3 1 1 10 0 0 1
+"791" 2 0 0 1 3 1 3 3 3 4 3 2 1 2 4 3 42 0 0 0 0 4 0 1 0 5 1 1 1 1 0 4 1
+"792" 3 0 1 0 1 1 1 3 1 3 1 1 3 3 4 8 46 1 0 0 0 4 0 1 0 5 1 2 2 6 0 4 1
+"793" 1 1 0 0 3 3 3 3 1 3 3 2 2 2 3 9 40 0 0 0 0 4 0 1 0 1 2 1 1 8 0 0 1
+"794" 1 1 0 0 3 3 1 3 1 4 3 2 1 3 2 9 35 1 0 0 0 4 0 1 0 5 2 1 1 7 2 0 1
+"795" 3 0 1 0 3 3 3 1 3 4 3 3 3 4 2 8 24 1 1 0 1 4 0 1 0 5 3 3 2 6 0 3 1
+"796" 1 1 0 0 3 3 1 3 1 4 4 1 3 2 4 3 40 1 0 0 0 3 0 1 0 1 1 1 1 8 0 0 1
+"797" 1 1 0 0 3 1 3 3 3 1 3 1 2 2 3 1 55 0 0 1 1 3 0 1 0 3 3 1 1 7 0 2 1
+"798" 1 1 0 0 3 3 3 3 1 1 3 1 1 2 1 3 44 1 0 0 0 3 0 1 0 3 1 2 1 7 0 1 1
+"799" 3 1 0 0 1 3 3 3 2 2 3 2 3 2 2 3 30 1 0 1 1 3 0 1 0 1 2 3 2 10 0 4 1
+"800" 1 1 0 0 3 3 3 3 1 3 3 2 1 2 3 7 27 0 0 1 0 3 0 1 0 2 2 2 1 7 0 3 1
+"801" 1 1 0 0 3 3 3 3 3 2 4 2 1 3 4 5 50 0 0 0 0 3 0 1 0 2 3 1 2 8 0 0 1
+"802" 3 0 0 1 3 1 3 3 3 4 4 2 1 2 1 5 33 1 0 0 0 3 0 1 0 4 3 3 2 1 0 4 1
+"803" 1 1 0 0 3 3 3 3 1 4 2 2 3 3 3 9 26 0 1 0 1 3 0 1 0 2 2 1 1 8 1 0 1
+"804" 3 0 0 0 1 3 1 1 1 4 2 2 3 3 2 9 22 0 1 0 0 3 0 1 0 5 1 3 2 5 1 2 1
+"805" 1 1 0 0 1 3 1 3 3 2 2 2 3 2 3 9 36 1 1 0 1 3 0 1 0 5 2 1 1 8 0 0 1
+"806" 3 1 0 0 3 3 1 3 3 4 3 2 1 1 1 9 42 0 1 0 1 3 0 1 0 1 1 1 1 8 1 2 1
+"807" 1 0 0 1 1 3 2 1 1 3 3 2 3 3 2 1 45 1 0 0 0 3 0 1 0 2 3 2 1 9 0 0 1
+"808" 1 1 0 0 3 3 3 1 3 1 1 2 3 2 4 3 58 1 0 0 0 3 0 1 0 5 3 1 1 10 0 0 1
+"809" 1 1 0 0 1 1 1 3 1 1 3 2 2 2 3 5 27 0 0 1 0 3 0 1 0 1 2 2 1 5 0 0 1
+"810" 1 1 0 0 1 1 3 3 1 1 1 3 3 3 2 2 57 1 0 0 0 3 0 1 0 5 2 3 1 8 0 0 1
+"811" 2 0 1 0 3 3 3 3 1 1 3 2 1 2 3 9 30 0 1 0 0 3 0 1 0 5 1 3 1 1 2 1 1
+"812" 3 1 0 0 3 1 3 3 3 3 2 1 2 3 3 8 30 0 0 1 1 3 0 1 0 3 2 1 1 6 0 1 1
+"813" 3 1 0 0 3 3 1 3 1 4 2 3 2 3 4 2 35 0 0 0 0 3 0 1 0 5 2 2 2 7 0 3 1
+"814" 1 0 0 1 3 3 1 1 1 2 2 3 3 2 4 9 45 0 1 0 1 3 0 1 0 2 3 1 1 7 0 0 1
+"815" 1 1 0 0 3 2 1 3 3 2 3 2 1 2 2 2 56 1 0 0 1 3 0 1 0 3 3 3 1 1 0 3 1
+"816" 2 1 0 0 3 3 3 3 1 3 2 2 2 3 2 6 24 1 0 0 0 3 0 1 0 4 1 3 2 6 0 1 1
+"817" 1 1 0 0 3 3 1 3 3 3 2 1 3 3 4 8 25 1 0 0 1 3 0 1 0 4 3 1 1 7 0 0 1
+"818" 3 1 0 0 3 1 3 3 3 3 4 2 2 4 2 7 25 1 0 0 0 3 0 1 0 5 1 3 1 8 0 4 1
+"819" 1 1 0 0 1 3 3 3 3 4 3 2 2 2 3 5 38 0 0 1 1 3 0 1 0 6 3 2 1 8 0 2 1
+"820" 3 0 1 0 1 1 3 3 1 3 1 3 1 2 2 6 50 0 0 0 0 3 0 1 0 4 3 3 2 7 0 3 1
+"821" 3 1 0 0 3 2 3 3 1 1 3 2 1 2 1 3 27 1 0 0 0 3 0 1 0 5 3 3 1 8 0 4 1
+"822" 1 0 0 0 1 1 1 3 3 3 1 3 2 3 4 6 19 1 0 0 0 3 0 1 0 5 3 3 2 5 0 3 1
+"823" 3 1 0 0 1 1 1 3 3 4 3 2 1 3 4 5 38 1 0 0 0 1 0 1 0 5 3 3 1 8 0 2 1
+"824" 1 1 0 0 1 2 1 3 3 3 3 2 3 2 2 3 45 1 0 0 0 1 0 1 0 5 3 1 1 9 0 0 1
+"825" 3 0 0 0 3 1 3 1 3 4 2 2 3 3 4 7 20 0 0 1 0 1 0 1 0 1 1 3 2 5 0 4 1
+"826" 1 1 0 0 1 3 1 3 3 3 3 2 1 3 2 3 33 0 0 1 0 1 0 1 0 4 2 2 2 8 0 0 1
+"827" 1 1 0 0 1 1 3 3 3 3 3 3 3 3 4 5 20 1 0 0 0 1 0 1 0 1 3 2 1 7 0 1 1
+"828" 1 0 0 1 3 1 3 1 3 3 2 1 1 3 2 9 30 1 1 0 1 1 0 1 0 4 1 3 1 6 0 1 1
+"829" 1 0 0 0 3 3 3 3 3 2 3 3 3 3 4 5 22 0 0 0 0 1 0 1 0 5 2 1 1 10 0 0 1
+"830" 1 1 0 0 1 1 3 1 3 2 3 3 1 3 4 2 54 0 0 1 1 1 0 1 0 5 3 2 2 8 0 4 1
+"831" 1 0 0 0 3 1 3 3 3 3 3 2 2 2 1 5 20 0 0 1 0 1 0 1 0 5 2 1 1 8 0 0 1
+"832" 1 0 0 0 3 3 3 1 1 3 3 2 2 2 3 5 53 1 0 0 1 1 0 1 0 4 1 2 2 5 0 1 1
+"833" 1 0 0 0 3 3 3 3 3 4 2 3 3 3 5 6 18 0 0 0 1 1 0 1 0 5 3 1 1 10 0 0 1
+"834" 1 0 0 0 3 3 1 3 1 4 4 3 1 3 2 8 22 1 1 0 1 1 0 1 0 4 3 2 1 9 0 1 1
+"835" 1 1 0 0 3 1 3 3 3 1 3 1 1 1 1 4 54 1 0 0 0 1 0 1 0 6 1 2 1 7 1 1 1
+"836" 1 0 0 1 3 1 3 3 3 1 4 3 1 3 4 3 26 0 0 1 1 1 0 1 0 5 1 3 1 5 1 1 1
+"837" 3 1 0 0 3 1 3 3 3 2 4 1 1 2 1 2 45 1 0 0 1 1 0 1 0 5 3 1 1 7 0 3 1
+"838" 1 1 0 0 3 3 3 3 3 4 2 2 1 3 3 7 34 0 0 0 1 1 0 1 0 5 3 1 1 8 0 0 1
+"839" 1 1 0 0 3 3 3 3 1 3 3 2 2 3 4 8 38 0 1 0 1 1 0 1 0 4 1 1 1 9 0 1 1
+"840" 3 0 0 0 1 3 1 3 3 4 2 2 2 3 4 7 22 1 0 0 1 1 0 1 0 6 2 3 1 7 0 4 1
+"841" 3 1 0 0 3 3 3 3 3 1 3 3 2 2 4 8 34 0 0 0 0 1 0 1 0 5 3 3 1 8 0 1 1
+"842" 3 0 0 0 3 1 3 2 3 1 4 3 1 3 4 3 27 1 0 1 1 1 0 1 0 5 1 3 1 5 1 1 1
+"843" 1 1 0 0 3 1 1 3 3 4 4 4 3 3 5 7 43 0 0 1 0 1 0 1 0 4 3 1 2 10 0 0 1
+"844" 3 1 0 0 1 2 3 3 1 1 3 1 2 3 2 2 52 1 0 0 0 1 0 1 0 5 2 3 2 5 0 0 1
+"845" 2 0 1 0 3 3 3 3 3 3 2 2 3 2 2 7 35 0 0 0 0 1 0 1 0 5 1 2 2 6 0 4 1
+"846" 3 0 0 0 3 3 1 1 3 1 2 4 1 1 3 6 18 0 0 0 0 1 0 1 0 5 3 3 1 7 1 0 1
+"847" 1 1 0 0 3 3 3 3 1 3 2 3 2 3 4 9 28 0 1 0 1 1 0 1 0 5 2 1 2 8 0 0 1
+"848" 3 0 0 0 3 1 3 3 1 2 3 1 2 2 2 8 20 1 0 0 0 1 0 1 0 4 2 2 2 8 0 2 1
+"849" 1 1 0 0 3 3 3 3 3 2 4 2 3 3 4 9 38 0 1 0 1 1 0 1 0 3 3 3 1 6 0 1 1
+"850" 2 0 1 0 3 3 1 1 3 3 3 2 1 2 2 4 32 0 0 0 1 1 0 1 0 5 3 3 1 6 1 1 1
+"851" 3 0 0 0 1 1 3 3 3 4 3 1 3 2 4 6 20 0 0 0 0 1 0 1 0 2 1 3 1 8 0 4 1
+"852" 3 0 0 0 1 2 3 3 3 4 3 2 1 3 2 9 21 1 0 0 0 1 0 1 0 5 2 1 1 9 0 0 1
+"853" 1 1 0 0 3 1 1 3 1 4 2 2 1 3 3 3 31 1 0 0 1 1 0 1 0 1 3 1 1 10 1 0 1
+"854" 1 1 0 0 1 1 1 3 1 4 3 3 2 3 4 7 60 1 0 0 1 1 0 1 0 6 1 3 1 9 0 1 1
+"855" 2 1 0 0 1 3 3 3 1 1 3 2 3 3 5 7 26 0 0 1 0 1 0 1 0 1 1 2 2 8 0 0 1
+"856" 3 0 0 0 1 1 3 3 3 2 2 3 1 3 4 9 26 1 1 0 0 1 0 1 0 5 2 2 1 6 0 1 1
+"857" 1 0 0 1 1 3 3 3 3 2 3 2 3 3 2 2 55 1 0 0 1 1 0 1 0 5 3 1 1 10 0 0 1
+"858" 1 1 0 0 1 1 2 1 3 3 3 1 3 2 1 7 25 1 1 0 1 1 0 1 0 5 3 1 2 7 0 0 1
+"859" 3 0 0 0 1 1 3 3 3 4 4 3 2 3 4 5 19 0 0 0 0 1 0 1 0 2 1 3 1 6 0 0 1
+"860" 3 0 0 0 1 1 1 1 3 4 3 3 1 3 4 4 23 1 0 0 0 1 0 1 0 5 1 3 1 8 0 0 1
+"861" 1 1 0 0 3 3 1 1 3 1 2 2 1 2 4 3 34 1 0 0 0 1 0 1 0 6 2 1 1 5 0 0 1
+"862" 3 0 0 0 3 1 1 3 1 1 3 2 1 2 2 7 21 0 0 1 0 1 0 1 0 6 3 3 2 8 0 0 1
+"863" 2 0 1 0 1 3 1 3 3 2 3 3 2 1 4 2 44 1 0 0 0 1 0 1 0 5 1 3 1 8 0 0 1
+"864" 3 1 0 0 3 1 1 1 1 3 3 1 1 1 1 2 47 0 0 1 0 1 0 1 0 6 1 3 1 8 0 4 1
+"865" 1 1 0 0 2 2 1 3 1 2 3 3 3 3 4 3 25 0 0 1 0 1 0 1 0 5 3 1 1 8 0 0 1
+"866" 1 1 0 0 1 1 3 1 3 2 1 2 2 2 1 3 52 1 0 0 0 1 0 1 0 5 1 1 2 5 0 1 1
+"867" 3 1 0 0 1 3 1 3 1 3 3 3 2 3 4 3 32 0 0 1 0 1 0 1 0 5 1 3 2 8 0 0 1
+"868" 3 1 0 0 1 3 3 3 1 2 1 3 1 2 2 2 50 0 0 1 0 1 0 1 0 5 1 3 1 5 0 0 1
+"869" 1 1 0 0 3 2 2 3 2 1 4 2 1 3 1 5 28 1 0 0 0 1 0 1 0 6 3 3 1 10 0 0 1
+"870" 1 1 0 0 2 2 1 3 3 4 2 3 3 3 4 6 27 0 0 0 0 1 0 1 0 3 1 2 2 8 0 0 1
+"871" 1 1 0 0 3 1 3 3 1 2 2 2 1 2 1 3 50 0 0 0 0 1 0 1 0 5 3 1 1 8 0 1 1
+"872" 2 0 1 0 1 3 1 1 1 1 3 1 2 1 5 2 47 1 0 0 0 4 0 1 0 5 2 3 1 8 4 0 1
+"873" 2 0 1 0 1 3 1 1 1 3 4 1 2 3 2 4 46 0 0 0 0 4 0 1 0 6 1 2 2 5 4 0 1
+"874" 1 0 0 0 1 2 1 3 2 1 3 2 1 3 4 3 22 1 0 0 0 4 0 1 0 3 3 1 1 10 0 0 1
+"875" 1 1 0 0 1 1 1 3 3 2 3 1 2 3 2 3 27 1 0 0 0 4 0 1 0 5 3 2 1 7 1 0 1
+"876" 2 0 0 0 3 3 1 3 1 3 2 2 2 3 4 8 22 0 0 0 0 4 0 1 0 5 1 2 1 5 3 0 1
+"877" 1 0 0 0 1 3 1 3 1 4 2 3 2 3 4 7 22 0 0 1 0 4 0 1 0 5 2 2 1 8 1 1 1
+"878" 2 1 0 0 1 3 1 3 1 3 4 2 1 2 4 4 26 1 0 0 1 4 0 1 0 2 3 3 1 7 4 0 1
+"879" 1 1 0 0 3 3 1 1 1 4 2 1 2 3 4 5 33 0 0 1 1 4 0 1 0 5 2 3 1 5 0 0 1
+"880" 1 1 0 0 1 2 1 1 1 3 3 2 1 2 2 2 47 0 0 1 1 4 0 1 0 5 1 3 2 6 2 0 1
+"881" 2 0 1 0 3 1 3 3 1 2 3 1 2 2 2 2 28 1 0 0 1 4 0 1 0 5 3 2 1 10 0 0 1
+"882" 2 0 0 0 2 3 3 3 3 3 3 2 2 3 3 9 39 1 0 0 0 4 0 1 0 3 1 3 1 7 3 0 1
+"883" 1 1 0 0 1 3 1 3 1 3 2 3 3 3 4 9 47 0 1 0 0 4 0 1 0 4 3 1 2 7 0 0 1
+"884" 1 0 0 1 3 1 1 3 3 1 2 2 3 2 3 5 30 1 0 0 0 4 0 1 0 4 2 1 2 9 0 0 1
+"885" 2 0 0 0 3 2 1 3 3 3 4 3 3 3 3 8 21 0 0 0 0 4 0 1 0 1 3 3 2 7 3 0 1
+"886" 1 0 0 0 1 3 2 3 3 1 1 1 1 3 2 7 22 1 0 0 0 4 0 1 0 5 3 2 1 9 0 0 1
+"887" 1 0 0 0 1 3 1 3 1 4 4 1 1 3 4 8 23 0 0 0 0 4 0 1 0 6 3 2 2 10 0 0 1
+"888" 1 1 0 0 3 1 1 1 3 1 3 1 3 3 4 3 47 1 0 0 1 4 0 1 0 5 1 2 1 6 1 0 1
+"889" 2 1 0 0 1 2 3 3 1 3 2 1 2 2 3 3 50 1 0 0 0 4 0 1 0 5 1 2 2 5 2 0 1
+"890" 1 0 0 0 3 3 1 3 1 3 3 2 3 3 4 8 20 0 0 0 1 4 0 1 0 4 3 1 1 8 0 0 1
+"891" 1 1 0 0 1 3 3 3 1 4 2 3 2 3 4 9 31 0 1 0 0 4 0 1 0 2 3 2 2 9 0 1 1
+"892" 1 1 0 0 1 3 1 1 3 2 2 2 3 3 5 3 24 1 0 0 0 4 0 1 0 4 2 2 1 9 0 0 1
+"893" 1 1 0 0 1 3 1 1 3 3 4 4 2 1 2 3 52 1 0 0 1 4 0 1 0 5 3 1 1 9 0 0 1
+"894" 1 1 0 0 1 3 1 3 1 2 3 3 3 3 3 3 35 0 0 0 0 4 0 1 0 5 3 1 2 9 0 0 1
+"895" 2 1 0 0 1 3 3 1 1 2 2 3 1 3 4 7 34 0 1 0 1 2 0 1 0 2 1 3 1 8 1 1 1
+"896" 1 1 0 0 1 2 1 3 3 2 2 2 2 3 4 7 24 0 0 1 1 2 0 1 0 4 3 2 2 8 0 0 1
+"897" 1 1 0 0 1 3 1 1 3 3 2 3 1 3 4 4 24 0 0 1 1 2 0 1 0 4 3 2 1 8 0 0 1
+"898" 2 1 0 0 3 2 1 1 1 2 4 1 2 3 2 2 39 0 0 1 0 2 0 1 0 5 1 2 1 7 3 0 1
+"899" 1 1 0 0 1 3 3 3 1 2 2 2 2 3 4 3 24 1 0 0 0 2 0 1 0 5 2 2 1 10 0 0 1
+"900" 1 1 0 0 3 3 1 3 3 2 4 3 3 3 4 2 40 1 0 0 1 2 0 1 0 6 3 3 1 8 2 0 1
+"901" 1 1 0 0 3 1 1 1 2 2 2 2 3 2 4 5 27 1 0 0 0 2 0 1 0 5 2 1 1 5 0 0 1
+"902" 1 0 0 0 1 3 1 3 1 2 3 3 2 3 4 5 21 1 0 0 0 2 0 1 0 5 3 2 1 8 0 0 1
+"903" 1 0 0 0 1 3 1 3 3 2 3 3 3 3 4 5 19 1 0 0 1 2 0 1 0 5 3 3 1 9 0 0 1
+"904" 1 0 0 0 1 1 1 1 1 2 3 1 2 3 3 6 18 0 0 0 0 2 0 1 0 5 3 2 1 7 2 0 1
+"905" 1 1 0 0 1 1 3 3 1 1 3 1 1 2 1 2 49 1 0 0 0 2 0 1 0 5 2 3 2 6 0 0 1
+"906" 1 1 0 0 1 1 1 3 1 2 3 3 3 3 2 3 60 0 0 0 0 2 0 1 0 5 2 1 1 10 0 0 1
+"907" 1 1 0 0 1 3 3 1 1 1 3 2 3 3 4 2 41 0 0 0 0 2 0 1 0 3 1 3 1 8 0 0 1
+"908" 1 1 0 0 1 3 1 3 1 4 3 2 1 2 4 3 45 0 0 1 1 2 0 1 0 1 1 3 2 7 3 0 1
+"909" 1 1 0 0 3 3 1 3 1 2 3 2 1 3 4 3 39 1 0 0 1 2 0 1 0 5 3 1 2 7 0 0 1
+"910" 1 1 0 0 3 3 1 3 1 4 3 3 2 3 4 3 30 1 0 0 0 2 0 1 0 2 3 3 2 10 0 0 1
+"911" 1 1 0 0 3 1 1 3 3 2 2 3 2 3 4 3 27 1 0 0 0 2 0 1 0 5 3 2 2 8 0 0 1
+"912" 2 0 0 0 3 3 1 1 1 2 4 2 2 2 3 8 22 0 0 0 0 2 0 1 0 3 1 3 2 3 4 0 1
+"913" 1 1 0 0 1 3 1 3 3 2 3 3 2 3 3 9 38 0 1 0 0 2 0 1 0 5 3 1 1 8 1 0 1
+"914" 1 1 0 0 1 3 1 3 2 3 1 1 1 2 2 3 44 1 0 0 0 2 0 1 0 5 3 2 1 8 0 0 1
+"915" 1 1 0 0 1 2 2 3 2 1 1 2 1 3 4 3 60 0 0 1 1 2 0 1 0 6 2 1 1 7 0 0 1
+"916" 2 1 0 0 3 3 3 3 1 1 3 2 3 3 3 9 25 1 1 0 1 2 0 1 0 1 1 3 2 8 4 0 1
+"917" 1 1 0 0 3 1 3 1 3 2 3 2 2 2 2 9 34 1 1 0 0 2 0 1 0 5 2 3 1 7 1 0 1
+"918" 1 0 0 0 3 1 1 3 3 1 3 3 2 3 1 8 19 1 0 0 0 2 0 1 0 5 2 3 1 8 0 0 1
+"919" 1 0 0 0 1 3 1 3 3 2 3 2 2 3 4 6 18 1 0 0 0 2 0 1 0 1 3 3 1 7 0 2 1
+"920" 1 1 0 0 1 1 3 3 1 2 3 3 3 3 5 3 49 0 1 0 1 2 0 1 0 6 1 2 2 10 0 0 1
+"921" 2 1 0 0 1 3 3 3 1 4 3 3 2 3 3 2 40 0 0 0 0 2 0 1 0 5 1 2 1 5 1 1 1
+"922" 3 0 0 0 1 3 1 3 1 2 3 2 1 2 4 2 49 0 0 1 0 2 0 1 0 1 1 2 1 5 0 1 1
+"923" 1 0 0 1 3 3 3 1 1 1 3 2 1 2 3 3 34 1 0 0 1 2 0 1 0 5 1 2 2 1 1 0 1
+"924" 1 1 0 0 3 3 3 3 1 4 2 1 1 2 2 9 55 0 0 0 1 2 0 1 0 2 1 1 1 9 0 0 1
+"925" 1 1 0 0 1 3 3 3 3 4 2 2 3 3 3 9 44 0 1 0 1 2 0 1 0 1 3 2 2 8 0 0 1
+"926" 1 0 0 0 1 3 3 3 3 2 2 3 3 3 4 5 22 0 0 1 0 2 0 1 0 5 1 3 1 8 3 0 1
+"927" 1 1 0 0 1 3 1 1 3 1 3 3 3 3 3 2 35 1 0 0 0 1 0 1 0 5 3 2 2 5 0 0 1
+"928" 1 1 0 0 3 3 3 3 3 1 3 3 2 3 4 5 27 0 0 1 0 1 0 1 0 1 3 3 1 7 3 0 1
+"929" 1 1 0 0 3 3 3 3 3 4 3 2 3 3 4 9 52 1 1 0 1 1 0 1 0 6 3 1 1 9 0 0 1
+"930" 2 0 1 0 1 3 3 3 3 2 3 2 1 4 2 5 24 0 0 0 0 1 0 1 0 5 1 3 1 2 3 0 1
+"931" 1 1 0 0 1 3 3 3 3 1 3 3 2 3 4 7 25 1 0 0 1 1 0 1 0 6 3 2 1 10 0 0 1
+"932" 1 0 0 0 1 3 1 3 1 2 2 3 2 3 4 9 19 1 0 0 0 1 0 1 0 5 1 2 1 8 0 0 1
+"933" 1 1 0 0 3 3 1 3 1 2 3 3 3 3 4 3 47 0 0 0 0 1 0 1 0 6 1 1 1 10 0 0 1
+"934" 1 0 0 0 1 3 1 3 3 2 3 2 1 3 2 8 20 0 0 0 1 1 0 1 0 5 1 2 1 10 1 0 1
+"935" 1 1 0 0 1 3 3 3 1 3 3 2 1 2 2 9 27 0 1 0 1 1 0 1 0 5 1 3 1 6 3 0 1
+"936" 1 1 0 0 3 1 3 2 2 3 3 2 2 3 3 5 34 1 0 0 0 1 0 1 0 6 3 2 2 8 1 0 1
+"937" 1 1 0 0 3 3 1 3 1 2 3 3 2 3 3 7 27 0 0 1 1 1 0 1 0 5 2 2 2 7 0 0 1
+"938" 1 1 0 0 3 3 1 3 1 2 3 2 1 2 3 5 38 1 0 0 0 1 0 1 0 5 1 3 1 7 1 0 1
+"939" 1 1 0 0 1 3 1 3 3 3 1 3 3 3 4 9 48 0 1 0 0 1 0 1 0 5 3 1 1 8 0 0 1
+"940" 1 1 0 0 1 3 1 3 3 2 1 3 2 3 3 2 43 0 0 0 0 1 0 1 0 3 2 2 2 8 0 0 1
+"941" 1 1 0 0 3 1 3 3 3 1 1 1 2 4 4 9 24 1 1 0 1 1 0 1 0 1 1 2 2 5 1 0 1
+"942" 1 1 0 0 1 1 3 3 2 4 3 3 1 3 2 2 35 0 0 1 0 1 0 1 0 2 3 3 2 8 0 0 1
+"943" 2 0 0 0 1 3 1 3 3 1 3 2 2 3 3 8 21 1 0 0 0 1 0 1 0 5 1 3 1 5 3 0 1
+"944" 2 0 1 0 1 1 1 3 3 1 3 2 1 2 2 3 36 1 0 0 0 1 0 1 0 5 2 3 1 5 4 0 1
+"945" 2 0 1 0 1 3 1 1 3 1 3 3 3 1 5 7 31 0 1 0 1 1 0 1 0 1 2 3 2 3 4 0 1
+"946" 1 1 0 0 1 3 1 3 1 2 2 2 2 3 2 5 34 0 0 0 1 1 0 1 0 2 2 2 2 7 0 0 1
+"947" 1 1 0 0 1 3 1 3 3 2 3 2 3 3 5 3 49 1 0 0 0 1 0 1 0 5 3 2 1 10 0 0 1
+"948" 1 1 0 0 3 1 1 3 1 2 3 2 3 2 3 2 62 0 0 1 0 5 0 0 1 1 2 2 1 6 1 3 1
+"949" 3 0 1 0 3 1 3 1 3 1 4 1 2 1 4 4 26 0 0 0 0 5 0 0 1 3 1 1 1 8 0 1 1
+"950" 1 1 0 0 1 1 1 3 1 2 3 1 2 3 4 2 32 0 0 0 0 5 0 0 1 3 3 1 1 8 0 4 1
+"951" 2 0 1 0 1 2 3 1 1 2 3 2 2 2 3 8 35 0 0 1 0 5 0 0 1 3 1 1 2 3 2 1 1
+"952" 3 0 0 1 3 2 3 1 1 3 3 1 3 1 4 7 19 0 0 0 0 5 0 0 1 5 1 2 1 7 0 3 1
+"953" 1 0 0 1 3 3 1 3 3 2 2 3 3 3 5 3 25 1 0 0 0 5 0 0 1 5 3 2 1 8 0 0 1
+"954" 3 0 0 1 3 1 3 1 1 3 2 3 1 2 4 8 19 0 0 0 0 5 0 0 1 5 1 3 2 2 0 4 1
+"955" 3 0 0 0 3 3 3 3 3 1 4 1 1 3 4 3 36 1 0 0 0 5 0 0 1 5 3 3 2 1 0 3 1
+"956" 2 0 1 0 3 3 1 3 1 1 3 1 2 1 4 5 36 0 0 0 0 5 0 0 1 6 2 2 1 4 3 0 1
+"957" 3 0 1 0 1 3 1 3 1 1 4 1 2 3 3 5 36 0 0 0 0 5 0 0 1 2 1 3 1 6 0 0 1
+"958" 3 0 1 0 3 1 3 1 3 1 3 2 1 3 3 6 38 0 0 1 0 5 0 0 1 2 2 3 1 5 0 2 1
+"959" 3 0 1 0 1 3 3 3 3 1 3 2 1 3 4 2 51 0 0 0 0 5 0 0 1 3 3 3 2 8 0 3 1
+"960" 3 0 0 0 1 3 1 1 1 2 3 2 1 2 5 9 35 0 1 0 1 5 0 0 1 1 1 3 2 5 3 0 1
+"961" 1 1 0 0 1 1 3 3 3 1 3 3 2 3 3 2 59 0 0 0 1 5 0 0 1 5 3 1 2 10 0 0 1
+"962" 1 1 0 0 3 1 3 1 3 4 3 2 3 1 4 5 57 0 0 0 1 5 0 0 1 1 3 1 1 8 1 0 1
+"963" 3 0 0 0 3 3 3 1 1 2 1 3 2 3 2 5 37 1 0 0 0 5 0 0 1 2 1 2 1 5 1 0 1
+"964" 1 1 0 0 1 1 3 3 1 1 2 4 1 3 4 2 70 1 0 0 0 5 0 0 1 5 1 2 2 9 0 0 1
+"965" 1 1 0 0 3 1 2 3 1 1 3 2 1 2 5 2 47 1 0 0 0 5 0 0 1 3 1 1 2 9 1 0 1
+"966" 1 1 0 0 3 3 3 3 3 1 1 2 2 2 2 5 25 1 0 0 0 5 0 0 1 5 3 2 1 8 2 0 1
+"967" 2 0 0 0 3 3 1 3 1 4 3 3 3 3 5 8 22 1 0 0 0 5 0 0 1 2 1 1 1 7 2 0 1
+"968" 2 0 1 0 1 1 1 3 3 3 2 1 1 2 4 4 24 1 0 0 0 5 0 0 1 5 2 3 2 10 0 0 1
+"969" 1 1 0 0 1 3 1 1 2 2 2 1 1 2 1 3 37 1 0 0 0 5 0 0 1 2 1 1 1 6 0 0 1
+"970" 1 1 0 0 1 1 1 3 1 3 2 2 3 2 5 1 43 1 0 0 0 5 0 0 1 1 1 3 1 5 0 0 1
+"971" 1 1 0 0 3 3 1 3 1 2 2 3 2 3 4 5 30 1 0 0 1 5 0 0 1 3 3 1 2 8 0 0 1
+"972" 1 1 0 0 1 3 3 1 3 1 3 3 2 3 2 1 40 1 0 0 0 5 0 0 1 2 1 1 1 10 0 0 1
+"973" 3 1 0 0 1 3 3 1 3 2 3 2 3 2 4 3 40 1 0 0 0 5 0 0 1 5 2 3 2 6 0 2 1
+"974" 2 1 0 0 3 3 1 3 1 2 3 2 2 2 2 3 38 1 0 0 0 5 0 0 1 5 3 3 2 5 2 0 1
+"975" 1 1 0 0 1 3 1 1 3 3 3 2 2 2 1 5 56 1 0 0 0 5 0 0 1 5 1 3 2 5 0 2 1
+"976" 2 0 1 0 3 1 1 3 3 1 3 1 1 3 3 9 30 1 1 0 1 5 0 0 1 3 1 3 2 8 2 0 1
+"977" 1 1 0 0 1 1 1 1 1 2 2 2 3 2 5 3 57 0 0 0 0 5 0 0 1 5 3 3 2 8 0 0 1
+"978" 3 1 0 0 1 3 3 1 1 4 2 3 3 3 4 6 24 0 0 1 0 5 0 0 1 5 3 3 1 8 0 0 1
+"979" 3 0 0 0 1 1 3 1 1 2 4 2 2 2 2 7 21 0 0 0 0 5 0 0 1 2 3 3 1 8 4 0 1
+"980" 1 1 0 0 3 1 3 3 3 3 3 3 2 2 2 9 53 0 1 0 0 5 0 0 1 5 3 2 1 8 1 2 1
+"981" 1 0 0 0 3 1 3 1 1 2 3 4 2 3 3 7 20 0 0 0 0 5 0 0 1 3 1 1 2 5 0 0 1
+"982" 1 1 0 0 3 1 3 1 1 2 3 2 3 2 3 6 30 0 0 0 0 5 0 0 1 3 3 2 1 6 0 0 1
+"983" 1 0 0 0 3 3 3 2 1 4 2 2 3 3 5 8 21 0 0 0 0 5 0 0 1 5 3 1 1 8 1 0 1
+"984" 2 0 0 0 3 3 1 3 1 3 3 2 2 3 1 8 19 0 0 0 0 5 0 0 1 1 1 2 2 6 1 1 1
+"985" 3 0 0 0 3 1 3 1 3 3 3 2 2 3 3 9 29 0 0 0 0 5 0 0 1 1 1 3 1 2 1 0 1
+"986" 1 1 0 0 3 3 3 3 1 3 2 2 3 3 4 4 60 0 1 0 0 5 0 0 1 5 2 1 1 6 0 0 1
+"987" 1 1 0 0 3 3 1 3 3 1 3 2 1 3 5 5 44 0 0 1 0 5 0 0 1 1 3 3 1 5 1 0 1
+"988" 1 1 0 0 1 3 3 3 1 2 2 2 3 2 4 3 58 0 0 0 0 5 0 0 1 6 2 3 2 10 0 0 1
+"989" 1 1 0 0 1 3 3 3 1 1 4 2 3 3 4 5 50 0 0 0 0 5 0 0 1 3 2 3 2 9 0 0 1
+"990" 1 1 0 0 3 3 1 3 1 3 2 1 3 2 4 9 37 0 1 0 0 5 0 0 1 3 2 1 1 7 0 0 1
+"991" 3 0 0 1 1 3 3 1 3 1 3 2 1 3 4 5 28 0 1 0 0 5 0 0 1 1 1 3 2 1 0 4 1
+"992" 1 0 0 0 1 3 1 3 1 2 3 1 1 2 1 5 59 0 0 0 0 5 0 0 1 2 1 3 1 1 0 0 1
+"993" 2 0 0 0 3 3 1 2 1 1 3 2 1 3 2 7 23 0 0 0 0 5 0 0 1 2 1 3 1 5 2 0 1
+"994" 3 0 0 0 1 2 3 1 3 4 2 1 1 3 3 8 26 0 0 0 0 5 0 0 1 1 2 3 1 1 0 3 1
+"995" 1 1 0 0 3 3 1 3 3 2 3 3 2 3 3 4 74 0 0 0 1 5 0 0 1 5 2 2 2 5 0 0 1
+"996" 3 1 0 0 3 2 1 3 3 2 1 1 1 3 2 5 32 0 0 0 1 5 0 0 1 2 3 3 2 8 0 1 1
+"997" 2 0 1 0 3 2 3 3 1 1 2 2 2 3 4 7 60 0 0 0 0 5 0 0 1 1 2 3 2 5 0 1 1
+"998" 3 0 0 0 1 3 3 2 1 1 3 1 2 3 2 9 55 0 1 0 0 5 0 0 1 5 1 3 2 1 0 0 1
+"999" 1 0 0 1 1 3 1 3 3 2 2 3 2 3 5 7 30 0 0 0 0 5 0 0 1 5 2 2 2 7 0 0 1
+"1000" 3 0 0 0 1 2 1 1 3 2 2 2 2 3 2 7 22 0 0 0 0 5 0 0 1 5 2 3 1 7 0 1 1
+"1001" 2 0 1 0 3 3 1 3 1 4 2 2 2 3 4 9 41 0 1 0 0 5 0 0 1 2 1 3 2 2 3 0 1
+"1002" 3 1 0 0 3 3 1 3 1 4 3 3 2 3 4 5 39 0 0 0 1 5 0 0 1 4 3 3 2 8 0 0 1
+"1003" 3 1 0 0 3 1 3 1 3 4 3 1 3 2 5 7 40 0 0 1 1 5 0 0 1 1 1 3 2 1 0 4 1
+"1004" 2 0 1 0 3 3 1 3 1 4 4 1 1 2 4 9 54 0 1 0 0 5 0 0 1 3 2 3 1 1 3 0 1
+"1005" 1 0 0 0 3 3 3 3 3 3 3 1 3 3 4 9 22 0 1 0 0 5 0 0 1 4 3 2 2 8 0 0 1
+"1006" 3 0 1 0 1 3 3 3 3 1 2 2 2 2 3 5 54 0 0 0 0 5 0 0 1 4 2 2 2 5 1 1 1
+"1007" 1 1 0 0 3 3 1 1 1 1 3 3 2 2 3 3 40 0 0 0 0 5 0 0 1 4 3 2 1 8 0 0 1
+"1008" 3 0 0 0 1 3 1 1 3 4 2 1 2 1 4 9 30 0 0 0 1 5 0 0 1 1 2 3 1 5 0 4 1
+"1009" 2 0 0 0 3 1 1 3 3 3 3 2 1 3 3 7 19 0 0 0 0 5 0 0 1 4 1 3 2 8 1 1 1
+"1010" 3 0 0 1 3 1 3 3 3 4 2 1 2 2 3 5 55 0 0 0 0 5 0 0 1 1 2 3 2 4 1 2 1
+"1011" 1 0 0 0 3 3 3 3 3 4 4 2 2 3 5 9 23 0 0 0 0 5 0 0 1 2 1 1 2 5 1 1 1
+"1012" 3 0 0 0 3 2 3 1 3 4 4 2 1 2 5 9 28 0 1 0 0 5 0 0 1 1 1 3 1 1 0 2 1
+"1013" 2 0 1 0 3 1 3 3 3 1 2 1 1 2 4 2 34 1 0 1 0 5 0 0 1 2 2 2 2 1 3 0 1
+"1014" 2 1 0 0 3 3 1 3 1 2 3 2 3 3 5 7 30 1 0 0 0 5 0 0 1 5 1 3 1 9 0 4 1
+"1015" 3 1 0 0 3 3 3 3 1 4 3 1 3 2 5 7 33 1 0 0 0 5 0 0 1 5 2 3 2 7 0 1 1
+"1016" 1 1 0 0 3 3 3 3 1 2 3 1 2 2 5 7 28 1 0 0 0 5 0 0 1 3 2 1 1 2 1 0 1
+"1017" 2 1 0 0 3 3 3 1 1 1 3 2 2 3 2 2 53 1 0 0 0 5 0 0 1 4 2 3 1 8 0 0 1
+"1018" 3 1 0 0 3 2 3 1 1 2 3 3 1 2 2 9 36 1 1 0 0 5 0 0 1 3 2 2 1 7 0 1 1
+"1019" 2 0 1 0 3 1 3 1 1 4 2 3 1 2 4 7 27 1 0 0 0 5 0 0 1 2 1 2 2 6 3 1 1
+"1020" 1 0 0 0 1 3 3 1 1 2 2 4 2 2 3 3 30 1 0 0 0 5 0 0 1 4 3 2 2 9 2 0 1
+"1021" 1 0 0 0 1 2 3 1 2 1 3 3 2 2 3 6 22 1 1 0 0 5 0 0 1 5 1 1 2 7 4 0 1
+"1022" 2 0 1 0 3 3 1 1 3 4 3 1 3 3 3 5 54 1 0 0 1 5 0 0 1 5 1 3 1 5 4 0 1
+"1023" 2 0 1 0 3 3 1 3 1 4 2 2 1 3 1 7 65 1 0 0 0 5 0 0 1 5 3 1 1 7 0 0 1
+"1024" 3 0 0 0 1 1 3 3 2 2 3 2 1 3 4 7 20 1 1 0 0 5 0 0 1 4 1 2 2 7 0 3 1
+"1025" 2 1 0 0 3 3 1 3 1 2 2 3 2 3 3 5 77 1 0 0 0 5 0 0 1 5 2 2 2 8 0 1 1
+"1026" 3 1 0 0 1 3 1 3 1 3 2 2 3 2 5 8 53 1 0 0 1 5 0 0 1 5 1 3 2 8 0 1 1
+"1027" 3 0 0 0 1 3 3 3 3 3 3 1 1 2 2 7 21 1 0 0 0 5 0 0 1 1 2 2 2 1 0 1 1
+"1028" 3 0 0 1 3 3 3 3 1 2 4 2 2 3 4 8 24 1 0 0 1 5 0 0 1 1 2 3 2 4 0 2 1
+"1029" 2 0 1 0 3 3 1 3 1 2 3 1 1 2 2 3 27 1 0 0 0 5 0 0 1 1 3 3 1 1 3 0 1
+"1030" 3 0 0 0 3 3 3 1 1 4 2 2 2 2 2 9 40 1 1 0 1 5 0 0 1 3 2 2 2 5 0 0 1
+"1031" 3 0 1 0 1 3 1 3 1 1 2 1 1 1 1 3 60 1 0 0 1 5 0 0 1 5 2 2 2 1 0 4 1
+"1032" 3 0 0 1 3 2 3 3 3 2 2 1 3 3 5 8 24 1 0 0 0 5 0 0 1 5 1 3 1 2 0 0 1
+"1033" 3 1 0 0 3 2 3 3 3 4 2 2 2 2 2 8 41 1 0 0 0 5 0 0 1 5 1 3 2 6 0 1 1
+"1034" 1 0 1 0 1 1 3 1 1 2 4 3 3 3 5 7 33 1 0 0 1 5 0 0 1 3 1 3 2 7 0 1 1
+"1035" 2 0 0 1 3 3 3 3 1 1 3 1 1 2 4 7 45 1 0 0 0 5 0 0 1 5 2 3 1 1 0 0 1
+"1036" 1 1 0 0 3 3 1 3 1 2 4 2 2 3 4 8 24 1 0 0 0 5 0 0 1 5 2 1 1 9 0 0 1
+"1037" 1 0 1 0 1 2 1 3 1 2 3 1 1 3 3 9 33 1 0 0 0 5 0 0 1 2 2 3 1 5 2 1 1
+"1038" 1 1 0 0 1 1 1 3 3 3 2 1 2 2 4 3 38 0 0 1 0 5 0 0 1 5 3 1 1 10 0 1 1
+"1039" 2 0 1 0 1 3 1 3 3 1 4 1 1 3 4 2 30 1 0 0 0 5 0 0 1 6 1 3 1 8 4 0 1
+"1040" 1 1 0 0 3 3 3 3 3 4 3 2 3 3 4 9 43 0 1 0 1 5 0 0 1 5 3 2 1 10 0 0 1
+"1041" 1 1 0 0 1 2 3 3 2 1 4 1 1 2 1 6 36 1 0 0 0 5 0 0 1 1 2 3 2 7 0 0 1
+"1042" 1 1 0 0 1 3 1 3 1 1 1 1 1 1 1 3 70 1 0 0 0 5 0 0 1 5 3 2 1 1 1 2 1
+"1043" 1 1 0 0 1 1 3 3 1 4 2 2 1 2 3 9 60 1 1 0 1 5 0 0 1 3 1 2 1 6 2 0 1
+"1044" 1 1 0 0 3 1 3 3 1 3 3 2 3 3 5 9 25 1 0 0 0 5 0 0 1 3 1 3 2 8 0 0 1
+"1045" 1 1 0 0 3 3 3 3 1 2 3 1 2 3 5 7 27 1 1 0 0 5 0 0 1 3 3 1 1 8 0 0 1
+"1046" 1 1 0 0 1 3 1 3 1 2 2 2 1 3 1 5 28 1 0 0 0 5 0 0 1 4 2 2 1 7 1 2 1
+"1047" 1 1 0 0 3 3 3 2 1 2 3 2 1 2 2 8 24 1 0 0 1 5 0 0 1 5 1 1 1 7 0 0 1
+"1048" 2 0 0 0 1 3 3 3 3 3 3 2 2 2 4 8 21 1 0 0 0 5 0 0 1 5 2 2 1 8 2 1 1
+"1049" 3 0 0 0 3 3 1 3 1 1 3 3 2 3 4 6 18 1 0 0 0 5 0 0 1 1 1 2 1 8 0 0 1
+"1050" 2 1 0 0 2 2 1 3 1 4 2 1 1 2 3 7 44 0 0 0 0 5 0 0 1 5 1 3 1 1 4 0 1
+"1051" 2 0 0 0 1 3 1 2 1 3 3 2 1 1 1 9 28 1 0 0 0 5 0 0 1 3 1 2 1 5 3 0 1
+"1052" 1 1 0 0 1 3 1 3 3 2 3 3 2 3 2 7 71 1 0 0 0 5 0 0 1 6 2 2 2 10 0 0 1
+"1053" 1 0 0 0 1 3 3 1 1 3 3 2 3 3 4 9 23 1 0 0 0 5 0 0 1 3 3 1 1 7 0 0 1
+"1054" 2 0 1 0 3 3 1 3 1 3 3 1 2 2 4 5 39 1 0 0 0 5 0 0 1 3 1 3 1 6 2 0 1
+"1055" 3 0 1 0 3 1 1 1 3 1 3 2 1 3 3 9 58 1 1 0 0 5 0 0 1 5 3 2 1 8 0 4 1
+"1056" 2 0 1 0 3 3 1 3 3 4 3 1 1 3 3 7 75 1 0 0 0 5 0 0 1 5 1 3 2 1 0 2 1
+"1057" 3 1 0 0 1 3 1 1 1 2 3 1 1 3 4 5 40 1 0 0 1 5 0 0 1 3 2 3 1 7 2 1 1
+"1058" 2 0 1 0 1 2 3 3 1 2 3 2 2 3 2 3 32 1 0 0 0 5 0 0 1 2 2 2 2 7 0 1 1
+"1059" 2 0 1 0 3 3 3 1 1 4 3 2 1 3 1 9 28 0 1 0 0 5 0 0 1 5 3 2 2 4 2 0 1
+"1060" 1 1 0 0 3 3 1 3 3 4 2 1 3 3 4 5 60 0 0 0 0 5 0 0 1 5 3 3 1 8 0 0 1
+"1061" 1 1 0 0 3 3 1 1 1 4 2 2 2 3 4 9 48 0 0 0 0 5 0 0 1 2 3 2 1 8 0 0 1
+"1062" 2 0 0 0 3 1 1 1 1 2 4 3 2 2 3 9 19 0 0 0 0 5 0 0 1 4 1 2 1 8 3 0 1
+"1063" 2 0 1 0 3 1 3 1 1 3 4 3 2 3 4 9 33 0 1 0 1 5 0 0 1 5 3 2 1 5 3 0 1
+"1064" 1 1 0 0 3 3 3 3 1 2 4 1 2 2 3 9 41 0 1 0 0 5 0 0 1 3 3 2 1 6 2 0 1
+"1065" 2 0 1 0 3 1 3 1 1 3 3 2 2 2 4 9 31 0 1 0 0 5 0 0 1 2 1 2 2 7 4 0 1
+"1066" 2 0 1 0 3 1 1 1 1 2 4 1 2 2 3 5 50 0 0 0 0 5 0 0 1 3 1 2 1 7 3 0 1
+"1067" 1 1 0 0 3 1 3 3 1 2 4 3 3 2 4 9 46 0 1 0 0 5 0 0 1 3 3 2 1 9 0 0 1
+"1068" 1 1 0 0 3 2 3 1 1 3 3 3 1 3 3 9 24 0 0 0 0 5 0 0 1 3 1 1 1 8 0 0 1
+"1069" 2 0 0 0 3 1 3 1 1 2 3 3 2 2 3 6 18 0 0 0 0 5 0 0 1 4 3 2 2 1 4 0 1
+"1070" 3 0 1 0 1 1 3 1 1 1 3 3 2 2 3 9 33 0 0 0 0 5 0 0 1 1 1 2 2 1 1 1 1
+"1071" 1 0 0 0 1 1 3 3 1 2 3 3 2 2 3 8 20 0 0 0 0 5 0 0 1 3 3 2 1 9 2 0 1
+"1072" 2 0 0 0 3 3 1 3 3 3 3 1 1 3 2 8 20 0 0 0 0 5 0 0 1 4 3 3 1 3 2 1 1
+"1073" 2 0 0 0 3 3 3 3 1 2 2 3 2 3 3 9 37 0 1 0 0 5 0 0 1 5 1 2 2 8 0 1 1
+"1074" 2 0 1 0 3 3 3 3 1 2 4 2 2 2 4 5 60 0 0 0 0 5 0 0 1 5 1 2 1 6 3 0 1
+"1075" 3 0 0 1 1 1 3 3 3 2 3 3 2 2 3 8 25 0 0 0 0 5 0 0 1 3 3 3 1 8 0 4 1
+"1076" 1 0 0 0 1 1 3 3 1 2 2 3 2 2 3 8 22 0 0 0 0 5 0 0 1 5 1 2 1 6 0 0 1
+"1077" 2 0 0 0 3 1 2 3 1 3 3 3 3 3 3 7 20 0 0 0 0 5 0 0 1 2 2 2 1 1 3 0 1
+"1078" 3 0 0 1 3 2 1 1 1 2 3 3 2 1 2 6 18 1 0 0 0 5 0 0 1 4 3 2 1 6 3 1 1
+"1079" 2 1 0 0 3 1 3 3 3 2 2 2 2 2 3 7 38 1 0 0 0 5 0 0 1 5 3 2 2 7 3 1 1
+"1080" 2 0 0 0 3 1 3 1 1 2 3 3 2 2 3 6 18 0 0 0 0 5 0 0 1 3 1 2 2 7 4 0 1
+"1081" 3 0 0 1 1 1 3 3 1 3 3 1 1 2 3 7 21 0 0 0 0 5 0 0 1 3 3 1 1 9 2 1 1
+"1082" 1 1 0 0 3 1 1 1 1 3 4 4 3 3 3 9 40 0 0 0 0 5 0 0 1 5 1 1 1 10 1 0 1
+"1083" 2 0 1 0 3 3 1 3 1 1 2 1 2 3 1 9 52 0 0 0 0 5 0 0 1 3 1 3 1 4 0 0 1
+"1084" 3 0 0 0 3 3 1 3 1 3 3 1 1 3 3 7 24 0 0 0 1 5 0 0 1 2 2 2 1 7 0 3 1
+"1085" 2 0 1 0 1 1 3 1 1 2 4 3 2 2 3 9 38 0 1 0 0 5 0 0 1 3 3 1 2 6 2 0 1
+"1086" 1 1 0 0 3 1 3 3 3 2 3 3 2 3 3 9 36 0 1 0 0 5 0 0 1 5 1 2 2 8 1 0 1
+"1087" 2 0 0 0 3 2 3 3 1 4 3 1 2 3 2 9 34 0 1 0 0 5 0 0 1 1 1 3 1 5 3 0 1
+"1088" 1 1 0 0 3 1 3 1 1 2 4 2 3 2 3 9 30 0 0 0 1 5 0 0 1 5 1 2 2 6 1 0 1
+"1089" 2 0 1 0 3 1 3 1 1 3 2 3 2 2 3 9 27 0 0 0 0 5 0 0 1 5 3 1 2 5 3 0 1
+"1090" 1 0 0 0 3 1 1 1 1 2 3 2 2 3 3 8 19 0 0 0 0 5 0 0 1 5 1 2 1 8 0 0 1
+"1091" 1 1 0 0 3 1 3 1 1 2 2 3 2 3 3 9 40 0 1 0 0 5 0 0 1 3 2 2 1 9 0 0 1
+"1092" 2 0 1 0 3 1 3 1 1 1 3 1 3 3 3 8 26 0 0 0 0 5 0 0 1 5 1 2 1 5 4 0 1
+"1093" 1 1 0 0 3 1 3 1 1 2 2 3 1 2 3 9 36 0 0 0 0 5 0 0 1 3 1 2 2 8 2 0 1
+"1094" 2 0 0 0 1 1 3 3 1 2 3 3 3 2 3 8 21 0 0 0 0 5 0 0 1 3 1 2 2 3 4 0 1
+"1095" 3 0 1 0 1 1 3 1 1 2 2 3 2 2 3 9 50 0 0 0 0 5 0 0 1 5 3 2 1 1 2 1 1
+"1096" 1 1 0 0 3 1 1 3 1 3 4 2 2 2 4 9 39 0 1 0 0 5 0 0 1 5 3 3 1 6 0 0 1
+"1097" 1 1 0 0 3 1 3 1 1 3 4 3 2 2 3 9 28 0 1 0 0 5 0 0 1 3 3 1 1 6 1 0 1
+"1098" 1 1 0 0 3 1 3 3 1 2 3 3 2 2 4 9 38 0 1 0 0 5 0 0 1 3 1 2 1 9 2 0 1
+"1099" 3 0 1 0 1 1 1 1 1 4 3 2 3 3 5 7 25 0 1 0 1 5 0 0 1 4 2 3 2 8 2 1 1
+"1100" 2 0 1 0 1 3 1 1 1 2 3 2 1 3 3 7 37 0 0 1 0 5 0 0 1 1 1 3 1 7 4 0 1
+"1101" 1 0 0 0 3 3 3 3 1 2 2 2 2 3 3 6 18 0 0 0 0 5 0 0 1 3 2 1 1 6 0 2 1
+"1102" 1 1 0 0 1 1 1 1 3 4 3 2 3 3 4 9 34 1 1 0 0 5 0 0 1 1 2 1 1 6 0 4 1
+"1103" 2 1 0 0 1 3 1 3 1 3 2 1 1 3 3 3 38 1 0 0 0 5 0 0 1 6 1 2 2 6 2 0 1
+"1104" 2 0 1 0 3 3 1 3 1 2 3 2 1 3 4 8 27 1 0 0 0 5 0 0 1 4 2 3 1 6 3 0 1
+"1105" 2 1 0 0 1 2 3 1 1 3 4 3 2 3 3 7 31 1 0 0 0 5 0 0 1 5 1 3 1 8 2 0 1
+"1106" 2 1 0 0 3 1 3 3 1 1 3 3 2 2 4 8 72 1 0 0 0 5 0 0 1 1 1 2 2 3 4 0 1
+"1107" 1 1 0 0 3 1 3 3 1 2 4 3 2 3 4 7 44 1 0 0 0 5 0 0 1 2 1 3 2 8 1 2 1
+"1108" 2 0 1 0 3 1 3 3 1 2 4 3 3 3 3 9 27 1 1 0 0 5 0 0 1 5 1 2 1 5 4 0 1
+"1109" 2 0 0 1 1 1 3 1 1 3 2 3 2 3 3 7 38 1 0 0 0 5 0 0 1 3 3 1 2 6 3 1 1
+"1110" 2 0 0 1 3 2 3 1 1 2 2 3 2 3 3 8 25 0 0 0 0 5 0 0 1 2 1 2 2 7 4 0 1
+"1111" 3 0 0 1 3 1 1 1 1 2 3 3 2 3 2 3 43 1 0 0 0 5 0 0 1 5 1 2 2 7 0 4 1
+"1112" 2 0 1 0 3 3 3 3 1 2 4 3 1 3 4 2 63 1 0 0 0 5 0 0 1 3 1 2 1 7 3 0 1
+"1113" 2 0 1 0 1 3 1 3 1 3 3 2 1 3 3 9 23 1 1 0 1 5 0 0 1 5 1 2 2 5 0 0 1
+"1114" 1 0 0 0 3 3 1 1 2 2 3 2 2 3 2 7 20 1 1 0 0 5 0 0 1 3 1 2 2 1 0 0 1
+"1115" 2 0 0 0 3 3 3 3 1 3 1 1 1 2 4 8 19 1 0 0 0 5 0 0 1 2 1 3 2 2 2 0 1
+"1116" 2 0 1 0 1 1 3 1 3 2 4 1 1 3 1 8 28 1 0 0 0 5 0 0 1 2 1 2 1 1 1 1 1
+"1117" 2 0 1 0 1 3 3 3 1 3 2 3 3 3 2 8 43 1 0 0 0 5 0 0 1 5 1 3 1 8 3 0 1
+"1118" 1 1 0 0 3 1 3 3 1 3 3 2 3 3 5 5 40 1 0 0 0 5 0 0 1 5 2 1 2 5 0 0 1
+"1119" 1 1 0 0 3 1 1 1 1 3 3 2 2 3 3 7 28 1 0 0 0 5 0 0 1 5 2 2 2 8 0 0 1
+"1120" 1 0 0 0 1 1 3 3 2 2 3 3 2 2 3 9 22 1 0 0 0 5 0 0 1 5 2 2 1 6 0 0 1
+"1121" 3 0 0 0 3 1 3 1 1 2 4 3 3 2 2 9 58 1 0 0 0 5 0 0 1 5 1 2 1 6 3 0 1
+"1122" 1 1 0 0 1 1 3 1 1 3 4 1 3 2 3 7 57 1 0 0 0 5 0 0 1 3 1 1 2 8 0 0 1
+"1123" 1 0 0 0 3 2 3 1 1 2 3 3 2 1 3 9 21 0 0 0 0 5 0 0 1 5 1 2 1 8 0 0 1
+"1124" 1 1 0 0 3 1 3 1 1 2 3 3 1 2 4 5 30 1 0 0 0 5 0 0 1 3 2 2 2 7 0 0 1
+"1125" 1 1 0 0 3 1 3 3 1 2 3 3 2 2 4 7 35 1 0 0 0 5 0 0 1 2 1 2 1 8 0 0 1
+"1126" 2 0 1 0 1 1 3 3 1 2 4 3 2 2 3 7 38 1 0 0 0 5 0 0 1 3 3 2 1 8 4 0 1
+"1127" 1 0 0 0 1 3 1 3 3 4 3 2 3 3 4 8 18 1 0 0 0 5 0 0 1 1 2 1 1 8 0 1 1
+"1128" 2 0 0 1 2 2 2 3 1 1 3 1 1 2 1 7 35 1 1 0 1 5 0 0 1 5 2 3 1 5 1 0 1
+"1129" 1 0 0 0 3 1 3 1 1 2 4 3 2 3 4 7 22 1 0 0 0 5 0 0 1 3 3 2 2 8 0 0 1
+"1130" 1 1 0 0 3 2 3 3 1 2 3 3 2 1 3 7 42 1 0 0 0 5 0 0 1 4 1 1 2 9 0 0 1
+"1131" 1 1 0 0 3 1 3 1 3 2 4 2 2 1 2 4 58 1 0 0 0 5 0 0 1 5 1 2 2 8 0 0 1
+"1132" 2 0 1 0 3 2 3 3 1 2 2 3 2 2 4 7 50 1 0 0 0 5 0 0 1 5 1 2 1 1 3 1 1
+"1133" 1 0 0 0 3 1 3 3 1 2 3 1 2 3 3 8 23 1 0 0 0 5 0 0 1 5 3 2 1 6 1 0 1
+"1134" 1 1 0 0 3 3 3 3 1 2 4 3 2 2 5 7 43 1 1 0 1 5 0 0 1 5 3 2 1 8 0 0 1
+"1135" 2 1 0 0 3 1 3 3 1 2 3 3 1 2 4 9 34 1 0 0 0 5 0 0 1 3 3 2 2 6 4 0 1
+"1136" 1 1 0 0 3 1 3 1 1 2 3 3 3 2 3 6 24 1 0 0 0 5 0 0 1 3 2 2 2 8 1 0 1
+"1137" 2 0 1 0 1 1 3 1 3 2 3 3 2 3 3 9 38 1 1 0 0 5 0 0 1 5 2 2 2 7 0 4 1
+"1138" 1 0 0 0 3 1 1 1 1 3 3 2 2 2 3 6 19 1 0 0 0 5 0 0 1 5 3 2 1 8 1 0 1
+"1139" 2 0 1 0 1 1 2 1 1 3 2 1 2 3 3 6 65 1 0 0 0 5 0 0 1 3 2 2 1 5 4 0 1
+"1140" 1 1 0 0 1 2 3 3 3 2 3 2 3 1 2 2 60 1 0 0 0 5 0 0 1 3 1 1 2 9 1 0 1
+"1141" 3 0 0 0 3 2 1 1 3 4 3 1 1 3 1 9 25 1 1 0 0 5 0 0 1 2 1 3 1 4 0 3 1
+"1142" 1 1 0 0 3 1 1 3 1 1 3 1 1 3 5 7 26 1 0 0 0 5 0 0 1 5 3 3 1 8 0 0 1
+"1143" 2 0 1 0 3 3 1 3 3 1 2 2 3 3 3 9 37 1 0 0 0 5 0 0 1 5 2 3 1 3 1 0 1
+"1144" 1 1 0 0 1 3 3 3 1 2 1 2 1 3 2 3 38 0 0 0 0 5 0 0 1 5 1 2 1 6 1 1 1
+"1145" 3 0 1 0 3 3 1 1 1 2 2 2 2 3 4 4 37 0 0 0 1 5 0 0 1 3 1 3 2 7 0 3 1
+"1146" 2 1 0 0 1 1 1 3 1 2 2 1 1 3 1 1 58 0 0 0 0 5 0 0 1 5 3 1 1 8 0 0 1
+"1147" 3 0 0 0 1 2 3 3 1 3 3 2 2 3 4 8 25 0 1 0 0 5 0 0 1 1 1 2 2 7 0 2 1
+"1148" 2 0 1 0 1 3 3 3 1 3 3 2 1 2 2 5 30 0 0 0 0 5 0 0 1 4 1 3 2 6 0 0 1
+"1149" 2 0 0 1 1 2 1 3 2 1 2 1 2 2 4 3 25 0 0 0 1 5 0 0 1 2 2 1 1 8 0 0 1
+"1150" 3 0 0 0 1 2 1 1 3 3 2 1 3 2 4 7 23 0 0 0 0 5 0 0 1 4 1 3 1 7 1 2 1
+"1151" 3 0 0 0 1 1 3 1 2 2 3 2 1 2 2 5 30 0 0 0 0 5 0 0 1 4 2 2 1 5 0 1 1
+"1152" 1 0 0 0 1 3 1 1 2 1 3 2 3 3 3 4 52 0 0 0 0 5 0 0 1 1 1 3 2 10 0 3 1
+"1153" 1 0 0 0 3 3 3 3 1 3 3 3 2 3 4 7 22 0 0 0 0 5 0 0 1 5 1 2 1 8 1 0 1
+"1154" 3 0 0 0 1 1 3 3 3 1 2 1 1 1 2 3 33 0 0 1 1 5 0 0 1 4 3 3 2 5 0 4 1
+"1155" 3 1 0 0 3 1 3 3 1 2 2 1 2 2 1 4 30 1 0 0 0 5 0 0 1 3 2 2 1 1 0 2 1
+"1156" 1 1 0 0 1 1 3 3 3 1 3 1 1 3 1 3 46 1 0 0 0 5 0 0 1 6 3 1 1 10 0 0 1
+"1157" 3 1 0 0 3 1 3 3 3 2 2 2 1 3 1 2 39 1 0 0 0 5 0 0 1 4 2 3 1 1 0 0 1
+"1158" 3 0 1 0 1 1 3 1 3 1 3 1 3 2 4 3 43 1 0 0 0 5 0 0 1 5 1 1 1 1 0 4 1
+"1159" 1 1 0 0 1 3 3 3 1 1 3 2 3 2 4 3 40 1 0 0 0 5 0 0 1 3 3 3 1 1 0 1 1
+"1160" 1 1 0 0 1 1 3 3 3 3 3 2 2 2 2 2 39 1 0 0 0 5 0 0 1 5 2 3 1 8 0 0 1
+"1161" 3 0 1 0 1 3 3 1 1 2 2 2 1 3 3 3 36 1 0 0 0 5 0 0 1 3 1 2 1 1 0 0 1
+"1162" 2 0 1 0 3 3 3 1 3 2 2 2 3 3 5 3 26 1 0 0 0 5 0 0 1 3 1 3 1 5 0 3 1
+"1163" 1 0 0 0 1 3 1 3 3 2 3 3 1 3 1 2 20 1 0 0 0 5 0 0 1 4 1 1 1 1 0 0 1
+"1164" 1 0 0 1 1 3 1 1 3 4 3 2 2 3 3 7 26 1 1 0 1 5 0 0 1 2 2 2 1 8 1 0 1
+"1165" 2 0 1 0 1 1 3 3 3 2 3 2 1 2 4 3 40 1 0 0 0 5 0 0 1 5 3 3 2 5 0 0 1
+"1166" 2 0 1 0 3 1 1 3 3 2 2 1 1 1 1 3 30 1 0 0 0 5 0 0 1 5 3 1 1 10 3 0 1
+"1167" 3 0 0 0 1 3 3 3 1 3 2 3 1 3 1 4 18 1 0 0 0 5 0 0 1 5 1 3 2 7 0 2 1
+"1168" 1 1 0 0 1 3 1 1 3 1 4 1 1 1 2 2 38 1 0 1 0 5 0 0 1 3 2 2 1 10 0 0 1
+"1169" 1 0 0 1 3 3 3 3 3 3 2 3 2 3 4 5 28 1 0 0 1 5 0 0 1 5 3 1 1 10 0 0 1
+"1170" 2 1 0 0 3 1 3 3 1 1 3 2 1 2 1 2 58 1 0 0 0 5 0 0 1 5 1 3 1 1 0 0 1
+"1171" 1 1 0 0 1 3 2 3 1 1 2 2 3 2 5 2 65 0 0 0 1 2 0 0 1 6 3 3 2 6 0 1 1
+"1172" 1 0 0 0 1 3 1 3 3 3 2 2 2 3 3 5 24 0 0 0 1 2 0 0 1 3 3 2 1 3 0 1 1
+"1173" 1 0 0 1 1 3 2 3 2 1 1 2 1 3 4 7 20 0 0 0 0 2 0 0 1 5 1 2 2 7 0 0 1
+"1174" 3 1 0 0 1 1 3 1 3 1 3 1 3 3 5 3 36 1 0 0 1 2 0 0 1 3 3 2 2 4 0 1 1
+"1175" 3 0 0 0 3 3 1 3 1 3 1 2 2 3 5 7 28 1 0 0 1 2 0 0 1 1 1 1 1 5 2 0 1
+"1176" 1 1 0 0 3 3 1 3 3 1 3 1 1 3 4 9 22 1 0 0 0 2 0 0 1 2 1 2 2 7 0 1 1
+"1177" 3 0 0 0 1 3 3 3 3 1 3 3 1 3 4 3 50 1 0 0 0 2 0 0 1 5 3 2 2 5 0 1 1
+"1178" 1 1 0 0 1 3 1 3 2 2 2 1 3 2 4 5 42 0 0 1 1 2 0 0 1 4 3 1 2 6 0 0 1
+"1179" 3 0 1 0 1 1 3 3 1 3 3 2 3 3 2 5 54 0 0 1 0 2 0 0 1 6 3 3 1 6 0 4 1
+"1180" 1 0 0 0 3 3 3 3 3 2 3 1 3 2 4 5 23 0 0 1 0 2 0 0 1 3 2 1 1 8 0 1 1
+"1181" 1 0 0 1 1 1 3 3 3 2 3 1 1 3 4 7 25 0 1 0 1 2 0 0 1 2 3 3 1 3 1 1 1
+"1182" 3 0 0 1 3 1 3 1 3 2 3 1 2 1 4 3 32 0 0 1 0 2 0 0 1 5 2 2 1 2 0 0 1
+"1183" 1 1 0 0 3 1 1 1 3 4 3 1 2 2 2 3 58 0 0 0 0 2 0 0 1 2 1 3 1 10 0 0 1
+"1184" 3 0 0 0 3 1 1 1 1 2 2 2 1 2 1 3 30 0 0 1 0 2 0 0 1 4 1 3 1 6 0 4 1
+"1185" 1 1 0 0 3 1 3 3 2 1 3 1 1 2 1 3 50 0 0 1 0 2 0 0 1 5 1 3 1 1 4 0 1
+"1186" 1 1 0 0 3 3 1 3 3 1 3 2 1 2 2 5 34 0 0 1 0 2 0 0 1 2 1 1 1 8 0 0 1
+"1187" 1 0 0 0 1 3 3 3 3 1 3 3 3 3 3 1 44 1 0 0 0 2 0 0 1 5 2 1 1 10 1 0 1
+"1188" 1 0 0 1 3 1 1 3 3 1 3 1 1 2 2 2 43 1 0 0 0 2 0 0 1 5 3 2 1 6 0 0 1
+"1189" 1 1 0 0 1 3 3 3 3 2 3 1 3 3 4 5 25 1 0 0 0 2 0 0 1 5 1 3 1 5 0 1 1
+"1190" 2 0 1 0 3 3 1 3 3 1 3 2 1 2 4 3 44 1 0 0 1 2 0 0 1 3 1 3 2 6 4 0 1
+"1191" 2 0 1 0 1 1 3 3 1 3 3 3 3 3 4 3 54 1 0 0 0 5 0 0 1 5 1 3 2 7 0 2 1
+"1192" 2 0 0 1 1 1 3 3 1 3 4 1 1 2 4 2 20 1 0 0 0 5 0 0 1 2 1 3 1 8 0 1 1
+"1193" 2 0 1 0 1 3 3 3 1 3 4 3 1 3 4 8 25 0 0 0 1 5 0 0 1 6 1 3 2 7 3 0 1
+"1194" 2 0 0 1 1 3 1 3 1 4 4 1 2 3 4 8 19 1 0 0 0 5 0 0 1 5 1 3 2 6 4 0 1
+"1195" 1 0 0 0 1 1 1 1 3 3 2 2 1 3 2 6 19 1 0 0 0 5 0 0 1 5 1 1 1 5 1 1 1
+"1196" 2 1 0 0 1 3 3 1 1 2 3 2 3 3 4 7 34 1 0 0 0 5 0 0 1 3 2 1 2 6 1 1 1
+"1197" 2 0 0 1 3 3 1 3 1 2 4 1 1 3 1 7 36 1 0 0 0 5 0 0 1 6 1 3 1 5 3 0 1
+"1198" 2 1 0 0 3 3 1 3 1 2 3 2 2 3 5 5 29 1 0 0 0 5 0 0 1 3 1 3 2 10 0 0 1
+"1199" 2 0 1 0 3 3 1 3 3 2 2 2 3 3 4 7 35 1 0 0 0 5 0 0 1 5 3 2 1 7 1 0 1
+"1200" 2 1 0 0 1 3 1 3 3 1 3 1 1 3 2 5 74 0 0 0 0 5 0 0 1 5 1 3 2 6 4 0 1
+"1201" 3 0 1 0 3 2 1 3 1 1 2 2 2 3 4 5 30 1 0 0 0 5 0 0 1 3 1 3 2 4 1 1 1
+"1202" 3 0 0 0 3 3 3 3 3 2 3 3 2 3 4 6 18 1 0 0 0 5 0 0 1 5 2 2 1 7 0 2 1
+"1203" 3 1 0 0 3 3 1 3 3 3 2 1 2 3 5 9 32 0 1 0 0 5 0 0 1 5 1 3 1 7 1 0 1
+"1204" 2 0 0 0 1 1 3 3 3 4 2 1 1 2 2 6 18 0 0 0 0 5 0 0 1 2 2 2 1 1 2 0 1
+"1205" 3 0 0 0 3 3 3 3 1 2 3 3 3 3 4 6 19 1 0 0 0 5 0 0 1 2 1 3 1 5 1 2 1
+"1206" 1 1 0 0 1 2 1 3 3 1 2 1 1 1 2 1 41 1 0 0 0 5 0 0 1 4 2 1 1 10 0 0 1
+"1207" 3 1 0 0 1 3 1 3 1 1 2 1 1 2 4 3 24 0 0 1 0 5 0 0 1 5 2 2 1 6 0 0 1
+"1208" 1 1 0 0 1 3 1 3 3 1 2 2 1 3 4 3 60 1 0 0 0 5 0 0 1 5 3 3 1 6 0 0 1
+"1209" 1 0 0 1 1 3 1 3 3 2 2 2 1 2 3 2 38 1 0 0 0 5 0 0 1 5 2 2 1 8 0 0 1
+"1210" 1 0 0 0 1 3 3 1 3 4 2 2 1 2 4 8 21 1 0 0 0 5 0 0 1 2 2 2 1 8 0 0 1
+"1211" 2 0 0 0 1 3 1 3 3 3 2 1 1 1 4 6 18 1 0 0 0 5 0 0 1 3 2 3 2 1 0 0 1
+"1212" 1 1 0 0 1 3 1 3 3 1 2 2 2 3 5 3 28 0 0 1 0 5 0 0 1 3 3 2 1 10 0 0 1
+"1213" 1 1 0 0 1 2 1 3 2 1 3 1 1 2 1 1 57 1 0 0 0 5 0 0 1 5 3 1 1 10 1 0 1
+"1214" 1 1 0 0 3 3 3 1 3 3 3 2 3 3 4 3 35 0 0 1 0 5 0 0 1 2 1 2 2 7 0 2 1
+"1215" 1 1 0 0 1 3 1 3 1 4 4 1 2 3 4 3 38 1 0 0 0 5 0 0 1 5 3 2 1 7 0 3 1
+"1216" 3 0 0 0 3 3 1 1 1 3 4 3 3 3 4 7 24 1 0 0 0 5 0 0 1 3 2 3 2 1 2 0 1
+"1217" 1 1 0 0 1 3 3 2 3 2 4 2 1 1 4 4 47 1 0 0 1 5 0 0 1 2 2 2 2 9 1 0 1
+"1218" 3 1 0 0 3 1 1 3 1 2 2 2 1 3 3 7 25 1 0 0 0 5 0 0 1 2 3 3 2 8 0 3 1
+"1219" 1 1 0 0 1 3 1 3 1 2 2 2 3 3 2 7 36 1 0 0 0 5 0 0 1 5 3 3 2 5 1 0 1
+"1220" 1 1 0 0 3 3 1 3 3 3 2 2 1 3 4 7 63 0 0 0 0 5 0 0 1 5 3 1 1 10 0 0 1
+"1221" 1 1 0 0 1 3 3 3 1 4 3 2 2 2 5 9 44 0 1 0 0 5 0 0 1 5 2 1 1 8 0 0 1
+"1222" 3 1 0 0 3 2 3 2 1 3 2 3 2 3 3 5 45 0 0 0 1 5 0 0 1 2 1 2 1 8 0 2 1
+"1223" 1 1 0 0 3 1 3 3 3 4 3 2 2 3 2 5 39 0 0 1 1 5 0 0 1 2 2 2 1 5 0 0 1
+"1224" 1 0 0 1 1 1 1 3 3 2 4 1 2 2 3 3 33 0 0 0 0 5 0 0 1 3 3 2 2 3 0 0 1
+"1225" 3 0 1 0 3 3 3 3 1 4 3 1 1 2 4 8 24 1 0 0 0 5 0 0 1 2 2 1 2 5 3 0 1
+"1226" 1 0 0 0 1 3 3 3 3 2 4 3 2 3 4 5 32 1 0 0 0 5 0 0 1 2 3 2 2 8 1 3 1
+"1227" 1 1 0 0 3 3 1 1 3 2 3 2 1 3 4 4 51 1 0 0 0 5 0 0 1 3 2 1 1 8 0 1 1
+"1228" 3 0 0 0 1 3 1 3 3 3 2 2 3 3 4 9 62 1 0 0 0 5 0 0 1 2 3 3 2 10 0 1 1
+"1229" 3 0 0 0 1 3 3 1 3 1 2 1 1 2 2 3 32 1 0 0 0 5 0 0 1 1 1 3 1 8 0 2 1
+"1230" 2 0 1 0 3 3 3 1 1 2 3 2 1 2 4 2 50 1 0 0 0 5 0 0 1 5 3 3 1 5 1 0 1
+"1231" 1 1 0 0 1 3 1 3 1 4 3 2 2 3 4 4 36 1 0 0 0 5 0 0 1 4 2 2 1 6 1 0 1
+"1232" 3 0 0 0 1 3 1 1 3 4 2 1 2 3 4 5 20 0 0 0 0 5 0 0 1 3 2 2 2 9 0 0 1
+"1233" 1 1 0 0 3 3 3 3 3 4 2 3 3 3 4 6 52 0 0 0 0 5 0 0 1 3 2 1 2 10 0 1 1
+"1234" 2 0 1 0 1 3 3 1 3 2 4 1 1 3 4 3 48 1 0 0 0 5 0 0 1 3 3 2 1 5 0 0 1
+"1235" 3 1 0 0 3 3 1 3 1 2 4 2 2 2 2 7 43 1 0 0 0 5 0 0 1 4 3 2 2 6 0 0 1
+"1236" 3 0 0 1 3 1 1 3 3 1 3 2 1 3 2 3 53 1 0 0 0 5 0 0 1 5 2 3 2 1 1 3 1
+"1237" 1 0 0 1 1 2 3 3 1 3 3 1 3 2 3 9 20 0 0 0 0 5 0 0 1 4 1 3 2 4 1 0 1
+"1238" 3 0 0 0 3 3 3 3 1 3 4 2 2 3 5 7 23 1 0 0 0 5 0 0 1 4 2 3 2 5 1 3 1
+"1239" 3 0 0 0 1 3 3 3 3 2 4 2 2 3 2 3 55 0 0 0 0 5 0 0 1 5 3 2 2 2 0 0 1
+"1240" 3 0 0 0 3 3 1 3 1 4 2 2 3 2 4 8 32 0 0 0 0 5 0 0 1 4 1 3 2 8 0 4 1
+"1241" 2 1 0 0 3 3 1 1 1 2 3 2 1 3 2 7 28 0 1 0 0 5 0 0 1 5 3 2 1 5 1 0 1
+"1242" 3 1 0 0 3 2 1 1 3 1 4 2 1 3 3 2 57 0 0 1 0 5 0 0 1 5 3 2 2 6 0 2 1
+"1243" 1 0 0 1 1 3 3 3 3 4 2 3 3 3 5 3 33 1 0 0 0 5 0 0 1 5 2 1 1 10 0 0 1
+"1244" 1 1 0 0 1 1 3 3 1 1 4 2 2 2 5 3 50 1 0 0 0 5 0 0 1 5 1 3 1 7 0 0 1
+"1245" 3 1 0 0 3 1 1 3 1 3 3 1 1 3 3 7 47 0 1 0 0 5 0 0 1 3 1 1 2 8 1 1 1
+"1246" 1 1 0 0 1 3 3 3 1 2 3 3 3 3 4 3 45 0 0 1 1 5 0 0 1 5 3 2 2 5 0 0 1
+"1247" 3 0 1 0 3 3 3 1 1 2 3 2 1 2 4 5 33 0 0 0 0 5 0 0 1 5 1 3 1 3 2 0 1
+"1248" 1 1 0 0 1 1 1 3 3 4 2 2 3 2 2 3 33 1 0 0 0 5 0 0 1 5 2 2 2 5 0 2 1
+"1249" 3 0 0 0 1 1 1 1 3 2 3 2 3 3 4 5 25 1 0 0 0 5 0 0 1 5 3 3 2 1 0 3 1
+"1250" 3 0 1 0 1 2 3 3 3 2 3 2 3 2 4 2 34 1 0 0 0 5 0 0 1 5 1 1 1 7 3 0 1
+"1251" 1 0 0 0 1 3 1 3 1 2 2 3 3 3 1 5 18 1 0 0 0 5 0 0 1 5 3 1 1 10 0 1 1
+"1252" 1 1 0 0 1 1 1 3 3 1 2 4 2 3 2 8 26 1 0 0 0 5 0 0 1 3 2 1 1 8 4 0 1
+"1253" 1 0 0 0 3 1 1 3 3 1 4 2 2 3 3 7 21 0 1 0 0 5 0 0 1 2 3 2 1 8 0 0 1
+"1254" 1 1 0 0 3 2 1 3 1 3 3 2 3 3 4 5 32 1 0 0 0 5 0 0 1 5 2 1 1 8 0 0 1
+"1255" 2 0 1 0 1 3 1 3 1 3 3 2 2 3 3 5 38 0 0 1 1 5 0 0 1 2 3 3 1 3 3 1 1
+"1256" 1 1 0 0 3 3 3 3 1 3 2 2 1 3 2 9 27 0 1 0 0 5 0 0 1 1 3 1 2 7 1 0 1
+"1257" 3 0 1 0 1 1 3 3 1 2 4 1 1 3 4 6 33 0 0 1 0 5 0 0 1 2 1 3 2 5 0 2 1
+"1258" 1 1 0 0 3 1 3 3 3 4 4 3 3 3 4 9 31 1 1 0 1 5 0 0 1 3 1 2 2 8 0 1 1
+"1259" 1 1 0 0 1 1 1 3 1 1 2 2 3 2 4 5 54 0 0 0 0 5 0 0 1 3 3 1 1 8 0 0 1
+"1260" 3 0 0 0 1 1 3 1 3 4 1 1 1 3 2 9 43 0 1 0 1 5 0 0 1 1 1 3 1 1 0 0 1
+"1261" 1 0 0 0 3 3 3 3 3 3 2 2 2 2 3 8 22 1 0 0 1 5 0 0 1 4 3 1 1 7 0 0 1
+"1262" 1 0 0 0 3 3 1 3 1 1 2 3 1 3 4 7 19 1 0 0 0 5 0 0 1 5 3 1 2 3 0 0 1
+"1263" 3 0 0 0 3 3 3 3 2 3 3 1 2 2 4 7 31 0 0 1 0 5 0 0 1 3 1 3 1 1 3 0 1
+"1264" 2 0 1 0 3 3 3 3 3 1 1 2 1 2 4 2 49 1 0 0 0 5 0 0 1 5 3 1 1 8 0 1 1
+"1265" 2 0 1 0 3 1 3 3 3 3 3 2 1 3 5 5 25 1 0 0 0 5 0 0 1 2 3 3 2 6 0 1 1
+"1266" 2 0 1 0 3 3 3 3 1 3 3 1 1 3 3 9 28 1 0 0 0 5 0 0 1 1 3 2 2 5 0 1 1
+"1267" 3 0 1 0 3 3 1 3 1 4 3 2 1 3 3 7 43 1 0 0 1 5 0 0 1 3 1 3 2 10 0 2 1
+"1268" 3 1 0 0 1 1 1 3 3 1 3 4 2 3 4 7 25 1 0 0 0 5 0 0 1 3 3 3 2 6 1 0 1
+"1269" 1 0 0 1 1 3 3 3 3 1 3 3 1 4 4 5 25 0 0 0 0 5 0 0 1 4 3 2 1 5 0 0 1
+"1270" 2 0 0 0 3 3 1 1 1 3 3 1 2 3 4 6 18 0 0 0 0 5 0 0 1 4 2 2 1 6 1 0 1
+"1271" 1 1 0 0 1 2 1 3 1 1 3 1 1 2 2 3 25 1 0 0 0 5 0 0 1 5 2 3 1 5 0 0 1
+"1272" 3 0 0 0 1 3 3 1 1 4 2 1 1 2 4 9 22 1 0 0 0 5 0 0 1 2 1 3 1 5 0 3 1
+"1273" 3 0 0 0 1 1 3 1 3 4 3 2 1 2 2 8 20 0 1 0 1 5 0 0 1 1 1 3 1 8 0 3 1
+"1274" 1 1 0 0 1 1 3 1 1 3 3 2 2 2 4 3 46 1 0 0 0 5 0 0 1 5 2 3 1 8 0 0 1
+"1275" 2 1 0 0 3 3 3 3 3 2 3 2 2 2 2 5 27 0 0 0 0 5 0 0 1 4 3 2 2 1 0 2 1
+"1276" 2 0 1 0 3 3 1 1 1 2 4 4 1 2 3 9 29 1 0 0 0 5 0 0 1 2 1 3 2 5 4 0 1
+"1277" 2 0 1 0 1 3 1 3 1 3 2 2 2 3 3 7 47 1 0 0 0 5 0 0 1 5 1 3 1 8 0 4 1
+"1278" 1 1 0 0 1 3 1 3 1 2 3 2 1 2 4 6 24 0 0 0 0 5 0 0 1 2 3 1 1 6 3 0 1
+"1279" 3 0 0 0 3 1 1 3 1 2 2 1 2 3 3 9 25 1 0 0 0 5 0 0 1 3 1 2 1 3 2 1 1
+"1280" 1 1 0 0 1 1 3 3 3 2 3 3 3 3 5 3 36 1 0 0 0 5 0 0 1 5 2 3 1 10 0 4 1
+"1281" 1 1 0 0 3 3 3 3 1 2 1 4 2 3 3 6 23 0 0 0 0 5 0 0 1 3 2 2 2 7 0 2 1
+"1282" 1 1 0 0 1 1 1 3 1 1 2 2 2 2 4 1 50 1 0 0 0 5 0 0 1 6 1 2 1 6 0 0 1
+"1283" 1 0 0 0 3 3 1 3 1 3 3 1 2 3 4 5 18 0 0 0 0 1 0 0 1 5 3 2 2 7 0 0 1
+"1284" 3 0 0 0 1 3 1 3 3 2 2 3 2 3 4 6 18 0 0 0 1 1 0 0 1 2 3 3 2 7 0 4 1
+"1285" 3 0 0 0 1 3 1 3 3 2 3 3 2 3 4 5 19 0 0 0 0 1 0 0 1 2 1 2 2 7 0 3 1
+"1286" 2 1 0 0 3 1 1 1 3 2 3 3 3 3 5 2 32 0 0 1 0 1 0 0 1 5 3 3 1 5 2 0 1
+"1287" 1 1 0 0 1 2 1 1 1 4 3 2 2 3 3 9 25 0 1 0 0 1 0 0 1 3 2 2 2 9 0 0 1
+"1288" 3 0 0 0 3 3 1 3 3 4 3 1 3 3 4 8 22 0 0 0 0 1 0 0 1 5 2 1 1 7 1 0 1
+"1289" 1 1 0 0 3 3 1 3 3 3 1 3 3 3 4 2 62 0 0 0 0 1 0 0 1 1 2 3 1 9 0 0 1
+"1290" 3 0 0 1 3 1 1 3 3 1 2 4 1 2 2 2 50 1 0 0 0 1 0 0 1 2 2 1 1 5 0 4 1
+"1291" 1 0 0 1 1 3 3 3 3 2 3 2 3 3 4 3 27 0 0 0 0 1 0 0 1 1 2 2 2 8 1 1 1
+"1292" 3 0 1 0 2 1 1 3 3 2 4 3 1 3 3 5 28 0 0 1 1 1 0 0 1 5 2 3 2 10 2 0 1
+"1293" 2 0 0 0 3 3 3 3 3 2 4 2 2 3 4 5 19 0 0 1 0 1 0 0 1 5 1 3 1 6 1 1 1
+"1294" 3 0 0 0 1 3 3 1 1 3 4 2 3 3 4 2 50 0 0 0 0 1 0 0 1 2 1 3 2 7 3 1 1
+"1295" 1 0 0 0 1 2 1 3 1 4 2 2 2 3 4 6 23 0 1 0 0 1 0 0 1 2 1 2 1 8 1 1 1
+"1296" 1 1 0 0 3 3 3 3 3 3 4 2 3 3 2 3 33 0 0 1 0 1 0 0 1 4 3 2 1 10 3 0 1
+"1297" 3 0 1 0 3 1 1 1 3 1 3 2 2 2 4 5 34 0 0 1 0 1 0 0 1 6 1 3 1 6 1 0 1
+"1298" 2 1 0 0 1 3 1 3 1 3 3 3 1 2 4 2 42 0 0 1 1 1 0 0 1 4 1 2 2 5 1 1 1
+"1299" 1 0 1 0 1 3 3 3 3 3 3 2 1 3 5 7 28 0 0 1 0 1 0 0 1 2 3 1 2 9 0 1 1
+"1300" 3 0 0 1 3 3 1 3 2 3 2 1 1 3 3 5 24 0 0 0 0 1 0 0 1 3 1 3 2 7 0 4 1
+"1301" 1 1 0 0 1 3 3 3 3 2 3 2 2 2 3 3 52 1 0 0 0 1 0 0 1 6 3 2 1 6 0 0 1
+"1302" 1 1 0 0 3 3 3 1 3 1 2 1 1 2 2 1 66 1 0 0 0 1 0 0 1 5 3 1 1 6 0 0 1
+"1303" 2 0 1 0 3 3 2 3 2 3 2 2 1 3 4 5 23 1 0 0 0 1 0 0 1 2 3 3 2 7 2 0 1
+"1304" 2 0 1 0 1 3 3 3 3 2 2 1 1 2 2 3 32 1 0 0 0 1 0 0 1 5 1 3 1 7 1 0 1
+"1305" 1 0 0 1 3 3 3 3 2 2 3 2 1 2 3 3 42 0 0 1 1 1 0 0 1 4 3 1 1 7 0 0 1
+"1306" 1 1 0 0 3 3 3 3 3 1 2 2 1 3 2 5 24 1 0 0 0 1 0 0 1 3 3 1 1 8 0 0 1
+"1307" 3 0 0 0 3 2 3 3 3 1 2 2 1 3 4 5 23 0 0 0 0 1 0 0 1 6 1 3 1 1 0 0 1
+"1308" 1 0 0 1 3 1 3 3 3 4 4 3 2 2 4 2 78 0 0 1 0 1 0 0 1 5 2 2 2 8 0 0 1
+"1309" 1 0 1 0 3 1 3 3 1 4 4 3 2 2 3 2 68 0 0 1 0 1 0 0 1 5 2 2 2 8 0 0 1
+"1310" 1 1 0 0 3 1 3 3 1 1 1 2 2 3 4 3 48 0 0 0 0 1 0 0 1 4 2 2 1 5 0 0 1
+"1311" 3 0 1 0 3 1 3 3 3 2 2 2 2 3 4 3 36 0 0 1 0 1 0 0 1 5 1 3 1 1 0 4 1
+"1312" 1 0 0 0 3 1 1 1 3 2 4 1 2 2 1 2 43 1 0 0 0 1 0 0 1 3 1 2 2 8 0 0 1
+"1313" 2 0 1 0 3 1 1 2 2 4 1 4 3 2 3 1 42 1 0 0 0 1 0 0 1 5 1 3 1 8 4 0 1
+"1314" 2 0 1 0 3 1 3 1 1 2 1 1 1 3 3 2 45 1 0 0 1 1 0 0 1 4 2 3 2 5 4 0 1
+"1315" 2 0 0 0 3 1 3 3 1 1 3 3 2 3 3 7 20 1 0 0 0 1 0 0 1 5 2 3 2 8 1 0 1
+"1316" 2 0 1 0 3 3 1 3 1 3 3 1 1 4 4 7 26 0 0 0 0 1 0 0 1 1 3 3 2 9 4 0 1
+"1317" 3 0 1 0 3 1 3 3 1 2 2 3 2 3 4 8 25 0 0 0 0 1 0 0 1 2 1 3 2 6 0 0 1
+"1318" 1 1 0 0 1 1 3 3 3 1 4 2 1 1 5 3 50 1 0 0 0 1 0 0 1 5 1 3 1 6 0 4 1
+"1319" 2 0 1 0 1 3 3 3 1 2 2 2 2 2 5 5 47 0 0 0 0 1 0 0 1 1 1 3 1 7 0 4 1
+"1320" 3 0 1 0 3 3 3 1 1 2 3 2 3 2 5 3 34 0 0 0 0 1 0 0 1 1 1 3 1 4 0 4 1
+"1321" 3 1 0 0 1 1 3 3 1 1 2 2 2 2 5 5 37 1 0 0 0 1 0 0 1 1 1 3 1 6 0 4 1
+"1322" 1 1 0 0 3 3 3 3 3 1 4 2 3 3 4 3 40 0 0 0 0 1 0 0 1 2 3 3 1 8 0 0 1
+"1323" 1 0 0 0 3 2 1 3 1 3 4 2 1 3 4 4 37 1 0 0 0 1 0 0 1 5 3 2 1 7 0 4 1
+"1324" 2 1 0 0 3 2 3 3 1 3 4 2 1 3 4 7 31 1 0 0 0 1 0 0 1 3 3 2 1 8 1 0 1
+"1325" 1 0 0 0 1 2 3 3 1 2 4 1 1 2 2 4 27 1 0 0 0 1 0 0 1 4 1 3 1 8 0 0 1
+"1326" 2 0 0 0 3 3 1 3 1 1 1 3 2 3 4 2 34 0 0 1 0 1 0 0 1 4 2 2 2 8 0 0 1
+"1327" 2 0 1 0 3 3 1 3 3 4 3 2 3 3 4 6 27 1 0 0 0 1 0 0 1 5 2 3 2 9 1 2 1
+"1328" 3 0 0 1 1 1 1 3 3 2 3 2 3 3 3 6 18 0 0 0 0 1 0 0 1 2 1 3 2 6 0 4 1
+"1329" 3 0 0 1 3 1 1 3 3 4 3 1 2 2 3 7 20 0 0 1 1 1 0 0 1 2 1 2 2 6 1 1 1
+"1330" 1 0 1 0 3 3 1 3 1 3 4 2 2 2 4 7 30 1 0 0 0 1 0 0 1 3 2 2 1 5 0 0 1
+"1331" 3 1 0 0 3 3 3 3 1 2 3 2 3 3 4 7 40 0 1 0 0 1 0 0 1 2 1 2 2 8 0 2 1
+"1332" 1 1 0 0 1 2 3 3 1 3 3 1 2 3 3 3 46 0 0 1 1 1 0 0 1 5 3 2 1 8 0 0 1
+"1333" 1 0 0 1 1 3 3 1 3 4 1 3 1 3 4 8 21 0 0 0 0 1 0 0 1 6 3 1 1 8 0 0 1
+"1334" 3 0 1 0 1 3 1 3 1 2 3 2 3 2 4 3 29 1 0 0 1 1 0 0 1 2 3 2 1 7 0 1 1
+"1335" 2 0 0 0 1 3 1 1 3 4 4 1 1 2 2 3 35 1 0 1 0 1 0 0 1 5 3 3 1 5 0 1 1
+"1336" 3 0 0 0 1 3 1 1 3 2 3 1 1 3 1 2 27 0 0 0 0 1 0 0 1 2 3 3 1 7 0 4 1
+"1337" 3 0 1 0 3 3 1 3 1 3 3 2 1 3 4 6 27 0 0 1 0 1 0 0 1 4 1 3 2 1 0 1 1
+"1338" 3 1 0 0 3 3 1 3 1 3 3 1 2 3 4 5 29 0 0 0 1 1 0 0 1 1 3 3 2 4 2 0 1
+"1339" 3 1 0 0 1 3 1 1 1 1 3 1 1 3 1 2 25 0 0 1 0 1 0 0 1 5 3 2 1 7 2 0 1
+"1340" 1 1 0 0 3 3 1 3 3 1 3 4 3 4 3 4 27 0 0 1 0 1 0 0 1 5 3 3 1 7 2 0 1
+"1341" 1 0 0 0 1 3 1 3 3 3 2 1 3 3 4 2 22 0 0 1 0 1 0 0 1 1 3 3 1 9 1 3 1
+"1342" 3 0 0 0 1 1 3 1 3 2 3 1 1 2 4 8 20 0 0 0 1 1 0 0 1 1 1 3 2 1 0 4 1
+"1343" 2 0 0 0 1 3 3 1 3 2 4 2 2 2 4 2 24 0 0 0 0 1 0 0 1 5 3 2 1 7 0 3 1
+"1344" 3 0 1 0 1 1 3 1 3 1 4 1 2 3 4 5 24 0 0 0 0 1 0 0 1 1 1 3 2 3 0 4 1
+"1345" 3 1 0 0 2 3 1 1 1 2 3 1 1 1 1 3 54 0 0 0 0 1 0 0 1 2 1 3 1 1 0 4 1
+"1346" 1 1 0 0 1 1 3 3 1 4 3 2 2 2 4 3 35 1 0 0 0 1 0 0 1 5 1 2 1 8 0 0 1
+"1347" 1 1 0 0 3 3 3 3 1 4 2 1 1 3 2 9 33 0 1 0 0 1 0 0 1 4 3 3 2 1 0 2 1
+"1348" 3 0 1 0 1 1 3 3 1 1 4 2 2 3 4 3 35 0 0 1 0 1 0 0 1 4 1 3 1 5 0 0 1
+"1349" 1 1 0 0 1 1 3 3 1 1 3 1 2 2 5 3 68 0 0 0 0 1 0 0 1 5 1 2 1 6 0 0 1
+"1350" 1 1 0 0 1 1 3 3 1 3 3 2 2 3 4 5 29 0 0 0 0 1 0 0 1 4 3 3 1 6 0 0 1
+"1351" 1 1 0 0 1 1 3 3 1 2 3 4 3 3 4 3 43 0 0 1 0 1 0 0 1 5 3 2 1 9 0 0 1
+"1352" 1 1 0 0 1 3 3 3 3 3 2 1 1 2 4 3 47 0 0 0 1 1 0 0 1 5 1 1 1 6 0 3 1
+"1353" 2 1 0 0 1 3 1 3 3 3 4 2 1 3 3 8 25 1 0 0 0 1 0 0 1 5 1 3 1 8 1 2 1
+"1354" 3 0 0 0 3 1 3 1 3 4 2 2 2 2 3 9 24 0 0 0 0 1 0 0 1 2 1 3 1 1 1 2 1
+"1355" 2 0 0 0 3 3 3 1 3 3 3 2 3 3 4 9 22 0 0 0 0 1 0 0 1 5 2 3 1 8 2 1 1
+"1356" 3 0 0 0 3 3 3 2 1 4 3 1 2 3 3 7 26 0 0 0 1 1 0 0 1 3 1 2 2 3 0 4 1
+"1357" 3 0 0 1 3 3 1 1 1 1 4 2 1 3 2 3 46 0 0 1 0 1 0 0 1 3 2 3 1 7 2 0 1
+"1358" 1 1 0 0 1 3 3 1 3 3 2 2 1 3 5 5 36 0 0 0 1 1 0 0 1 5 3 3 1 5 1 1 1
+"1359" 3 0 0 0 1 3 3 1 1 3 3 3 2 3 5 8 23 0 0 0 0 1 0 0 1 2 1 3 1 7 1 0 1
diff --git a/data/mid.tab b/data/mid.tab
new file mode 100644
index 0000000..a900207
--- /dev/null
+++ b/data/mid.tab
@@ -0,0 +1,3127 @@
+"conflict" "major" "contig" "power" "maxdem" "mindem" "years"
+"392" 1 1 0 0.476666003465652 10 -3 0
+"581" 1 1 0 0.0813518986105919 10 -1 0
+"797" 1 0 1 0.286852598190308 8 -9 0
+"814" 1 1 0 0.0176692996174097 10 -7 0
+"1016" 1 1 0 0.00729040009900928 10 -9 0
+"1201" 1 1 0 0.0737147033214569 10 -7 0
+"1628" 1 0 1 0.00242269993759692 -5 -9 1
+"1737" 1 1 1 0.966857016086578 -5 -9 0
+"2817" 1 1 0 0.0384683981537819 10 2 1
+"3210" 1 0 1 0.781893014907837 10 -8 2
+"3639" 1 1 0 0.387483805418015 10 -9 2
+"3861" 1 1 0 0.171595007181168 10 -9 0
+"3959" 1 0 1 0.400191307067871 8 -9 0
+"3966" 1 0 1 0.0781747028231621 1 -10 2
+"4017" 1 1 0 0.762569427490234 10 -9 1
+"4274" 1 1 0 0.661283373832703 10 -9 1
+"4337" 1 1 0 0.0495655983686447 10 2 0
+"4557" 1 1 0 0.174002498388290 10 -3 1
+"5955" 1 1 0 0.0151707995682955 10 -6 3
+"6187" 1 1 0 0.437659591436386 10 -8 3
+"6207" 1 0 1 0.194236397743225 -7 -9 3
+"6222" 1 0 1 0.467600911855698 10 1 0
+"6227" 1 1 0 0.091184601187706 -7 -9 3
+"6688" 1 0 1 0.357959598302841 2 -10 2
+"6784" 1 0 1 0.40179368853569 -7 -10 3
+"6801" 1 0 1 0.578947424888611 2 -7 3
+"6848" 1 0 1 0.691770195960999 10 -7 0
+"7036" 1 1 0 0.000420099997427315 10 -9 3
+"7357" 1 1 0 0.0439650006592274 10 10 1
+"7415" 1 0 1 0.383426696062088 4 -9 0
+"7446" 1 1 0 0.584051311016083 10 -8 3
+"7617" 1 0 1 0.350704997777939 10 -10 0
+"8056" 1 0 0 0.230131402611732 8 -8 1
+"8259" 1 0 1 0.55448591709137 4 2 4
+"8357" 1 0 1 0.75605320930481 -3 -7 0
+"8719" 1 0 1 0.374547511339188 10 1 0
+"8962" 1 0 1 0.371038109064102 9 4 0
+"9008" 1 0 1 0.324624687433243 4 -10 0
+"9181" 1 1 0 0.393531590700150 10 -8 0
+"9347" 1 1 0 0.583720028400421 10 -9 0
+"9384" 1 1 1 0.660017788410187 9 -8 3
+"9669" 1 1 0 0.51553612947464 10 -8 0
+"9719" 1 0 1 0.866891384124756 10 2 0
+"9930" 1 0 1 0.869553089141846 4 -7 4
+"10539" 1 0 1 0.575189471244812 4 2 0
+"10904" 1 0 1 0.913110971450806 10 2 0
+"11036" 1 0 0 0.62108588218689 10 0 2
+"11290" 1 1 1 0.0783355012536049 -8 -8 0
+"11384" 1 0 1 0.277290612459183 4 -10 0
+"11417" 1 0 1 0.370536595582962 9 4 0
+"11554" 1 1 0 0.126522496342659 10 -1 4
+"11622" 1 1 0 0.164729401469231 10 1 5
+"11802" 1 1 0 0.427535712718964 10 0 2
+"11950" 1 1 0 0.691027522087097 10 -8 0
+"12084" 1 1 0 0.143364906311035 10 -8 0
+"12417" 1 0 1 0.398747712373734 10 1 0
+"12695" 1 1 1 0.0455105006694794 -1 -9 4
+"12941" 1 1 0 0.723183393478394 10 -8 0
+"13055" 1 0 1 0.541555404663086 10 -7 6
+"13502" 1 1 0 0.190380901098251 10 -8 0
+"13572" 1 1 1 0.0665623992681503 10 -9 6
+"14021" 1 1 0 0.510124683380127 10 -9 0
+"14196" 1 0 1 0.452504009008408 2 -9 6
+"14283" 1 0 1 0.924536108970642 10 -7 0
+"14350" 1 0 1 0.365685790777206 9 5 0
+"14609" 1 0 1 0.0649356991052628 10 -9 6
+"15168" 1 1 0 0.171272397041321 10 -6 3
+"15198" 1 1 0 0.00442409981042147 10 2 6
+"15403" 1 0 1 0.986385703086853 4 -7 1
+"15610" 1 0 1 0.54431688785553 10 -7 7
+"15644" 1 1 0 0.0662565007805824 -7 -8 3
+"15674" 1 0 1 0.337356001138687 10 -4 1
+"15936" 1 1 0 0.739344418048859 10 -8 0
+"16013" 1 0 0 0.686891198158264 -7 -8 4
+"16466" 1 0 0 0.502303004264832 10 -8 4
+"16557" 1 0 1 0.551550686359406 4 2 1
+"16800" 1 0 1 0.952589988708496 10 -7 0
+"16878" 1 1 1 0.303718805313110 10 -7 1
+"16922" 1 0 0 0.745576500892639 10 0 1
+"16927" 1 1 1 0.111600503325462 -8 -8 0
+"17237" 1 0 1 0.838050425052643 8 -6 5
+"17290" 1 1 0 0.183086499571800 10 -8 0
+"17344" 1 1 0 0.0714209973812103 10 -7 7
+"17574" 1 0 0 0.534001171588898 8 -8 0
+"17721" 1 0 1 0.373337507247925 10 -7 0
+"18056" 1 1 1 0.47191509604454 10 -8 1
+"18101" 1 0 1 0.551472127437592 10 -7 0
+"18144" 1 0 1 0.542442977428436 4 2 0
+"18284" 1 1 1 0.629193782806396 9 -8 3
+"18368" 1 0 1 0.391481906175613 10 -4 0
+"18482" 1 1 1 0.124210499227047 -8 -8 0
+"18562" 1 0 1 0.646055519580841 -4 -7 0
+"18577" 1 0 1 0.84407252073288 8 -6 0
+"19313" 1 1 0 0.503469705581665 10 -8 0
+"19372" 1 0 0 0.083646796643734 9 -9 7
+"19454" 1 1 1 0.0166637003421783 10 -7 8
+"19767" 1 0 1 0.585526287555695 10 -8 4
+"19873" 1 0 1 0.969884872436523 10 7 0
+"20107" 1 1 0 0.00432940013706684 10 2 1
+"20539" 1 1 0 0.71014678478241 10 -8 0
+"20540" 1 1 0 0.0123699996620417 10 10 8
+"20947" 1 0 1 0.934076070785522 10 7 0
+"21129" 1 0 0 0.548888325691223 10 -7 7
+"21468" 1 1 0 0.207376793026924 10 -8 1
+"21771" 1 0 1 0.255103290081024 7 4 9
+"22064" 1 1 0 0.548381209373474 10 -8 0
+"22071" 1 0 1 0.420644998550415 10 -4 0
+"22173" 1 1 0 0.0356439016759396 10 -10 9
+"22212" 1 1 0 0.00484370021149516 10 2 0
+"22287" 1 0 1 0.361063092947006 10 -7 0
+"22569" 1 1 0 0.0129011003300548 10 4 9
+"22577" 1 0 1 0.86001181602478 8 -2 0
+"22908" 1 1 1 0.620504379272461 9 -8 0
+"22970" 1 1 1 0.293829888105392 10 -7 0
+"22998" 1 0 1 0.44549760222435 10 -1 0
+"23006" 1 0 1 0.238057494163513 5 -10 3
+"23294" 1 0 0 0.340299010276794 10 -8 3
+"23467" 1 1 1 0.0626301988959312 10 -7 2
+"23544" 1 1 1 0.152412503957748 -4 -8 1
+"23585" 1 0 1 0.0560767985880375 10 -9 2
+"23591" 1 0 1 0.544329881668091 4 2 0
+"23751" 1 0 1 0.356313109397888 9 5 2
+"23841" 1 1 1 0.177688702940941 5 -8 8
+"24255" 1 1 0 0.0178903006017208 10 -6 6
+"24276" 1 0 1 0.359595209360123 9 8 0
+"24480" 1 1 0 0.04081080108881 10 -10 0
+"24571" 1 0 0 0.0837303027510643 9 -9 0
+"25161" 1 1 1 0.143666699528694 -7 -7 10
+"25172" 1 1 1 0.616050124168396 9 -8 0
+"25273" 1 0 1 0.475847095251083 -1 -10 10
+"25492" 1 0 0 0.303693801164627 10 -8 1
+"25601" 1 1 1 0.0418918989598751 8 -8 8
+"25675" 1 0 1 0.42444908618927 -3 -9 2
+"25735" 1 0 0 0.625299274921417 -3 -8 2
+"25847" 1 0 1 0.241150006651878 8 -10 0
+"26382" 1 1 1 0.0153732001781464 -7 -8 10
+"26510" 1 1 1 0.123505696654320 -8 -8 0
+"26650" 1 1 0 0.558677315711975 10 -8 0
+"26867" 1 1 1 0.0458884015679359 10 -6 10
+"26962" 1 0 1 0.548076510429382 10 -7 1
+"27046" 1 1 1 0.0203201007097960 10 -7 10
+"27567" 1 0 1 0.094131700694561 9 8 9
+"27568" 1 0 1 0.580858111381531 10 -8 1
+"27819" 1 0 1 0.593771576881409 7 -9 7
+"28037" 1 0 1 0.374139010906219 10 -7 0
+"28113" 1 0 1 0.85638302564621 -1 -8 11
+"28263" 1 1 0 0.596703171730042 10 -8 0
+"28283" 1 0 1 0.528325080871582 10 -9 0
+"28320" 1 0 1 0.0559693984687328 10 -9 1
+"28633" 1 0 1 0.364194899797440 9 8 0
+"28951" 1 1 1 0.109461396932602 -8 -8 0
+"29045" 1 1 0 0.0797175019979477 10 -7 3
+"29136" 1 0 0 0.713316977024078 10 -1 3
+"29327" 1 0 1 0.254580497741699 -5 -7 1
+"30177" 1 0 1 0.917082071304321 10 -10 9
+"30298" 1 1 0 0.0167753994464874 10 5 11
+"30347" 1 1 1 0.0220343992114067 10 -7 0
+"30746" 1 0 1 0.704375386238098 -4 -8 1
+"30800" 1 0 1 0.187984496355057 8 -9 4
+"30981" 1 1 1 0.112102299928665 -8 -8 0
+"31148" 1 1 0 0.635837376117706 10 -8 0
+"31311" 1 1 1 0.445362001657486 10 -8 3
+"31395" 1 1 0 0.0712335035204887 10 -8 4
+"31409" 1 0 1 0.360529214143753 4 -5 12
+"31477" 1 1 0 0.00164210004732013 10 10 12
+"31592" 1 0 1 0.294107794761658 -7 -7 2
+"31722" 1 1 0 0.00369690009392798 10 -5 12
+"31737" 1 0 1 0.357008904218674 9 -7 0
+"31989" 1 1 0 0.584192872047424 10 -8 3
+"32277" 1 1 0 0.193407192826271 10 -7 1
+"32310" 1 0 1 0.429146885871887 10 -4 2
+"32386" 1 0 1 0.518481612205505 4 4 12
+"32397" 1 0 1 0.450410097837448 5 -1 2
+"32742" 1 1 0 0.0206026993691921 10 -9 11
+"32905" 1 0 1 0.433601409196854 -3 -9 1
+"33219" 1 0 1 0.385791808366776 -7 -9 3
+"33461" 1 1 0 0.03889200091362 10 -8 1
+"33498" 1 1 1 0.559637904167175 9 -8 1
+"33860" 1 1 0 0.330366313457489 5 -7 1
+"33874" 1 1 0 0.0403481982648373 10 -7 0
+"33884" 1 0 0 0.912734925746918 10 -8 4
+"33973" 1 1 1 0.332184106111526 10 -7 0
+"34232" 1 1 0 0.00399569980800152 10 -9 12
+"34234" 1 0 1 0.135729104280472 -5 -6 12
+"34299" 1 1 1 0.0369670018553734 8 -8 2
+"34373" 1 0 1 0.694933891296387 10 -9 0
+"34393" 1 0 1 0.54243540763855 10 2 10
+"34554" 1 1 1 0.0289344992488623 5 -9 0
+"34578" 1 0 1 0.384596586227417 8 -7 11
+"34635" 1 1 0 0.0155878001824021 10 10 4
+"34853" 1 1 1 0.113495901226997 -8 -8 0
+"35082" 1 1 1 0.0121972998604178 2 -8 2
+"35250" 1 0 1 0.814673900604248 4 -7 1
+"35266" 1 0 1 0.841785728931427 8 -7 3
+"35294" 1 0 1 0.360301405191422 9 -7 0
+"35760" 1 1 1 0.0509629994630814 -7 -10 7
+"36151" 1 0 1 0.433185487985611 10 -4 0
+"36269" 1 0 1 0.0777916982769966 -1 -9 13
+"36380" 1 1 1 0.0443742983043194 -3 -8 2
+"36577" 1 1 1 0.0207436997443438 10 -7 13
+"36601" 1 0 1 0.558688521385193 -5 -10 5
+"36916" 1 0 1 0.469700306653976 5 -1 0
+"37234" 1 1 0 0.038799200206995 5 -7 13
+"37305" 1 0 1 0.434830486774445 -3 -9 0
+"37498" 1 1 1 0.328260391950607 10 -7 0
+"37530" 1 1 1 0.102985598146915 -4 -7 10
+"37659" 1 1 0 0.142576202750206 6 -7 13
+"37783" 1 1 0 0.00448230002075434 10 -9 13
+"37853" 1 0 1 0.497881710529327 -5 -7 13
+"37942" 1 1 1 0.529374480247498 9 -8 0
+"38010" 1 0 1 0.218641802668571 -7 -9 1
+"38129" 1 0 0 0.670172929763794 10 -5 0
+"38189" 1 1 0 0.0980089008808136 5 -5 4
+"38236" 1 1 0 0.0826776027679443 10 -7 14
+"38432" 1 0 1 0.231693997979164 -1 -7 6
+"38830" 1 0 1 0.358476400375366 9 -7 0
+"38964" 1 0 1 0.486642986536026 5 -1 0
+"38976" 1 1 1 0.0330419987440109 5 -9 0
+"39607" 1 0 1 0.188906192779541 -1 -8 0
+"39664" 1 0 1 0.176391497254372 -7 -9 0
+"39861" 1 1 0 0.0050089000724256 -1 -7 6
+"40273" 1 1 0 0.0317410007119179 10 10 5
+"40383" 1 0 1 0.344044089317322 10 10 5
+"40451" 1 1 1 0.0115491002798080 -8 -10 0
+"40472" 1 0 1 0.422607213258743 10 8 0
+"40688" 1 0 1 0.427758187055588 -3 -9 0
+"40695" 1 0 1 0.297904402017593 10 -7 0
+"40818" 1 0 1 0.832735121250153 -3 -8 6
+"40870" 1 1 1 0.131013199687004 8 -8 4
+"41245" 1 0 1 0.246553704142570 -7 -10 3
+"41435" 1 0 1 0.979564189910889 10 -7 5
+"41610" 1 1 0 0.00192199996672571 10 10 0
+"41744" 1 1 0 0.740912973880768 10 -8 1
+"41890" 1 0 1 0.405950486660004 -7 -9 1
+"41906" 1 1 1 0.082346297800541 10 10 15
+"42521" 1 0 1 0.25833261013031 -7 -10 0
+"42532" 1 0 1 0.407313495874405 10 -7 0
+"42854" 1 0 1 0.303569197654724 10 -7 0
+"42962" 1 0 1 0.622614622116089 5 -8 4
+"43461" 1 0 1 0.357908487319946 9 -7 0
+"43780" 1 0 1 0.291604489088058 -5 -7 2
+"44091" 1 1 1 0.352266907691956 10 -7 0
+"44103" 1 0 0 0.664955019950867 10 -5 0
+"44109" 1 0 1 0.184977501630783 7 -9 0
+"44627" 1 1 1 0.0341436006128788 5 -9 0
+"44645" 1 0 0 0.0790615007281303 9 -9 4
+"44986" 1 0 0 0.293577998876572 -1 -9 1
+"45072" 1 1 1 0.505777716636658 9 -8 0
+"45366" 1 0 0 0.122160598635674 2 -9 1
+"45911" 1 1 1 0.0427624993026257 -3 -8 1
+"46004" 1 0 1 0.228882804512978 -6 -8 1
+"46973" 1 1 1 0.0174120999872684 10 -7 0
+"47361" 1 1 0 0.020006500184536 10 0 3
+"47377" 1 0 1 0.674279570579529 10 -9 0
+"47488" 1 0 1 0.728833198547363 -7 -8 0
+"47663" 1 0 1 0.315508008003235 -4 -7 2
+"48351" 1 0 1 0.370291590690613 10 -7 0
+"48403" 1 1 1 0.115854702889919 -8 -8 2
+"49305" 1 0 1 0.223086997866631 -6 -9 0
+"49326" 1 1 1 0.379233509302139 10 -7 0
+"49432" 1 0 1 0.084629401564598 -1 -9 2
+"49936" 1 0 1 0.370527893304825 5 -3 16
+"49982" 1 1 0 0.0492780990898609 10 -8 0
+"50081" 1 0 1 0.0318613015115261 9 -9 15
+"50128" 1 0 1 0.990740776062012 -1 -8 4
+"50170" 1 0 1 0.377208203077316 10 -7 0
+"50182" 1 0 1 0.945694327354431 10 -2 0
+"50557" 1 0 1 0.360093504190445 9 1 0
+"50579" 1 0 1 0.312881410121918 10 -2 1
+"50622" 1 0 1 0.394690811634064 -7 -9 0
+"51160" 1 0 1 0.285668611526489 -7 -10 16
+"51333" 1 0 0 0.236760094761848 -9 -9 4
+"51460" 1 0 1 0.418132811784744 10 -5 3
+"51473" 1 1 0 0.0180984996259212 10 5 6
+"51591" 1 1 1 0.0819268971681595 10 -7 1
+"51614" 1 1 1 0.828721582889557 -7 -8 13
+"52277" 1 0 1 0.414300799369812 -3 -9 1
+"52315" 1 0 1 0.425875902175903 10 -7 1
+"52540" 1 1 1 0.907460927963257 10 -7 0
+"52983" 1 0 1 0.513911604881287 2 -7 13
+"53112" 1 1 0 0.0491601005196571 10 -8 0
+"53294" 1 0 1 0.210610195994377 10 -5 6
+"53333" 1 0 1 0.360792487859726 10 -7 0
+"54544" 1 0 1 0.819413125514984 8 -9 12
+"55183" 1 0 1 0.384767502546310 10 3 0
+"55683" 1 0 1 0.377754986286163 -7 -9 0
+"56631" 1 0 1 0.52929162979126 6 -1 2
+"56731" 1 0 1 0.360303193330765 -3 -9 0
+"56761" 1 1 1 0.368376493453979 10 -7 0
+"56792" 1 0 1 0.217577695846558 7 -9 1
+"56876" 1 1 1 0.368293195962906 10 -7 0
+"56942" 1 0 1 0.531323909759521 10 4 4
+"57259" 1 0 1 0.941313624382019 10 -7 0
+"57509" 1 1 1 0.0557087995111942 -7 -10 3
+"57531" 1 0 1 0.627762079238892 10 -9 0
+"57678" 1 0 1 0.371817797422409 9 1 0
+"57790" 1 0 0 0.475662797689438 10 -5 11
+"57953" 1 1 0 0.00733650010079145 10 -1 7
+"58101" 1 0 1 0.721446871757507 3 -8 0
+"58127" 1 1 1 0.0183691997081041 10 -7 8
+"58218" 1 1 0 0.642495393753052 5 3 17
+"58299" 1 0 1 0.967873811721802 -1 -8 0
+"58354" 1 1 1 0.116722896695137 -8 -8 0
+"58461" 1 1 0 0.0133354999125004 10 0 0
+"58723" 1 0 1 0.202264502644539 10 -5 0
+"58980" 1 1 0 0.0470001995563507 10 -8 0
+"59483" 1 0 1 0.97959178686142 -3 -5 2
+"59758" 1 1 0 0.00697229988873005 10 -9 11
+"60219" 1 0 1 0.248300999403 10 -7 18
+"60497" 1 0 1 0.350476086139679 -3 -9 0
+"60583" 1 1 0 0.491256088018417 10 -8 1
+"60633" 1 0 1 0.363162904977798 9 1 0
+"60745" 1 1 1 0.386649608612061 10 -7 0
+"60900" 1 0 1 0.362543910741806 10 -7 0
+"61157" 1 0 0 0.539437472820282 10 -7 2
+"61430" 1 1 1 0.0611148998141289 10 -7 8
+"62059" 1 0 1 0.943554520606995 10 -7 0
+"62607" 1 0 1 0.293524712324142 -7 -10 0
+"62635" 1 0 1 0.631637215614319 10 -9 0
+"62638" 1 1 1 0.595522820949554 9 -8 0
+"62675" 1 1 0 0.00409599998965859 5 -7 4
+"62937" 1 1 0 0.0517386011779308 10 -7 1
+"63476" 1 0 1 0.377242386341095 -7 -9 0
+"63724" 1 0 1 0.694370210170746 3 -8 0
+"63793" 1 0 1 0.377022296190262 10 3 0
+"63877" 1 1 1 0.372058302164078 10 -7 0
+"64076" 1 1 1 0.803675770759583 -7 -8 1
+"64130" 1 0 1 0.523923397064209 6 -1 0
+"64721" 1 1 0 0.0072150002233684 10 -9 0
+"64900" 1 0 1 0.15222230553627 -7 -9 1
+"64918" 1 0 1 0.507614314556122 10 2 5
+"65151" 1 0 1 0.294605910778046 9 -7 2
+"65376" 1 0 1 0.38888880610466 -7 -9 0
+"65782" 1 0 1 0.365538686513901 9 1 0
+"66520" 1 1 1 0.816170513629913 -7 -9 0
+"66913" 1 0 1 0.0295196007937193 9 -9 2
+"67416" 1 0 1 0.529285073280334 6 -1 0
+"67478" 1 0 0 0.66733568906784 -3 -8 8
+"67524" 1 1 1 0.405814498662949 10 -7 0
+"67867" 1 0 1 0.339991003274918 -3 -9 0
+"67951" 1 0 1 0.76331877708435 7 2 2
+"68021" 1 0 0 0.238744005560875 10 -7 17
+"68104" 1 0 1 0.437418699264526 9 -5 2
+"68128" 1 0 1 0.59394109249115 -5 -10 3
+"68639" 1 0 1 0.195933505892754 10 -5 0
+"68761" 1 1 0 0.0481746010482311 10 -8 0
+"68800" 1 1 1 0.591790020465851 9 -9 0
+"69097" 1 1 0 0.364793211221695 10 -7 2
+"69582" 1 0 0 0.471151888370514 10 -5 1
+"69901" 1 0 1 0.232727304100990 7 -9 0
+"70161" 1 0 1 0.260479509830475 -7 -10 0
+"70608" 1 0 1 0.990269422531128 10 -7 0
+"70896" 1 0 1 0.416190505027771 7 -9 3
+"70915" 1 0 1 0.242718502879143 -6 -9 2
+"71439" 1 0 1 0.976978421211243 10 -7 0
+"72176" 1 0 1 0.272973686456680 -7 -10 0
+"72697" 1 0 1 0.622718095779419 -7 -9 5
+"72842" 1 1 0 0.101205199956894 10 -9 12
+"73793" 1 0 1 0.594106793403625 -5 -10 0
+"73833" 1 0 1 0.35701909661293 7 -9 6
+"74004" 1 1 0 0.514526009559631 10 -6 0
+"74042" 1 1 0 0.133431106805801 10 -9 20
+"74059" 1 1 0 0.0154817998409271 10 0 0
+"74088" 1 0 0 0.266097187995911 2 -9 2
+"74229" 1 0 1 0.352703988552094 9 1 0
+"75471" 1 0 1 0.899082481861115 -9 -9 6
+"75587" 1 1 1 0.107976600527763 -8 -9 0
+"75871" 1 0 1 0.358517795801163 10 3 1
+"76071" 1 1 1 0.892971992492676 10 -7 0
+"76399" 1 1 1 0.827719807624817 -7 -9 0
+"76844" 1 0 0 0.576470613479614 -7 -9 8
+"77342" 1 0 1 0.232727304100990 7 -9 0
+"77683" 1 1 0 0.00287809991277754 10 -9 8
+"78145" 1 0 1 0.126712307333946 -5 -9 4
+"78359" 1 1 0 0.348713397979736 10 -7 1
+"79334" 1 0 1 0.391691386699677 -3 -9 0
+"79856" 1 1 0 0.0175007991492748 9 -7 10
+"80029" 1 1 1 0.426317512989044 10 -7 1
+"80315" 1 0 1 0.540592014789581 6 -9 1
+"80539" 1 1 1 0.612554609775543 9 -9 0
+"81375" 1 0 1 0.495745897293091 9 -7 2
+"81609" 1 1 1 0.830224573612213 -7 -9 0
+"81685" 1 1 1 0.104608796536922 3 -7 1
+"81952" 1 0 1 0.384187310934067 10 -9 4
+"82311" 1 0 1 0.367799192667007 9 1 0
+"82337" 1 0 0 0.839742124080658 -9 -9 7
+"83196" 1 1 0 0.0070146000944078 10 -1 3
+"83549" 1 1 1 0.106008797883987 -8 -9 0
+"83623" 1 0 1 0.272794604301453 -7 -10 0
+"84184" 1 0 0 0.123599901795387 -7 -9 7
+"84404" 1 0 1 0.247411996126175 7 -9 0
+"84477" 1 1 0 0.0104758003726602 10 -9 0
+"84499" 1 0 0 0.953806400299072 6 -7 21
+"84663" 1 0 1 0.913946628570557 -9 -9 0
+"84747" 1 0 1 0.49126410484314 7 0 2
+"85097" 1 0 1 0.719848811626434 7 -9 11
+"85464" 1 0 1 0.970325410366058 9 -7 0
+"85663" 1 0 1 0.47182509303093 -7 -9 0
+"85863" 1 1 0 0.0317497998476028 6 -7 22
+"86096" 1 1 0 0.0487491004168987 10 -9 0
+"86350" 1 0 0 0.982886910438538 6 -7 0
+"86459" 1 0 0 0.150669097900391 4 0 4
+"87127" 1 1 1 0.460828512907028 10 -7 0
+"87386" 1 0 1 0.552807986736298 10 5 11
+"87953" 1 1 0 0.0102664995938540 10 -9 0
+"88106" 1 1 0 0.0625988990068436 10 -7 3
+"88433" 1 0 0 0.48153030872345 5 -9 15
+"88908" 1 0 1 0.0257558003067970 9 -9 2
+"89032" 1 1 1 0.871182203292847 10 -7 0
+"89292" 1 0 1 0.95856362581253 9 -7 0
+"89319" 1 0 1 0.717678129673004 7 -6 6
+"89478" 1 1 0 0.0789377987384796 -7 -9 22
+"89585" 1 1 0 0.462192714214325 10 -9 3
+"89818" 1 0 0 0.91783320903778 9 -9 6
+"90281" 1 1 0 0.158664792776108 -7 -9 8
+"90319" 1 1 1 0.806413114070892 -7 -9 0
+"90832" 1 1 0 0.00940699968487024 -7 -7 11
+"91977" 1 0 1 0.462009191513062 9 2 2
+"92085" 1 0 1 0.386857390403748 -3 -9 0
+"93225" 1 0 1 0.413542985916138 -3 -10 1
+"93444" 1 0 1 0.448945492506027 2 -9 0
+"93515" 1 0 0 0.358741909265518 10 -9 15
+"93742" 1 1 1 0.0496695004403591 -7 -9 9
+"94135" 1 0 1 0.589057326316833 -7 -10 2
+"94188" 1 0 1 0.370034486055374 9 -2 1
+"94247" 1 0 1 0.752186477184296 -7 -9 9
+"94547" 1 1 0 0.0209897998720407 10 -7 6
+"94875" 1 0 1 0.995124518871307 10 10 23
+"95844" 1 0 1 0.902325510978699 4 0 2
+"96442" 1 0 0 0.122258201241493 -7 -9 1
+"96852" 1 1 1 0.0234517008066177 10 -7 8
+"96858" 1 0 0 0.284494012594223 -7 -9 5
+"97110" 1 0 0 0.346606492996216 -8 -9 15
+"97289" 1 0 1 0.159399896860123 -7 -9 3
+"97297" 1 1 1 0.641163885593414 9 -9 1
+"97571" 1 0 1 0.251832097768784 -5 -10 2
+"97981" 1 0 0 0.858329713344574 -9 -9 1
+"97983" 1 1 1 0.798336684703827 -7 -9 0
+"98267" 1 0 1 0.0404745005071163 7 1 1
+"98575" 1 1 0 0.0522952005267143 10 -9 0
+"98689" 1 1 0 0.466555804014206 10 -7 23
+"99216" 1 0 1 0.0254388991743326 9 -9 0
+"99434" 1 0 1 0.47791388630867 2 -7 5
+"99527" 1 0 1 0.891265571117401 0 -1 23
+"100685" 1 0 1 0.102893799543381 10 4 3
+"100698" 1 1 1 0.467765599489212 10 -7 0
+"100927" 1 0 1 0.169979497790337 8 -9 23
+"100982" 1 0 1 0.372848898172379 9 -2 0
+"101044" 1 0 0 0.983893811702728 9 -9 1
+"101765" 1 0 1 0.390621513128281 9 -7 0
+"102757" 1 0 1 0.0404255017638206 9 1 0
+"102815" 1 1 1 0.890377283096313 10 -7 0
+"103007" 1 0 1 0.740090489387512 3 -9 0
+"103203" 1 0 1 0.754854321479797 1 0 24
+"104944" 1 1 0 0.316666692495346 10 -7 2
+"105328" 1 1 0 0.0141201000660658 10 -9 12
+"105577" 1 1 0 0.0175663996487856 -7 -9 24
+"105849" 1 0 1 0.907578587532043 4 0 0
+"106588" 1 0 1 0.70211797952652 -9 -9 3
+"108449" 1 1 0 0.0271809007972479 -7 -7 24
+"108485" 1 0 0 0.209863498806953 -9 -9 7
+"108602" 1 0 1 0.57110059261322 -7 -10 0
+"109314" 1 0 1 0.38796991109848 0 -9 7
+"109705" 1 0 1 0.476821213960648 -5 -7 9
+"109719" 1 0 1 0.684931516647339 -7 -7 2
+"110225" 1 0 1 0.376114994287491 9 -2 0
+"110459" 1 0 1 0.71792209148407 -7 -7 25
+"111175" 1 0 0 0.160747602581978 4 0 0
+"112398" 1 0 1 0.868277907371521 9 -9 0
+"112577" 1 0 1 0.696007311344147 -9 -9 0
+"113086" 1 1 1 0.0857822969555855 -7 -7 25
+"113680" 1 1 0 0.0224187001585960 9 -7 0
+"113805" 1 1 1 0.591699421405792 9 -8 1
+"113885" 1 0 1 0.397341698408127 10 -9 3
+"114195" 1 1 1 0.0298094991594553 10 -7 8
+"114831" 1 0 1 0.523142695426941 -7 -10 0
+"114858" 1 0 1 0.803953170776367 -7 -7 18
+"115337" 1 1 0 0.00823349971324205 10 0 3
+"115635" 1 0 1 0.150129392743111 -7 -9 0
+"115839" 1 0 1 0.839416027069092 -7 -7 9
+"116235" 1 0 0 0.800907015800476 -3 -8 5
+"116423" 1 0 1 0.0946236997842789 10 -7 6
+"116425" 1 0 1 0.730844914913177 -3 -6 4
+"116529" 1 0 0 0.866826713085175 -7 -7 25
+"116571" 1 0 0 0.294017106294632 0 -9 1
+"117934" 1 1 0 0.00887189991772175 10 -5 0
+"118826" 1 0 1 0.856562972068787 -7 -7 0
+"118930" 1 0 1 0.248831406235695 -7 -8 4
+"119198" 1 0 0 0.297752887010574 -9 -9 0
+"119461" 1 1 1 0.970942318439484 10 -7 1
+"121358" 1 0 1 0.624242424964905 -6 -10 1
+"121596" 1 0 1 0.335873007774353 -7 -9 10
+"121828" 1 0 1 0.630289614200592 -7 -7 16
+"122514" 1 0 0 0.404499799013138 -7 -9 11
+"122710" 1 0 0 0.243940904736519 -7 -9 0
+"122917" 1 0 1 0.966233670711517 -5 -7 7
+"123100" 1 1 0 0.0346159003674984 10 1 26
+"123917" 1 1 0 0.0266187991946936 10 -7 2
+"124215" 1 1 0 0.00209770002402365 10 10 11
+"124596" 1 1 0 0.816519379615784 10 -8 0
+"125411" 1 0 1 0.961038887500763 -7 -7 0
+"125548" 1 1 0 0.00699569983407855 10 -7 2
+"125573" 1 1 0 0.0199760999530554 10 -9 2
+"125924" 1 0 1 0.350710898637772 -7 -7 11
+"126531" 1 1 1 0.84996771812439 -7 -8 3
+"126724" 1 0 1 0.970172584056854 4 -9 2
+"127675" 1 1 1 0.573109984397888 9 -8 1
+"127958" 1 0 0 0.462169200181961 9 -7 21
+"128513" 1 1 0 0.0868458971381187 10 -7 4
+"128534" 1 0 0 0.957397282123566 -7 -9 9
+"128592" 1 0 1 0.327244400978088 -7 -9 0
+"128734" 1 0 0 0.459352910518646 8 -7 26
+"130152" 1 0 0 0.247049599885941 -7 -9 0
+"130153" 1 0 1 0.170721694827080 6 -8 3
+"130408" 1 0 0 0.166255101561546 -9 -9 2
+"130725" 1 0 1 0.653846085071564 -6 -10 0
+"130993" 1 0 0 0.143848896026611 -9 -9 9
+"131585" 1 0 1 0.891390681266785 -3 -7 7
+"132499" 1 0 0 0.552982985973358 10 -8 27
+"133098" 1 0 1 0.61198741197586 -7 -10 0
+"133393" 1 0 1 0.282051295042038 -7 -9 5
+"135179" 1 0 0 0.00182190001942217 10 10 19
+"135472" 1 0 1 0.732661724090576 9 -9 0
+"135539" 1 0 1 0.752671182155609 1 -9 2
+"135904" 1 0 0 0.193194299936295 4 -9 0
+"136036" 1 0 1 0.949884295463562 4 -9 0
+"136222" 1 0 1 0.685655117034912 -7 -7 2
+"136795" 1 1 1 0.136954799294472 10 10 28
+"136856" 1 0 1 0.0887096971273422 10 -6 2
+"136989" 1 1 1 0.0961387008428574 -3 -8 2
+"137163" 1 0 0 0.915052771568298 -3 -8 2
+"137405" 1 1 1 0.851288318634033 -7 -8 0
+"137728" 1 1 1 0.00647220015525818 -7 -8 25
+"138422" 1 0 1 0.585517883300781 -7 -10 0
+"138437" 1 0 1 0.30303031206131 8 -7 12
+"138982" 1 0 0 0.747841775417328 -3 -9 20
+"139198" 1 0 1 0.26564159989357 9 5 5
+"139277" 1 0 0 0.964006304740906 -7 -9 0
+"139289" 1 0 1 0.907086610794067 -4 -7 14
+"139623" 1 1 0 0.0384965986013412 9 -7 0
+"141343" 1 0 1 0.847631216049194 -7 -7 0
+"141850" 1 0 1 0.0924369990825653 10 4 4
+"141955" 1 0 1 0.0395753011107445 10 9 6
+"141977" 1 1 1 0.0285336002707481 10 -7 2
+"141993" 1 1 0 0.0452045984566212 10 -7 12
+"142456" 1 1 1 0.578922986984253 7 -8 1
+"142511" 1 1 1 0.0293370001018047 10 -7 0
+"142732" 1 0 1 0.96834272146225 -7 -10 1
+"143023" 1 0 1 0.297918885946274 -7 -8 1
+"143686" 1 0 1 0.53798770904541 9 -7 0
+"143967" 1 0 1 0.782103419303894 9 -9 0
+"144090" 1 0 1 0.332724004983902 -7 -7 0
+"144145" 1 0 0 0.565701007843018 4 -7 29
+"144263" 1 1 0 0.00244800001382828 10 10 1
+"144268" 1 0 1 0.0080222999677062 1 -4 9
+"145801" 1 1 1 0.507104396820068 10 -7 5
+"146002" 1 0 1 0.179610103368759 -7 -7 23
+"146017" 1 1 0 0.0384615994989872 10 -3 2
+"146285" 1 0 1 0.263948887586594 3 -7 4
+"147049" 1 0 1 0.0784313976764679 -7 -9 13
+"147268" 1 0 1 0.74658751487732 1 -9 0
+"147549" 1 0 1 0.940322995185852 -9 -9 11
+"148928" 1 0 1 0.523775219917297 9 8 0
+"149026" 1 0 1 0.839694619178772 -7 -7 7
+"149079" 1 1 1 0.143959999084473 10 10 0
+"149529" 1 1 1 0.166902303695679 -7 -8 21
+"149790" 1 0 1 0.918238997459412 -7 -7 1
+"150657" 1 0 1 0.845880210399628 3 -6 15
+"150716" 1 0 1 0.118294402956963 10 4 0
+"151262" 1 1 1 0.488180011510849 10 -7 0
+"151689" 1 0 1 0.998505175113678 -1 -1 6
+"152289" 1 0 1 0.93099421262741 -7 -7 30
+"152319" 1 0 1 0.748654425144196 1 -9 0
+"152415" 1 0 1 0.454959005117416 -7 -7 16
+"152436" 1 0 1 0.531022071838379 9 8 0
+"152891" 1 0 0 0.0596018992364407 -7 -10 9
+"152892" 1 1 0 0.0316106006503105 8 -7 16
+"153060" 1 0 1 0.231717303395271 -7 -7 0
+"153476" 1 1 0 0.394296109676361 10 -9 27
+"153727" 1 0 1 0.917936086654663 -7 -9 18
+"154263" 1 0 0 0.987709522247314 9 8 28
+"154512" 1 0 1 0.117962501943111 10 4 0
+"155007" 1 1 0 0.00325799989514053 10 -7 30
+"155097" 1 0 1 0.176750496029854 7 -7 4
+"155146" 1 0 1 0.171008706092834 -7 -9 23
+"155159" 1 1 0 0.0405527018010616 10 9 28
+"155775" 1 1 1 0.0296292006969452 10 -7 0
+"156153" 1 0 1 0.367532700300217 -7 -7 0
+"156482" 1 0 0 0.375512212514877 9 -7 14
+"157891" 1 1 1 0.161962896585464 1 -8 4
+"158756" 1 1 0 0.193735703825951 10 -9 5
+"158989" 1 0 1 0.0431745983660221 9 1 5
+"159045" 1 0 1 0.540664911270142 9 9 28
+"159961" 1 0 1 0.322259098291397 -8 -9 16
+"159969" 1 0 1 0.99889498949051 9 -10 2
+"160429" 1 0 1 0.912258923053741 -7 -7 0
+"160693" 1 0 0 0.537723481655121 4 -9 17
+"161020" 1 0 1 0.341872811317444 -7 -7 0
+"161047" 1 0 1 0.868604719638824 -7 -7 1
+"161170" 1 0 1 0.327138692140579 10 1 10
+"161581" 1 0 0 0.805331289768219 -7 -9 31
+"161776" 1 0 1 0.553562223911285 9 -6 0
+"162393" 1 0 1 0.609448790550232 -7 -7 9
+"162733" 1 1 1 0.927276074886322 10 -7 3
+"162974" 1 0 1 0.554129183292389 -7 -9 8
+"162995" 1 0 1 0.736136615276337 -7 -9 21
+"163133" 1 1 1 0.815065681934357 -7 -7 2
+"163841" 1 1 0 0.0408382005989552 10 -3 1
+"164025" 1 0 1 0.925265610218048 -7 -7 0
+"164444" 1 0 1 0.314851492643356 -7 -7 11
+"165317" 1 0 1 0.951508581638336 -7 -7 14
+"165651" 1 0 1 0.619545102119446 -7 -7 23
+"165785" 1 0 1 0.787368416786194 10 -8 19
+"165906" 1 0 1 0.403387188911438 -7 -7 0
+"166220" 1 1 1 0.0338160991668701 10 -7 0
+"166224" 1 1 1 0.481735289096832 10 -7 0
+"166912" 1 0 1 0.760969519615173 1 -9 0
+"167001" 1 0 1 0.8648322224617 -7 -7 1
+"167442" 1 0 1 0.0998890027403831 10 4 0
+"167568" 1 1 0 0.0698350965976715 -7 -9 8
+"167981" 1 0 1 0.220123201608658 -6 -7 1
+"168431" 1 0 1 0.49668350815773 -5 -7 21
+"168751" 1 0 1 0.425287395715714 -9 -9 5
+"169416" 1 0 0 0.180683702230453 4 -9 2
+"169582" 1 0 1 0.85443389415741 -7 -7 0
+"170226" 1 1 1 0.110360696911812 -7 -10 14
+"170400" 1 1 1 0.173141494393349 -7 -7 2
+"170733" 1 0 1 0.554135203361511 -7 -9 0
+"170799" 1 1 1 0.925402879714966 10 -7 0
+"170802" 1 0 0 0.193500399589539 -6 -7 15
+"171703" 1 1 1 0.472684592008591 10 -7 0
+"171799" 1 1 1 0.618985116481781 10 -7 19
+"172845" 1 0 1 0.216515198349953 2 -7 1
+"173027" 1 0 1 0.693422615528107 -6 -7 5
+"173354" 1 0 1 0.212859898805618 -6 -7 0
+"173365" 1 1 1 0.123569399118423 1 -7 10
+"173920" 1 0 1 0.794238686561584 10 -8 0
+"173927" 1 0 0 0.467554986476898 -5 -7 0
+"173965" 1 0 1 0.538862586021423 9 8 1
+"174058" 1 1 0 0.0670515969395638 8 -7 0
+"174180" 1 1 1 0.0185662992298603 10 -7 8
+"174662" 1 0 1 0.448455214500427 -7 -7 15
+"175186" 1 0 1 0.0373831987380981 10 -6 18
+"175453" 1 0 1 0.101365901529789 10 -7 26
+"176408" 1 0 0 0.179599404335022 4 -9 0
+"176423" 1 0 1 0.342465788125992 -7 -7 0
+"177591" 1 0 1 0.101952299475670 10 4 0
+"177977" 1 0 1 0.958312690258026 9 -9 0
+"178442" 1 0 1 0.728303074836731 2 -9 0
+"179313" 1 0 1 0.97907131910324 -7 -7 6
+"179749" 1 0 1 0.930445075035095 -5 -9 3
+"179890" 1 1 0 0.0207221992313862 10 -7 5
+"180321" 1 1 1 0.00885280035436153 -7 -7 14
+"180891" 1 0 1 0.836838126182556 2 -6 1
+"180980" 1 0 1 0.491500586271286 9 -6 1
+"181568" 1 0 1 0.377339988946915 9 -5 3
+"181684" 1 1 1 0.927509427070618 10 -7 0
+"182307" 1 1 1 0.157280996441841 10 10 3
+"182427" 1 0 1 0.964490711688995 9 -9 0
+"182595" 1 0 1 0.754156172275543 -7 -7 1
+"183116" 1 1 1 0.594213783740997 8 -7 3
+"185303" 1 0 1 0.318116992712021 -6 -7 0
+"185868" 1 0 1 0.583456218242645 5 -9 10
+"186835" 1 0 1 0.307565093040466 -7 -7 4
+"187103" 1 1 0 0.0144686996936798 10 9 7
+"187236" 1 0 1 0.585496783256531 -7 -9 2
+"187254" 1 0 1 0.180097594857216 -6 -10 9
+"188036" 1 1 1 0.341142505407333 10 -7 15
+"188445" 1 0 1 0.204050406813622 2 -7 0
+"188517" 1 1 1 0.928479373455048 10 -7 0
+"188547" 1 1 1 0.0202564001083374 10 -7 1
+"188625" 1 0 1 0.448663502931595 -9 -10 8
+"189002" 1 1 0 0.0746083036065102 10 -7 34
+"189869" 1 1 1 0.829310476779938 -7 -7 0
+"190118" 1 1 0 0.0631104037165642 -5 -7 27
+"190389" 1 0 1 0.115528300404549 -5 -7 20
+"190865" 1 0 1 0.177358701825142 8 -4 3
+"191607" 1 0 1 0.296220690011978 -7 -7 0
+"191634" 1 0 1 0.940592229366302 -5 -9 0
+"192209" 1 0 1 0.869033873081207 -7 -7 26
+"192337" 1 0 1 0.544021606445312 -7 -9 0
+"192371" 1 0 1 0.823823809623718 2 -8 0
+"192729" 1 0 1 0.348286211490631 -5 -7 0
+"193188" 1 1 0 0.201094403862953 10 -7 34
+"193397" 1 0 1 0.501028120517731 -9 -9 2
+"193855" 1 0 1 0.382298201322556 9 -5 0
+"194022" 1 0 1 0.182044893503189 -8 -9 2
+"194026" 1 1 0 0.141277894377708 10 -7 34
+"194063" 1 0 0 0.975549697875977 -5 -7 2
+"194393" 1 0 1 0.603767514228821 5 -9 0
+"194636" 1 1 0 0.251201689243317 10 -7 9
+"194656" 1 0 0 0.803536415100098 -6 -10 9
+"195582" 1 0 1 0.99757868051529 9 -9 0
+"195880" 1 0 1 0.307544112205505 8 -7 8
+"196025" 1 1 1 0.188914999365807 -7 -7 1
+"196884" 1 1 0 0.121902801096439 10 -9 0
+"196924" 1 0 1 0.102152198553085 -5 -7 0
+"198160" 1 0 1 0.178101196885109 8 -4 0
+"198640" 1 0 1 0.984034776687622 10 10 11
+"199002" 1 0 0 0.825989723205566 9 -9 7
+"199010" 1 0 1 0.524362981319427 8 -5 2
+"199272" 1 0 1 0.505607783794403 9 7 2
+"199782" 1 0 1 0.96289187669754 -7 -7 1
+"200552" 1 0 1 0.169589802622795 7 -8 21
+"200765" 1 0 1 0.633703410625458 9 -10 4
+"200787" 1 1 1 0.0464311987161636 10 -7 16
+"201887" 1 1 1 0.041448000818491 10 -7 1
+"202419" 1 1 1 0.90875381231308 10 -7 0
+"203137" 1 0 1 0.757799088954926 1 -9 0
+"203894" 1 0 1 0.541139602661133 -7 -8 0
+"203964" 1 0 1 0.0702340975403786 9 -7 4
+"205324" 1 0 0 0.601373374462128 1 -9 33
+"205478" 1 0 1 0.0668115988373756 9 -7 0
+"205523" 1 0 1 0.565097510814667 8 -5 0
+"205546" 1 1 0 0.0133199999108911 10 -7 0
+"205673" 1 0 1 0.0162135008722544 4 -7 16
+"205869" 1 1 1 0.0415238998830318 10 -7 0
+"206237" 1 1 0 0.503867626190186 10 -8 5
+"206600" 1 1 1 0.918507099151611 10 -7 0
+"206842" 1 0 1 0.154466196894646 10 -7 30
+"206872" 1 0 1 0.719953715801239 -9 -9 5
+"206883" 1 1 0 0.00737510016188025 10 -5 27
+"206891" 1 0 1 0.191096901893616 -6 -8 0
+"207385" 1 0 1 0.969622671604156 9 8 36
+"207623" 1 0 1 0.983830094337463 9 -9 0
+"207717" 1 0 1 0.34660878777504 -7 -7 0
+"207821" 1 0 1 0.0879120975732803 -3 -7 22
+"208213" 1 0 1 0.3566634953022 -7 -7 4
+"208344" 1 1 1 0.187430903315544 -7 -7 0
+"208673" 1 0 1 0.80754268169403 2 -8 1
+"208781" 1 1 0 0.111792899668217 10 -9 0
+"209142" 1 0 1 0.504937410354614 -9 -9 0
+"209254" 1 0 1 0.387772291898727 10 1 4
+"209530" 1 0 1 0.291685104370117 8 -7 0
+"209783" 1 0 1 0.460431694984436 -9 -10 0
+"210171" 1 1 0 0.00468220002949238 10 -8 15
+"210369" 1 0 1 0.690835773944855 -8 -10 5
+"210807" 1 0 1 0.0299095008522272 10 -7 7
+"211049" 1 1 1 0.473244905471802 10 -7 2
+"211198" 1 0 0 0.787472486495972 8 -9 36
+"211831" 1 1 1 0.0724207982420921 -7 -7 10
+"211838" 1 1 1 0.0837446004152298 -6 -7 1
+"211950" 1 0 1 0.205073595046997 2 -7 1
+"212622" 1 0 1 0.282745689153671 -6 -7 1
+"213075" 1 1 0 0.196550399065018 10 -7 1
+"214007" 1 1 0 0.119119003415108 10 -9 0
+"214057" 1 1 1 0.0416835993528366 10 -7 0
+"214316" 1 0 1 0.293196409940720 5 -7 26
+"214717" 1 0 1 0.237990900874138 -7 -7 0
+"215175" 1 0 1 0.230334207415581 -6 -7 0
+"215180" 1 1 1 0.881268501281738 10 -7 0
+"216191" 1 0 1 0.480874300003052 -9 -9 0
+"216344" 1 0 1 0.180892094969749 8 -7 1
+"216711" 1 0 1 0.808505475521088 2 -8 0
+"217225" 1 1 0 0.0347803011536598 5 -7 26
+"217465" 1 0 1 0.132064104080200 -6 -10 2
+"217784" 1 0 1 0.625274121761322 9 -5 3
+"218595" 1 0 1 0.52503377199173 10 -5 4
+"218840" 1 0 1 0.31043741106987 8 -7 0
+"219679" 1 0 1 0.663325011730194 -7 -7 3
+"219963" 1 1 1 0.186805799603462 -7 -7 0
+"220151" 1 0 1 0.199715003371239 4 -8 8
+"220256" 1 1 0 0.514859080314636 10 8 0
+"220526" 1 1 0 0.137574195861816 10 -6 1
+"220566" 1 1 1 0.109978303313255 -6 -7 0
+"220672" 1 0 0 0.163291692733765 -3 -7 31
+"220875" 1 0 1 0.222102001309395 2 -7 0
+"221242" 1 0 0 0.713154375553131 8 -9 0
+"221438" 1 0 1 0.521213293075562 8 -6 0
+"221555" 1 1 1 0.135530397295952 1 -7 4
+"221803" 1 1 1 0.0184971000999212 10 -7 2
+"221898" 1 0 1 0.602776885032654 8 -3 37
+"222068" 1 0 1 0.0538796000182629 10 -5 4
+"222070" 1 0 1 0.813978910446167 1 -9 0
+"222666" 1 1 0 0.0427059009671211 10 -9 9
+"222967" 1 0 1 0.737213373184204 -6 -10 38
+"222987" 1 0 1 0.919262170791626 -7 -7 0
+"223052" 1 1 1 0.189833000302315 -7 -7 0
+"223716" 1 1 1 0.873480379581451 10 -7 0
+"223808" 1 0 0 0.041891198605299 10 -9 24
+"223860" 1 1 0 0.696371018886566 10 -6 32
+"223940" 1 0 1 0.304694414138794 8 -7 0
+"224042" 1 0 0 0.0394898988306522 -6 -9 38
+"224227" 1 0 1 0.808727383613586 1 -9 0
+"224973" 1 0 1 0.108772501349449 -3 -6 0
+"225026" 1 0 1 0.95787638425827 7 -9 18
+"225212" 1 0 1 0.771042585372925 2 -8 0
+"225289" 1 0 0 0.996780574321747 10 -6 38
+"225683" 1 1 1 0.743008077144623 10 8 38
+"225906" 1 0 1 0.571487128734589 8 -6 0
+"226443" 1 1 0 0.543021082878113 10 -9 13
+"227161" 1 0 0 0.260494112968445 8 -9 37
+"227234" 1 0 1 0.388183504343033 -7 -8 0
+"227269" 1 1 1 0.450460702180862 10 -7 0
+"227678" 1 0 1 0.0339974984526634 8 5 36
+"227702" 1 0 0 0.558802008628845 10 -6 29
+"227852" 1 0 1 0.0283889994025230 10 -7 1
+"228646" 1 1 0 0.151952505111694 10 -6 0
+"228728" 1 0 1 0.466486811637878 8 7 2
+"230043" 1 0 0 0.333750188350677 10 -9 38
+"230389" 1 0 1 0.373263686895370 -5 -7 0
+"230541" 1 0 1 0.50507128238678 8 7 0
+"230574" 1 0 1 0.992848813533783 -5 -9 3
+"231087" 1 0 0 0.0679237022995949 -5 -9 38
+"231549" 1 0 0 0.130068093538284 10 10 38
+"231673" 1 0 1 0.0192667990922928 10 4 18
+"231840" 1 0 0 0.353411197662354 8 -6 37
+"232201" 1 0 1 0.422389090061188 -5 -7 0
+"232274" 1 1 0 0.147623106837273 10 -6 0
+"232935" 1 0 0 0.0603565983474255 -6 -9 0
+"233849" 1 0 1 0.112921200692654 -6 -8 0
+"234496" 1 0 0 0.842594683170319 10 -6 39
+"234531" 1 1 1 0.183650106191635 1 -7 8
+"234764" 1 1 0 0.82750517129898 8 -6 39
+"234915" 1 0 1 0.856115102767944 9 -9 0
+"235050" 1 1 0 0.103014200925827 10 -7 0
+"235152" 1 0 1 0.409745305776596 10 -1 0
+"235326" 1 0 1 0.473783701658249 10 -7 0
+"235355" 1 0 1 0.991195023059845 -7 -7 9
+"235688" 1 1 1 0.948795318603516 10 -7 0
+"235761" 1 0 1 0.794487118721008 2 -8 0
+"235931" 1 0 0 0.0379278995096684 10 -9 0
+"236369" 1 0 1 0.694658875465393 -6 -10 0
+"236410" 1 0 0 0.132636800408363 10 10 0
+"236748" 1 0 1 0.0195161998271942 10 4 0
+"236759" 1 0 1 0.84329891204834 8 6 8
+"236821" 1 0 1 0.303745001554489 8 -4 0
+"236924" 1 0 0 0.60600072145462 10 -6 39
+"237002" 1 1 0 0.0965486019849777 10 -9 22
+"237297" 1 1 0 0.783035516738892 10 -6 0
+"237806" 1 0 0 0.967437386512756 1 -6 36
+"237836" 1 1 0 0.063153401017189 10 8 39
+"238120" 1 0 1 0.336593210697174 -7 -8 0
+"238219" 1 0 0 0.654958128929138 10 -9 39
+"238256" 1 0 0 0.83307147026062 1 -9 2
+"238261" 1 1 1 0.198350697755814 -7 -7 0
+"238482" 1 1 1 0.613414525985718 8 -7 5
+"238516" 1 0 1 0.979733228683472 7 -9 0
+"238825" 1 0 1 0.614369988441467 -7 -8 4
+"238849" 1 0 1 0.591015875339508 5 -6 4
+"239485" 1 0 0 0.187741205096245 10 -6 3
+"240656" 1 0 0 0.467103511095047 10 -9 30
+"240687" 1 0 0 0.626083076000214 10 -6 39
+"240698" 1 0 1 0.164232403039932 -8 -9 9
+"240796" 1 0 0 0.625968515872955 10 -6 0
+"240826" 1 0 0 0.473135501146317 9 -8 29
+"241143" 1 0 1 0.603878080844879 -7 -9 11
+"241500" 1 0 1 0.127706900238991 -6 -10 0
+"241978" 1 0 0 0.507763981819153 1 -9 21
+"241982" 1 1 1 0.121326796710491 -6 -7 2
+"242765" 1 1 0 0.0139714004471898 10 -7 0
+"242846" 1 1 0 0.688765585422516 10 -6 0
+"243003" 1 1 1 0.185296893119812 -7 -7 0
+"243054" 1 0 1 0.0182824991643429 10 4 0
+"243070" 1 0 1 0.716057419776917 -6 -10 0
+"243579" 1 0 1 0.429893314838409 -7 -7 1
+"243591" 1 0 1 0.529971778392792 7 -7 33
+"243642" 1 0 0 0.946421384811401 8 -7 37
+"243680" 1 0 1 0.994911015033722 -7 -7 0
+"243769" 1 1 1 0.923551797866821 10 -7 0
+"243855" 1 0 1 0.887600779533386 7 -6 4
+"243915" 1 0 1 0.70872950553894 6 -1 0
+"243916" 1 1 0 0.651501893997192 10 10 16
+"244609" 1 0 0 0.0385394990444183 10 -9 0
+"245118" 1 1 1 0.766972482204437 -7 -7 5
+"245214" 1 0 1 0.47436198592186 10 7 0
+"245362" 1 0 0 0.54913717508316 10 -9 0
+"245400" 1 0 1 0.0329999998211861 -6 -10 1
+"246200" 1 0 1 0.0499117001891136 -9 -10 15
+"246912" 1 0 0 0.151333197951317 4 -9 7
+"247082" 1 0 1 0.985214829444885 9 8 3
+"247135" 1 0 1 0.398713797330856 10 -1 0
+"247261" 1 0 1 0.0317693017423153 10 7 11
+"247470" 1 0 1 0.683385491371155 -9 -9 22
+"247664" 1 0 1 0.481448292732239 10 -7 0
+"247737" 1 0 1 0.669620275497437 7 -8 2
+"247817" 1 1 0 0.140006706118584 10 -6 0
+"247936" 1 0 1 0.301714509725571 8 -4 0
+"248362" 1 0 0 0.0303738005459309 -6 -6 40
+"248858" 1 0 1 0.222016796469688 4 1 21
+"248872" 1 0 1 0.183329492807388 -6 -7 1
+"249184" 1 0 0 0.599945724010468 9 -7 12
+"249476" 1 0 1 0.186395302414894 8 -5 1
+"249608" 1 0 1 0.0129099003970623 4 -10 18
+"250092" 1 0 1 0.212243899703026 4 -7 3
+"250096" 1 0 0 0.051945898681879 -6 -6 41
+"250225" 1 0 1 0.225961595773697 -8 -9 6
+"250485" 1 0 0 0.0255580004304647 -6 -6 0
+"250498" 1 0 0 0.703368127346039 10 -6 0
+"250538" 1 0 0 0.617348790168762 10 -6 1
+"250702" 1 1 0 0.00376729993149638 10 -6 10
+"250834" 1 0 1 0.195015504956245 -6 -7 0
+"250851" 1 0 0 0.860069870948792 10 -9 41
+"250891" 1 0 0 0.0611819997429848 -6 -9 1
+"251009" 1 0 1 0.601290822029114 7 -8 0
+"251085" 1 0 0 0.256132513284683 10 -6 41
+"251109" 1 1 1 0.215651392936707 -7 -7 0
+"251135" 1 0 1 0.206432595849037 2 -7 0
+"251348" 1 0 0 0.218786597251892 10 8 35
+"251700" 1 0 0 0.782100975513458 10 -6 1
+"251717" 1 0 0 0.0337660014629364 10 -6 27
+"251941" 1 0 0 0.188463404774666 4 -9 0
+"252292" 1 0 1 0.125236004590988 10 9 27
+"252677" 1 0 1 0.471332609653473 8 -7 0
+"252791" 1 0 0 0.230254903435707 -2 -9 22
+"252809" 1 0 1 0.442098885774612 -7 -9 9
+"253216" 1 0 0 0.357565999031067 10 -6 35
+"253411" 1 1 1 0.0181060004979372 10 -7 3
+"253488" 1 0 1 0.611359179019928 -9 -9 4
+"253839" 1 0 0 0.243843302130699 10 -6 0
+"253979" 1 0 1 0.156541600823402 8 -5 0
+"254036" 1 0 0 0.501971483230591 10 -6 41
+"254111" 1 0 1 0.836280703544617 -7 -7 10
+"254327" 1 1 0 0.754426777362823 10 9 41
+"254366" 1 0 1 0.116716898977757 -5 -7 5
+"254432" 1 0 0 0.485500007867813 10 -9 0
+"254740" 1 0 0 0.863287210464478 -6 -10 6
+"254883" 1 1 0 0.132190302014351 10 -6 0
+"255162" 1 0 0 0.426291793584824 10 -6 41
+"255165" 1 0 1 0.68363630771637 9 8 0
+"255226" 1 0 1 0.915567994117737 8 -9 1
+"255555" 1 0 0 0.677648782730103 10 -6 22
+"255886" 1 0 1 0.852275490760803 -4 -6 40
+"256015" 1 0 0 0.296154499053955 10 -9 2
+"256026" 1 0 1 0.0198395997285843 10 4 0
+"256068" 1 0 0 0.844838678836823 -6 -8 41
+"256467" 1 0 0 0.989007115364075 10 -6 2
+"256522" 1 0 1 0.314438492059708 10 -1 0
+"256679" 1 0 1 0.130213692784309 -6 -10 0
+"256977" 1 1 1 0.117115601897240 -6 -7 0
+"257065" 1 0 1 0.71939069032669 2 -8 1
+"257066" 1 0 1 0.757652223110199 -6 -10 0
+"257119" 1 0 1 0.0360944010317326 8 5 1
+"257158" 1 0 1 0.541957378387451 8 -9 21
+"257320" 1 0 0 0.622607827186584 -5 -6 41
+"257420" 1 0 0 0.329433798789978 8 -6 2
+"257682" 1 0 0 0.039835799485445 10 -9 0
+"257714" 1 1 1 0.0315699987113476 10 -7 3
+"257957" 1 0 1 0.999568700790405 8 -6 0
+"258282" 1 0 1 0.233428597450256 -7 -8 5
+"258416" 1 1 0 0.69769412279129 9 -6 1
+"258636" 1 1 0 0.11285849660635 10 -9 16
+"258648" 1 1 1 0.0408339984714985 10 -7 3
+"258905" 1 1 1 0.132836803793907 0 -7 19
+"258912" 1 0 0 0.198102995753288 -2 -6 22
+"259545" 1 0 0 0.537500023841858 10 -6 2
+"259827" 1 1 1 0.133701905608177 0 -7 0
+"259882" 1 0 1 0.215985298156738 -6 -7 0
+"259901" 1 0 1 0.707316994667053 10 -8 42
+"260127" 1 0 1 0.0251969005912542 10 4 0
+"260258" 1 0 0 0.999820709228516 10 -9 42
+"261065" 1 0 1 0.243082299828529 4 -6 1
+"261193" 1 1 0 0.128765597939491 10 -9 0
+"261509" 1 1 0 0.638826489448547 8 -6 0
+"261844" 1 0 0 0.176795601844788 10 -7 13
+"262038" 1 1 0 0.0151016004383564 10 -7 1
+"262791" 1 0 0 0.324559211730957 10 -6 0
+"263128" 1 0 1 0.662246227264404 9 8 0
+"264130" 1 1 0 0.593965470790863 10 -9 3
+"264511" 1 0 0 0.0253209006041288 -6 -9 2
+"264515" 1 0 0 0.338501513004303 5 -6 31
+"264638" 1 0 1 0.0349434986710548 10 -7 3
+"265320" 1 0 1 0.0134653998538852 4 -10 1
+"265931" 1 0 0 0.95689570903778 10 -6 0
+"266406" 1 1 1 0.232542604207993 -7 -7 0
+"266485" 1 0 1 0.545724391937256 7 -8 0
+"266496" 1 0 0 0.82792192697525 -6 -8 0
+"267339" 1 0 1 0.0390878990292549 -6 -10 1
+"267383" 1 0 1 0.0323670990765095 10 8 1
+"267698" 1 1 0 0.761233925819397 10 8 0
+"267753" 1 0 0 0.0464220009744167 -8 -9 0
+"267756" 1 0 0 0.00705430004745722 10 10 13
+"268024" 1 0 1 0.49496978521347 6 -1 0
+"268162" 1 0 1 0.516600608825684 8 5 2
+"268238" 1 0 1 0.705951690673828 3 -8 0
+"268791" 1 1 0 0.00343500007875264 10 -8 0
+"269020" 1 1 1 0.15470090508461 10 10 9
+"269682" 1 0 1 0.473543494939804 9 -5 3
+"270466" 1 0 1 0.967220187187195 -6 -9 0
+"271118" 1 0 1 0.530672609806061 6 -1 0
+"271283" 1 1 0 0.113752096891403 10 -6 0
+"271392" 1 0 1 0.0320976004004478 8 5 1
+"272195" 1 0 1 0.857959985733032 -7 -7 1
+"272744" 1 0 1 0.804987490177155 -7 -7 11
+"273307" 1 0 1 0.728902101516724 9 -9 2
+"274017" 1 0 1 0.758213996887207 -7 -7 14
+"274230" 1 0 1 0.572631597518921 1 -7 29
+"274337" 1 0 1 0.625435471534729 8 6 3
+"274571" 1 1 0 0.00254360004328191 8 -7 14
+"275452" 1 0 1 0.655485510826111 3 -7 1
+"276332" 1 0 1 0.472163408994675 9 -9 1
+"276511" 1 0 1 0.301678210496902 7 -8 1
+"276634" 1 0 1 0.397338688373566 10 9 1
+"277600" 1 0 1 0.691375076770782 3 -8 0
+"278220" 1 0 1 0.250043898820877 8 7 3
+"278596" 1 0 1 0.255163997411728 1 -6 16
+"280593" 1 1 1 0.0316544994711876 10 -7 2
+"282297" 1 1 0 0.722346186637878 8 -9 36
+"282333" 1 0 1 0.495875388383865 9 -7 16
+"284934" 1 0 0 0.436523199081421 9 -9 7
+"285365" 1 0 1 0.0348898991942406 10 -7 1
+"285462" 1 0 1 0.686702728271484 3 -9 0
+"285749" 1 0 1 0.44931361079216 -8 -9 5
+"286339" 1 0 1 0.585865676403046 9 8 6
+"286707" 1 1 1 0.178169593214989 0 -7 2
+"286744" 1 0 0 0.477945804595947 9 -9 0
+"286816" 1 0 1 0.729498505592346 10 -5 36
+"286865" 1 1 0 0.222324594855309 8 -8 31
+"286889" 1 0 1 0.837892711162567 9 -9 19
+"286933" 1 0 1 0.301086902618408 -3 -7 32
+"287133" 1 0 1 0.786064624786377 10 -5 38
+"289148" 1 0 1 0.518690884113312 -9 -9 0
+"290852" 1 1 0 0.092435099184513 10 -6 1
+"291133" 1 0 0 0.695025980472565 10 -8 30
+"291398" 1 0 1 0.795638799667358 9 -9 1
+"291923" 1 0 1 0.256510704755783 8 7 0
+"292403" 1 1 1 0.133231192827225 10 10 1
+"293419" 1 0 1 0.853855013847351 7 6 1
+"293810" 1 1 0 0.305373191833496 10 -9 39
+"294254" 1 0 1 0.714234709739685 8 -9 1
+"294506" 1 1 0 0.292165786027908 8 -5 46
+"294684" 1 0 0 0.552643299102783 9 -5 46
+"294895" 1 0 1 0.329736888408661 -6 -7 3
+"295425" 1 0 1 0.167995095252991 1 -6 1
+"295906" 1 1 0 0.302581787109375 10 -5 45
+"295944" 1 1 0 0.0257900003343821 10 -3 12
+"295984" 1 1 0 0.0204076003283262 6 5 1
+"297636" 1 0 1 0.212276697158813 5 -5 15
+"297655" 1 0 1 0.88416188955307 10 -5 46
+"297927" 1 1 1 0.0581458993256092 10 6 3
+"298286" 1 1 1 0.0141994999721646 8 6 1
+"299311" 1 0 0 0.575165212154388 10 -5 46
+"299592" 1 0 0 0.0036514000967145 10 8 17
+"301557" 1 0 1 0.0299114007502794 8 5 2
+"301761" 1 1 1 0.0446572005748749 6 4 1
+"301803" 1 0 1 0.293970704078674 10 -5 35
+"302634" 1 0 1 0.926145017147064 9 -9 0
+"302655" 1 1 1 0.285813212394714 7 6 1
+"303459" 1 0 1 0.982618808746338 5 -2 27
+"303704" 1 1 0 0.0849858969449997 10 -9 0
+"303758" 1 1 0 0.0522566996514797 10 -5 45
+"303799" 1 0 1 0.756313979625702 -6 -9 2
+"87475" 0 0 0 0.0145022999495268 9 -9 8
+"239517" 0 0 0 0.224087804555893 -8 -9 18
+"124325" 0 0 0 0.444599509239197 -5 -8 19
+"268326" 0 0 0 0.0394905991852283 10 6 42
+"285746" 0 0 0 0.827533483505249 -7 -7 19
+"13855" 0 1 0 0.0901532024145126 10 -7 6
+"160489" 0 0 0 0.0233165007084608 10 -7 17
+"271174" 0 0 0 0.0688550025224686 -7 -9 29
+"167575" 0 0 0 0.672746300697327 10 9 29
+"138782" 0 0 0 0.972307682037354 5 -6 14
+"290705" 0 0 0 0.56235021352768 8 8 0
+"137785" 0 0 1 0.153449892997742 10 10 28
+"205858" 0 1 0 0.00241419998928905 10 -7 22
+"174009" 0 0 0 0.137226194143295 10 -9 12
+"31324" 0 0 0 0.828484296798706 10 5 1
+"273414" 0 0 0 0.655052304267883 10 -8 14
+"74870" 0 0 0 0.871194422245026 -4 -9 20
+"12791" 0 1 0 0.0529863014817238 10 7 3
+"99724" 0 0 0 0.0451477989554405 -7 -8 20
+"289991" 0 0 0 0.709844589233398 6 -10 20
+"270288" 0 1 0 0.135281205177307 10 -4 8
+"210484" 0 1 0 0.0491955988109112 10 -7 28
+"194604" 0 0 0 0.158645302057266 -9 -9 20
+"302051" 0 0 0 0.0125845996662974 10 10 46
+"199215" 0 1 0 0.077341303229332 -7 -10 35
+"215257" 0 0 0 0.358380198478699 10 4 37
+"165325" 0 0 0 0.084825299680233 -6 -10 16
+"180527" 0 0 0 0.0413964986801147 2 -7 19
+"87946" 0 0 0 0.159453302621841 10 -7 22
+"44784" 0 0 0 0.331782907247543 10 -10 6
+"292565" 0 0 0 0.995760083198547 9 -7 20
+"274149" 0 0 0 0.600000023841858 -7 -7 23
+"209840" 0 0 0 0.0788699015974998 10 10 16
+"241668" 0 0 0 0.297475010156631 -7 -7 40
+"7483" 0 0 0 0.702006220817566 -1 -7 3
+"145202" 0 0 0 0.96019297838211 10 5 18
+"230415" 0 0 0 0.545299589633942 10 -6 38
+"65849" 0 0 0 0.190339401364326 -7 -9 19
+"96755" 0 0 0 0.236011594533920 10 -9 17
+"70472" 0 0 0 0.992125988006592 8 -1 19
+"43471" 0 0 0 0.969272017478943 -1 -7 15
+"126001" 0 0 0 0.572925806045532 10 4 8
+"125750" 0 0 0 0.640106201171875 -7 -9 27
+"112129" 0 0 0 0.0455549992620945 -7 -8 22
+"46401" 0 0 0 0.83332622051239 10 -7 15
+"42256" 0 0 0 0.853897988796234 5 -7 15
+"70899" 0 0 1 0.927536189556122 7 0 5
+"141600" 0 0 0 0.440506309270859 -9 -10 3
+"80897" 0 0 0 0.288999199867249 10 -2 2
+"260636" 0 0 0 0.0410244017839432 8 -7 27
+"13936" 0 0 0 0.953752875328064 2 -9 6
+"134385" 0 0 0 0.41353639960289 -7 -9 14
+"242701" 0 0 0 0.940206229686737 10 -2 40
+"37104" 0 0 0 0.0626304969191551 -7 -7 13
+"170437" 0 0 0 0.0666296035051346 5 -7 12
+"62842" 0 0 0 0.143853798508644 -1 -7 4
+"38821" 0 0 0 0.718115329742432 2 -9 7
+"228837" 0 0 0 0.0387842990458012 10 -7 18
+"271925" 0 0 0 0.318487405776978 10 10 43
+"113828" 0 0 0 0.0241535007953644 9 8 24
+"202046" 0 0 0 0.0263114999979734 7 -7 7
+"28860" 0 0 0 0.851405620574951 -7 -9 11
+"116717" 0 0 0 0.0514268986880779 10 -10 7
+"83446" 0 0 0 0.288248300552368 10 -7 7
+"247473" 0 0 0 0.564241409301758 10 2 40
+"136297" 0 0 0 0.807732582092285 10 -9 20
+"246080" 0 0 0 0.096491202712059 10 -9 40
+"246784" 0 0 0 0.983890891075134 -7 -7 15
+"241298" 0 0 0 0.74052631855011 7 2 40
+"133660" 0 0 0 0.699114978313446 -1 -3 27
+"229181" 0 0 0 0.719160079956055 3 -2 19
+"191143" 0 0 0 0.588644325733185 -6 -7 20
+"215724" 0 0 0 0.00773419998586178 10 -7 22
+"190" 0 0 0 0.135222598910332 -7 -10 0
+"144433" 0 0 0 0.431838393211365 8 1 26
+"66966" 0 0 0 0.545129299163818 -3 -7 11
+"115447" 0 0 0 0.0805324018001556 -7 -7 11
+"186146" 0 0 0 0.237885504961014 8 -6 19
+"106947" 0 0 0 0.269855499267578 9 9 23
+"33818" 0 0 0 0.223460897803307 10 8 10
+"74106" 0 1 0 0.312597185373306 10 -7 20
+"202923" 0 0 0 0.057847298681736 5 -7 15
+"126924" 0 0 0 0.354682713747025 4 -7 17
+"239419" 0 0 1 0.189925894141197 4 -8 1
+"31297" 0 0 0 0.296222388744354 10 -7 10
+"132155" 0 0 0 0.487210810184479 -7 -8 11
+"299164" 0 1 0 0.00178279995452613 6 -6 18
+"271295" 0 0 0 0.375606894493103 10 -2 43
+"269298" 0 1 0 0.0605954006314278 8 -7 35
+"53267" 0 0 0 0.653658509254456 10 -7 7
+"39780" 0 0 0 0.740168571472168 -9 -10 14
+"198380" 0 0 0 0.256776094436646 10 -8 10
+"104430" 0 0 0 0.97612738609314 -7 -7 10
+"199489" 0 0 0 0.305084705352783 10 -9 17
+"97405" 0 0 0 0.321642786264420 10 -7 23
+"57102" 0 0 0 0.782299816608429 10 -7 15
+"237612" 0 0 0 0.546632170677185 8 -10 14
+"28478" 0 0 0 0.670021295547485 -7 -8 3
+"141823" 0 0 0 0.0692792981863022 10 6 12
+"155405" 0 0 0 0.00800759997218847 10 -7 14
+"182257" 0 0 0 0.45421239733696 10 -7 4
+"101186" 0 0 0 0.0390942990779877 -7 -7 10
+"148451" 0 0 0 0.740853011608124 10 8 29
+"289902" 0 0 0 0.088918000459671 7 -6 31
+"146719" 0 0 0 0.507760524749756 10 -9 29
+"270458" 0 0 0 0.321428507566452 10 -7 29
+"277764" 0 0 0 0.0128845004364848 10 6 37
+"184904" 0 0 0 0.298375099897385 0 -6 13
+"124802" 0 0 0 0.270414888858795 -7 -8 1
+"44767" 0 0 0 0.0738423019647598 -7 -8 12
+"284079" 0 0 0 0.090878501534462 10 -2 24
+"91588" 0 0 0 0.945809483528137 10 -7 13
+"18468" 0 0 0 0.0728188008069992 10 -1 8
+"287850" 0 0 0 0.0324354991316795 9 -7 25
+"218854" 0 0 0 0.510695219039917 -7 -8 22
+"43306" 0 0 0 0.30417600274086 10 -10 15
+"166861" 0 0 0 0.392823487520218 10 -7 15
+"289773" 0 0 0 0.613430082798004 10 2 45
+"177846" 0 0 0 0.0735343024134636 -9 -10 7
+"122923" 0 0 0 0.0356771014630795 10 -10 26
+"196782" 0 0 0 0.283707886934280 10 -9 21
+"97228" 0 0 0 0.506527423858643 0 -7 5
+"93554" 0 0 0 0.181008100509644 10 -7 23
+"66848" 0 0 0 0.945255517959595 0 -9 7
+"112294" 0 0 0 0.811741709709167 -6 -10 25
+"298902" 0 0 0 0.113537102937698 10 8 30
+"46920" 0 0 0 0.118230298161507 10 -9 15
+"27698" 0 0 0 0.91824722290039 10 4 11
+"43187" 0 0 0 0.740243911743164 -7 -8 7
+"209560" 0 0 0 0.130481705069542 -9 -9 34
+"188082" 0 0 0 0.925413012504578 9 -5 24
+"270752" 0 0 0 0.20573690533638 -7 -7 23
+"204388" 0 0 0 0.550274312496185 -7 -7 29
+"223849" 0 0 0 0.0693833008408546 10 -7 24
+"158306" 0 0 0 0.00240590004250407 -4 -7 1
+"200395" 0 0 0 0.428571492433548 -7 -7 19
+"249591" 0 0 0 0.0548886992037296 -7 -7 26
+"238795" 0 0 0 0.053856298327446 8 -7 19
+"297555" 0 0 0 0.672537386417389 9 -7 40
+"133508" 0 0 0 0.145418494939804 10 -3 27
+"94759" 0 0 0 0.64128839969635 -7 -7 9
+"124419" 0 0 1 0.396825402975082 -7 -7 12
+"3177" 0 0 0 0.300232201814651 10 10 2
+"55925" 0 0 0 0.0442967005074024 -7 -7 3
+"255957" 0 0 0 0.945806503295898 -7 -8 25
+"70307" 0 0 0 0.885446727275848 6 -7 19
+"72715" 0 0 0 0.0140343001112342 10 -7 14
+"23326" 0 0 0 0.95074188709259 -7 -9 2
+"74727" 0 0 0 0.281938314437866 5 -9 20
+"222335" 0 0 0 0.293742686510086 10 8 37
+"257393" 0 0 0 0.908616185188293 -7 -7 27
+"151132" 0 0 0 0.184455201029778 -7 -7 15
+"117875" 0 0 0 0.738351225852966 10 -10 1
+"74946" 0 0 0 0.318329691886902 -7 -9 10
+"33798" 0 0 0 0.0747843012213707 -7 -9 12
+"118505" 0 0 0 0.244656994938850 5 -7 15
+"173713" 0 0 0 0.522043883800507 10 -9 30
+"65970" 0 1 0 0.0153080001473427 10 -9 7
+"135115" 0 0 0 0.00593229988589883 10 -8 9
+"66301" 0 0 0 0.603550314903259 2 0 2
+"152577" 0 0 0 0.51666671037674 -7 -8 19
+"107555" 0 0 0 0.338362097740173 8 3 8
+"197390" 0 0 0 0.111526601016521 -5 -8 14
+"113865" 0 0 0 0.0698622018098831 10 -7 25
+"108020" 0 0 0 0.210797801613808 -7 -9 14
+"162100" 0 0 0 0.157511800527573 -7 -9 15
+"224814" 0 0 1 0.328327804803848 9 -3 38
+"67243" 0 0 1 0.470452010631561 -7 -9 1
+"125399" 0 0 1 0.0942217037081718 10 7 27
+"80778" 0 0 0 0.232955694198608 10 -9 7
+"191309" 0 0 0 0.833898305892944 -1 -7 18
+"55913" 0 0 0 0.398236304521561 7 7 15
+"262295" 0 0 0 0.168411001563072 10 -7 28
+"226702" 0 0 0 0.53752601146698 -7 -9 38
+"202930" 0 1 0 0.00302230007946491 -7 -10 10
+"187678" 0 0 0 0.179450005292892 10 -7 14
+"113109" 0 1 1 0.0398960001766682 10 10 25
+"160923" 0 0 0 0.427113890647888 10 4 31
+"265637" 0 0 0 0.927129685878754 -7 -8 28
+"176680" 0 0 0 0.0267433002591133 4 -7 4
+"255026" 0 0 0 0.222627803683281 10 -7 25
+"94973" 0 0 0 0.0249712001532316 10 -9 9
+"215071" 0 0 0 0.948388874530792 10 10 37
+"80572" 0 0 0 0.938775479793549 -7 -8 7
+"180495" 0 0 0 0.449382692575455 -7 -8 8
+"146191" 0 0 0 0.087577298283577 -9 -10 4
+"80576" 0 1 0 0.0203274004161358 10 -5 8
+"171467" 0 0 0 0.433134108781815 -7 -7 31
+"277310" 0 1 0 0.0628437027335167 10 -7 32
+"273877" 0 0 0 0.177874192595482 7 -7 29
+"83345" 0 0 0 0.699186980724335 -7 -9 3
+"97711" 0 0 0 0.975845515727997 -7 -9 11
+"299267" 0 0 0 0.65875107049942 8 -7 1
+"188265" 0 0 0 0.0353357009589672 9 -7 10
+"284610" 0 0 0 0.636363625526428 10 10 24
+"141704" 0 0 0 0.127027004957199 -3 -4 20
+"123595" 0 0 0 0.227979302406311 8 5 10
+"200170" 0 0 0 0.0784806981682777 -8 -9 14
+"46348" 0 0 0 0.245654106140137 5 -7 15
+"173974" 0 0 0 0.615740776062012 -3 -10 32
+"72588" 0 0 0 0.245943695306778 10 -7 6
+"292198" 0 0 0 0.0758505016565323 10 10 45
+"182616" 0 0 0 0.0998859032988548 10 -8 19
+"156421" 0 0 0 0.0539500005543232 -4 -8 1
+"122299" 0 0 0 0.266032785177231 10 9 25
+"267301" 0 0 0 0.662004709243774 10 -7 28
+"110629" 0 0 0 0.259878903627396 3 -9 22
+"87616" 0 0 0 0.555720686912537 7 -9 8
+"51908" 0 0 1 0.320987701416016 10 -5 16
+"52371" 0 0 0 0.218279600143433 7 -8 1
+"146407" 0 0 0 0.816595673561096 -7 -9 15
+"76909" 0 0 0 0.398221999406815 -9 -9 6
+"65764" 0 0 0 0.0568838007748127 8 -7 3
+"204750" 0 0 0 0.793551683425903 10 9 36
+"14487" 0 0 0 0.0242037996649742 10 -6 6
+"212793" 0 0 0 0.461741387844086 -6 -7 22
+"106926" 0 0 0 0.032363198697567 10 4 5
+"124228" 0 0 0 0.231855407357216 5 -9 26
+"249265" 0 0 0 0.315420895814896 10 4 10
+"279000" 0 0 0 0.195990994572639 -5 -7 28
+"85879" 0 0 0 0.00302230007946491 10 10 3
+"291799" 0 0 0 0.36355659365654 9 5 45
+"221143" 0 0 0 0.634086310863495 10 7 37
+"208392" 0 1 0 0.0122101996093988 -7 -8 26
+"16062" 0 0 0 0.966713309288025 4 -9 7
+"120063" 0 0 0 0.615034222602844 -7 -8 12
+"145126" 0 0 0 0.447337299585342 10 -7 13
+"170127" 0 0 0 0.176326498389244 -9 -9 22
+"211998" 0 1 0 0.00200499990023673 10 -6 7
+"278028" 0 0 0 0.242579594254494 -7 -8 36
+"187745" 0 0 0 0.166748404502869 9 -7 20
+"130128" 0 0 0 0.634719371795654 10 7 27
+"164611" 0 0 0 0.166165500879288 -7 -7 17
+"17778" 0 0 1 0.448839694261551 10 10 7
+"79295" 0 0 0 0.08244039863348 3 -7 18
+"120644" 0 0 0 0.525180578231812 10 -7 26
+"60133" 0 0 0 0.117076598107815 4 -7 4
+"252591" 0 0 0 0.240371793508530 -7 -7 26
+"46505" 0 0 0 0.953659176826477 10 -8 6
+"243924" 0 0 0 0.408980309963226 7 -7 11
+"166047" 0 0 0 0.0138338003307581 1 -7 11
+"201078" 0 0 0 0.0426649004220963 -7 -7 21
+"52220" 0 0 0 0.0822175964713097 4 -1 16
+"192197" 0 0 0 0.207398802042007 -9 -10 20
+"94777" 0 0 0 0.848192811012268 -7 -7 7
+"219958" 0 0 0 0.0202469993382692 10 -7 23
+"121180" 0 0 0 0.261224508285522 10 10 6
+"294275" 0 0 0 0.333171099424362 1 -6 1
+"293680" 0 0 0 0.0253807008266449 10 4 16
+"220610" 0 0 0 0.212095305323601 -5 -8 23
+"78188" 0 1 0 0.00291480007581413 10 -7 15
+"67433" 0 0 0 0.109992302954197 -4 -7 19
+"180061" 0 0 0 0.092279203236103 -7 -7 17
+"81311" 0 0 0 0.0359927006065845 10 -7 7
+"161259" 0 0 0 0.106801897287369 10 -6 31
+"238401" 0 0 0 0.582195401191711 10 -9 23
+"51112" 0 0 0 0.173197895288467 10 6 1
+"122832" 0 1 0 0.0118519002571702 10 8 10
+"143208" 0 0 0 0.363780707120895 10 -6 27
+"263572" 0 0 0 0.820866107940674 5 -8 31
+"281035" 0 0 0 0.0363950990140438 10 -10 19
+"267780" 0 0 0 0.0574490018188953 -7 -8 39
+"204660" 0 0 0 0.684994697570801 10 -7 36
+"288446" 0 1 0 0.0395274981856346 9 6 16
+"156818" 0 0 0 0.0161188002675772 -4 -7 16
+"175044" 0 0 0 0.831603229045868 -7 -10 17
+"102193" 0 0 0 0.0773271024227142 10 -4 10
+"105524" 0 0 0 0.68704617023468 -7 -9 8
+"6077" 0 0 0 0.776938915252686 -7 -9 3
+"152678" 0 0 0 0.248855605721474 10 -5 30
+"264452" 0 0 0 0.910797476768494 -8 -9 34
+"1914" 0 0 0 0.518599510192871 5 2 1
+"21903" 0 0 0 0.0635123997926712 0 -5 6
+"49935" 0 0 0 0.356971114873886 10 -1 5
+"233835" 0 0 0 0.138105601072311 10 6 39
+"223170" 0 0 0 0.431457787752151 -6 -7 38
+"295012" 0 0 0 0.363766103982925 10 10 46
+"141647" 0 0 0 0.0714469999074936 -7 -9 14
+"22613" 0 0 0 0.630360782146454 7 -9 9
+"196960" 0 0 0 0.566666722297668 10 -10 10
+"230269" 0 0 0 0.782811522483826 2 -9 38
+"41706" 0 0 0 0.0491591989994049 -6 -7 14
+"120453" 0 0 0 0.0899128019809723 -3 -7 18
+"68400" 0 0 0 0.22333000600338 7 -9 3
+"17616" 0 0 0 0.147397994995117 10 -6 7
+"120243" 0 0 0 0.793319523334503 -7 -9 18
+"19736" 0 0 0 0.831359326839447 10 4 8
+"68673" 0 0 0 0.38028809428215 10 -9 5
+"16601" 0 0 0 0.0694399997591972 10 -1 7
+"203458" 0 0 0 0.809099912643433 10 -8 6
+"90478" 0 0 0 0.0256165005266666 10 -7 8
+"30624" 0 1 1 0.940503180027008 10 10 2
+"21855" 0 0 1 0.377496212720871 10 10 9
+"267282" 0 0 0 0.0737162977457047 10 7 42
+"228943" 0 0 0 0.0128199998289347 10 -8 32
+"247882" 0 0 0 0.819966316223145 10 -9 26
+"298104" 0 0 0 0.798294425010681 10 9 46
+"31502" 0 1 0 0.103949099779129 10 4 12
+"30112" 0 0 0 0.311411499977112 10 -3 11
+"242475" 0 0 0 0.560747623443604 9 -7 25
+"238146" 0 0 0 0.457984000444412 -6 -7 39
+"2862" 0 0 0 0.0259475000202656 10 5 1
+"236469" 0 1 0 0.000680299999658018 10 -7 17
+"221387" 0 0 0 0.0654212981462479 -3 -9 37
+"191272" 0 0 0 0.902887105941772 -7 -7 19
+"146018" 0 0 0 0.293212711811066 10 -7 14
+"47633" 0 0 0 0.147642105817795 10 5 7
+"2493" 0 0 0 0.229885101318359 10 -1 1
+"137384" 0 0 0 0.0889606028795242 -7 -7 14
+"149466" 0 0 0 0.0681113973259926 10 -2 10
+"118322" 0 0 0 0.263898998498917 8 4 24
+"141084" 0 0 1 0.676729619503021 -3 -8 28
+"216492" 0 1 0 0.550704181194305 8 -9 29
+"16804" 0 0 0 0.0294729005545378 5 -3 6
+"107766" 0 0 0 0.436332702636719 9 3 13
+"243675" 0 1 0 0.0926185995340347 10 -7 23
+"253675" 0 0 0 0.0957849025726318 10 -7 27
+"72265" 0 0 0 0.874729990959167 3 2 2
+"107524" 0 0 0 0.830188572406769 10 10 5
+"260117" 0 0 0 0.0478607006371021 9 9 23
+"259168" 0 0 0 0.0204812996089458 8 -8 13
+"89908" 0 0 0 0.0393326990306377 10 -7 6
+"44721" 0 0 0 0.2672199010849 -8 -9 8
+"213667" 0 0 0 0.31453999876976 -2 -7 17
+"31562" 0 0 0 0.56330007314682 4 -3 12
+"10245" 0 1 0 0.0895655006170273 10 -9 4
+"303304" 0 0 0 0.0325335003435612 10 -7 46
+"10593" 0 0 1 0.857468724250793 -5 -9 0
+"102796" 0 0 0 0.581209778785706 -7 -7 10
+"277749" 0 0 0 0.441981703042984 -5 -9 29
+"187345" 0 0 0 0.0105119999498129 9 -7 14
+"86987" 0 0 0 0.234432205557823 -9 -9 20
+"223921" 0 0 0 0.866601884365082 10 -7 12
+"253157" 0 0 0 0.170139297842979 -1 -8 41
+"95476" 0 0 0 0.375296801328659 9 -3 1
+"149537" 0 0 0 0.103644602000713 6 -7 15
+"211651" 0 0 0 0.943396210670471 10 -7 36
+"194693" 0 0 0 0.513325214385986 -4 -10 34
+"195437" 0 0 0 0.351507186889648 9 -4 8
+"296763" 0 1 0 0.0163771007210016 10 -7 46
+"125934" 0 0 0 0.737160086631775 -3 -9 13
+"36310" 0 0 0 0.157878994941711 -8 -9 5
+"159681" 0 0 0 0.502883613109589 10 10 14
+"68413" 0 0 1 0.918047308921814 -3 -7 11
+"147667" 0 0 0 0.756363570690155 4 -7 10
+"112432" 0 0 0 0.147834405303001 3 0 22
+"298422" 0 0 0 0.05190160125494 -2 -5 32
+"117923" 0 1 0 0.0128811998292804 -7 -8 15
+"69679" 0 1 0 0.00229560001753271 -7 -9 4
+"189173" 0 0 0 0.755281686782837 10 -7 34
+"41524" 0 0 0 0.373712509870529 10 5 14
+"293602" 0 0 0 0.273771911859512 0 -7 20
+"156357" 0 0 0 0.147827401757240 -9 -9 30
+"49577" 0 0 0 0.562004327774048 10 -8 8
+"188747" 0 0 0 0.397394090890884 10 -7 14
+"299201" 0 0 0 0.044462401419878 6 -7 26
+"202956" 0 0 0 0.63829779624939 10 9 35
+"127193" 0 0 0 0.216563895344734 6 -7 16
+"98223" 0 0 0 0.860841393470764 -6 -9 9
+"253502" 0 0 0 0.017714099958539 10 8 41
+"43732" 0 0 1 0.71397852897644 -7 -7 1
+"58614" 0 0 0 0.840470016002655 10 -7 18
+"272165" 0 1 0 0.561603486537933 10 -7 22
+"93601" 0 0 0 0.119343303143978 10 -10 23
+"110331" 0 0 0 0.546984612941742 1 -7 11
+"237903" 0 0 0 0.153467401862144 8 -10 39
+"58784" 0 0 0 0.426401913166046 8 -7 16
+"5391" 0 0 0 0.293359786272049 0 -8 3
+"123457" 0 0 0 0.396989196538925 10 9 25
+"146671" 0 0 0 0.948930621147156 10 -7 26
+"128075" 0 0 0 0.132142901420593 7 -9 9
+"104120" 0 0 0 0.382264405488968 8 2 22
+"262982" 0 1 1 0.0750453025102615 -6 -8 16
+"138158" 0 0 0 0.00888529978692532 10 -8 8
+"162012" 0 0 0 0.218694701790810 -4 -9 15
+"292481" 0 0 0 0.224891901016235 10 9 31
+"235049" 0 0 0 0.0512766987085342 -4 -7 25
+"63487" 0 0 0 0.673813223838806 -1 -8 4
+"93799" 0 0 0 0.249376505613327 7 -7 23
+"294750" 0 1 0 0.242958799004555 -3 -7 46
+"177516" 0 0 0 0.00359819992445409 8 -7 4
+"230870" 0 0 0 0.111475296318531 9 -6 19
+"113175" 0 0 0 0.151310905814171 10 -7 25
+"233406" 0 0 0 0.6853147149086 -7 -9 25
+"163195" 0 0 0 0.870712399482727 10 4 12
+"277374" 0 0 0 0.928285777568817 -7 -9 43
+"56318" 0 0 0 0.0194926001131535 8 -7 1
+"85737" 0 0 0 0.628422379493713 7 3 8
+"28866" 0 0 0 0.0888030976057053 -7 -9 11
+"63974" 0 0 0 0.318132787942886 -8 -9 10
+"296485" 0 0 0 0.587608218193054 -3 -5 36
+"90011" 0 0 0 0.0774736031889915 2 -3 7
+"220286" 0 0 0 0.953159809112549 -7 -9 19
+"238412" 0 0 0 0.068623498082161 4 -7 25
+"32046" 0 0 0 0.0769134014844894 10 -5 12
+"72805" 0 0 0 0.422857195138931 10 -7 6
+"82191" 0 0 0 0.0822238996624947 3 -9 18
+"30715" 0 1 0 0.0526951998472214 7 -8 3
+"35851" 0 0 0 0.774999976158142 2 -9 13
+"300757" 0 0 0 0.0358550995588303 10 0 26
+"299187" 0 0 0 0.712284028530121 8 1 1
+"41678" 0 0 1 0.769466280937195 -7 -7 14
+"274728" 0 0 0 0.493593603372574 10 -5 34
+"174898" 0 0 0 0.167087301611900 8 5 18
+"120062" 0 0 0 0.422927498817444 10 -7 26
+"136533" 0 0 0 0.150047495961189 9 -7 7
+"214371" 0 0 0 0.162466302514076 -5 -7 23
+"25073" 0 0 1 0.520558595657349 -10 -10 10
+"103049" 0 0 0 0.273398995399475 -1 -7 10
+"206563" 0 0 0 0.916226387023926 -7 -7 22
+"96263" 0 0 0 0.119687199592590 -7 -7 7
+"252337" 0 0 0 0.811538517475128 9 -6 25
+"65393" 0 0 0 0.25845530629158 10 -10 19
+"151129" 0 0 0 0.442270010709763 5 -6 15
+"83855" 0 0 0 0.0452088005840778 9 -7 6
+"58363" 0 0 0 0.0822616964578629 7 -7 1
+"288438" 0 0 0 0.765167713165283 -2 -7 26
+"97712" 0 0 0 0.109026901423931 -7 -7 7
+"145219" 0 0 0 0.0867369994521141 -7 -7 3
+"8499" 0 1 0 0.647459328174591 10 -7 4
+"166140" 0 0 0 0.178107604384422 10 -8 22
+"195479" 0 0 0 0.145141705870628 -7 -8 34
+"180935" 0 0 0 0.283445805311203 -4 -9 33
+"97774" 0 0 0 0.153718397021294 1 -7 8
+"270405" 0 0 0 0.783440172672272 10 -7 43
+"190021" 0 0 0 0.554101288318634 10 -5 24
+"92001" 0 1 0 0.0033400000538677 10 -9 4
+"117857" 0 0 0 0.154362395405769 -7 -7 12
+"48777" 0 0 0 0.4935222864151 10 10 7
+"261741" 0 0 0 0.148760303854942 10 -7 26
+"289175" 0 0 0 0.0128699997439981 10 10 26
+"171043" 0 0 0 0.350997596979141 -5 -5 22
+"100080" 0 0 0 0.538687586784363 -9 -9 8
+"302353" 0 0 1 0.417209893465042 10 9 46
+"71349" 0 0 0 0.436996012926102 7 -7 18
+"185897" 0 0 0 0.170588299632072 10 6 13
+"32881" 0 0 0 0.350899904966354 10 -5 2
+"147809" 0 0 0 0.515347421169281 8 -1 27
+"30221" 0 0 0 0.83114367723465 -1 -7 11
+"48984" 0 0 0 0.0389663986861706 -7 -9 2
+"85957" 0 0 0 0.00712120020762086 10 4 3
+"177169" 0 0 0 0.235294103622437 10 -5 3
+"221990" 0 0 0 0.637299299240112 10 -2 37
+"50309" 0 0 0 0.301447212696075 -7 -9 13
+"262915" 0 0 0 0.670326828956604 10 -9 27
+"214971" 0 0 0 0.024796599522233 1 -7 23
+"230692" 0 0 0 0.120422102510929 10 -9 22
+"44714" 0 0 0 0.837277889251709 -7 -7 14
+"108712" 0 1 0 0.0165803004056215 10 10 10
+"204275" 0 0 0 0.0654970034956932 -7 -9 21
+"158955" 0 0 0 0.154625102877617 8 -7 14
+"106211" 0 0 0 0.368586391210556 -7 -9 10
+"73076" 0 0 0 0.896727979183197 9 -7 20
+"17677" 0 0 0 0.184583902359009 -4 -9 4
+"71890" 0 0 0 0.0757400020956993 -7 -8 6
+"270064" 0 0 0 0.186235696077347 2 -8 35
+"246298" 0 0 0 0.455009609460831 10 -7 40
+"226777" 0 0 0 0.276676893234253 10 8 38
+"47084" 0 0 0 0.829505681991577 10 -7 16
+"37921" 0 0 0 0.767151772975922 -6 -7 13
+"295696" 0 0 0 0.469419807195663 10 -7 30
+"132365" 0 0 0 0.0221858993172646 10 10 7
+"140817" 0 0 0 0.145202502608299 -7 -7 12
+"50239" 0 0 0 0.819982826709747 -5 -9 5
+"177478" 0 0 0 0.361423313617706 10 4 13
+"82243" 0 0 0 0.387118190526962 -9 -9 11
+"69910" 0 0 0 0.0120473001152277 10 -6 19
+"209690" 0 0 0 0.0146271996200085 10 -9 16
+"85907" 0 0 0 0.237070903182030 10 -7 8
+"245854" 0 0 0 0.959027409553528 -5 -9 32
+"28541" 0 0 0 0.143376603722572 10 -9 2
+"249383" 0 0 0 0.0141955995932221 10 -7 11
+"129724" 0 0 0 0.505494475364685 10 -9 8
+"229303" 0 1 1 0.153977200388908 10 8 38
+"200944" 0 1 0 0.0551224984228611 8 3 3
+"134901" 0 0 0 0.0274941008538008 1 -7 14
+"190259" 0 0 0 0.665534913539886 10 -7 20
+"141" 0 0 0 0.737793803215027 0 -5 0
+"66006" 0 0 0 0.818739116191864 7 -7 9
+"213823" 0 0 0 0.121430799365044 8 -9 21
+"65377" 0 0 0 0.0175585001707077 9 -6 5
+"246915" 0 0 0 0.86068069934845 -7 -7 32
+"93455" 0 0 0 0.0186346005648375 9 -8 3
+"208627" 0 0 0 0.820809185504913 10 -2 17
+"282938" 0 1 0 0.0244286004453897 10 10 38
+"35191" 0 0 0 0.0515523999929428 10 5 13
+"38819" 0 1 0 0.0185857005417347 10 10 14
+"205733" 0 1 0 0.100320301949978 10 -8 36
+"130179" 0 0 0 0.216718301177025 -5 -6 6
+"253132" 0 0 0 0.0559764988720417 10 -7 26
+"294670" 0 0 0 0.133261606097221 9 -3 20
+"21411" 0 0 0 0.116809099912643 10 -6 9
+"139523" 0 0 0 0.0713884979486465 -7 -7 14
+"212819" 0 0 1 0.94566810131073 -6 -7 22
+"26417" 0 0 0 0.258643299341202 9 -7 9
+"301178" 0 0 0 0.00652919989079237 10 -9 1
+"76877" 0 0 0 0.033143799751997 10 -1 20
+"15041" 0 0 0 0.694498181343079 -7 -8 3
+"208186" 0 0 0 0.761813580989838 10 -7 9
+"238705" 0 1 0 0.0203779004514217 8 -7 25
+"107345" 0 0 0 0.474999994039536 -6 -7 3
+"111233" 0 0 0 0.20851269364357 9 -9 11
+"87185" 0 0 0 0.149105399847031 10 -9 8
+"24299" 0 0 0 0.123937800526619 10 -7 10
+"110933" 0 0 0 0.542604625225067 10 -9 9
+"54091" 0 0 0 0.32015061378479 5 -9 7
+"162634" 0 0 0 0.934733271598816 10 -7 31
+"152904" 0 0 0 0.952381014823914 -7 -9 12
+"286655" 0 0 0 0.524844825267792 10 -6 31
+"103623" 0 0 0 0.140730693936348 -6 -7 24
+"141006" 0 0 0 0.461501985788345 9 -6 28
+"303403" 0 0 0 0.485224604606628 -6 -9 1
+"260927" 0 1 0 0.0090455999597907 -7 -7 42
+"120082" 0 0 0 0.145112603902817 10 -9 16
+"223210" 0 0 0 0.573432683944702 10 7 38
+"52187" 0 0 0 0.0806704983115196 10 -7 2
+"137988" 0 0 0 0.342058897018433 10 -7 28
+"233609" 0 0 0 0.70243912935257 -7 -7 23
+"19030" 0 0 0 0.702702820301056 10 -9 8
+"247233" 0 0 0 0.38182270526886 -7 -8 26
+"91438" 0 0 0 0.526970982551575 -7 -9 8
+"110690" 0 0 0 0.49722158908844 6 -7 25
+"94764" 0 0 0 0.552171289920807 10 -7 23
+"11344" 0 0 0 0.423521310091019 4 -7 3
+"157397" 0 0 0 0.992236018180847 10 -9 12
+"205947" 0 0 0 0.123879797756672 9 -8 22
+"273984" 0 0 0 0.196134597063065 7 -7 29
+"7748" 0 0 1 0.203159704804420 10 10 4
+"299976" 0 0 0 0.297389298677444 -6 -10 21
+"91963" 0 1 0 0.0240033995360136 10 -7 22
+"284847" 0 0 0 0.858439207077026 6 -7 27
+"208553" 0 0 0 0.617215394973755 10 -2 36
+"135637" 0 0 0 0.53619909286499 10 -7 7
+"247646" 0 0 0 0.0888103991746902 -7 -7 26
+"11993" 0 0 0 0.553467810153961 10 1 5
+"224146" 0 0 0 0.268725007772446 -7 -9 22
+"105854" 0 0 0 0.122621499001980 8 -9 4
+"251528" 0 0 0 0.0549145005643368 8 -3 17
+"162462" 0 0 0 0.519810974597931 -7 -7 21
+"83364" 0 0 0 0.748495817184448 -6 -7 5
+"242925" 0 0 0 0.35432231426239 -2 -7 26
+"27842" 0 0 0 0.89723801612854 -4 -7 8
+"252391" 0 0 0 0.863045871257782 10 -4 40
+"84063" 0 0 0 0.0289175994694233 -7 -9 6
+"228408" 0 0 0 0.0143093001097441 10 -6 9
+"292410" 0 1 0 0.00277390005066991 9 6 31
+"24749" 0 0 0 0.910848498344421 -9 -9 10
+"259156" 0 0 0 0.0761495977640152 -7 -7 29
+"243311" 0 0 0 0.89049917459488 -6 -10 15
+"116894" 0 0 0 0.307692289352417 10 8 6
+"99451" 0 0 0 0.134486302733421 3 -3 15
+"62254" 0 0 0 0.340611308813095 10 10 2
+"172711" 0 0 0 0.0238681994378567 10 -8 7
+"269365" 0 0 0 0.0192511007189751 10 -7 28
+"160686" 0 0 0 0.0794731006026268 10 -7 21
+"178037" 0 0 0 0.00846089981496334 10 -3 12
+"201903" 0 0 0 0.266375511884689 -7 -7 15
+"160739" 0 0 0 0.264357298612595 -7 -10 17
+"154664" 0 0 0 0.0157698001712561 -7 -10 2
+"4902" 0 1 0 0.00311539997346699 10 -6 2
+"14484" 0 0 0 0.908899128437042 -5 -6 6
+"281857" 0 0 0 0.0224143005907536 7 -6 16
+"233296" 0 0 0 0.98346757888794 -2 -7 20
+"61083" 0 0 0 0.429187387228012 10 -8 15
+"197212" 0 0 0 0.0902784988284111 -7 -9 21
+"198271" 0 0 0 0.308080792427063 -7 -8 15
+"119939" 0 0 0 0.00934220012277365 10 -8 20
+"246352" 0 0 0 0.280141800642014 -6 -7 26
+"165927" 0 0 0 0.071476697921753 -7 -7 17
+"268465" 0 0 0 0.0689876973628998 -8 -8 14
+"167833" 0 0 0 0.0853461995720863 -6 -7 31
+"274798" 0 0 0 0.906666576862335 -7 -8 29
+"178179" 0 0 0 0.139424800872803 -7 -10 16
+"128479" 0 0 1 0.0477077998220921 -7 -7 2
+"287974" 0 0 0 0.388764292001724 10 8 45
+"215019" 0 0 0 0.210757106542587 5 -10 35
+"125400" 0 0 0 0.56953638792038 -7 -10 27
+"5568" 0 0 0 0.194888696074486 10 10 3
+"171896" 0 0 0 0.63502448797226 -7 -9 31
+"148656" 0 0 0 0.552320122718811 -7 -9 29
+"266495" 0 1 1 0.0373211987316608 -2 -6 31
+"246506" 0 0 0 0.82949298620224 -7 -8 26
+"259046" 0 0 0 0.719743311405182 7 -7 27
+"111643" 0 0 0 0.99499797821045 10 -7 17
+"265060" 0 0 0 0.915942072868347 10 10 13
+"45983" 0 0 1 0.977133393287659 10 -7 1
+"85557" 0 0 0 0.0307144001126289 -7 -7 7
+"202176" 0 0 0 0.0140239000320435 10 -10 13
+"296377" 0 0 0 0.0757284015417099 9 1 35
+"176741" 0 0 0 0.0340669006109238 9 -7 17
+"159720" 0 0 0 0.114285700023174 10 -7 10
+"18458" 0 1 0 0.909298419952393 10 9 7
+"293844" 0 0 0 0.799131274223328 8 -7 42
+"36533" 0 0 0 0.098613902926445 10 2 13
+"26840" 0 0 1 0.0342078991234303 9 -7 9
+"267114" 0 0 0 0.0624669007956982 3 -7 28
+"154198" 0 0 0 0.094548799097538 10 -9 24
+"102433" 0 0 0 0.0450895987451077 10 -7 10
+"271225" 0 0 0 0.113544300198555 10 -7 35
+"9703" 0 0 0 0.0395868010818958 9 2 3
+"72040" 0 0 0 0.424986392259598 10 9 19
+"208165" 0 0 0 0.0342001989483833 10 1 22
+"68580" 0 0 0 0.91787451505661 7 -9 5
+"96670" 0 0 0 0.0246546007692814 9 -7 3
+"52852" 0 1 0 0.170432895421982 -7 -8 17
+"243019" 0 0 0 0.112069003283978 -7 -10 15
+"44446" 0 1 0 0.086869202554226 10 -9 15
+"249480" 0 0 0 0.291666597127914 -7 -7 25
+"100460" 0 0 0 0.367346912622452 10 -7 9
+"113532" 0 0 0 0.0969567000865936 0 -10 25
+"190963" 0 0 0 0.742924571037292 -8 -9 13
+"29353" 0 0 0 0.640506327152252 5 -10 11
+"6669" 0 0 0 0.623461186885834 3 0 3
+"301091" 0 0 0 0.367088705301285 8 8 46
+"177088" 0 1 0 0.0088159004226327 8 0 12
+"237063" 0 0 0 0.184234499931335 -7 -9 10
+"270471" 0 0 0 0.0775604993104935 -2 -8 15
+"228886" 0 1 0 0.294688314199448 10 9 1
+"296898" 0 0 0 0.0201405994594097 9 -2 32
+"13399" 0 0 0 0.761254489421844 10 4 6
+"273950" 0 0 0 0.174872606992722 10 4 43
+"262468" 0 0 0 0.255710691213608 10 -7 28
+"235106" 0 0 0 0.403688490390778 10 -7 25
+"114330" 0 0 0 0.208142995834351 10 -7 16
+"12780" 0 0 0 0.559121608734131 10 8 5
+"110573" 0 1 0 0.139895007014275 -6 -8 25
+"83099" 0 0 0 0.8113933801651 10 3 21
+"257903" 0 0 0 0.427837699651718 -7 -9 25
+"109963" 0 0 0 0.460732907056808 -1 -7 11
+"92415" 0 0 0 0.0261585004627705 -7 -10 8
+"230167" 0 0 0 0.102583803236485 2 -7 22
+"256186" 0 0 0 0.668197810649872 8 8 41
+"138892" 0 0 0 0.247549101710320 -8 -9 3
+"221218" 0 0 0 0.0164948999881744 1 -9 23
+"31613" 0 0 0 0.0562420003116131 10 4 12
+"66801" 0 0 0 0.137188106775284 -1 -5 19
+"289236" 0 0 0 0.0117733003571630 -3 -10 23
+"228014" 0 1 0 0.000559200008865446 9 -7 19
+"248313" 0 0 0 0.0860031992197037 10 -8 40
+"126731" 0 0 0 0.391269207000732 -7 -9 25
+"180070" 0 0 0 0.625275313854218 -7 -9 15
+"242200" 0 0 0 0.920715987682343 -7 -7 24
+"269392" 0 0 0 0.016423299908638 10 -8 15
+"116863" 0 0 0 0.625 -7 -9 11
+"27430" 0 0 0 0.133058294653893 -7 -7 11
+"189728" 0 0 0 0.482818007469177 10 -3 34
+"226067" 0 0 0 0.355555504560471 -7 -9 20
+"25930" 0 0 0 0.29583141207695 10 -1 10
+"91211" 0 0 0 0.111172199249268 -7 -7 22
+"186337" 0 0 0 0.488000005483627 10 9 9
+"228275" 0 0 0 0.157407402992249 9 6 19
+"278057" 0 0 0 0.751155078411102 6 -10 19
+"144289" 0 0 0 0.673170685768127 -8 -8 14
+"171970" 0 0 0 0.64655351638794 9 -7 29
+"223325" 0 0 0 0.210667297244072 10 -7 38
+"259999" 0 1 0 0.039461899548769 10 -9 26
+"275658" 0 0 0 0.112748302519321 8 7 42
+"17114" 0 0 0 0.109988801181316 7 -7 5
+"152511" 0 0 0 0.367346912622452 -8 -10 5
+"106363" 0 0 0 0.486157894134521 -7 -7 24
+"256379" 0 0 0 0.788848280906677 -5 -7 26
+"244496" 0 0 0 0.749731421470642 7 -7 19
+"35642" 0 1 0 0.0148115996271372 10 -5 0
+"216061" 0 1 0 0.0586591996252537 10 -7 31
+"71431" 0 0 0 0.573152303695679 2 -7 6
+"22757" 0 1 0 0.203713297843933 -7 -8 9
+"283664" 0 0 0 0.99522042274475 9 6 44
+"47738" 0 0 0 0.849267780780792 10 -9 16
+"196174" 0 0 0 0.377709001302719 9 -6 11
+"52700" 0 0 0 0.139292195439339 8 -9 3
+"6084" 0 0 0 0.305028587579727 8 -7 1
+"158080" 0 0 0 0.915559828281403 10 4 30
+"26200" 0 0 0 0.247252702713013 -4 -8 2
+"85894" 0 0 0 0.00820150040090084 10 -9 14
+"127519" 0 0 0 0.331950187683105 9 -7 5
+"178063" 0 0 0 0.619631886482239 -7 -7 17
+"244563" 0 1 0 0.24612620472908 10 -8 40
+"61337" 0 0 0 0.0888708978891373 -7 -9 4
+"139329" 0 0 0 0.661716222763062 -7 -7 17
+"135906" 0 0 0 0.92857152223587 -7 -7 14
+"222434" 0 0 0 0.345578789710999 10 9 37
+"216674" 0 0 0 0.560498178005219 10 -9 25
+"252006" 0 0 0 0.218730196356773 0 -5 31
+"268798" 0 0 1 0.349664092063904 -7 -10 18
+"288794" 0 1 0 0.0389208011329174 10 -7 31
+"166952" 0 0 0 0.210218995809555 9 -8 9
+"158381" 0 0 0 0.334012299776077 -6 -9 16
+"51842" 0 0 0 0.705445528030396 -3 -9 2
+"145336" 0 1 0 0.0243269000202417 10 -9 1
+"77046" 0 0 0 0.9482883810997 10 0 3
+"12072" 0 0 0 0.0125185996294022 10 -6 5
+"192444" 0 0 0 0.158620700240135 10 9 20
+"163598" 0 0 0 0.0255137998610735 9 -7 9
+"42560" 0 0 0 0.0592679008841515 -7 -9 1
+"86104" 0 0 0 0.188481703400612 -7 -8 22
+"176767" 0 0 0 0.280405402183533 -2 -9 13
+"50115" 0 0 0 0.82732081413269 10 7 14
+"29244" 0 0 0 0.978622317314148 -7 -8 5
+"129985" 0 0 0 0.509871184825897 -2 -7 8
+"107925" 0 0 0 0.46653538942337 -8 -9 24
+"256157" 0 0 0 0.117926098406315 10 -7 27
+"78954" 0 1 0 0.00950769986957312 -2 -9 2
+"7019" 0 1 0 0.00515310000628233 10 -10 3
+"261458" 0 0 0 0.114522002637386 4 -7 42
+"101518" 0 0 0 0.380229592323303 -6 -9 14
+"191520" 0 0 0 0.573906183242798 10 -7 34
+"165669" 0 0 0 0.439975589513779 10 -1 31
+"114185" 0 0 0 0.211034804582596 -9 -9 9
+"56432" 0 0 0 0.91383808851242 -3 -9 1
+"130080" 0 0 0 0.588235318660736 -7 -7 7
+"191210" 0 0 0 0.787052810192108 -7 -9 20
+"157917" 0 1 0 0.120854601264 10 -7 14
+"199949" 0 0 0 0.876404523849487 8 -7 19
+"221078" 0 0 0 0.835287570953369 1 -10 12
+"147611" 0 1 0 0.00345800002105534 10 -4 15
+"116613" 0 0 0 0.605177998542786 5 -3 14
+"2073" 0 0 0 0.548721671104431 2 1 1
+"1118" 0 0 0 0.391709595918655 10 -6 0
+"301559" 0 0 0 0.79110437631607 5 -7 1
+"32762" 0 0 0 0.549985885620117 10 -8 9
+"126966" 0 1 0 0.00569570017978549 -7 -8 13
+"217594" 0 0 0 0.614664614200592 6 -7 8
+"225070" 0 0 0 0.849477589130402 -7 -8 35
+"264346" 0 0 0 0.130237504839897 1 -5 28
+"184267" 0 1 0 0.00128690002020448 10 -9 19
+"229208" 0 0 0 0.566666722297668 9 -8 13
+"256835" 0 0 0 0.0854789987206459 2 -7 25
+"185750" 0 0 0 0.795241117477417 10 -6 16
+"240430" 0 0 0 0.673392176628113 9 -8 25
+"6931" 0 0 0 0.135061398148537 5 -7 3
+"126430" 0 0 0 0.368955612182617 -7 -9 13
+"265213" 0 0 0 0.118574403226376 3 -8 28
+"196220" 0 0 0 0.546448111534119 8 -6 19
+"280225" 0 0 0 0.151322394609451 10 -2 44
+"52296" 0 0 0 0.0875717028975487 -7 -7 2
+"95816" 0 0 0 0.0269830003380775 9 -7 3
+"243775" 0 0 1 0.0644405037164688 9 7 40
+"299735" 0 1 0 0.113063499331474 8 8 1
+"97808" 0 0 0 0.176059603691101 10 -5 2
+"360" 0 0 0 0.764927685260773 10 2 0
+"300701" 0 0 0 0.281890392303467 2 -6 17
+"45055" 0 0 0 0.154929503798485 10 2 1
+"14976" 0 0 0 0.203483700752258 -7 -9 6
+"181074" 0 0 0 0.627272725105286 -5 -7 23
+"97486" 0 0 0 0.952523112297058 10 -9 23
+"160044" 0 0 0 0.0256622992455959 1 -7 16
+"241085" 0 0 0 0.0726255998015404 -5 -7 20
+"20921" 0 0 0 0.153485804796219 10 10 9
+"210650" 0 0 0 0.258233904838562 10 -5 36
+"287520" 0 0 0 0.608887314796448 9 -9 30
+"84283" 0 0 0 0.287937790155411 7 -9 6
+"75694" 0 1 0 0.0509922988712788 5 0 3
+"48411" 0 0 0 0.363157898187637 -8 -9 13
+"21738" 0 1 0 0.0159392002969980 10 8 7
+"168980" 0 0 0 0.0456859990954399 10 8 15
+"148502" 0 1 0 0.0339872986078262 8 -7 29
+"149852" 0 0 0 0.395147293806076 8 -7 29
+"269279" 0 0 0 0.277133792638779 8 -5 43
+"11133" 0 0 0 0.155799701809883 9 -1 4
+"61850" 0 0 0 0.702568292617798 -5 -8 15
+"155755" 0 0 0 0.466737002134323 -7 -7 16
+"71733" 0 0 0 0.566712498664856 3 -9 6
+"174429" 0 0 1 0.81332802772522 -7 -7 5
+"146205" 0 0 0 0.213592201471329 10 -8 29
+"172582" 0 0 0 0.0781512036919594 -7 -9 4
+"43776" 0 0 0 0.82225501537323 -5 -9 7
+"44249" 0 0 0 0.945454478263855 -4 -7 1
+"125012" 0 0 0 0.291228085756302 -7 -9 12
+"206995" 0 0 0 0.591953992843628 -7 -9 30
+"198035" 0 0 0 0.446127414703369 -7 -9 21
+"277624" 0 0 0 0.188067406415939 10 -2 24
+"246430" 0 0 0 0.196001499891281 -5 -7 32
+"204830" 0 0 0 0.9761443734169 5 -9 22
+"244728" 0 0 0 0.263425707817078 -7 -9 24
+"38892" 0 0 0 0.255598992109299 10 2 14
+"76104" 0 1 0 0.117964498698711 10 -6 17
+"100570" 0 0 0 0.00232239998877048 10 1 3
+"123491" 0 0 0 0.0456518009305 10 -7 12
+"192560" 0 0 0 0.749395072460175 10 -9 34
+"245060" 0 0 0 0.113998301327229 9 8 16
+"78531" 0 0 0 0.0674692019820213 -9 -9 7
+"248350" 0 0 0 0.0877396985888481 -7 -10 26
+"4693" 0 1 0 0.0564998015761375 10 -10 2
+"198320" 0 0 0 0.0540287010371685 10 -7 35
+"245998" 0 0 0 0.0451796986162663 10 -9 20
+"139868" 0 0 0 0.70658677816391 10 -9 12
+"61746" 0 0 0 0.790208280086517 10 6 18
+"5686" 0 0 0 0.895430982112885 3 2 3
+"85901" 0 0 0 0.36501869559288 10 9 13
+"277390" 0 0 0 0.61290317773819 -7 -7 29
+"282959" 0 0 0 0.111014701426029 4 -6 20
+"164445" 0 0 0 0.0446996986865997 10 -7 2
+"66597" 0 0 0 0.0485929995775223 -6 -7 5
+"148359" 0 0 0 0.786567270755768 -7 -9 15
+"242781" 0 0 0 0.195844292640686 10 6 40
+"123593" 0 0 1 0.115942001342773 7 -7 26
+"31484" 0 0 0 0.96211189031601 -4 -7 9
+"85120" 0 0 0 0.20905140042305 -7 -10 21
+"109617" 0 0 0 0.310939311981201 10 2 25
+"78660" 0 0 0 0.357275694608688 10 9 19
+"142680" 0 0 0 0.714985370635986 10 -10 29
+"110942" 0 0 0 0.0427993983030319 10 10 25
+"36822" 0 0 0 0.0935174971818924 10 10 13
+"14254" 0 0 0 0.141485199332237 10 -8 6
+"79733" 0 0 0 0.148589596152306 -4 -7 21
+"293516" 0 0 0 0.389170289039612 2 -9 43
+"148072" 0 0 0 0.492753595113754 -7 -9 8
+"144841" 0 0 1 0.30288890004158 8 -9 25
+"226900" 0 0 0 0.0923876017332077 8 -8 17
+"202310" 0 0 1 0.909333288669586 -8 -9 6
+"14988" 0 0 0 0.441249698400497 -1 -7 6
+"210632" 0 0 0 0.27969691157341 -7 -8 36
+"110156" 0 0 0 0.117841497063637 -7 -8 15
+"267945" 0 0 0 0.128600105643272 10 -7 22
+"234923" 0 0 0 0.0604993999004364 10 -7 25
+"42269" 0 0 0 0.231010198593140 10 -10 15
+"89492" 0 1 0 0.00269820005632937 10 5 22
+"38286" 0 0 0 0.75388377904892 10 -5 14
+"178773" 0 0 0 0.370872110128403 -6 -8 16
+"170225" 0 0 0 0.265530794858932 -7 -9 26
+"208691" 0 0 0 0.145238995552063 -7 -7 30
+"94415" 0 0 0 0.104918800294399 10 -7 9
+"183518" 0 0 0 0.589519619941711 -7 -7 30
+"300275" 0 1 0 0.131444200873375 10 -7 18
+"225196" 0 0 0 0.245905503630638 7 -7 31
+"23021" 0 0 0 0.752021610736847 -6 -9 9
+"136756" 0 0 0 0.52117258310318 4 -7 9
+"16240" 0 0 0 0.379783898591995 10 -10 7
+"102979" 0 0 0 0.151746705174446 10 -7 10
+"222386" 0 0 0 0.0104574998840690 -7 -7 17
+"1247" 0 0 0 0.283093094825745 2 -9 0
+"233883" 0 0 0 0.235224202275276 10 1 36
+"140331" 0 0 0 0.909896612167358 -7 -9 10
+"218407" 0 0 0 0.997570872306824 -7 -8 23
+"201951" 0 0 0 0.0782312974333763 10 10 15
+"173367" 0 0 0 0.694697976112366 10 9 32
+"213252" 0 1 1 0.101653903722763 -7 -8 10
+"199140" 0 0 0 0.116447001695633 7 -9 21
+"87770" 0 0 0 0.00328029994852841 10 1 2
+"29514" 0 0 0 0.0772676020860672 10 -9 11
+"291601" 0 0 0 0.671968221664429 10 4 45
+"223101" 0 0 0 0.208333402872086 8 -7 38
+"185662" 0 0 0 0.713364005088806 10 -9 33
+"36410" 0 0 0 0.787878811359406 -7 -8 7
+"166755" 0 0 0 0.0361077003180981 9 -7 11
+"79710" 0 0 0 0.226987794041634 10 8 21
+"272222" 0 0 0 0.875746011734009 10 -7 29
+"2780" 0 1 0 0.00226549990475178 10 2 1
+"71680" 0 0 0 0.283948302268982 -1 -7 20
+"39482" 0 0 0 0.70781022310257 -7 -8 12
+"98938" 0 0 0 0.236995697021484 10 -9 7
+"220077" 0 0 0 0.118657097220421 -2 -3 37
+"300461" 0 0 0 0.946608901023865 9 -9 21
+"216666" 0 0 0 0.0947593003511429 10 1 34
+"152875" 0 0 0 0.546052694320679 -7 -7 16
+"132169" 0 0 0 0.545882284641266 -7 -9 9
+"287477" 0 0 0 0.659949719905853 10 8 0
+"36484" 0 1 0 0.0109673999249935 10 -9 1
+"22800" 0 0 0 0.995863616466522 10 -7 9
+"269385" 0 0 0 0.546139419078827 10 -8 29
+"128659" 0 0 0 0.409696906805038 7 4 8
+"12847" 0 0 0 0.220029801130295 -3 -5 2
+"196165" 0 0 0 0.115455903112888 10 -8 29
+"142026" 0 0 1 0.528026700019836 10 10 28
+"187222" 0 0 0 0.863946378231049 4 -5 34
+"82146" 0 0 0 0.0665735974907875 3 0 18
+"47745" 0 0 0 0.380042403936386 10 6 1
+"34684" 0 0 0 0.959999978542328 -1 -7 7
+"153852" 0 0 0 0.598261713981628 10 -7 22
+"166067" 0 0 0 0.0455032996833324 -1 -7 31
+"42699" 0 0 0 0.254839897155762 -1 -10 15
+"51528" 0 0 0 0.0340918004512787 -1 -5 13
+"230847" 0 1 0 0.0364403016865253 10 6 38
+"159814" 0 0 0 0.00714100012555718 -4 -9 1
+"260882" 0 0 0 0.742950201034546 -5 -7 16
+"204056" 0 0 0 0.0885422974824905 -5 -8 35
+"3950" 0 0 1 0.994764387607574 10 -3 2
+"210009" 0 0 0 0.187545299530029 -7 -7 21
+"270182" 0 1 1 0.0780560001730919 10 8 43
+"191429" 0 0 0 0.0304632000625134 10 7 34
+"32565" 0 0 0 0.79343467950821 10 -10 12
+"279058" 0 0 0 0.0531943999230862 8 -6 1
+"204597" 0 0 0 0.0516321994364262 10 -10 22
+"45107" 0 0 0 0.166648402810097 10 -9 7
+"225799" 0 0 0 0.885873675346375 8 7 38
+"285561" 0 0 0 0.67555558681488 10 -7 28
+"127535" 0 0 0 0.105056896805763 10 -8 27
+"90294" 0 0 0 0.0310204997658730 10 -7 22
+"78692" 0 0 0 0.87924611568451 6 -9 11
+"67624" 0 0 0 0.535433113574982 10 -9 19
+"171391" 0 0 0 0.749870896339417 8 -7 32
+"229218" 0 0 0 0.507936477661133 -7 -7 24
+"202848" 0 0 0 0.7100270986557 10 -8 33
+"165595" 0 0 0 0.255296587944031 10 -7 17
+"245832" 0 0 0 0.836629390716553 8 -8 40
+"229974" 0 0 0 0.602966904640198 10 -8 23
+"6078" 0 1 0 0.333955585956573 10 -7 3
+"115464" 0 0 0 0.303088486194611 -7 -8 15
+"15429" 0 0 0 0.890475511550903 10 -7 7
+"241714" 0 0 0 0.280619710683823 7 -9 40
+"279835" 0 0 0 0.097307302057743 8 2 44
+"164404" 0 0 0 0.0203809998929501 10 -6 16
+"258243" 0 0 0 0.39245280623436 10 -10 16
+"176806" 0 0 0 0.807511687278748 -7 -9 18
+"202454" 0 0 1 0.344895601272583 10 -9 27
+"154932" 0 0 0 0.7578125 -6 -9 16
+"231052" 0 0 1 0.875709414482117 -5 -7 31
+"273679" 0 0 0 0.474093794822693 -7 -9 18
+"248551" 0 0 0 0.0499009005725384 -6 -8 40
+"21667" 0 0 0 0.0910426005721092 10 2 9
+"1182" 0 0 0 0.736321270465851 10 7 0
+"15829" 0 0 0 0.567827105522156 10 -6 5
+"262536" 0 0 0 0.0244516003876925 -8 -9 14
+"174586" 0 0 0 0.58570271730423 5 -10 17
+"95164" 0 0 0 0.548855304718018 3 2 20
+"290634" 0 0 0 0.169835194945335 8 -3 0
+"179105" 0 0 0 0.328090012073517 10 -1 33
+"161006" 0 0 0 0.0933125987648964 10 -8 31
+"116374" 0 0 0 0.35980749130249 -7 -9 13
+"96891" 0 0 0 0.28282830119133 9 -9 5
+"244878" 0 0 0 0.8894602060318 9 7 40
+"12711" 0 0 0 0.0258492995053530 -3 -7 5
+"110262" 0 0 0 0.4591304063797 -7 -7 11
+"259508" 0 0 0 0.0582264997065067 10 -7 28
+"211414" 0 0 0 0.119520299136639 -7 -9 28
+"207334" 0 0 0 0.257901012897491 3 -7 20
+"105503" 0 0 0 0.0948363989591599 -7 -9 9
+"168049" 0 0 0 0.343450397253036 10 -7 17
+"41659" 0 0 0 0.633333325386047 -5 -9 14
+"237757" 0 0 0 0.526835083961487 -7 -7 13
+"268668" 0 0 0 0.304621785879135 10 -10 27
+"61921" 0 0 0 0.716803789138794 0 -9 18
+"233415" 0 0 0 0.793650686740875 10 -7 23
+"180659" 0 0 0 0.923288524150848 8 -9 33
+"290074" 0 0 0 0.0419781990349293 5 -6 31
+"48155" 0 0 0 0.273416608572006 -8 -9 6
+"159351" 0 0 1 0.0856797024607658 10 10 21
+"264507" 0 0 0 0.550206780433655 0 -2 42
+"263465" 0 0 0 0.114064700901508 8 -7 41
+"7179" 0 0 1 0.595335185527802 -7 -7 3
+"295579" 0 0 0 0.0371449999511242 -5 -9 1
+"148527" 0 0 0 0.190946102142334 3 -9 15
+"117950" 0 0 0 0.0201818998903036 1 -8 1
+"126536" 0 0 0 0.945295512676239 10 -7 11
+"28194" 0 0 0 0.846110105514526 10 7 11
+"49097" 0 0 0 0.105284899473190 10 5 16
+"122861" 0 0 0 0.856407582759857 -7 -9 26
+"303301" 0 0 0 0.838807284832 0 -9 46
+"125838" 0 0 0 0.57724142074585 9 -3 10
+"92190" 0 0 0 0.417959600687027 -9 -9 6
+"169730" 0 0 0 0.0356400012969971 8 -7 12
+"47299" 0 1 0 0.0046637998893857 0 -7 16
+"289727" 0 0 0 0.188060894608498 10 -7 37
+"13329" 0 0 0 0.149197697639465 10 -3 6
+"112794" 0 0 0 0.134533196687698 -7 -9 13
+"291549" 0 0 0 0.702037870883942 10 2 45
+"195493" 0 0 0 0.429101288318634 -5 -7 34
+"18583" 0 0 0 0.933163821697235 4 2 8
+"124227" 0 0 0 0.481927812099457 -7 -8 12
+"129056" 0 0 0 0.0565237998962402 9 -7 7
+"153949" 0 0 0 0.120069697499275 9 7 14
+"136221" 0 0 0 0.109434001147747 9 5 4
+"188779" 0 0 0 0.616472125053406 10 5 23
+"42482" 0 0 0 0.0659255012869835 4 -10 15
+"275015" 0 0 0 0.472171306610107 -7 -8 18
+"172494" 0 1 0 0.0263168998062611 10 5 18
+"166089" 0 0 0 0.838881313800812 10 10 31
+"35455" 0 0 0 0.828528881072998 8 -5 3
+"230787" 0 0 0 0.751955926418304 10 -7 27
+"144929" 0 1 0 0.0489007011055946 3 -7 12
+"236827" 0 0 0 0.174879804253578 -3 -7 14
+"13952" 0 0 0 0.832957088947296 -6 -9 6
+"248308" 0 0 0 0.519404172897339 10 -7 25
+"81691" 0 0 0 0.0645885020494461 -7 -8 21
+"85762" 0 0 0 0.347343295812607 -7 -9 15
+"194815" 0 0 0 0.100639797747135 -9 -10 9
+"287150" 0 0 0 0.809700608253479 8 8 45
+"2121" 0 0 0 0.835721611976624 2 -4 1
+"106575" 0 0 0 0.808471381664276 10 -7 24
+"126972" 0 0 0 0.0449684001505375 -7 -7 11
+"138719" 0 0 0 0.0274145994335413 10 -10 3
+"215534" 0 0 0 0.355586796998978 -7 -9 22
+"278597" 0 0 0 0.494203597307205 7 -9 44
+"189930" 0 0 0 0.0543236993253231 10 -9 34
+"273252" 0 0 0 0.108148001134396 0 -10 18
+"229352" 0 0 0 0.171356692910194 -7 -9 24
+"41837" 0 0 0 0.72827798128128 -3 -9 8
+"46502" 0 0 0 0.8924999833107 2 -7 15
+"58033" 0 0 0 0.249097496271133 10 -7 3
+"131245" 0 0 0 0.788671016693115 -1 -7 13
+"26458" 0 0 0 0.0130783002823591 10 -6 10
+"67873" 0 0 0 0.309848994016647 -6 -9 5
+"173298" 0 0 0 0.238863006234169 -5 -7 32
+"121253" 0 0 0 0.306537210941315 10 -7 26
+"171276" 0 0 0 0.137621194124222 8 -7 31
+"251260" 0 0 0 0.0222139004617929 -7 -8 13
+"194465" 0 0 0 0.382435590028763 7 -7 9
+"118631" 0 0 0 0.472813189029694 -7 -7 12
+"214882" 0 1 0 0.604128003120422 8 -7 21
+"33016" 0 0 0 0.303626507520676 10 6 12
+"82958" 0 0 0 0.0368948988616467 10 -6 21
+"179863" 0 0 0 0.234843403100967 -2 -9 19
+"48597" 0 0 0 0.346715301275253 -2 -9 1
+"258480" 0 0 0 0.163679003715515 7 -4 40
+"256750" 0 0 0 0.985472202301025 9 -7 30
+"144766" 0 0 0 0.765603303909302 -8 -9 15
+"234285" 0 0 0 0.134445294737816 9 -7 23
+"89554" 0 0 0 0.399636387825012 10 -10 11
+"19903" 0 0 0 0.128167703747749 5 -10 7
+"133458" 0 0 0 0.770918488502502 -3 -9 19
+"139984" 0 0 0 0.758333325386047 10 -9 16
+"103335" 0 0 0 0.787562787532806 -7 -9 24
+"56154" 0 0 0 0.238545402884483 10 -5 1
+"153571" 0 0 0 0.64353609085083 10 -8 1
+"5810" 0 1 0 0.0111424997448921 10 -5 3
+"234277" 0 0 0 0.237061694264412 -7 -9 25
+"169507" 0 0 0 0.0682552978396416 -4 -7 6
+"194254" 0 0 0 0.985892474651337 10 9 34
+"141894" 0 0 0 0.0155197000131011 10 -3 14
+"84650" 0 0 0 0.393724292516708 5 3 21
+"139714" 0 0 0 0.936415076255798 1 -7 25
+"240051" 0 0 0 0.623639225959778 -7 -8 25
+"177341" 0 0 0 0.116428300738335 -7 -9 24
+"119609" 0 0 0 0.156188994646072 -7 -9 12
+"245658" 0 0 0 0.452049285173416 10 -7 34
+"96556" 0 0 0 0.924286425113678 -7 -7 23
+"176094" 0 0 0 0.0547058992087841 8 -7 4
+"137975" 0 0 0 0.84169888496399 -7 -7 13
+"81491" 0 1 0 0.0181159991770983 5 -1 21
+"168142" 0 0 0 0.0741897970438004 -9 -9 17
+"70123" 0 0 0 0.137767404317856 9 7 18
+"164526" 0 0 0 0.784583628177643 -6 -7 14
+"135574" 0 0 0 0.1208570972085 6 -4 28
+"39532" 0 0 0 0.0925128012895584 -7 -9 4
+"188267" 0 0 0 0.0551356002688408 -7 -9 14
+"165965" 0 0 0 0.261086195707321 10 -7 17
+"45281" 0 0 0 0.0277559999376535 9 8 14
+"169459" 0 0 0 0.273873090744019 10 9 25
+"129318" 0 0 0 0.969708919525146 -7 -7 27
+"135619" 0 0 0 0.272435188293457 10 -7 28
+"252335" 0 0 0 0.0973474010825157 10 -7 20
+"217879" 0 0 0 0.267352193593979 3 -9 21
+"138390" 0 0 0 0.203703805804253 10 -6 9
+"157870" 0 0 0 0.0754071027040482 1 -7 27
+"73515" 0 0 0 0.134302496910095 10 4 4
+"23005" 0 0 0 0.612935125827789 10 -10 9
+"118550" 0 0 0 0.434350103139877 4 -9 5
+"3970" 0 0 0 0.711610615253448 10 -3 2
+"262702" 0 1 0 0.00170270004309714 10 -6 26
+"300528" 0 0 0 0.967307686805725 10 10 1
+"214626" 0 0 0 0.583425402641296 -7 -7 21
+"250325" 0 0 0 0.0461842007935047 8 1 27
+"270081" 0 0 0 0.507660925388336 9 -1 41
+"163358" 0 0 0 0.235439896583557 -7 -9 17
+"168170" 0 0 0 0.563755393028259 -5 -9 21
+"83796" 0 0 0 0.178083494305611 7 3 18
+"199593" 0 0 0 0.325438588857651 10 -9 23
+"73808" 0 0 0 0.395112007856369 10 -7 20
+"87377" 0 0 0 0.111798502504826 -7 -9 7
+"216715" 0 0 1 0.0868439972400665 7 -3 37
+"220269" 0 1 0 0.00107670004945248 10 10 17
+"52487" 0 0 0 0.697053015232086 4 -7 17
+"92837" 0 0 0 0.703601121902466 -7 -8 8
+"112073" 0 0 0 0.230411097407341 10 10 25
+"23569" 0 0 0 0.810650825500488 10 5 9
+"215914" 0 0 0 0.928813576698303 7 -6 37
+"166833" 0 0 0 0.0303279999643564 8 -7 2
+"41221" 0 0 0 0.137459203600883 10 2 14
+"294933" 0 0 0 0.0265542007982731 10 6 46
+"170171" 0 0 0 0.0701396018266678 10 0 12
+"238703" 0 0 0 0.830314576625824 10 -7 39
+"257049" 0 0 0 0.938963115215302 10 8 41
+"265869" 0 0 1 0.217929095029831 -2 -7 23
+"242353" 0 0 0 0.105354897677898 -5 -7 14
+"193817" 0 0 0 0.749989688396454 -7 -8 26
+"190422" 0 0 0 0.0243685003370047 10 -7 20
+"82268" 0 0 0 0.08160699903965 10 -7 7
+"9071" 0 0 0 0.275802493095398 8 -7 2
+"127177" 0 1 0 0.0104419002309442 4 -8 8
+"107692" 0 0 0 0.293370991945267 10 -6 24
+"118851" 0 0 0 0.209198400378227 4 -10 7
+"52148" 0 0 0 0.171192303299904 4 -5 16
+"96865" 0 0 0 0.102226696908474 -9 -9 11
+"125266" 0 0 0 0.0197075996547937 10 9 2
+"229882" 0 0 0 0.724205493927002 10 5 36
+"82412" 0 0 0 0.829568684101105 4 -3 21
+"35061" 0 0 0 0.890301287174225 10 8 11
+"8887" 0 0 0 0.80069237947464 10 -7 4
+"244279" 0 0 0 0.223667100071907 -8 -8 15
+"145401" 0 1 0 0.132600098848343 10 8 29
+"244094" 0 1 0 0.00921500008553267 10 -7 20
+"23958" 0 0 0 0.878254175186157 10 10 8
+"34986" 0 0 0 0.484143704175949 10 -5 13
+"39261" 0 0 0 0.618288397789001 -5 -7 14
+"223643" 0 0 0 0.363718897104263 10 10 38
+"229199" 0 0 0 0.473498195409775 -7 -7 18
+"300433" 0 0 0 0.4339359998703 -5 -6 27
+"189086" 0 0 0 0.0765013992786407 -7 -9 20
+"87495" 0 0 0 0.561824679374695 -4 -8 22
+"60619" 0 0 0 0.176487296819687 10 -5 15
+"242465" 0 0 0 0.69192761182785 -7 -9 15
+"220308" 0 0 0 0.193801194429398 -5 -8 8
+"65811" 0 0 0 0.991146206855774 10 5 19
+"225302" 0 0 0 0.0573173016309738 -6 -8 7
+"262398" 0 0 0 0.126542299985886 -7 -9 34
+"160300" 0 0 0 0.0385027006268501 9 8 8
+"181244" 0 0 0 0.132943704724312 10 -8 8
+"283850" 0 0 0 0.633712112903595 10 8 44
+"287811" 0 0 0 0.0152380000799894 10 -6 45
+"199962" 0 0 0 0.0739685967564583 -7 -10 21
+"21912" 0 0 0 0.411340087652206 10 10 9
+"250159" 0 0 0 0.602660894393921 -6 -7 27
+"145215" 0 0 0 0.157744601368904 8 -7 15
+"118504" 0 1 0 0.00160610000602901 -6 -7 26
+"90649" 0 0 0 0.101605698466301 7 -7 8
+"74061" 0 0 0 0.873796880245209 6 -7 20
+"127749" 0 0 0 0.42839041352272 7 -7 13
+"283883" 0 0 0 0.329949289560318 10 -2 15
+"80161" 0 0 0 0.04176190122962 3 -7 7
+"172143" 0 0 0 0.072621501982212 10 -9 14
+"61305" 0 0 0 0.297263503074646 3 -9 15
+"58465" 0 0 0 0.29925799369812 5 -9 17
+"217526" 0 0 0 0.935746610164642 -7 -9 30
+"95001" 0 0 0 0.0280181001871824 10 -6 23
+"41981" 0 0 0 0.485337287187576 10 10 15
+"17589" 0 0 0 0.022095400840044 10 -1 7
+"281860" 0 0 0 0.171707302331924 9 -8 19
+"172069" 0 0 0 0.0107763996347785 -5 -7 3
+"35720" 0 0 0 0.551784574985504 10 -7 4
+"170997" 0 0 0 0.447442501783371 9 -9 32
+"163571" 0 0 0 0.0218605995178223 10 -7 11
+"248128" 0 0 0 0.0517223998904228 7 -7 26
+"212791" 0 0 0 0.310447692871094 -7 -7 22
+"171888" 0 0 0 0.49281120300293 10 10 32
+"218332" 0 0 0 0.0407522991299629 10 -9 15
+"227762" 0 0 0 0.610430121421814 8 -10 38
+"115529" 0 0 0 0.592117309570312 0 -3 25
+"87277" 0 0 0 0.782407402992249 3 -7 8
+"160971" 0 0 0 0.893203973770142 -6 -6 17
+"78693" 0 0 0 0.240340605378151 10 0 4
+"251796" 0 0 0 0.975485622882843 10 -7 41
+"122766" 0 0 0 0.599104285240173 -7 -9 24
+"22013" 0 0 0 0.182577103376389 7 5 8
+"288693" 0 1 0 0.00995520036667585 10 8 0
+"65843" 0 0 0 0.442906588315964 10 2 19
+"122843" 0 0 0 0.407095700502396 10 -7 12
+"189391" 0 0 0 0.0891088992357254 -5 -5 5
+"190218" 0 0 0 0.639754474163055 4 -7 34
+"99448" 0 0 0 0.291426390409470 -7 -9 9
+"42134" 0 1 0 0.0128744002431631 -7 -8 5
+"276874" 0 0 0 0.0530008003115654 9 -7 18
+"181361" 0 0 0 0.0291156992316246 10 -7 19
+"226888" 0 0 0 0.233492895960808 -2 -8 19
+"278169" 0 0 0 0.0800774991512299 -7 -10 28
+"160081" 0 0 0 0.711236774921417 -7 -9 27
+"112666" 0 1 0 0.104324698448181 8 5 14
+"19947" 0 0 0 0.280015289783478 7 -8 5
+"258632" 0 1 0 0.0786219015717506 10 -7 24
+"154530" 0 0 0 0.156171306967735 -7 -7 16
+"63662" 0 0 0 0.0439560003578663 -7 -8 18
+"113832" 0 0 0 0.458583503961563 -6 -9 10
+"62865" 0 0 0 0.771512985229492 1 -1 17
+"139048" 0 0 0 0.718638122081757 -7 -9 28
+"73198" 0 0 0 0.150017499923706 -9 -9 2
+"35994" 0 0 0 0.355826705694199 10 -7 2
+"21963" 0 0 0 0.185039401054382 5 -1 9
+"209138" 0 0 0 0.201271206140518 10 -7 7
+"86950" 0 0 0 0.975745022296906 5 -9 22
+"45312" 0 0 0 0.52640837430954 7 -7 1
+"294309" 0 0 0 0.604506611824036 10 -9 28
+"124311" 0 0 0 0.588921308517456 -8 -9 1
+"121680" 0 0 0 0.141930595040321 -7 -7 10
+"196300" 0 0 0 0.575766086578369 5 -4 9
+"277350" 0 0 0 0.0897684022784233 10 -7 32
+"65678" 0 0 0 0.412348389625549 7 7 9
+"165888" 0 0 0 0.226290494203568 10 -9 17
+"217922" 0 0 0 0.0194643996655941 8 -9 23
+"120298" 0 0 0 0.064361497759819 -7 -9 8
+"28500" 0 0 1 0.840508818626404 -7 -8 3
+"192160" 0 0 0 0.285625904798508 -5 -7 24
+"750" 0 0 0 0.453905701637268 8 4 0
+"63817" 0 0 0 0.408080786466599 -6 -7 18
+"205500" 0 0 0 0.932995796203613 8 -7 36
+"262190" 0 0 0 0.701475620269775 10 -2 42
+"242030" 0 0 0 0.0409882999956608 -7 -7 26
+"40943" 0 0 0 0.528730571269989 8 -1 12
+"117350" 0 0 0 0.0258138999342918 1 -7 6
+"238630" 0 0 0 0.226401001214981 10 1 36
+"209706" 0 0 0 0.0984333977103233 -3 -6 36
+"179874" 0 0 0 0.400000005960464 -5 -10 8
+"37560" 0 0 0 0.818389892578125 -3 -9 5
+"168023" 0 0 0 0.0291070993989706 -7 -7 15
+"136060" 0 0 0 0.925502300262451 10 5 17
+"231867" 0 0 0 0.0410985983908176 2 -7 18
+"7903" 0 0 0 0.899595081806183 -3 -7 1
+"59166" 0 0 0 0.482846289873123 10 -9 2
+"266727" 0 0 0 0.734446227550507 -5 -7 27
+"33290" 0 0 0 0.0854272022843361 6 -9 12
+"293107" 0 0 0 0.749211370944977 1 -6 31
+"116651" 0 0 0 0.0822898000478745 10 -7 11
+"259875" 0 0 0 0.553956925868988 10 -7 22
+"268585" 0 0 0 0.441666692495346 10 10 13
+"148058" 0 0 0 0.476142406463623 10 -7 14
+"217310" 0 0 0 0.0182672999799252 10 -7 23
+"147336" 0 0 0 0.865435421466827 10 -7 12
+"299193" 0 0 0 0.256862312555313 10 -7 46
+"19623" 0 0 0 0.553012490272522 -7 -9 8
+"47802" 0 0 0 0.103465802967548 10 7 2
+"237663" 0 0 0 0.803266823291779 -5 -7 29
+"164113" 0 0 0 0.0112915001809597 10 9 9
+"126119" 0 0 0 0.193851694464684 -7 -8 27
+"302261" 0 0 0 0.0438292995095253 -2 -10 24
+"77473" 0 0 0 0.730073690414429 7 -3 10
+"153735" 0 0 0 0.111225500702858 8 -7 5
+"23938" 0 0 0 0.142600893974304 5 -1 10
+"246237" 0 0 0 0.363636404275894 10 -10 15
+"115728" 0 0 0 0.605177998542786 5 5 14
+"242753" 0 0 0 0.923455476760864 8 -9 40
+"59993" 0 0 0 0.334137409925461 10 -7 18
+"286394" 0 0 0 0.69013237953186 9 9 19
+"104693" 0 0 1 0.110763296484947 1 -6 10
+"158015" 0 0 0 0.00716400006785989 10 -9 11
+"33858" 0 0 0 0.0649681016802788 -5 -8 4
+"268138" 0 0 0 0.00989209953695536 9 -10 23
+"288765" 0 1 0 0.0148459998890758 6 -7 28
+"12232" 0 0 0 0.452065497636795 8 -4 5
+"149413" 0 0 0 0.0404792986810207 10 -7 13
+"68513" 0 0 0 0.236779302358627 10 -9 19
+"259916" 0 0 0 0.96226418018341 -7 -10 17
+"160697" 0 0 0 0.409041196107864 -7 -10 31
+"1405" 0 0 0 0.549450516700745 10 5 0
+"84085" 0 0 0 0.324942797422409 10 -7 10
+"98501" 0 0 1 0.533607006072998 -7 -7 23
+"178166" 0 0 0 0.0480615012347698 -4 -7 18
+"75657" 0 1 0 0.127219200134277 9 -9 12
+"13061" 0 0 0 0.684639811515808 10 -3 6
+"33552" 0 0 0 0.094639502465725 -7 -9 12
+"212951" 0 0 0 0.0430609993636608 4 -7 36
+"284146" 0 0 0 0.92981618642807 -2 -7 28
+"94254" 0 0 0 0.89916968345642 -7 -9 9
+"23791" 0 0 1 0.0340880006551743 9 -7 8
+"97451" 0 0 0 0.0846714973449707 1 -10 3
+"189101" 0 0 0 0.453333407640457 -7 -7 20
+"133266" 0 0 0 0.00883440021425486 10 -9 13
+"242479" 0 0 0 0.125773698091507 -4 -9 22
+"84605" 0 0 1 0.422421306371689 10 -7 10
+"172717" 0 0 0 0.978723406791687 6 -9 22
+"12760" 0 0 0 0.113646596670151 10 -5 5
+"57803" 0 0 0 0.508023917675018 10 -9 17
+"219995" 0 0 0 0.186234802007675 -6 -8 8
+"250152" 0 0 0 0.439661592245102 5 4 30
+"154576" 0 0 0 0.0928881987929344 10 10 30
+"171813" 0 1 0 0.848074197769165 10 -4 32
+"349" 0 0 0 0.0333166010677814 10 -5 0
+"43592" 0 0 0 0.104930497705936 7 -7 1
+"262060" 0 0 0 0.0104262996464968 10 10 22
+"25021" 0 0 0 0.288429707288742 5 -5 10
+"303732" 0 0 0 0.105860099196434 10 4 1
+"296977" 0 0 0 0.564218521118164 7 -7 1
+"174791" 0 0 0 0.594694077968597 9 -7 3
+"75359" 0 0 1 0.85447758436203 0 -8 20
+"186079" 0 1 0 0.121791400015354 10 -7 8
+"9617" 0 0 0 0.742951929569244 -5 -8 4
+"44393" 0 0 0 0.220113903284073 -4 -9 1
+"212727" 0 0 0 0.237261995673180 -7 -7 36
+"19865" 0 0 0 0.243553906679153 2 -7 8
+"188147" 0 0 0 0.261875301599503 10 6 34
+"283608" 0 0 0 0.459193110466003 -7 -9 37
+"26638" 0 0 0 0.150605604052544 10 -3 1
+"294324" 0 0 0 0.997737526893616 10 -5 36
+"7875" 0 0 1 0.05806640163064 5 -5 4
+"219416" 0 0 0 0.391642302274704 10 -7 23
+"137324" 0 0 0 0.436062604188919 -5 -7 7
+"171334" 0 0 0 0.00707919988781214 10 -9 24
+"264085" 0 0 0 0.0386015996336937 10 -7 42
+"167820" 0 0 0 0.694441795349121 4 -7 31
+"223178" 0 0 0 0.214168101549149 10 1 16
+"188541" 0 0 0 0.314375996589661 9 -7 18
+"94199" 0 0 0 0.0665663033723831 10 -5 7
+"118731" 0 0 0 0.00733090005815029 10 4 7
+"61243" 0 0 0 0.563591003417969 -7 -9 4
+"258045" 0 0 0 0.00576409976929426 10 8 21
+"183615" 0 1 0 0.00266089988872409 -6 -7 33
+"228755" 0 0 0 0.175395801663399 10 -7 18
+"170218" 0 0 0 0.558684587478638 -7 -7 15
+"83568" 0 0 0 0.262781709432602 10 7 7
+"222535" 0 0 0 0.872499823570251 7 -10 23
+"166214" 0 0 0 0.42211988568306 4 -7 12
+"104806" 0 0 0 0.149375095963478 3 -7 9
+"155841" 0 0 0 0.362697005271912 9 4 11
+"246809" 0 0 0 0.0383120998740196 10 9 24
+"159255" 0 0 0 0.098520003259182 10 -7 16
+"61529" 0 0 0 0.341391891241074 2 -7 18
+"256615" 0 0 0 0.455153197050095 -6 -8 27
+"112164" 0 0 0 0.609813809394836 8 -9 15
+"91863" 0 0 0 0.313178300857544 -6 -6 6
+"233127" 0 0 0 0.117849200963974 -4 -7 32
+"221888" 0 0 0 0.150782302021980 -7 -9 37
+"253818" 0 0 0 0.512479186058044 8 -7 41
+"172185" 0 0 0 0.0768008008599281 8 -7 18
+"7955" 0 0 0 0.136122092604637 -5 -7 4
+"147114" 0 0 0 0.215784803032875 10 -10 20
+"164212" 0 0 0 0.922330021858215 -6 -10 16
+"253134" 0 0 0 0.216165095567703 -7 -8 12
+"220433" 0 0 0 0.00626900000497699 9 -8 18
+"167969" 0 0 0 0.474758297204971 -7 -8 2
+"22241" 0 0 0 0.0895394012331963 -7 -9 9
+"41381" 0 1 0 0.0078651001676917 10 -7 4
+"207108" 0 0 0 0.866484999656677 10 -7 22
+"30188" 0 0 0 0.513640582561493 4 -7 11
+"61750" 0 0 0 0.817902624607086 -1 -7 8
+"110796" 0 0 0 0.167069405317307 -7 -7 11
+"256019" 0 0 0 0.930692970752716 -7 -8 20
+"71763" 0 0 0 0.221173495054245 10 -10 14
+"213237" 0 0 0 0.0736761018633842 -7 -10 14
+"32613" 0 0 0 0.562726616859436 8 -10 4
+"235674" 0 0 0 0.0920227989554405 10 -8 39
+"77274" 0 0 0 0.331034511327744 -7 -7 6
+"165823" 0 1 0 0.0243890006095171 10 -7 31
+"10264" 0 0 0 0.00959530007094145 10 10 5
+"243865" 0 0 0 0.471508413553238 10 -7 24
+"102266" 0 0 0 0.559761822223663 10 -9 24
+"277208" 0 0 0 0.402925491333008 -7 -9 29
+"108109" 0 0 0 0.361545294523239 -7 -9 14
+"295045" 0 0 0 0.593794286251068 9 -7 20
+"116351" 0 0 0 0.498333305120468 8 -8 23
+"147871" 0 0 0 0.0459291003644466 10 -2 10
+"148505" 0 1 0 0.00311339995823801 -7 -8 13
+"3706" 0 0 0 0.565244317054749 4 -7 2
+"194056" 0 0 0 0.759731113910675 10 -7 34
+"155095" 0 0 0 0.978723406791687 8 -7 13
+"97000" 0 0 0 0.922141075134277 -1 -9 9
+"175912" 0 0 0 0.249238401651382 9 -7 18
+"186755" 0 0 0 0.033644899725914 10 9 33
+"132632" 0 0 0 0.123665496706963 -1 -7 27
+"51632" 0 0 0 0.222869396209717 5 -5 6
+"216304" 0 0 0 0.140217393636703 -7 -9 23
+"226200" 0 0 0 0.498148798942566 5 -9 20
+"255306" 0 0 0 0.266955912113190 10 -6 41
+"161797" 0 0 0 0.104806900024414 -3 -7 31
+"91521" 0 0 0 0.0145242996513844 10 -7 3
+"138142" 0 0 0 0.634182870388031 -2 -4 9
+"116334" 0 1 0 0.0117533002048731 10 -7 9
+"75435" 0 0 0 0.392248600721359 6 -9 10
+"198020" 0 0 0 0.883062720298767 -8 -10 35
+"288972" 0 0 0 0.085018202662468 10 4 21
+"88146" 0 0 0 0.496487110853195 -9 -9 8
+"196679" 0 0 0 0.0160642992705107 9 -9 13
+"162274" 0 0 0 0.0154934003949165 10 10 12
+"180739" 0 0 0 0.825316429138184 -6 -7 19
+"7536" 0 0 0 0.0835041999816895 10 -6 4
+"1466" 0 0 0 0.084041602909565 10 -9 1
+"39821" 0 0 0 0.293729394674301 10 -8 3
+"7512" 0 0 0 0.697336614131927 10 2 2
+"27914" 0 0 0 0.730715274810791 -7 -8 8
+"143892" 0 0 0 0.469135791063309 9 -7 7
+"59583" 0 0 0 0.77969741821289 10 1 17
+"246424" 0 0 0 0.0481868013739586 -7 -7 26
+"73923" 0 0 0 0.0992418974637985 10 0 20
+"147895" 0 0 0 0.0232590008527040 10 -9 15
+"196276" 0 0 0 0.460063308477402 -7 -7 35
+"48095" 0 0 0 0.46366411447525 6 -9 8
+"253180" 0 0 0 0.0456029996275902 10 -7 35
+"132113" 0 0 0 0.320373296737671 10 -8 27
+"70730" 0 0 0 0.609765827655792 -1 -7 19
+"90494" 0 0 0 0.0351230017840862 10 10 22
+"48307" 0 0 0 0.297063887119293 -6 -9 2
+"177139" 0 0 0 0.072477899491787 -7 -10 7
+"45091" 0 0 0 0.769605994224548 7 4 15
+"54253" 0 0 0 0.372950792312622 10 -7 17
+"102693" 0 1 0 0.373304814100266 8 -10 24
+"55715" 0 0 0 0.0153753999620676 10 -9 3
+"122726" 0 0 0 0.090338297188282 10 -4 12
+"185589" 0 0 0 0.448598086833954 5 -9 19
+"207383" 0 0 0 0.0260860007256269 10 -8 21
+"249090" 0 0 0 0.543585121631622 10 -10 40
+"113188" 0 0 0 0.106653496623039 -3 -9 23
+"288193" 0 0 0 0.125999301671982 8 7 45
+"5694" 0 0 0 0.0751425996422768 4 -10 3
+"185227" 0 1 1 0.00148640002589673 -7 -8 8
+"140258" 0 0 0 0.168116003274918 9 -8 4
+"107372" 0 0 0 0.310850501060486 -4 -9 9
+"266921" 0 1 0 0.000653899973258376 10 10 42
+"22960" 0 0 0 0.0165199004113674 10 -3 9
+"267181" 0 0 0 0.227044194936752 10 10 42
+"57020" 0 0 0 0.731810212135315 -9 -10 9
+"65150" 0 0 0 0.625 10 7 5
+"263021" 0 0 0 0.00255759991705418 9 8 23
+"18426" 0 0 0 0.279331386089325 10 -5 8
+"71149" 0 0 0 0.0240659993141890 -7 -7 6
+"300311" 0 0 0 0.54364800453186 10 10 46
+"205107" 0 0 0 0.0220941007137299 10 7 14
+"131766" 0 0 0 0.19769249856472 4 -9 17
+"114188" 0 0 0 0.0413548983633518 10 -6 25
+"139530" 0 0 0 0.670599579811096 10 -9 14
+"242510" 0 0 0 0.696369588375092 -7 -7 24
+"200506" 0 0 0 0.552742600440979 3 -6 19
+"140982" 0 0 0 0.304643303155899 5 -8 17
+"16126" 0 0 0 0.081401601433754 10 2 7
+"71841" 0 0 0 0.183935895562172 10 -1 20
+"70644" 0 0 0 0.876142978668213 5 -7 17
+"69862" 0 0 0 0.428429394960403 10 -6 5
+"18696" 0 0 0 0.287488907575607 10 -1 8
+"150384" 0 0 0 0.192803993821144 8 -9 21
+"73932" 0 0 0 0.0250243004411459 -6 -7 6
+"229292" 0 0 0 0.0978593975305557 -7 -8 24
+"165550" 0 0 0 0.345724195241928 -7 -7 20
+"286720" 0 0 0 0.545776188373566 9 -7 20
+"26105" 0 1 0 0.537613689899445 10 -8 1
+"286661" 0 0 0 0.209530398249626 8 6 27
+"218461" 0 0 0 0.0400944016873837 -5 -7 29
+"278853" 0 0 0 0.980113625526428 1 -7 30
+"185650" 0 0 0 0.297385603189468 -2 -8 8
+"48767" 0 0 0 0.222080901265144 10 -7 6
+"55416" 0 0 0 0.0714157000184059 -7 -7 17
+"220812" 0 0 0 0.0912258997559547 10 -6 23
+"178306" 0 0 0 0.149702697992325 -5 -7 16
+"94596" 0 1 0 0.00388420000672340 -7 -7 17
+"233695" 0 0 0 0.0613095983862877 -7 -8 19
+"101795" 0 0 0 0.169083803892136 -7 -7 10
+"258803" 0 0 0 0.048480000346899 4 -7 26
+"175587" 0 0 0 0.26354318857193 -7 -8 32
+"125782" 0 0 0 0.00813359953463078 9 -7 13
+"282027" 0 0 0 0.803758978843689 -6 -7 30
+"139974" 0 0 0 0.750885486602783 -7 -9 14
+"30092" 0 0 0 0.705159306526184 10 -10 11
+"140802" 0 0 0 0.207413896918297 9 -10 28
+"297576" 0 0 0 0.371325314044952 -7 -9 40
+"279822" 0 0 0 0.632970094680786 -7 -7 19
+"131723" 0 0 0 0.0107832001522183 10 -6 12
+"263041" 0 1 0 0.0318786986172199 10 -9 28
+"90927" 0 0 0 0.988703787326813 10 -10 22
+"241309" 0 0 0 0.87951797246933 10 -7 26
+"242076" 0 0 0 0.368421107530594 8 -10 25
+"117081" 0 0 0 0.995284676551819 1 -7 23
+"115466" 0 0 0 0.593315780162811 9 -3 8
+"195210" 0 0 0 0.158960893750191 10 2 28
+"260602" 0 0 0 0.0492690987884998 0 -7 27
+"198564" 0 0 0 0.207313403487206 -7 -8 14
+"156175" 0 0 0 0.261904686689377 10 -8 5
+"45081" 0 0 0 0.0272394008934498 10 -7 1
+"185308" 0 0 0 0.190164804458618 10 -9 33
+"12703" 0 0 0 0.577622413635254 10 0 5
+"150740" 0 0 0 0.0162020996212959 10 -7 9
+"223613" 0 0 0 0.149684906005859 -7 -10 13
+"227968" 0 0 0 0.675958216190338 7 -7 28
+"19105" 0 1 0 0.0154932998120785 8 -8 8
+"133852" 0 0 1 0.404663413763046 -7 -7 24
+"151435" 0 0 0 0.553931176662445 -7 -9 30
+"81814" 0 0 0 0.0119097996503115 1 -7 7
+"181088" 0 0 0 0.722381591796875 9 5 22
+"222498" 0 0 0 0.283168792724609 9 -9 35
+"215767" 0 0 0 0.398791611194611 -7 -7 20
+"35297" 0 1 0 0.0211165007203817 10 -7 13
+"173933" 0 1 0 0.0544332005083561 10 10 32
+"241338" 0 0 0 0.627386927604675 10 -9 24
+"70204" 0 0 0 0.091531403362751 10 -9 5
+"219169" 0 0 0 0.190557003021240 -7 -8 37
+"253417" 0 1 0 0.00224109995178878 -7 -7 27
+"36004" 0 1 0 0.0857381969690323 -7 -8 0
+"289956" 0 0 0 0.0533982999622822 9 -7 31
+"226100" 0 0 0 0.0468965992331505 9 -7 19
+"245195" 0 0 1 0.0991735011339188 10 8 40
+"57518" 0 0 0 0.0580864995718002 -7 -10 3
+"7857" 0 1 0 0.966116487979889 10 -7 4
+"261217" 0 0 0 0.357727289199829 2 -7 42
+"277949" 0 0 0 0.484979391098022 7 -7 37
+"41701" 0 0 0 0.998352587223053 -5 -9 14
+"144473" 0 0 0 0.137309700250626 9 -7 15
+"140032" 0 1 0 0.0418614000082016 10 8 28
+"211706" 0 0 0 0.96532118320465 10 -7 26
+"19855" 0 0 0 0.00381059991195798 10 9 7
+"221635" 0 0 0 0.168580904603004 -7 -7 8
+"119784" 0 0 0 0.0154189998283982 9 -7 2
+"139585" 0 0 0 0.180250301957130 9 -1 26
+"219290" 0 0 0 0.40872049331665 8 -10 37
+"142155" 0 0 0 0.0760162994265556 -7 -8 28
+"302188" 0 0 0 0.150141596794128 8 -7 46
+"255798" 0 0 0 0.131455406546593 10 -9 23
+"250421" 0 0 0 0.655476987361908 10 -7 27
+"230278" 0 1 0 0.00460339989513159 10 8 38
+"33958" 0 0 0 0.0167920999228954 10 -9 6
+"253685" 0 0 0 0.143198102712631 10 -8 13
+"246073" 0 0 0 0.63127851486206 -2 -6 21
+"299734" 0 1 0 0.997022688388824 8 7 1
+"14623" 0 0 0 0.799136877059937 8 5 4
+"225786" 0 0 0 0.237714305520058 -2 -7 18
+"126839" 0 0 0 0.114180400967598 9 -9 3
+"176035" 0 0 0 0.93580037355423 8 -9 32
+"251185" 0 0 0 0.152173906564713 10 10 41
+"4092" 0 0 0 0.137599900364876 10 -3 2
+"3482" 0 1 0 0.498148709535599 10 10 2
+"301243" 0 0 0 0.326923102140427 8 2 46
+"231491" 0 0 0 0.617834091186523 10 -7 21
+"95229" 0 0 0 0.64415591955185 8 3 12
+"245509" 0 0 0 0.173055902123451 8 -6 26
+"299664" 0 1 0 0.00782749988138676 8 -8 21
+"60797" 0 0 0 0.0458679981529713 -5 -9 15
+"195327" 0 0 0 0.0527241006493568 8 7 18
+"132341" 0 0 0 0.156513303518295 -6 -7 16
+"283601" 0 0 0 0.34217369556427 -2 -5 44
+"298688" 0 0 0 0.0274998992681503 8 1 32
+"138009" 0 0 0 0.247319102287292 10 -2 9
+"69827" 0 0 0 0.303507387638092 10 1 18
+"210265" 0 0 0 0.174403697252274 9 -8 36
+"168316" 0 0 0 0.0673540979623795 -3 -4 31
+"176800" 0 0 0 0.00989529956132174 -7 -7 12
+"131155" 0 0 0 0.597447216510773 -3 -9 13
+"128904" 0 1 0 0.0342474989593029 10 -9 14
+"180464" 0 0 0 0.158432707190514 -9 -9 21
+"136724" 0 1 0 0.038324099034071 -7 -8 28
+"289201" 0 0 0 0.0826899036765099 9 6 45
+"255315" 0 1 0 0.698085904121399 9 8 41
+"67449" 0 0 0 0.0703821033239365 10 -8 19
+"127086" 0 0 0 0.128449901938438 10 -2 8
+"127029" 0 0 0 0.0363636016845703 10 10 27
+"6287" 0 0 0 0.616489410400391 -6 -7 3
+"115089" 0 0 1 0.855106890201569 -7 -8 25
+"127742" 0 1 0 0.00270060007460415 7 -8 13
+"57966" 0 0 0 0.387556701898575 10 -6 17
+"213227" 0 0 0 0.595392882823944 10 9 34
+"4089" 0 0 0 0.936067581176758 10 -10 2
+"221042" 0 0 0 0.205479502677917 10 9 18
+"130874" 0 0 0 0.669434070587158 10 -7 27
+"221052" 0 0 0 0.269493788480759 -7 -10 12
+"4215" 0 0 0 0.0941656976938248 2 -6 1
+"13712" 0 0 0 0.0434166006743908 5 -7 6
+"126551" 0 0 0 0.201634898781776 10 -10 27
+"194644" 0 0 0 0.03186060115695 10 -9 20
+"66547" 0 1 0 0.0695037990808487 10 -7 19
+"251970" 0 0 0 0.926921606063843 10 -9 41
+"210028" 0 1 0 0.00425990018993616 10 -7 22
+"271835" 0 0 0 0.250957489013672 10 9 43
+"125286" 0 0 0 0.590418517589569 10 -7 26
+"124310" 0 0 0 0.878556609153748 -7 -7 10
+"75681" 0 0 0 0.0400294996798038 3 -7 6
+"113063" 0 0 0 0.293333292007446 0 -7 11
+"70206" 0 0 0 0.140435799956322 10 -7 5
+"281628" 0 0 0 0.0589910000562668 10 2 35
+"144042" 0 0 0 0.127365097403526 10 -5 29
+"14424" 0 1 0 0.00208629993721843 10 -5 6
+"233822" 0 0 0 0.117183402180672 10 9 23
+"100187" 0 0 0 0.591093182563782 8 -7 7
+"167161" 0 1 0 0.00980379991233349 -7 -9 17
+"204441" 0 0 0 0.522569417953491 10 -7 35
+"83930" 0 0 0 0.196078404784203 10 -7 2
+"15995" 0 1 0 0.122211001813412 10 2 7
+"128762" 0 0 0 0.572238028049469 -5 -7 16
+"184444" 0 0 0 0.327596187591553 6 -9 22
+"295031" 0 0 0 0.9276682138443 10 -3 46
+"293143" 0 0 0 0.15151509642601 -6 -7 17
+"26792" 0 0 0 0.418133109807968 10 -4 10
+"150691" 0 1 0 0.0366948992013931 9 -7 0
+"119680" 0 0 0 0.418263107538223 6 4 7
+"118062" 0 0 0 0.0364646017551422 1 -7 12
+"96367" 0 1 0 0.14772030711174 -7 -7 20
+"206321" 0 0 0 0.851288795471191 -6 -7 7
+"86131" 0 0 0 0.516338884830475 10 -8 14
+"117988" 0 0 1 0.192614093422890 -1 -7 26
+"299283" 0 0 0 0.955482125282288 -7 -10 43
+"239402" 0 0 0 0.156053096055984 -1 -9 39
+"94526" 0 0 0 0.614318609237671 10 -6 9
+"246995" 0 0 0 0.391608387231827 8 -9 40
+"66876" 0 0 0 0.788489282131195 10 1 18
+"151498" 0 0 0 0.0580921992659569 -6 -7 30
+"50562" 0 0 0 0.0399530008435249 -7 -9 2
+"36240" 0 0 0 0.144397303462029 -3 -7 5
+"271346" 0 0 0 0.476407110691071 -7 -9 28
+"28377" 0 0 0 0.0430212989449501 -6 -10 11
+"261513" 0 0 0 0.98682278394699 -7 -8 28
+"83699" 0 0 0 0.42640420794487 10 -6 5
+"8251" 0 0 0 0.98055762052536 10 3 4
+"237993" 0 0 1 0.384885787963867 10 10 39
+"108490" 0 0 0 0.112704902887344 10 9 24
+"7592" 0 0 0 0.317091703414917 -7 -9 4
+"225510" 0 1 0 0.0739972963929176 10 -7 12
+"8960" 0 0 0 0.464076995849609 8 -5 2
+"131195" 0 0 0 0.257112592458725 9 -8 24
+"77667" 0 0 0 0.112522698938847 10 -7 6
+"150566" 0 0 0 0.43775999546051 4 -7 10
+"197483" 0 0 0 0.777183711528778 10 -8 14
+"25327" 0 0 0 0.0942993015050888 -7 -9 10
+"54641" 0 0 0 0.0515916012227535 8 -8 1
+"31629" 0 1 0 0.0275366995483637 5 -5 12
+"245552" 0 0 0 0.923857927322388 9 -6 24
+"189669" 0 1 0 0.00882580038160086 -7 -7 9
+"190596" 0 0 0 0.832211077213287 9 -9 32
+"118217" 0 0 0 0.431661009788513 -7 -9 18
+"130703" 0 0 0 0.0322580002248287 8 -7 13
+"105459" 0 0 0 0.381347209215164 -3 -7 7
+"239847" 0 0 0 0.490388512611389 9 -7 39
+"268102" 0 0 0 0.299116313457489 -7 -7 27
+"196802" 0 1 0 0.477209091186523 8 4 35
+"179207" 0 0 0 0.833115220069885 10 9 33
+"99174" 0 0 0 0.830372214317322 -7 -9 9
+"22909" 0 0 0 0.493967890739441 5 -7 9
+"178761" 0 0 0 0.543407618999481 7 -9 17
+"53994" 0 0 0 0.0593115985393524 -1 -8 14
+"224059" 0 0 0 0.280713111162186 -7 -8 9
+"88916" 0 0 0 0.0246045999228954 10 -7 20
+"193189" 0 0 0 0.794489979743958 9 -7 24
+"37801" 0 0 0 0.273213505744934 6 -7 13
+"77250" 0 0 0 0.0591133013367653 10 -9 5
+"248010" 0 1 0 0.104318998754025 9 5 38
+"303270" 0 1 0 0.159728795289993 10 -3 46
+"13865" 0 0 0 0.108492597937584 10 -6 6
+"264643" 0 0 0 0.858552694320679 -6 -7 23
+"38767" 0 0 0 0.157462701201439 6 -7 8
+"184020" 0 0 0 0.887085676193237 9 -7 30
+"141960" 0 0 1 0.745518803596497 10 -7 19
+"168457" 0 0 0 0.0347797013819218 10 -7 15
+"220732" 0 0 0 0.313662111759186 10 1 18
+"142048" 0 1 1 0.138821601867676 10 8 28
+"298760" 0 0 0 0.0368785001337528 4 -7 26
+"297568" 0 0 0 0.26996049284935 -3 -7 43
+"118928" 0 0 0 0.168068796396255 8 1 23
+"184019" 0 0 0 0.673333287239075 0 -7 13
+"104499" 0 0 0 0.59079897403717 -5 -9 6
+"132157" 0 0 0 0.293398499488831 -7 -7 7
+"69352" 0 0 0 0.273175597190857 -7 -7 13
+"1837" 0 0 0 0.0130163002759218 10 -3 1
+"7219" 0 0 0 0.232443600893021 -1 -9 3
+"17781" 0 0 0 0.105392098426819 10 -10 7
+"231055" 0 0 0 0.0292977001518011 9 -9 19
+"141793" 0 0 0 0.0914286002516747 5 -10 6
+"257160" 0 0 0 0.663945615291595 6 -7 25
+"175827" 0 0 0 0.121905602514744 2 -8 32
+"56567" 0 0 0 0.45649328827858 3 -7 14
+"184077" 0 0 1 0.52990198135376 -7 -9 30
+"270002" 0 0 0 0.165087893605232 1 -3 19
+"240045" 0 0 0 0.894868016242981 -7 -9 14
+"152377" 0 0 0 0.255154609680176 -8 -8 1
+"127898" 0 0 1 0.97478997707367 -7 -9 13
+"197757" 0 0 1 0.467343896627426 9 8 35
+"268307" 0 0 0 0.905548989772797 -2 -9 24
+"269597" 0 0 0 0.638814389705658 9 -5 40
+"54003" 0 0 0 0.434938102960587 10 -9 17
+"77916" 0 0 0 0.180564299225807 6 0 20
+"34346" 0 0 0 0.407773613929749 10 -7 13
+"240897" 0 0 0 0.864259004592896 -7 -8 18
+"33161" 0 0 0 0.446799486875534 10 -9 12
+"250550" 0 0 0 0.350906103849411 -6 -10 16
+"232996" 0 0 0 0.646017670631409 10 -5 29
+"285173" 0 0 0 0.224057704210281 -2 -7 25
+"141155" 0 0 0 0.484848499298096 -9 -10 10
+"284015" 0 0 0 0.388732790946960 -2 -9 28
+"237268" 0 0 0 0.394705206155777 10 -8 25
+"264326" 0 0 0 0.420948594808578 8 -6 28
+"119272" 0 0 0 0.301354795694351 5 -7 15
+"30176" 0 0 0 0.927545309066772 10 -7 11
+"83789" 0 0 0 0.607034683227539 7 -6 21
+"218234" 0 0 0 0.460586190223694 -7 -7 22
+"107750" 0 0 0 0.000866400019731373 10 0 2
+"115721" 0 0 0 0.0054878001101315 9 8 9
+"9668" 0 0 0 0.76023781299591 8 4 4
+"157606" 0 0 0 0.0113902995362878 10 -7 14
+"36660" 0 0 0 0.971290111541748 -6 -7 13
+"267512" 0 0 0 0.949700593948364 -5 -7 32
+"22590" 0 0 0 0.990585803985596 -2 -9 1
+"236970" 0 0 0 0.0062873000279069 9 -6 20
+"258129" 0 0 0 0.353882700204849 10 1 27
+"11242" 0 1 0 0.00652340007945895 10 7 3
+"83236" 0 0 0 0.0549778006970882 10 10 10
+"194020" 0 0 0 0.529914498329163 -7 -7 14
+"237223" 0 0 0 0.0890498980879784 9 -7 25
+"120952" 0 1 1 0.0175839997828007 -7 -7 26
+"282625" 0 0 0 0.44481360912323 10 9 44
+"118073" 0 0 0 0.107790797948837 -8 -9 1
+"128164" 0 0 0 0.295745491981506 9 -10 25
+"86645" 0 0 0 0.972933292388916 4 -9 20
+"184860" 0 1 0 0.0948849990963936 8 -7 18
+"168883" 0 0 0 0.0146449003368616 10 -9 31
+"12090" 0 0 0 0.593500018119812 1 -9 5
+"225190" 0 0 0 0.0421281009912491 10 -9 22
+"62490" 0 0 0 0.0722071006894112 -7 -7 4
+"198367" 0 0 0 0.624781787395477 -7 -9 21
+"157886" 0 0 0 0.398460388183594 10 -7 21
+"191402" 0 0 0 0.00760099990293384 10 10 34
+"186608" 0 0 0 0.428734302520752 -7 -9 19
+"86181" 0 0 0 0.0578088015317917 -9 -9 7
+"67726" 0 0 0 0.122163802385330 2 1 2
+"162898" 0 0 1 0.652719616889954 9 -7 24
+"301031" 0 0 0 0.254288405179977 8 -7 43
+"99477" 0 0 0 0.472715586423874 10 -7 23
+"97789" 0 0 0 0.0573770999908447 10 10 4
+"10681" 0 0 0 0.0531621985137463 10 -3 5
+"158846" 0 0 0 0.0807996988296509 -7 -9 16
+"180343" 0 0 0 0.961439609527588 10 2 30
+"224214" 0 0 0 0.457723706960678 5 -8 36
+"287895" 0 0 0 0.179967194795609 10 -10 20
+"147979" 0 1 0 0.598007798194885 8 -6 29
+"25206" 0 0 0 0.140389293432236 7 -7 8
+"78635" 0 0 0 0.674033224582672 9 -7 10
+"264357" 0 0 0 0.589189171791077 -7 -10 17
+"257473" 0 0 1 0.152278497815132 -9 -10 1
+"254696" 0 0 0 0.322210699319839 10 -8 41
+"286093" 0 0 0 0.540018379688263 10 8 44
+"197204" 0 0 0 0.51083517074585 10 -7 10
+"147532" 0 0 0 0.593496024608612 -5 -10 29
+"56819" 0 0 0 0.311675190925598 -9 -9 3
+"215426" 0 0 0 0.346292406320572 5 -6 35
+"25747" 0 1 0 0.00604300014674664 -5 -8 10
+"139393" 0 1 0 0.173519596457481 -7 -8 25
+"282772" 0 0 0 0.147040799260139 7 3 44
+"255412" 0 0 0 0.738775491714478 -7 -8 26
+"216374" 0 0 0 0.508599519729614 -7 -7 22
+"37478" 0 0 0 0.830188572406769 10 -10 13
+"179732" 0 0 0 0.00728229992091656 10 8 17
+"299041" 0 0 0 0.197526797652245 9 -8 32
+"185940" 0 0 0 0.362132906913757 10 10 24
+"82600" 0 0 0 0.157954007387161 10 3 18
+"19273" 0 0 0 0.425406187772751 10 5 8
+"21873" 0 0 0 0.154081597924232 -3 -9 9
+"263937" 0 0 0 0.129753902554512 4 -10 17
+"109695" 0 0 0 0.285500586032867 -7 -7 25
+"285689" 0 0 0 0.117177098989487 9 -7 28
+"168708" 0 0 0 0.701937913894653 -6 -7 31
+"154922" 0 0 0 0.0258287005126476 9 -9 6
+"286334" 0 0 0 0.163690403103828 10 -10 20
+"33233" 0 1 0 0.0270118992775679 8 -7 10
+"247407" 0 0 0 0.575722575187683 10 -1 40
+"114074" 0 0 0 0.958793997764587 1 -7 11
+"168198" 0 0 1 0.94699239730835 -7 -10 30
+"94919" 0 0 0 0.891139328479767 -7 -7 7
+"24917" 0 0 0 0.744342029094696 10 -7 10
+"235617" 0 0 0 0.0147059001028538 -10 -10 17
+"58477" 0 0 0 0.205831900238991 8 -7 3
+"198058" 0 0 0 0.304173797369003 -6 -7 21
+"131516" 0 1 0 0.00531900022178888 10 -7 13
+"59658" 0 0 0 0.122400902211666 -9 -9 10
+"300468" 0 0 0 0.729613721370697 6 -6 32
+"135009" 0 0 0 0.0363732986152172 1 -9 8
+"9502" 0 1 0 0.0110991001129150 10 -3 4
+"283078" 0 0 0 0.00985379982739687 10 10 28
+"263158" 0 0 0 0.150269404053688 -8 -9 26
+"181654" 0 0 0 0.226136296987534 -7 -7 17
+"90431" 0 0 0 0.721400380134583 -7 -7 22
+"244505" 0 0 0 0.105162397027016 -7 -8 30
+"287639" 0 0 0 0.107914298772812 1 -9 45
+"257433" 0 0 0 0.71214908361435 10 7 41
+"38540" 0 0 0 0.182210698723793 10 -8 14
+"292681" 0 0 0 0.55658632516861 10 10 45
+"168326" 0 0 0 0.0112739996984601 -7 -7 3
+"1621" 0 0 0 0.337391287088394 5 -3 1
+"41098" 0 0 0 0.221843004226685 7 -6 12
+"1769" 0 1 0 0.0341423004865646 10 -9 1
+"246770" 0 1 0 0.0587235987186432 9 -6 26
+"236273" 0 1 0 0.0318760983645916 9 -7 10
+"281271" 0 1 1 0.00174450001213700 -7 -8 19
+"111453" 0 0 0 0.0400438010692596 7 -7 11
+"294353" 0 0 0 0.234559297561646 4 -2 27
+"248844" 0 0 0 0.676050901412964 10 -7 21
+"237870" 0 0 0 0.104981102049351 -9 -9 39
+"188151" 0 0 0 0.575731992721558 10 10 34
+"292208" 0 0 0 0.134386494755745 -6 -8 31
+"151053" 0 0 0 0.161100104451180 -2 -7 10
+"269995" 0 0 0 0.295004010200500 10 -9 29
+"121211" 0 0 0 0.848484814167023 -1 -3 26
+"135239" 0 1 0 0.0186184998601675 10 -8 28
+"282681" 0 0 0 0.0902239978313446 -3 -7 30
+"206410" 0 0 0 0.0999384969472885 -7 -8 22
+"5486" 0 0 0 0.144329905509949 10 -9 3
+"50090" 0 0 0 0.68544191122055 5 -7 16
+"149818" 0 0 0 0.0773672014474869 6 -9 11
+"128903" 0 1 0 0.696538388729095 10 10 21
+"299648" 0 0 0 0.625812411308289 2 -6 32
+"268555" 0 0 0 0.242561504244804 -5 -7 28
+"104529" 0 0 0 0.224293097853661 9 -9 24
+"213207" 0 0 0 0.567164182662964 6 -7 22
+"274517" 0 0 1 0.109063498675823 10 8 43
+"204277" 0 0 0 0.752262890338898 -7 -8 27
+"193053" 0 0 0 0.301359206438065 -9 -9 20
+"45279" 0 0 1 0.563535928726196 -7 -8 1
+"181595" 0 0 0 0.860606074333191 9 -7 5
+"82484" 0 0 0 0.0537918992340565 10 8 5
+"138346" 0 0 0 0.958715617656708 4 -9 9
+"67234" 0 0 0 0.56400191783905 -5 -10 16
+"77102" 0 0 0 0.515346229076385 10 0 3
+"197454" 0 0 0 0.309916287660599 10 -8 33
+"142614" 0 0 0 0.0197515003383160 9 -7 5
+"48707" 0 0 0 0.490645587444305 10 -7 16
+"82278" 0 0 0 0.719101190567017 -3 -7 7
+"215344" 0 0 0 0.615443587303162 10 8 37
+"185274" 0 0 0 0.0402131006121635 10 10 24
+"39989" 0 0 0 0.341782301664352 8 -9 11
+"21175" 0 0 0 0.349830001592636 8 -9 7
+"291848" 0 0 0 0.947115421295166 9 -6 1
+"111312" 0 0 0 0.00742499995976686 10 4 6
+"204614" 0 0 0 0.562164306640625 7 -7 11
+"255539" 0 0 0 0.274739593267441 9 -7 25
+"73091" 0 0 0 0.243243202567101 10 0 20
+"10625" 0 1 0 0.00360470009036362 10 -9 5
+"179807" 0 0 0 0.218207105994225 -7 -7 12
+"252579" 0 0 0 0.322177886962891 8 -8 41
+"109493" 0 0 0 0.135449796915054 3 -9 11
+"100426" 0 0 0 0.00738919991999865 10 4 4
+"194743" 0 0 0 0.954971313476562 10 -7 28
+"289532" 0 0 0 0.296703308820724 9 2 19
+"180094" 0 0 0 0.207573696970940 10 -7 19
+"154161" 0 0 0 0.573233425617218 -7 -7 30
+"46983" 0 0 0 0.821681082248688 -3 -9 16
+"255498" 0 0 0 0.317117094993591 8 8 41
+"64852" 0 0 0 0.0258766002953053 8 -7 3
+"202319" 0 1 0 0.0291613005101681 10 -7 35
+"186588" 0 0 0 0.57660162448883 -5 -9 23
+"15115" 0 0 0 0.337144404649734 4 2 6
+"286742" 0 0 0 0.330575197935104 10 -9 43
+"175972" 0 0 0 0.0758209973573685 10 -7 32
+"260066" 0 0 0 0.767676711082458 -7 -9 35
+"156629" 0 0 0 0.104323297739029 10 -9 30
+"80474" 0 1 0 0.0126405004411936 5 -7 7
+"180441" 0 0 0 0.291222304105759 10 -9 33
+"240278" 0 0 0 0.761297821998596 10 5 28
+"208174" 0 0 0 0.995692610740662 8 7 36
+"145205" 0 0 0 0.324949502944946 -6 -9 13
+"140765" 0 0 0 0.0261202994734049 9 -7 27
+"186778" 0 0 0 0.0189424008131027 7 -7 13
+"135735" 0 0 0 0.281058996915817 -7 -7 11
+"182045" 0 0 0 0.949170708656311 6 -7 26
+"1394" 0 0 0 0.509289622306824 10 -9 0
+"300479" 0 0 0 0.921526610851288 10 -9 1
+"122821" 0 0 0 0.905222415924072 5 -7 20
+"35693" 0 0 0 0.630800783634186 2 -5 3
+"262643" 0 0 0 0.0148993004113436 10 9 26
+"163177" 0 0 0 0.203000903129578 -6 -7 17
+"266279" 0 0 0 0.0404137000441551 8 -7 26
+"11346" 0 0 0 0.762064576148987 7 -3 3
+"266228" 0 0 0 0.0948093980550766 8 -7 30
+"218144" 0 0 0 0.540830016136169 8 -5 21
+"232479" 0 0 0 0.460108011960983 -6 -7 28
+"260843" 0 0 0 0.468432903289795 -5 -7 31
+"151264" 0 0 0 0.944481015205383 -7 -7 4
+"279626" 0 0 0 0.0520102009177208 -7 -10 29
+"62940" 0 0 1 0.290016502141953 7 -9 4
+"8191" 0 0 0 0.655209183692932 10 -7 4
+"95462" 0 1 0 0.0185509007424116 9 -7 1
+"199354" 0 0 0 0.115423299372196 10 7 29
+"95130" 0 0 0 0.315061509609222 6 -7 20
+"285221" 0 0 0 0.377791196107864 4 -7 29
+"235235" 0 0 0 0.00815670005977154 10 -10 17
+"102596" 0 0 0 0.452185213565826 -7 -7 24
+"145498" 0 1 0 0.11248479783535 10 -8 21
+"125689" 0 0 0 0.0193153992295265 10 -7 13
+"234433" 0 0 0 0.567931115627289 10 -5 39
+"146638" 0 0 0 0.278868913650513 10 1 26
+"4622" 0 0 0 0.667673707008362 -3 -10 2
+"194017" 0 0 0 0.802216827869415 10 -2 15
+"71021" 0 0 0 0.0498363003134727 4 -7 5
+"225587" 0 0 0 0.116323597729206 -7 -8 24
+"89367" 0 0 1 0.116191700100899 3 -6 8
+"273686" 0 0 0 0.56725138425827 9 -9 27
+"257722" 0 0 0 0.66192889213562 -7 -7 27
+"139554" 0 0 0 0.684553921222687 10 -9 28
+"21575" 0 1 0 0.010508899576962 10 -4 9
+"174513" 0 0 0 0.2141243070364 9 -7 18
+"175048" 0 0 0 0.639986574649811 -7 -7 32
+"300017" 0 1 0 0.182528093457222 10 -8 32
+"101339" 0 1 0 0.0216147005558014 10 -7 10
+"201356" 0 0 0 0.107863798737526 9 -7 21
+"283423" 0 0 0 0.134258896112442 -7 -9 26
+"173618" 0 0 0 0.106097497045994 10 -7 29
+"208875" 0 0 0 0.0134757002815604 -7 -7 16
+"27151" 0 0 0 0.267415791749954 10 -6 10
+"261680" 0 0 0 0.370786488056183 10 9 23
+"151367" 0 0 0 0.100769802927971 9 -7 8
+"67518" 0 0 0 0.363636404275894 2 -6 5
+"124600" 0 0 0 0.199942201375961 10 -8 11
+"267663" 0 0 0 0.970647871494293 -7 -9 39
+"149693" 0 0 1 0.397713214159012 10 10 29
+"203143" 0 0 0 0.477091699838638 10 5 16
+"85403" 0 0 0 0.515436291694641 -2 -7 2
+"246723" 0 0 0 0.111301399767399 -7 -7 20
+"74417" 0 0 0 0.118705697357655 3 -9 10
+"111695" 0 0 0 0.385136812925339 10 -9 16
+"71223" 0 0 0 0.782808482646942 5 -10 20
+"282566" 0 0 0 0.269525289535522 -7 -8 19
+"125395" 0 0 0 0.0514640994369984 8 -7 13
+"41589" 0 0 0 0.871829986572266 6 -9 14
+"276117" 0 1 0 0.0225259996950626 10 4 43
+"105058" 0 0 0 0.0204946994781494 -9 -10 4
+"257577" 0 0 0 0.187996506690979 5 -10 16
+"43157" 0 0 0 0.922721922397614 5 -7 15
+"108612" 0 0 1 0.173053503036499 8 -9 0
+"74235" 0 0 0 0.357708692550659 4 -9 10
+"13874" 0 1 0 0.0518776997923851 10 -7 6
+"236888" 0 0 0 0.544605374336243 10 -7 32
+"60237" 0 0 0 0.134180307388306 -1 -7 4
+"118388" 0 0 0 0.0803356990218163 10 -9 12
+"97791" 0 0 0 0.198400005698204 -7 -7 7
+"181821" 0 0 0 0.925350785255432 10 -7 24
+"163466" 0 0 0 0.0597468987107277 -7 -7 11
+"299152" 0 0 0 0.460879802703857 10 8 46
+"76731" 0 0 0 0.690909087657928 -7 -9 6
+"222000" 0 0 0 0.883826911449432 10 -7 23
+"295164" 0 0 0 0.478468894958496 -7 -8 21
+"168526" 0 0 1 0.804494380950928 -3 -6 6
+"118643" 0 0 0 0.49360328912735 -7 -10 12
+"249010" 0 0 0 0.0149507997557521 10 10 40
+"33996" 0 0 0 0.612697005271912 8 -5 2
+"161804" 0 0 0 0.745614111423492 -7 -7 3
+"134058" 0 0 0 0.0359609015285969 10 -7 14
+"82812" 0 0 0 0.167714804410934 -1 -7 21
+"47600" 0 1 0 0.0101255001500249 -7 -7 6
+"263268" 0 0 0 0.0994832962751389 7 -7 22
+"169727" 0 0 0 0.490449011325836 9 -7 17
+"166301" 0 0 0 0.0920716971158981 -4 -7 2
+"178872" 0 0 0 0.716981172561646 -6 -10 19
+"219734" 0 0 0 0.216735199093819 -8 -9 20
+"192913" 0 1 1 0.0485940016806126 10 -7 15
+"185528" 0 0 0 0.0716629028320312 9 8 17
+"15843" 0 0 0 0.47834649682045 2 -10 7
+"170661" 0 0 0 0.0848046988248825 -7 -8 29
+"177354" 0 0 0 0.674398422241211 10 9 32
+"189784" 0 1 0 0.00520789995789528 10 8 14
+"187768" 0 0 0 0.496984392404556 9 -7 34
+"24879" 0 0 0 0.0550517998635769 10 -3 2
+"23478" 0 0 0 0.128695398569107 -7 -7 9
+"207440" 0 0 0 0.0862632989883423 9 -5 36
+"250691" 0 0 0 0.0854943990707397 -6 -8 41
+"44142" 0 0 0 0.41343629360199 -3 -7 7
+"236551" 0 0 0 0.270722389221191 8 -6 39
+"146908" 0 0 0 0.145214602351189 1 -7 9
+"298652" 0 0 1 0.493609100580215 9 9 46
+"150725" 0 0 0 0.730923771858215 -7 -9 11
+"169780" 0 1 0 0.00334249995648861 -7 -8 32
+"114273" 0 0 0 0.919664323329926 8 -9 23
+"156619" 0 0 0 0.165557101368904 9 -7 9
+"22458" 0 0 0 0.951884329319 5 -9 9
+"162600" 0 0 0 0.380680203437805 -7 -10 16
+"290141" 0 0 0 0.220886901021004 8 6 27
+"159381" 0 0 0 0.240374103188515 -7 -9 13
+"132034" 0 0 0 0.220242395997047 -7 -8 27
+"9751" 0 0 0 0.923756003379822 8 -4 4
+"11401" 0 1 0 0.0394610017538071 4 -9 5
+"14309" 0 0 0 0.548767387866974 -4 -9 6
+"48681" 0 0 0 0.60665887594223 5 -6 16
+"141663" 0 0 0 0.0654427036643028 10 10 28
+"243306" 0 0 0 0.0255888998508453 10 -7 40
+"84809" 0 0 0 0.329218089580536 -6 -7 5
+"227861" 0 0 0 0.516547203063965 7 -9 22
+"157571" 0 0 0 0.376424789428711 10 -8 1
+"87328" 0 0 0 0.465572208166122 -9 -9 12
+"5246" 0 0 0 0.236182898283005 10 -7 3
+"201765" 0 0 0 0.3459292948246 9 -3 33
+"20248" 0 0 0 0.6068394780159 5 -4 8
+"252511" 0 0 1 0.130200892686844 10 10 32
+"40944" 0 0 0 0.787918388843536 4 -8 11
+"198002" 0 0 0 0.184012904763222 3 -10 19
+"252981" 0 0 0 0.772067427635193 4 -6 41
+"77880" 0 0 0 0.0995121970772743 10 -6 20
+"41140" 0 0 0 0.383950889110565 8 -3 6
+"230475" 0 0 0 0.225909695029259 7 -7 24
+"64100" 0 0 0 0.898746371269226 2 -9 18
+"80991" 0 0 0 0.0208563003689051 4 1 1
+"160581" 0 0 0 0.936663627624512 -8 -9 17
+"143172" 0 0 0 0.329317212104797 -7 -7 15
+"112808" 0 0 0 0.0708063021302223 -6 -7 10
+"234048" 0 0 0 0.497461885213852 -7 -7 25
+"168538" 0 0 0 0.302387207746506 10 -7 17
+"46949" 0 0 0 0.471513986587524 6 -10 15
+"298660" 0 1 0 0.116181001067162 10 -7 25
+"73893" 0 0 0 0.445033103227615 -7 -9 6
+"39438" 0 0 0 0.650493323802948 4 -7 13
+"64305" 0 0 0 0.13301520049572 5 -1 18
+"114784" 0 0 0 0.703703582286835 9 8 3
+"108639" 0 0 0 0.327533096075058 -2 -7 23
+"91460" 0 0 0 0.420673012733459 8 -7 6
+"13415" 0 0 0 0.222925499081612 10 -7 6
+"282184" 0 0 0 0.0167363993823528 8 -10 22
+"171702" 0 0 0 0.97247850894928 10 -7 29
+"66753" 0 0 0 0.020830899477005 10 2 13
+"265054" 0 0 0 0.123103097081184 10 -7 16
+"141101" 0 0 0 0.295082002878189 -4 -9 14
+"163746" 0 0 0 0.118592999875546 -5 -7 11
+"236772" 0 0 0 0.382231414318085 -7 -10 14
+"195570" 0 0 0 0.323195695877075 8 -9 20
+"43825" 0 0 0 0.0761487036943436 5 -6 15
+"97180" 0 0 0 0.903954684734344 0 -7 5
+"287082" 0 0 0 0.357656508684158 10 5 43
+"56900" 0 0 0 0.893393397331238 -9 -9 7
+"226507" 0 0 0 0.134091496467590 10 -3 38
+"138646" 0 0 0 0.420294612646103 -7 -8 28
+"42759" 0 0 0 0.424788385629654 10 -7 9
+"62036" 0 0 0 0.118019200861454 3 -9 8
+"203830" 0 0 0 0.332212805747986 10 -10 26
+"41751" 0 0 0 0.496191710233688 8 -8 6
+"125491" 0 0 0 0.54054057598114 10 9 5
+"136256" 0 0 0 0.0279753003269434 10 -9 19
+"188041" 0 0 0 0.0589892007410526 10 -7 18
+"75917" 0 1 0 0.0171344000846148 10 -7 9
+"140150" 0 0 0 0.504854321479797 -7 -7 3
+"50046" 0 0 1 0.949999928474426 -7 -9 2
+"258957" 0 0 0 0.102173902094364 -5 -7 25
+"47340" 0 0 0 0.964189291000366 8 -7 2
+"26707" 0 1 0 0.111501902341843 10 -7 10
+"269698" 0 0 1 0.77805632352829 5 -2 24
+"90837" 0 1 0 0.096289999783039 4 -9 22
+"227000" 0 0 0 0.199246004223824 -9 -10 20
+"121283" 0 0 0 0.528883218765259 -3 -7 12
+"135437" 0 0 0 0.934647798538208 10 -7 1
+"48282" 0 0 0 0.221108093857765 10 7 14
+"43707" 0 0 0 0.434552192687988 10 -1 1
+"45117" 0 0 0 0.0353191010653973 -7 -7 1
+"155312" 0 0 0 0.146640405058861 -1 -7 30
+"148789" 0 0 0 0.416456699371338 -7 -7 14
+"186039" 0 0 0 0.324132114648819 -7 -7 18
+"135091" 0 0 0 0.165166392922401 -7 -7 11
+"16823" 0 0 0 0.514285683631897 -5 -7 7
+"1631" 0 0 0 0.533551871776581 10 -9 1
+"67056" 0 0 0 0.0296180993318558 10 -9 3
+"256867" 0 0 0 0.430952310562134 -7 -7 26
+"80788" 0 0 0 0.827348470687866 10 9 19
+"180689" 0 0 0 0.186153903603554 6 -6 22
+"183703" 0 0 0 0.87388801574707 -7 -10 33
+"299432" 0 1 0 0.327150791883469 10 10 40
+"57799" 0 0 0 0.717488825321198 7 -5 15
+"227381" 0 0 0 0.965758204460144 -8 -9 20
+"73258" 0 0 0 0.372199386358261 10 -7 6
+"98924" 0 0 0 0.165137603878975 10 -7 23
+"1069" 0 0 0 0.204933896660805 10 -7 0
+"301011" 0 0 0 0.00969849992543459 9 4 22
+"132265" 0 1 0 0.0804838016629219 10 -8 22
+"301088" 0 0 0 0.846664726734161 -4 -9 36
+"59470" 0 1 0 0.00216510007157922 10 -8 3
+"33705" 0 0 0 0.171280294656754 5 4 12
+"75776" 0 0 0 0.645161271095276 8 -9 6
+"205363" 0 0 0 0.518809378147125 8 -7 36
+"174248" 0 0 0 0.813559293746948 -7 -8 32
+"125717" 0 0 0 0.532758593559265 10 -9 9
+"220058" 0 0 0 0.865196526050568 -5 -7 34
+"173317" 0 0 0 0.787564814090729 10 10 32
+"174360" 0 0 0 0.164926096796989 10 -7 18
+"178085" 0 0 0 0.233582496643066 4 -9 13
+"67380" 0 0 0 0.0188183002173901 -6 -7 5
+"31286" 0 0 0 0.266930013895035 10 -1 9
+"222269" 0 0 0 0.188710004091263 1 -6 18
+"184833" 0 0 0 0.530683994293213 -7 -7 33
+"287073" 0 0 0 0.279736995697021 9 -7 30
+"289680" 0 0 0 0.0148173999041319 9 8 1
+"224781" 0 0 0 0.792665719985962 -5 -9 38
+"131285" 0 0 0 0.338138908147812 10 -7 2
+"52840" 0 0 0 0.68031632900238 10 10 17
+"131422" 0 0 0 0.173766404390335 10 -9 9
+"230094" 0 0 0 0.195532307028770 -8 -8 36
+"277371" 0 0 0 0.394710093736649 9 8 27
+"273654" 0 0 0 0.0138467997312546 10 -8 29
+"246114" 0 0 0 0.918010711669922 -8 -10 25
+"60380" 0 0 0 0.237150102853775 2 -3 10
+"14990" 0 0 0 0.534661710262299 -7 -9 6
+"144586" 0 0 0 0.114124998450279 10 -4 15
+"178193" 0 0 0 0.467289686203003 10 -6 18
+"29209" 0 0 0 0.106786802411079 10 4 5
+"286962" 0 1 0 0.00654159998521209 10 -6 30
+"49198" 0 1 0 0.00148179999087006 -6 -8 16
+"278108" 0 0 0 0.334497988224030 10 1 30
+"38640" 0 0 0 0.504987180233002 -7 -7 4
+"200000" 0 0 1 0.338730692863464 -9 -10 10
+"236598" 0 1 0 0.0810422003269196 8 -8 24
+"230733" 0 0 0 0.145549893379211 -7 -7 24
+"202959" 0 0 0 0.709677517414093 -7 -10 7
+"34974" 0 0 0 0.584851503372192 10 -4 4
+"256925" 0 0 0 0.941814303398132 8 8 41
+"186491" 0 0 0 0.00768550019711256 -7 -10 11
+"252420" 0 0 0 0.377378493547440 2 -8 39
+"51371" 0 1 0 0.0114457998424768 10 10 14
+"3101" 0 0 0 0.936562776565552 10 10 2
+"97706" 0 0 0 0.260408312082291 10 -10 14
+"81476" 0 0 0 0.0495221987366676 10 -9 14
+"249041" 0 1 0 0.143600702285767 10 10 40
+"281752" 0 0 0 0.477053910493851 -7 -8 29
+"38643" 0 0 0 0.202193602919579 -1 -7 6
+"275632" 0 0 0 0.300539702177048 10 0 43
+"182654" 0 1 0 0.0116034001111984 -4 -7 33
+"120856" 0 0 0 0.0249271001666784 9 -7 10
+"200910" 0 0 0 0.108938202261925 -6 -7 21
+"231620" 0 0 0 0.0678751021623611 -7 -8 37
+"157521" 0 0 0 0.00706340000033379 -10 -10 8
+"119115" 0 0 0 0.0530119985342026 10 -7 7
+"291422" 0 0 0 0.186431303620338 10 -7 20
+"14796" 0 0 0 0.529709279537201 10 -6 6
+"46350" 0 0 0 0.701321184635162 7 -9 15
+"210270" 0 0 0 0.925770282745361 3 -9 6
+"219597" 0 0 0 0.0159402992576361 -9 -10 15
+"32763" 0 0 0 0.89651507139206 10 -7 12
diff --git a/data/sanction.tab b/data/sanction.tab
new file mode 100644
index 0000000..5157911
--- /dev/null
+++ b/data/sanction.tab
@@ -0,0 +1,79 @@
+"mil" "coop" "target" "import" "export" "cost" "num" "ncost"
+"1" 1 4 3 1 1 4  15 "major loss"
+"2" 0 2 3 0 1 3   4 "modest loss"
+"3" 0 1 3 1 0 2   1 "little effect"
+"4" 1 1 3 1 1 2   1 "little effect"
+"5" 0 1 3 1 1 2   1 "little effect"
+"6" 0 1 3 0 1 2   1 "little effect"
+"7" 1 2 2 0 1 2   3 "little effect"
+"8" 0 1 3 0 0 2   3 "little effect"
+"9" 0 2 1 0 0 1   2 "net gain"
+"10" 1 2 3 1 1 2   1 "little effect"
+"11" 1 1 2 0 0 1   1 "net gain"
+"12" 0 1 2 1 1 2   1 "little effect"
+"13" 0 3 1 1 1 2   8 "little effect"
+"14" 0 3 3 1 1 4   7 "major loss"
+"15" 0 3 2 1 1 3  21 "modest loss"
+"16" 0 1 2 0 0 1   1 "net gain"
+"17" 0 4 2 1 1 2   7 "little effect"
+"18" 0 3 3 0 0 2   4 "little effect"
+"19" 0 1 1 0 0 1   1 "net gain"
+"20" 0 3 3 1 0 3 120 "modest loss"
+"21" 0 4 3 0 0 2   7 "little effect"
+"22" 0 1 2 0 0 1   1 "net gain"
+"23" 0 1 2 1 1 4   1 "major loss"
+"24" 0 1 2 0 0 1   1 "net gain"
+"25" 0 1 1 0 0 1   1 "net gain"
+"26" 0 3 2 1 1 2  32 "little effect"
+"27" 0 1 2 1 0 2   1 "little effect"
+"28" 0 1 2 1 0 2   1 "little effect"
+"29" 0 1 2 0 0 1   1 "net gain"
+"30" 0 4 2 1 1 3 150 "modest loss"
+"31" 0 1 2 0 0 1   1 "net gain"
+"32" 0 1 2 0 0 1   1 "net gain"
+"33" 0 1 1 0 0 1   1 "net gain"
+"34" 0 1 2 0 1 1   5 "net gain"
+"35" 0 2 1 1 1 2   2 "little effect"
+"36" 0 3 3 0 1 1  10 "net gain"
+"37" 0 1 2 0 0 1   1 "net gain"
+"38" 0 1 1 0 0 1   1 "net gain"
+"39" 0 1 2 0 0 1   1 "net gain"
+"40" 0 2 3 0 1 2   2 "little effect"
+"41" 0 2 2 0 1 2   1 "little effect"
+"42" 0 2 3 0 0 2   2 "little effect"
+"43" 0 1 3 1 0 2   1 "little effect"
+"44" 0 2 3 0 1 2   1 "little effect"
+"45" 0 1 1 1 1 1   1 "net gain"
+"46" 0 1 2 0 1 1   1 "net gain"
+"47" 0 1 3 0 1 2   1 "little effect"
+"48" 0 2 1 1 0 1   1 "net gain"
+"49" 0 1 3 0 0 1   1 "net gain"
+"50" 0 1 2 0 0 1   1 "net gain"
+"51" 0 1 2 0 1 2   1 "little effect"
+"52" 0 1 3 0 1 2   1 "little effect"
+"53" 0 1 1 0 1 1   1 "net gain"
+"54" 0 1 1 0 0 1   2 "net gain"
+"55" 0 1 2 0 0 1   1 "net gain"
+"56" 0 1 2 0 1 2   1 "little effect"
+"57" 0 2 2 0 1 2   3 "little effect"
+"58" 0 2 3 0 1 2   2 "little effect"
+"59" 0 2 3 0 1 2   2 "little effect"
+"60" 0 3 2 1 1 3   9 "modest loss"
+"61" 1 3 2 0 0 1   7 "net gain"
+"62" 0 1 3 1 1 3   1 "modest loss"
+"63" 0 3 1 1 1 3  10 "modest loss"
+"64" 0 2 2 0 0 1   2 "net gain"
+"65" 0 3 3 1 1 2   8 "little effect"
+"66" 0 2 1 0 0 1   2 "net gain"
+"67" 0 3 3 0 1 3  13 "modest loss"
+"68" 0 1 2 0 1 2   1 "little effect"
+"69" 0 1 2 1 0 2   1 "little effect"
+"70" 0 3 1 1 1 2   4 "little effect"
+"71" 0 2 3 0 1 3   1 "modest loss"
+"72" 0 2 2 0 0 1   8 "net gain"
+"73" 1 3 1 1 1 2  14 "little effect"
+"74" 0 2 1 0 0 1   2 "net gain"
+"75" 0 1 3 0 1 2   1 "little effect"
+"76" 0 4 3 1 0 2  13 "little effect"
+"77" 0 1 2 0 0 1   1 "net gain"
+"78" 1 3 1 1 1 2  10 "little effect"
diff --git a/data/turnout.tab b/data/turnout.tab
new file mode 100644
index 0000000..e87b572
--- /dev/null
+++ b/data/turnout.tab
@@ -0,0 +1,2001 @@
+"race" "age" "educate" "income" "vote"
+"1" "white" 60 14.0  3.3458 1
+"2" "white" 51 10.0  1.8561 0
+"3" "white" 24 12.0  0.6304 0
+"4" "white" 38  8.0  3.4183 1
+"5" "white" 25 12.0  2.7852 1
+"6" "white" 67 12.0  2.3866 1
+"7" "white" 40 12.0  4.2857 0
+"8" "white" 56 10.0  9.3205 1
+"9" "white" 32 12.0  3.8797 1
+"10" "white" 75 16.0  2.7031 1
+"11" "white" 46 15.0 11.2307 1
+"12" "white" 52 12.0  8.6696 1
+"13" "white" 22 12.0  1.7443 0
+"14" "white" 60 12.0  0.2253 0
+"15" "white" 24 14.0  4.3348 1
+"16" "white" 30 10.0  0.7953 1
+"17" "white" 46 12.0  2.9072 1
+"18" "white" 69  9.0  1.1893 1
+"19" "others" 60 12.0  1.1277 1
+"20" "white" 34 12.0  0.5523 1
+"21" "white" 76 14.0  0.7294 1
+"22" "white" 29 12.0  4.3348 1
+"23" "white" 49 13.0  7.7751 1
+"24" "white" 29 14.0  3.1356 0
+"25" "white" 47 16.0  5.2331 1
+"26" "white" 39 16.0 10.0376 1
+"27" "white" 58  8.0  4.6408 1
+"28" "white" 44 12.0  3.7972 1
+"29" "white" 22  8.0  0.2071 0
+"30" "white" 31 12.0 11.2307 1
+"31" "white" 74 12.0  0.8236 1
+"32" "white" 40 12.0  4.4578 1
+"33" "others" 27 12.0  3.5800 1
+"34" "white" 65  8.0  2.9170 1
+"35" "others" 70  5.0  4.0702 1
+"36" "white" 34 12.0  3.3834 1
+"37" "white" 54 12.0  4.9624 1
+"38" "white" 23  7.0  3.2949 0
+"39" "white" 84  8.0  0.7294 0
+"40" "white" 37 16.0  5.9111 1
+"41" "white" 67 14.0  1.8380 1
+"42" "others" 33 12.0  1.7443 1
+"43" "white" 22 12.0  3.7972 0
+"44" "white" 57 12.0  4.9624 1
+"45" "white" 26 11.0  4.6690 1
+"46" "white" 23 12.0  3.3834 1
+"47" "white" 79 10.0  1.8640 1
+"48" "white" 53  8.0  0.7953 1
+"49" "white" 25 12.0  5.8684 0
+"50" "others" 38  9.0  0.6765 0
+"51" "others" 68  8.0  2.7068 1
+"52" "white" 28 16.0  3.4183 1
+"53" "white" 43 15.0  2.8311 1
+"54" "white" 80 12.0  0.1727 0
+"55" "white" 31 12.0  2.3866 0
+"56" "white" 29 12.0  3.1676 1
+"57" "white" 37 13.0  4.3754 1
+"58" "white" 68 14.0  1.8429 0
+"59" "white" 50 12.0 13.3041 1
+"60" "white" 50 14.0  7.8949 0
+"61" "white" 37 13.0  0.6304 0
+"62" "white" 59 12.0  3.4183 1
+"63" "white" 35 16.0  3.5800 1
+"64" "white" 35 15.0  7.0036 0
+"65" "white" 49  8.0  2.4811 1
+"66" "others" 44 16.0  9.3205 1
+"67" "white" 77 12.0  3.7435 1
+"68" "white" 22 10.0  1.4498 0
+"69" "white" 80 14.0  0.5813 1
+"70" "white" 48 11.0  7.0036 1
+"71" "white" 24 15.0  2.7722 1
+"72" "white" 42 16.0  7.5945 1
+"73" "white" 67 19.0  6.0903 1
+"74" "others" 42 10.0  1.2659 0
+"75" "white" 54 10.0  4.6408 1
+"76" "white" 45 12.0  5.2331 1
+"77" "white" 57  9.0  1.1277 1
+"78" "others" 46 12.0  0.4607 0
+"79" "white" 58 12.0  3.7972 1
+"80" "white" 76  4.0  2.5196 0
+"81" "white" 28 16.0  0.1936 1
+"82" "white" 41 10.0  5.2331 1
+"83" "white" 83  8.0  1.3131 0
+"84" "others" 47 12.0  5.2331 1
+"85" "white" 81 12.0  1.4498 1
+"86" "white" 59  8.0  3.3102 1
+"87" "others" 20 16.0  1.2094 1
+"88" "white" 45  8.0  1.8561 1
+"89" "white" 76  6.0  0.5813 0
+"90" "white" 53  9.0  4.9624 1
+"91" "others" 40 16.0  5.2331 1
+"92" "white" 38 12.0  4.6408 1
+"93" "white" 30 15.0  7.7751 1
+"94" "white" 29 19.0  2.5220 1
+"95" "white" 72 12.0  0.4607 1
+"96" "white" 78  6.0  0.7568 1
+"97" "white" 65 13.0  3.7042 1
+"98" "white" 31 12.0  3.3558 1
+"99" "white" 21 12.0  4.8901 1
+"100" "white" 50 12.0  4.6408 1
+"101" "white" 25 12.0  4.4876 1
+"102" "others" 71 11.0  0.7294 1
+"103" "white" 49 14.0  7.7751 1
+"104" "white" 47  9.0  3.3458 1
+"105" "others" 37 13.0  2.2706 1
+"106" "others" 31 16.0  6.2740 1
+"107" "white" 54 12.0  4.0702 1
+"108" "white" 40 16.0  6.7838 1
+"109" "white" 29 12.0  3.4183 1
+"110" "white" 42 12.0  7.0036 1
+"111" "white" 67 16.0  5.9469 1
+"112" "white" 69 12.0  4.2313 1
+"113" "white" 54 12.0  2.9170 1
+"114" "white" 63  8.0  1.3566 1
+"115" "white" 45  8.0  8.7517 1
+"116" "white" 38 12.0  6.9491 1
+"117" "white" 64 10.0  4.3754 1
+"118" "white" 45 12.0  2.9170 1
+"119" "white" 40 11.0  4.8901 0
+"120" "white" 27 14.0  3.5800 1
+"121" "white" 31 11.0  6.3304 1
+"122" "white" 25 15.0  3.8606 1
+"123" "white" 35 12.0  2.5545 1
+"124" "white" 21 12.0  4.0702 1
+"125" "white" 55 12.0  8.3565 1
+"126" "white" 48 10.0  2.9170 1
+"127" "white" 41 15.0  4.4876 1
+"128" "white" 43  6.0  1.4055 1
+"129" "white" 56 12.0  5.8684 1
+"130" "white" 44 12.0  5.8684 1
+"131" "white" 24 12.0  2.7722 0
+"132" "others" 58  6.0  0.6911 1
+"133" "white" 48  6.0  1.9045 1
+"134" "white" 35 12.0  5.9469 1
+"135" "white" 37 16.0  3.9394 0
+"136" "white" 31 13.0  5.3986 1
+"137" "white" 27  9.0  2.2092 0
+"138" "white" 28 13.0 10.0376 1
+"139" "white" 62 10.0  2.1885 0
+"140" "white" 66 12.0  2.7031 1
+"141" "white" 23 12.0  4.0006 0
+"142" "white" 44 19.0 11.8939 1
+"143" "white" 31 12.0  1.2610 1
+"144" "white" 32  8.0  2.9072 1
+"145" "white" 23 12.0  2.1279 1
+"146" "others" 29 12.0  3.4183 0
+"147" "white" 59 12.0  2.5196 1
+"148" "white" 35 15.0  6.5589 1
+"149" "white" 38  5.0  1.4498 1
+"150" "white" 95 14.0  0.7594 1
+"151" "others" 22 12.0  0.2530 0
+"152" "white" 48 10.0  1.4974 0
+"153" "white" 29 12.0  2.5196 1
+"154" "white" 62  8.0  2.9072 0
+"155" "others" 26 16.0  5.1900 1
+"156" "white" 46 19.0  4.9624 1
+"157" "white" 36 12.0  2.7068 1
+"158" "white" 35  8.0  1.4055 1
+"159" "white" 40 15.0 13.6702 1
+"160" "white" 55 14.0  5.9111 1
+"161" "others" 27 12.0  1.8127 1
+"162" "white" 53 10.0  3.5800 1
+"163" "white" 72 14.0  3.2949 1
+"164" "white" 38 12.0  3.4600 0
+"165" "white" 83  8.0  0.7294 1
+"166" "white" 26  6.0  2.2788 1
+"167" "white" 30 12.0  4.0702 0
+"168" "white" 45 13.0  3.3102 1
+"169" "white" 27 14.0  6.6992 1
+"170" "white" 29 12.0  4.3348 0
+"171" "white" 27 12.0  2.8997 1
+"172" "white" 55 12.0  2.3866 1
+"173" "white" 27 12.0  1.8429 1
+"174" "white" 37 19.0  6.3352 1
+"175" "others" 87 12.0  0.6911 1
+"176" "white" 64  5.0  1.7723 1
+"177" "white" 79  7.0  1.8380 1
+"178" "white" 60 12.0  2.5196 1
+"179" "white" 39 19.0 11.8939 0
+"180" "white" 64 14.0  4.6493 1
+"181" "white" 36 14.0  7.7751 1
+"182" "white" 35 12.0  3.3834 1
+"183" "white" 27 16.0  4.0702 1
+"184" "white" 28 14.0  4.0702 1
+"185" "white" 22 12.0  2.8311 0
+"186" "white" 60 12.0  4.4876 1
+"187" "white" 23 14.0  2.2706 0
+"188" "white" 66  8.0  0.2917 0
+"189" "white" 26 17.0  6.2740 1
+"190" "white" 17 14.0  6.7838 1
+"191" "white" 51 19.0  8.4934 1
+"192" "white" 31 14.0  4.4578 0
+"193" "white" 74  9.0  1.0809 1
+"194" "white" 43 12.0  6.0903 1
+"195" "white" 32 19.0  7.5945 1
+"196" "white" 44 16.0  8.7517 1
+"197" "white" 26 14.0  5.2331 1
+"198" "white" 21 12.0  2.4868 1
+"199" "white" 26 15.0  5.1900 0
+"200" "white" 51 12.0  5.8684 1
+"201" "others" 77 16.0  0.1544 1
+"202" "white" 48 12.0  4.2857 1
+"203" "white" 35 19.0  3.8797 1
+"204" "white" 81 12.0  1.3898 0
+"205" "white" 33 14.0  0.9457 0
+"206" "white" 64 12.0  4.3195 1
+"207" "white" 25 12.0  8.7517 1
+"208" "white" 31 14.0  5.8684 0
+"209" "others" 71 10.0  2.7031 1
+"210" "white" 32  9.0  1.2659 1
+"211" "others" 23 16.0  0.5523 0
+"212" "white" 24 12.0 11.6294 1
+"213" "white" 53 12.0  2.4811 1
+"214" "others" 39 12.0  2.8311 1
+"215" "white" 60  8.0  2.5196 0
+"216" "white" 42 13.0  1.2094 0
+"217" "white" 49 19.0  4.3195 1
+"218" "others" 26 12.0  3.8797 1
+"219" "white" 49 14.0  3.7435 1
+"220" "white" 30 19.0  4.8954 1
+"221" "white" 22 12.0  2.1319 0
+"222" "white" 29 12.0  3.4183 1
+"223" "white" 30 19.0  2.7068 1
+"224" "white" 23 11.0  1.0212 1
+"225" "white" 30 12.0  1.7260 0
+"226" "white" 41 19.0  3.2449 1
+"227" "white" 59 12.0  4.6408 1
+"228" "white" 62 17.0  7.7751 1
+"229" "white" 24  9.0  3.7042 0
+"230" "white" 29 19.0  2.1885 1
+"231" "white" 34  6.0  1.7723 1
+"232" "white" 41 14.0  4.4876 1
+"233" "white" 69 12.0  2.4189 1
+"234" "white" 21 12.0  3.7972 1
+"235" "white" 39 16.0 11.6294 1
+"236" "white" 66  8.0  0.9457 1
+"237" "white" 84  5.0  0.9214 0
+"238" "white" 30 12.0  2.7722 0
+"239" "white" 25 15.0  0.1544 0
+"240" "white" 68 14.0  2.8311 1
+"241" "white" 26 19.0  3.0640 1
+"242" "others" 25 12.0  4.0702 1
+"243" "others" 71 10.0  0.8236 1
+"244" "white" 80  8.0  1.1839 1
+"245" "white" 76  8.0  0.2530 1
+"246" "white" 28 16.0  2.7852 1
+"247" "white" 33 14.0  5.6622 1
+"248" "white" 69  8.0  2.7722 1
+"249" "white" 58 12.0  2.7031 1
+"250" "white" 23 16.0  1.3566 1
+"251" "white" 23 12.0  2.5220 1
+"252" "white" 89 19.0  5.6622 1
+"253" "white" 71  7.0  1.0809 0
+"254" "white" 40 11.0  0.5523 1
+"255" "white" 43 12.0  2.5196 1
+"256" "white" 27 16.0  4.8954 1
+"257" "white" 22 12.0  1.8967 0
+"258" "white" 60  8.0  2.9170 1
+"259" "white" 42 16.0 13.0045 1
+"260" "white" 56 12.0  3.7042 1
+"261" "others" 33 12.0  7.4874 1
+"262" "white" 32 12.0  2.4189 1
+"263" "white" 41 14.0  7.8949 1
+"264" "white" 24 16.0  3.4183 1
+"265" "white" 54 16.0  2.9072 1
+"266" "others" 23 12.0  0.7594 0
+"267" "white" 33 12.0  6.2740 1
+"268" "white" 57 11.0  0.6177 1
+"269" "white" 31 14.0  2.1309 1
+"270" "white" 24 12.0  6.7838 1
+"271" "white" 60 19.0  8.7545 1
+"272" "white" 63 10.0  3.0640 1
+"273" "white" 22 10.0  0.1727 0
+"274" "white" 64  8.0  1.3131 0
+"275" "white" 33 19.0  5.2331 1
+"276" "white" 36 16.0  0.9457 1
+"277" "white" 52 12.0  4.6690 1
+"278" "white" 50 14.0  4.3195 1
+"279" "white" 62  7.0  0.6765 0
+"280" "white" 46 16.0 11.2307 1
+"281" "white" 50 12.0  6.2740 0
+"282" "white" 36 12.0  1.4498 0
+"283" "white" 30 16.0 11.8939 1
+"284" "white" 63 10.0  2.7031 1
+"285" "white" 43  7.0  2.3866 1
+"286" "white" 49  8.0  2.9170 1
+"287" "others" 52  8.0  3.3834 1
+"288" "white" 45 12.0  7.8949 1
+"289" "others" 41 13.0  4.6690 1
+"290" "white" 71 11.0  0.9780 1
+"291" "white" 70 10.0  1.6049 1
+"292" "white" 52  8.0  6.0903 1
+"293" "white" 30 16.0  2.2788 0
+"294" "white" 83  8.0  0.7953 1
+"295" "white" 21 12.0  8.7220 1
+"296" "white" 45 16.0  6.3304 1
+"297" "others" 63 10.0  0.2253 1
+"298" "white" 39 11.0  3.4183 1
+"299" "white" 33 12.0  4.4578 1
+"300" "white" 65  8.0  1.3566 1
+"301" "white" 33 16.0  5.1229 1
+"302" "white" 73  4.0  0.2649 1
+"303" "white" 39 12.0  7.8949 1
+"304" "white" 29 16.0  2.8311 1
+"305" "white" 55 13.0  4.2313 1
+"306" "white" 33 17.0  4.3348 1
+"307" "white" 25 12.0  0.9689 1
+"308" "white" 60  8.0  5.2331 1
+"309" "white" 38 14.0  6.9491 0
+"310" "white" 39 12.0  4.2857 1
+"311" "white" 36 16.0  2.4193 0
+"312" "white" 62  9.0  2.4868 1
+"313" "white" 35 16.0  4.4312 1
+"314" "white" 68 12.0  1.1893 1
+"315" "white" 77  3.0  2.2788 1
+"316" "white" 82 12.0  0.2649 1
+"317" "white" 34 10.0  4.0702 1
+"318" "white" 26 16.0  2.2706 1
+"319" "white" 27 12.0  4.4312 0
+"320" "white" 40 14.0  5.9111 1
+"321" "white" 29 12.0  4.0702 1
+"322" "white" 28 17.0  4.8954 1
+"323" "white" 32 16.0 11.6294 1
+"324" "white" 75  5.0  1.8967 1
+"325" "white" 50 12.0  1.7723 1
+"326" "white" 74  8.0  1.7260 1
+"327" "others" 70  7.0  0.2530 1
+"328" "others" 36 12.0  1.7723 1
+"329" "others" 44 19.0  4.3348 1
+"330" "white" 41 17.0  3.7972 1
+"331" "white" 62  6.0  2.9170 1
+"332" "white" 36 12.0  5.1900 1
+"333" "white" 32 14.0  4.8954 0
+"334" "others" 31 16.0  4.8954 1
+"335" "white" 39 14.0  4.4876 1
+"336" "white" 79  5.0  0.9457 0
+"337" "white" 51  8.0  3.1676 0
+"338" "white" 23 12.0  6.7838 1
+"339" "white" 25 10.0  3.4183 0
+"340" "white" 60 12.0  3.7435 1
+"341" "white" 67 14.0  7.5945 1
+"342" "others" 25 12.0  1.1046 0
+"343" "white" 37 16.0  6.9491 1
+"344" "others" 54  8.0  2.7068 0
+"345" "white" 21  8.0  1.3566 1
+"346" "white" 19 14.0  8.7220 1
+"347" "others" 65  8.0  1.3131 0
+"348" "white" 44 11.0  5.2331 1
+"349" "others" 38 12.0  6.2740 1
+"350" "white" 51 12.0  6.3304 1
+"351" "white" 30 12.0  3.7042 0
+"352" "white" 18 12.0  7.0036 1
+"353" "others" 48 10.0  7.8949 1
+"354" "others" 44 16.0  3.1676 1
+"355" "white" 53 12.0  5.1900 0
+"356" "white" 84 12.0  1.6550 1
+"357" "white" 60  9.0  3.6476 0
+"358" "white" 48 12.0  5.9111 0
+"359" "white" 23 16.0  2.9161 1
+"360" "white" 41 15.0  9.3205 1
+"361" "white" 52 12.0  4.6408 1
+"362" "white" 27 19.0  4.9624 1
+"363" "white" 29 16.0 11.2307 1
+"364" "white" 26 14.0  4.3195 1
+"365" "white" 68  3.0  1.0212 1
+"366" "white" 36 10.0  2.5196 0
+"367" "white" 60  8.0  1.3566 0
+"368" "white" 84  7.0  0.2364 1
+"369" "white" 67 19.0 11.8939 1
+"370" "white" 72 10.0  3.5800 1
+"371" "others" 53  8.0  0.2071 1
+"372" "white" 60 12.0  3.3834 1
+"373" "white" 45 13.0  6.9491 1
+"374" "white" 66 12.0  6.7838 1
+"375" "white" 43 13.0  5.9111 1
+"376" "white" 37 12.0  2.9170 1
+"377" "white" 67  8.0  0.9689 1
+"378" "white" 47 12.0  4.4312 1
+"379" "white" 92 12.0  0.1544 1
+"380" "white" 45 12.0  5.1780 1
+"381" "white" 31  9.0  1.7723 0
+"382" "others" 21 13.0  2.8311 1
+"383" "white" 34 12.0  1.3246 1
+"384" "white" 38 19.0  4.8954 1
+"385" "others" 31 16.0  4.0702 1
+"386" "white" 38 12.0  4.4578 1
+"387" "others" 68 12.0  2.4193 1
+"388" "others" 59  5.0  0.2071 0
+"389" "white" 76 14.0  5.9469 1
+"390" "white" 51 12.0  6.0903 1
+"391" "others" 22 15.0  4.4876 1
+"392" "white" 52 14.0  4.4876 1
+"393" "white" 44 13.0  5.9469 1
+"394" "white" 31 14.0  1.2610 0
+"395" "white" 73 12.0  2.2706 1
+"396" "white" 25 12.0  2.7722 1
+"397" "white" 37 19.0 11.8939 1
+"398" "white" 20 12.0  2.5220 0
+"399" "white" 41 12.0  3.3458 0
+"400" "white" 61 11.0  2.7722 1
+"401" "white" 20 14.0  6.5589 1
+"402" "white" 53 12.0  1.5788 1
+"403" "white" 26 16.0  5.3986 1
+"404" "white" 24 13.0  2.0543 0
+"405" "white" 29 12.0  3.1676 1
+"406" "others" 42  9.0  1.3257 1
+"407" "white" 77 12.0  1.2868 1
+"408" "others" 29 12.0  4.4876 0
+"409" "white" 31 14.0  0.9780 1
+"410" "white" 50 16.0  6.3304 1
+"411" "others" 57 14.0  4.4312 1
+"412" "others" 72  5.0  0.7594 1
+"413" "white" 54 17.0 10.0376 1
+"414" "white" 64 12.0  2.9170 1
+"415" "white" 48 15.0  5.1780 1
+"416" "white" 54 12.0  4.3348 0
+"417" "white" 46 13.0  4.0006 1
+"418" "white" 52 12.0  6.6298 1
+"419" "white" 29  7.0  1.4398 0
+"420" "white" 35 16.0  5.1780 1
+"421" "white" 23 12.0  4.4312 1
+"422" "white" 26 12.0  1.3131 1
+"423" "white" 26 15.0  3.3458 1
+"424" "white" 23 10.0  1.4498 0
+"425" "white" 37 19.0  5.8684 1
+"426" "white" 61 12.0  3.3558 1
+"427" "white" 23 12.0  3.4183 1
+"428" "white" 37 12.0  3.9394 1
+"429" "white" 79  7.0  1.3131 0
+"430" "white" 32 12.0  5.6622 1
+"431" "white" 65 12.0  4.6690 1
+"432" "white" 36 12.0  6.5589 1
+"433" "white" 29 14.0  8.3565 1
+"434" "white" 46 12.0  7.8949 1
+"435" "white" 24 11.0  1.6049 1
+"436" "white" 68 13.0  1.8640 1
+"437" "others" 18 10.0  0.9457 0
+"438" "white" 31 10.0  2.4803 1
+"439" "white" 83 13.0  1.5550 1
+"440" "white" 25 12.0 10.6400 1
+"441" "others" 42 14.0  2.7031 1
+"442" "white" 27 12.0  1.3131 1
+"443" "white" 26 12.0  2.7852 1
+"444" "others" 21 12.0  2.7068 1
+"445" "white" 79  8.0  0.5813 1
+"446" "white" 45 12.0  8.6696 1
+"447" "white" 35 12.0  7.7751 1
+"448" "white" 30 16.0  6.2740 1
+"449" "white" 56 10.0  1.1046 0
+"450" "others" 24 11.0  7.5945 1
+"451" "white" 44 14.0 13.0045 1
+"452" "others" 68 16.0  0.1544 1
+"453" "white" 57 15.0  4.8901 1
+"454" "white" 56 19.0  8.7220 1
+"455" "white" 43 14.0  1.7443 1
+"456" "white" 65 12.0  1.7443 1
+"457" "white" 21 12.0  1.8380 0
+"458" "white" 19 12.0  1.9703 1
+"459" "white" 36 12.0  3.3458 0
+"460" "others" 64  4.0  0.9457 0
+"461" "others" 29 10.0  1.1277 0
+"462" "white" 50 19.0  3.9394 0
+"463" "white" 63 12.0  1.2610 1
+"464" "white" 74 19.0  3.1676 1
+"465" "others" 29 13.0  1.8380 1
+"466" "white" 25  9.0  0.7953 1
+"467" "white" 26 16.0  6.3352 1
+"468" "white" 44 12.0  4.0702 0
+"469" "others" 27 12.0  2.5196 1
+"470" "white" 35 17.0  5.1900 1
+"471" "white" 66 16.0  8.7220 1
+"472" "others" 63 11.0  3.7042 0
+"473" "others" 29  0.5  2.9072 0
+"474" "white" 30 19.0  6.7838 1
+"475" "white" 37 12.0  3.6476 1
+"476" "others" 36 19.0 11.8939 0
+"477" "white" 28 14.0  2.5220 1
+"478" "white" 30 12.0  1.7260 0
+"479" "white" 51 17.0  7.0281 1
+"480" "white" 51 14.0  8.7545 1
+"481" "white" 41  9.0  4.0702 1
+"482" "white" 36  9.0  4.4578 1
+"483" "white" 50  8.0  3.4183 1
+"484" "white" 62 16.0  2.0299 1
+"485" "white" 19 14.0  3.6476 0
+"486" "white" 67  7.0  1.3257 1
+"487" "white" 39 12.0  3.3834 1
+"488" "white" 26 16.0  5.8684 1
+"489" "white" 65 17.0 11.2351 1
+"490" "white" 35 13.0  4.3348 1
+"491" "white" 26 12.0  4.6690 1
+"492" "white" 45 12.0  4.4876 1
+"493" "white" 21 14.0  1.8640 0
+"494" "white" 72  8.0  3.7042 1
+"495" "white" 21 12.0  1.6702 0
+"496" "white" 47 12.0  7.0281 1
+"497" "others" 46 16.0  7.7751 1
+"498" "white" 19 12.0  0.6304 1
+"499" "others" 46 10.0  1.3566 1
+"500" "white" 60 14.0  1.8429 1
+"501" "white" 83  4.0  0.6765 0
+"502" "white" 77 16.0  3.3558 1
+"503" "white" 64  8.0  6.3304 1
+"504" "others" 30 12.0  1.5788 1
+"505" "white" 40 16.0  3.3458 1
+"506" "white" 74 14.0  0.7594 1
+"507" "white" 70 14.0  2.7068 1
+"508" "white" 60  5.0  1.6550 1
+"509" "white" 65 12.0  2.8311 1
+"510" "others" 34 14.0  2.9170 1
+"511" "white" 27 12.0  5.3986 1
+"512" "white" 62  0.0  1.8561 1
+"513" "white" 29 14.0  4.8954 1
+"514" "white" 29 16.0  6.0903 1
+"515" "white" 42 12.0  3.5800 1
+"516" "white" 40 19.0  5.2331 0
+"517" "white" 46 17.0 10.6400 1
+"518" "white" 28  8.0  1.1893 0
+"519" "white" 18 12.0  0.1936 0
+"520" "white" 73  8.0  1.1277 1
+"521" "white" 55 12.0  3.5800 1
+"522" "white" 66  3.0  1.3257 1
+"523" "white" 27 14.0  5.1229 1
+"524" "white" 29 16.0  5.1780 1
+"525" "white" 47 12.0  2.3866 1
+"526" "white" 34 12.0  1.6550 1
+"527" "white" 48 12.0  4.4578 1
+"528" "others" 21 12.0  6.3352 0
+"529" "white" 49 12.0  1.8127 1
+"530" "others" 39 12.0  6.3352 1
+"531" "white" 23 12.0  4.0702 1
+"532" "white" 51 10.0  3.3834 0
+"533" "white" 43 16.0  8.3565 1
+"534" "white" 31  8.0  2.4811 0
+"535" "white" 31 12.0  2.2706 0
+"536" "white" 36 16.0  5.6622 1
+"537" "white" 36 10.0  2.2788 1
+"538" "white" 41 12.0  4.3348 1
+"539" "white" 73  8.0  2.8997 1
+"540" "white" 63 12.0  0.9689 1
+"541" "others" 35 16.0  5.3986 0
+"542" "white" 40 16.0  6.2740 1
+"543" "white" 52 19.0 13.3041 1
+"544" "white" 26 12.0  7.0281 0
+"545" "others" 33 19.0  2.7068 1
+"546" "white" 34 12.0  7.8949 1
+"547" "others" 76  7.0  1.2659 0
+"548" "white" 22 16.0  4.4312 1
+"549" "others" 46  7.0  0.5523 1
+"550" "white" 22 12.0  4.0006 0
+"551" "white" 57 12.0  6.7838 1
+"552" "white" 48 16.0  2.1309 1
+"553" "white" 41 14.0  5.4713 1
+"554" "white" 30 12.0  5.6622 0
+"555" "white" 37 10.0  2.9072 1
+"556" "white" 72  8.0  3.3834 1
+"557" "white" 56  8.0  1.2659 1
+"558" "others" 28  8.0  0.5813 0
+"559" "white" 43  8.0  3.5800 1
+"560" "white" 65 14.0  2.1885 1
+"561" "others" 53  8.0  3.4183 1
+"562" "white" 20 13.0  5.1229 1
+"563" "white" 26  6.0  1.7443 0
+"564" "white" 73 16.0  6.6992 1
+"565" "white" 33 10.0  4.6690 0
+"566" "white" 40 19.0  4.4876 1
+"567" "white" 65  8.0  0.5813 0
+"568" "white" 48  8.0  6.0903 1
+"569" "white" 33 10.0  2.9161 1
+"570" "white" 74  7.0  2.3866 1
+"571" "white" 24 11.0  2.9170 0
+"572" "white" 21 14.0  6.7838 1
+"573" "white" 35 12.0  4.8901 0
+"574" "white" 26  8.0  2.1309 1
+"575" "white" 28 13.0  1.8967 0
+"576" "white" 33 13.0  1.3898 1
+"577" "white" 24 14.0  5.2331 1
+"578" "white" 49 19.0  4.3754 1
+"579" "white" 71 12.0  4.0702 1
+"580" "white" 41 11.0  2.5196 0
+"581" "white" 88  8.0  2.2856 1
+"582" "others" 83  3.0  4.0702 0
+"583" "white" 46 12.0  2.9170 1
+"584" "white" 37 11.0  6.6298 1
+"585" "white" 37  8.0  1.6472 0
+"586" "white" 42 12.0  5.1229 0
+"587" "white" 72  8.0  1.7443 1
+"588" "white" 37 12.0  5.1229 0
+"589" "others" 35  4.0  3.4183 1
+"590" "white" 75 12.0  1.8429 1
+"591" "white" 63 12.0  3.2949 1
+"592" "others" 32 11.0  0.2364 0
+"593" "others" 54  3.0  1.8561 1
+"594" "white" 47 16.0  6.7838 1
+"595" "others" 37 12.0  8.3565 0
+"596" "white" 48 12.0  0.6304 0
+"597" "white" 34 10.0  2.1309 0
+"598" "white" 23 15.0  1.3131 0
+"599" "white" 48 12.0  3.7042 1
+"600" "white" 52 14.0  7.5945 1
+"601" "white" 18 12.0  4.6690 0
+"602" "white" 38 12.0  4.6408 1
+"603" "white" 29 16.0  3.7435 1
+"604" "white" 25 16.0  5.1229 1
+"605" "white" 55 14.0  6.7838 1
+"606" "white" 78  1.0  1.1046 0
+"607" "others" 78 17.0  5.4713 1
+"608" "white" 30 16.0 12.4066 1
+"609" "white" 68  8.0  1.7443 1
+"610" "white" 38 12.0  2.2706 1
+"611" "white" 48 12.0  6.7838 1
+"612" "others" 66  5.0  0.5523 0
+"613" "white" 36 13.0  7.5945 1
+"614" "white" 24 16.0  1.5879 1
+"615" "white" 43  8.0  3.3834 1
+"616" "white" 49 12.0  3.5800 1
+"617" "white" 82 12.0  1.0809 1
+"618" "white" 49 11.0  5.9469 1
+"619" "white" 22 12.0  1.0212 1
+"620" "white" 39 12.0  3.7972 1
+"621" "white" 63 11.0  1.7723 1
+"622" "white" 62  8.0  0.5523 1
+"623" "white" 41 12.0  2.8311 1
+"624" "white" 79  7.0  5.2331 0
+"625" "white" 79  8.0  0.7594 0
+"626" "white" 33 12.0  3.5800 1
+"627" "others" 65  6.0  0.2649 0
+"628" "white" 32 16.0  7.0036 1
+"629" "white" 33 12.0  6.6992 1
+"630" "white" 29 16.0  7.7751 1
+"631" "white" 80 16.0  1.3898 1
+"632" "white" 36 12.0  6.7838 1
+"633" "white" 48 12.0  2.9161 1
+"634" "white" 25 12.0  2.5220 1
+"635" "white" 33 14.0  6.5589 1
+"636" "white" 24 12.0  3.3834 1
+"637" "white" 59  8.0  1.4055 0
+"638" "white" 32 10.0  5.9469 1
+"639" "white" 24 11.0  5.4713 1
+"640" "others" 25  8.0  2.7852 0
+"641" "white" 47 12.0  3.7435 1
+"642" "white" 60 14.0  2.4189 1
+"643" "white" 38  8.0  1.3566 0
+"644" "others" 34 17.0 13.3041 1
+"645" "white" 46 19.0  8.3565 1
+"646" "white" 25 12.0  6.3304 1
+"647" "others" 67  5.0  0.2253 1
+"648" "white" 41 14.0  4.3195 1
+"649" "others" 31 12.0  4.9624 1
+"650" "others" 34 12.0  8.4934 1
+"651" "white" 24 12.0  1.4055 0
+"652" "white" 29 17.0  2.7722 0
+"653" "others" 40 12.0  1.3566 1
+"654" "white" 46 10.0  3.8606 0
+"655" "white" 23 16.0  4.8954 1
+"656" "white" 26 16.0  4.0702 1
+"657" "white" 55 14.0  5.6622 1
+"658" "white" 56 17.0 11.3918 1
+"659" "others" 21 12.0  0.9457 1
+"660" "white" 54 12.0  0.8284 1
+"661" "white" 42 12.0  4.4312 1
+"662" "white" 41 13.0  5.4713 1
+"663" "white" 31 12.0  3.7435 1
+"664" "others" 33 10.0  1.5788 1
+"665" "white" 27 15.0  2.0021 1
+"666" "white" 52 12.0  3.3834 1
+"667" "white" 75 14.0  3.7435 1
+"668" "white" 46  9.0  6.0903 1
+"669" "others" 21 12.0  4.0702 1
+"670" "white" 36 14.0  4.4578 1
+"671" "white" 37 13.0  6.9491 1
+"672" "white" 58 14.0  1.4398 1
+"673" "white" 53 16.0  7.0036 1
+"674" "white" 88  6.0  4.3754 0
+"675" "white" 35 10.0  2.7852 1
+"676" "white" 50 12.0  6.0903 1
+"677" "others" 25 12.0  5.9469 0
+"678" "others" 32  8.0  1.2868 1
+"679" "white" 72 12.0  7.5945 1
+"680" "white" 19 12.0  0.6304 1
+"681" "white" 68  8.0  0.6765 1
+"682" "white" 76  8.0  0.9457 0
+"683" "white" 58  7.0  3.3458 1
+"684" "white" 37 16.0  4.3754 1
+"685" "white" 40 12.0 11.8908 1
+"686" "white" 70 14.0  3.1676 1
+"687" "white" 31 12.0  9.5029 1
+"688" "white" 64 16.0  1.1046 1
+"689" "others" 61 15.0  7.7751 1
+"690" "white" 28 11.0  2.1885 1
+"691" "white" 25 12.0  4.3348 1
+"692" "white" 45 16.0  4.6408 1
+"693" "others" 31  9.0  0.5813 1
+"694" "white" 28 12.0  2.3866 0
+"695" "white" 61  7.0  6.3304 0
+"696" "white" 26 12.0  6.0903 1
+"697" "white" 62 12.0  6.6992 1
+"698" "white" 63 12.0  1.1893 0
+"699" "white" 26 12.0  1.6049 0
+"700" "white" 37 14.0  4.4312 1
+"701" "white" 80 10.0  0.9730 1
+"702" "white" 27 12.0  2.3866 1
+"703" "white" 81  8.0  2.1319 0
+"704" "white" 22 10.0  2.4189 0
+"705" "white" 32 12.0  2.9161 0
+"706" "white" 19 12.0  6.6992 1
+"707" "others" 49 16.0 11.8908 1
+"708" "others" 51 10.0  0.0000 0
+"709" "white" 66  9.0  3.3834 1
+"710" "white" 36 12.0  0.1544 1
+"711" "others" 26 14.0  2.1619 1
+"712" "white" 73 12.0  0.5813 1
+"713" "white" 71  4.0  0.2530 1
+"714" "white" 53 19.0 11.2351 1
+"715" "white" 65 10.0  2.1619 0
+"716" "white" 65  8.0  0.9214 0
+"717" "white" 23 12.0  3.9394 1
+"718" "white" 29 12.0  2.1279 1
+"719" "white" 81  7.0  1.0212 0
+"720" "white" 55 11.0  1.4398 0
+"721" "white" 32 13.0  1.6472 1
+"722" "white" 62 13.0  3.6476 1
+"723" "white" 37 15.0  2.4193 0
+"724" "others" 34 10.0  0.9780 0
+"725" "white" 45 12.0  4.9624 1
+"726" "white" 35 10.0  2.0299 1
+"727" "white" 33 14.0  5.2331 1
+"728" "white" 57 12.0  6.6992 1
+"729" "white" 45  8.0  0.6911 0
+"730" "others" 39  3.0  2.7852 0
+"731" "white" 66 13.0  2.4193 1
+"732" "white" 63 14.0  2.1319 1
+"733" "white" 36 19.0  4.6493 1
+"734" "white" 28 11.0  0.7594 0
+"735" "others" 56 11.0  2.7068 1
+"736" "white" 24 16.0  3.7972 1
+"737" "white" 30  9.0  3.4183 0
+"738" "others" 28 12.0  4.4312 1
+"739" "white" 45 19.0  7.8949 1
+"740" "white" 53 19.0 11.8939 1
+"741" "white" 33 12.0  3.8797 1
+"742" "white" 24 16.0  1.8967 1
+"743" "others" 25 12.0  6.0903 0
+"744" "white" 48 12.0  3.2949 1
+"745" "white" 36 12.0 13.6702 1
+"746" "white" 51 12.0  6.0903 1
+"747" "others" 51 12.0  3.8797 0
+"748" "white" 30 12.0  4.9624 0
+"749" "white" 64 16.0  1.4927 1
+"750" "white" 63 12.0  2.8997 1
+"751" "white" 22 14.0  2.7852 1
+"752" "white" 46 12.0  0.4607 1
+"753" "white" 37 17.0  1.8429 1
+"754" "white" 25 19.0  2.4811 1
+"755" "others" 33 14.0  0.2530 1
+"756" "white" 55 13.0  8.7545 1
+"757" "white" 45  9.0  3.5800 1
+"758" "white" 32 16.0  3.3458 1
+"759" "others" 21 13.0  0.2071 1
+"760" "white" 23 11.0  2.7031 0
+"761" "white" 72 11.0  1.3566 1
+"762" "white" 64  6.0  1.3566 1
+"763" "white" 85  7.0  2.1319 1
+"764" "white" 40 16.0  4.4312 1
+"765" "white" 28 11.0  1.8967 1
+"766" "white" 48 14.0  7.0281 1
+"767" "white" 43 10.0  4.4312 1
+"768" "white" 76  9.0  1.0212 1
+"769" "white" 55 19.0  2.4189 1
+"770" "white" 29 12.0  3.7042 0
+"771" "others" 35 10.0  0.6765 1
+"772" "white" 48 12.0  0.1727 0
+"773" "white" 21 15.0  6.2740 0
+"774" "white" 18 12.0  3.7972 0
+"775" "white" 46 12.0  8.7545 1
+"776" "white" 59 12.0  4.6690 1
+"777" "white" 37 12.0  4.6690 0
+"778" "white" 27 16.0  6.0903 1
+"779" "white" 70 10.0  2.7852 1
+"780" "white" 27 16.0  2.8311 1
+"781" "white" 52 14.0  6.3304 1
+"782" "white" 54 14.0  4.6690 1
+"783" "others" 48 16.0 13.3041 1
+"784" "white" 54 12.0  4.4312 1
+"785" "white" 40 12.0  3.2449 0
+"786" "white" 77 12.0  0.1936 1
+"787" "white" 43 16.0  4.8954 1
+"788" "white" 76 16.0  0.7568 1
+"789" "white" 67 12.0  1.1046 1
+"790" "white" 67 12.0  1.7443 1
+"791" "others" 44  3.0  0.2253 0
+"792" "white" 55  6.0  0.1727 0
+"793" "white" 64  7.0  1.1277 1
+"794" "white" 59 14.0  8.4934 1
+"795" "others" 70 15.0  0.7294 1
+"796" "white" 60 12.0  7.0281 1
+"797" "white" 56  6.0  0.6765 1
+"798" "white" 36 13.0  5.1229 1
+"799" "others" 32 14.0  1.8640 1
+"800" "white" 43 14.0  0.6177 1
+"801" "white" 36 16.0  2.5220 1
+"802" "white" 78 12.0  1.9045 1
+"803" "white" 66  8.0  1.5788 1
+"804" "white" 37 16.0 11.6294 1
+"805" "white" 34 17.0  2.9193 1
+"806" "white" 35 12.0  3.3102 0
+"807" "white" 32 13.0  2.7068 1
+"808" "white" 78 12.0  1.7443 1
+"809" "white" 64 10.0  2.5196 0
+"810" "white" 80 12.0  2.7852 1
+"811" "white" 39 12.0  2.4811 1
+"812" "white" 28 12.0  1.3566 1
+"813" "others" 36 12.0  1.6702 0
+"814" "white" 60 12.0  4.0702 1
+"815" "white" 41 12.0  5.1780 0
+"816" "white" 30 12.0  2.9193 1
+"817" "white" 48 12.0  8.4934 1
+"818" "white" 81  3.0  0.2530 1
+"819" "white" 65 12.0  3.7435 1
+"820" "white" 31 19.0  0.2917 0
+"821" "white" 18 12.0  6.2740 1
+"822" "white" 23 12.0  0.6911 0
+"823" "white" 35 13.0  4.8954 1
+"824" "white" 57  6.0  2.5220 1
+"825" "others" 25 14.0  1.9703 1
+"826" "white" 47 10.0 12.4066 1
+"827" "others" 29 17.0  6.9491 0
+"828" "white" 23 12.0  3.7042 0
+"829" "white" 51 12.0  2.7852 0
+"830" "white" 46 12.0  0.8236 1
+"831" "white" 64  4.0  1.8561 1
+"832" "others" 61  3.0  1.1893 0
+"833" "white" 82 16.0  7.0281 1
+"834" "others" 61  8.0  0.4607 0
+"835" "white" 61 16.0 11.8939 1
+"836" "others" 33 11.0  2.2706 0
+"837" "white" 30 14.0  2.2856 1
+"838" "white" 32 15.0  5.4713 1
+"839" "white" 40  8.0  1.8561 0
+"840" "others" 66  1.0  0.2253 0
+"841" "white" 32 16.0  6.9491 1
+"842" "white" 27 12.0  3.3834 1
+"843" "others" 61 19.0  6.9491 1
+"844" "white" 62  8.0  5.1229 0
+"845" "white" 23 12.0  2.7852 1
+"846" "white" 59 12.0  6.0903 1
+"847" "white" 75  8.0  1.2094 1
+"848" "white" 31 12.0  4.4312 1
+"849" "white" 62 12.0  3.3458 1
+"850" "white" 57 11.0  2.1279 1
+"851" "others" 29 12.0  4.6690 0
+"852" "others" 44  9.0  0.6177 0
+"853" "others" 37 10.0  1.5788 0
+"854" "white" 28 12.0  7.7751 1
+"855" "white" 26 19.0  4.6493 1
+"856" "white" 54 12.0  4.2857 0
+"857" "white" 43 13.0  5.1900 1
+"858" "others" 38 19.0  3.5800 1
+"859" "white" 60 10.0 11.3918 1
+"860" "white" 50 19.0 14.9247 1
+"861" "white" 28  9.0  2.3866 1
+"862" "white" 54  3.0  2.9170 1
+"863" "white" 70  7.0  2.0021 0
+"864" "white" 42  8.0  2.3866 1
+"865" "white" 38 12.0  5.1780 0
+"866" "others" 31 12.0  2.7852 1
+"867" "others" 24  9.0  0.7594 0
+"868" "white" 55 12.0  8.7220 1
+"869" "white" 31 15.0  4.3195 1
+"870" "white" 24 14.0  2.3866 1
+"871" "white" 24 16.0  4.4876 0
+"872" "white" 74 10.0  0.7953 0
+"873" "white" 55 12.0  4.8901 1
+"874" "white" 28 12.0  3.6476 1
+"875" "white" 40 13.0  3.7972 1
+"876" "white" 47 19.0 10.1506 1
+"877" "others" 46  6.0  0.7294 1
+"878" "white" 21  8.0  2.5196 0
+"879" "white" 30 16.0  3.2949 0
+"880" "white" 31 16.0  1.2610 1
+"881" "others" 21 12.0  1.0212 0
+"882" "white" 59  8.0  4.6493 1
+"883" "white" 42 12.0  6.3304 1
+"884" "white" 50 11.0  5.9469 0
+"885" "white" 51 10.0  1.8380 0
+"886" "white" 38 12.0  3.8797 1
+"887" "others" 64 13.0  4.4876 1
+"888" "white" 60 14.0  4.8901 1
+"889" "white" 64 12.0  6.9491 1
+"890" "white" 40 19.0 11.2351 1
+"891" "white" 36 12.0  1.9703 0
+"892" "white" 67 11.0  3.1356 1
+"893" "white" 30 12.0  4.6690 0
+"894" "white" 29 13.0  2.4189 1
+"895" "white" 30 12.0  8.7545 0
+"896" "white" 30 13.0  1.2094 1
+"897" "white" 21 12.0  3.2449 1
+"898" "white" 39 12.0  5.2331 1
+"899" "white" 39 12.0  4.9624 1
+"900" "white" 68 13.0  2.5220 1
+"901" "white" 55 12.0  6.0903 1
+"902" "white" 77 10.0  0.2530 0
+"903" "others" 38 13.0  3.0640 1
+"904" "white" 42 12.0  2.4193 0
+"905" "white" 42 19.0 13.3041 1
+"906" "white" 80  8.0  1.2610 0
+"907" "others" 20 14.0  2.7722 0
+"908" "white" 51 10.0  4.2313 1
+"909" "white" 60 10.0  2.7852 1
+"910" "white" 42 12.0  8.7220 1
+"911" "white" 27 13.0  4.0006 0
+"912" "white" 47 12.0  6.2740 1
+"913" "white" 48 12.0  2.4193 1
+"914" "white" 61 10.0  1.8429 0
+"915" "white" 58 12.0  2.9072 1
+"916" "white" 36 11.0  3.4183 0
+"917" "others" 34 11.0  2.2706 0
+"918" "white" 45 16.0  7.8949 1
+"919" "white" 70 12.0  3.2949 1
+"920" "others" 22 12.0  0.6304 0
+"921" "white" 72  8.0  1.7443 1
+"922" "white" 25 12.0  2.9072 0
+"923" "white" 18  9.0  0.7294 0
+"924" "white" 21 13.0  3.7042 0
+"925" "white" 39 19.0  8.7517 1
+"926" "white" 20 13.0  0.8284 0
+"927" "white" 53  8.0  4.6690 1
+"928" "others" 35 14.0  5.2331 1
+"929" "white" 19 14.0  2.9072 1
+"930" "white" 24 12.0  3.4183 1
+"931" "white" 35 12.0  3.2449 1
+"932" "white" 78 16.0  1.4498 1
+"933" "white" 27 12.0  4.4578 1
+"934" "white" 46 14.0  6.0903 1
+"935" "others" 72  3.0  0.6765 1
+"936" "white" 64 12.0  1.0212 1
+"937" "white" 62 12.0  1.7443 1
+"938" "white" 48 16.0  2.8997 1
+"939" "others" 53  7.0  0.5405 1
+"940" "others" 83 12.0  1.9045 1
+"941" "white" 38 14.0  4.3348 1
+"942" "white" 81  5.0  0.7294 1
+"943" "white" 39 12.0  3.4183 1
+"944" "white" 32  8.0  3.5800 0
+"945" "white" 65 12.0  3.7435 1
+"946" "white" 64 12.0  3.3458 1
+"947" "white" 52 12.0  2.7852 1
+"948" "white" 28 10.0  1.6550 0
+"949" "white" 56 12.0  2.4803 1
+"950" "white" 51 12.0  4.4312 1
+"951" "white" 50 10.0  2.9170 1
+"952" "white" 22 12.0  2.2706 1
+"953" "white" 31 14.0  3.5800 1
+"954" "others" 22  8.0  0.5813 0
+"955" "white" 37 19.0  5.1229 1
+"956" "white" 39 12.0  3.5800 1
+"957" "white" 47 17.0  0.6177 1
+"958" "white" 35 14.0  8.7220 1
+"959" "white" 43 19.0  3.3458 1
+"960" "white" 28 14.0  2.4803 1
+"961" "white" 32 14.0  3.4600 1
+"962" "white" 67  8.0  2.1885 1
+"963" "white" 54 12.0 11.8939 1
+"964" "white" 33 13.0  0.2162 1
+"965" "white" 28 12.0  2.7722 1
+"966" "white" 60 11.0  0.8236 0
+"967" "white" 43 12.0  5.6622 1
+"968" "white" 25 13.0  3.3102 0
+"969" "white" 44 16.0  8.7517 1
+"970" "white" 76  8.0  0.2530 1
+"971" "others" 49  0.5  1.3566 1
+"972" "white" 65 12.0  0.9457 1
+"973" "white" 22 12.0  3.7042 1
+"974" "white" 35 16.0 11.2307 0
+"975" "others" 26 14.0  3.7435 1
+"976" "white" 29 12.0  0.9457 1
+"977" "white" 26 16.0  7.0281 1
+"978" "white" 61 12.0  6.5589 1
+"979" "white" 50 12.0  2.7852 1
+"980" "white" 24 12.0  1.2610 1
+"981" "white" 64 12.0  2.4811 1
+"982" "others" 34 14.0  4.2857 1
+"983" "white" 33 12.0  4.6493 1
+"984" "white" 28 12.0  2.4811 1
+"985" "others" 33 11.0  1.5788 0
+"986" "white" 21 14.0  6.6992 1
+"987" "white" 49 14.0  5.1780 1
+"988" "white" 54 12.0  0.9457 1
+"989" "others" 84  7.0  0.8236 0
+"990" "white" 43 12.0  5.2331 1
+"991" "others" 33 12.0  3.3558 1
+"992" "white" 24  9.0  0.2364 0
+"993" "white" 28 16.0  2.4803 1
+"994" "others" 43 19.0  9.3205 1
+"995" "white" 63 12.0  0.6304 1
+"996" "others" 44 14.0  8.3565 1
+"997" "others" 44 13.0  7.0036 1
+"998" "white" 42 13.0  2.2092 0
+"999" "white" 27 14.0  8.7545 1
+"1000" "white" 23 13.0  3.4600 0
+"1001" "white" 65 13.0  4.8901 1
+"1002" "white" 32 12.0  5.3986 1
+"1003" "white" 78  0.5  0.9689 0
+"1004" "others" 27 17.0  2.8311 0
+"1005" "white" 46 12.0  3.4183 1
+"1006" "white" 33 15.0  7.4874 1
+"1007" "white" 41 12.0  4.4312 1
+"1008" "white" 50  6.0  1.2659 1
+"1009" "white" 64 17.0  7.5945 1
+"1010" "white" 56  7.0  6.6992 1
+"1011" "white" 48 13.0  8.7545 0
+"1012" "white" 59  8.0  3.0640 1
+"1013" "white" 44 12.0  3.3834 1
+"1014" "white" 31 12.0  6.3304 1
+"1015" "white" 50  8.0  7.0036 1
+"1016" "others" 40 14.0  2.7031 1
+"1017" "white" 31 13.0  3.7042 1
+"1018" "white" 44 12.0  4.4312 1
+"1019" "white" 48 16.0  4.9624 1
+"1020" "white" 40  9.0  0.8284 0
+"1021" "white" 42 12.0  2.3866 1
+"1022" "white" 77 13.0  1.6049 1
+"1023" "white" 28 14.0  1.0942 0
+"1024" "white" 23 12.0  4.4312 0
+"1025" "white" 49 17.0  1.6472 1
+"1026" "white" 64 12.0  1.8967 0
+"1027" "white" 62  8.0  4.6690 0
+"1028" "white" 30 14.0  3.2949 1
+"1029" "white" 33 12.0  5.3986 0
+"1030" "white" 52 16.0  0.1936 1
+"1031" "others" 61  3.0  1.3131 0
+"1032" "white" 45 12.0  2.1319 1
+"1033" "white" 25 12.0  4.4312 0
+"1034" "white" 64 10.0  1.3131 1
+"1035" "white" 53 10.0  9.1907 0
+"1036" "white" 66 16.0  2.4803 1
+"1037" "white" 42 16.0  5.1229 1
+"1038" "white" 52 11.0  1.5788 1
+"1039" "white" 45 12.0  4.3754 1
+"1040" "white" 75  9.0  1.1277 1
+"1041" "others" 32 17.0  4.4876 1
+"1042" "white" 48 11.0  6.9491 0
+"1043" "others" 74  3.0  3.4183 0
+"1044" "white" 64 12.0  3.8606 1
+"1045" "others" 82  3.0  0.9214 0
+"1046" "others" 51 12.0  1.4398 0
+"1047" "white" 52 12.0  4.4312 1
+"1048" "white" 89 12.0  0.7294 0
+"1049" "white" 75 16.0  0.7953 1
+"1050" "white" 65 12.0 14.9247 1
+"1051" "white" 62 11.0  1.2659 1
+"1052" "others" 43  7.0  2.4811 1
+"1053" "white" 82  8.0  0.8284 1
+"1054" "others" 28 13.0  4.6493 0
+"1055" "others" 42 11.0  1.8561 0
+"1056" "white" 48 14.0  2.3866 1
+"1057" "white" 39 14.0  5.9469 1
+"1058" "white" 35  8.0  3.5800 0
+"1059" "white" 25 14.0  2.7852 0
+"1060" "white" 63 12.0  1.0942 1
+"1061" "white" 41  9.0  1.6218 0
+"1062" "white" 76 11.0  1.2868 1
+"1063" "white" 59 14.0  4.2857 0
+"1064" "white" 71  6.0  0.2649 1
+"1065" "white" 38 11.0  2.8311 0
+"1066" "white" 68 10.0  1.8429 0
+"1067" "white" 68  7.0  0.9689 0
+"1068" "white" 34 16.0  3.8606 1
+"1069" "white" 67  0.0  1.1277 1
+"1070" "white" 45  8.0  1.3257 1
+"1071" "white" 37 14.0  2.2788 1
+"1072" "white" 31 17.0  3.7435 1
+"1073" "white" 34 19.0  3.6476 1
+"1074" "white" 62 13.0  2.5545 1
+"1075" "white" 32 16.0  5.9469 1
+"1076" "white" 54 16.0  8.3565 1
+"1077" "white" 83  8.0  5.2331 1
+"1078" "white" 70 12.0  1.4927 0
+"1079" "white" 54 12.0  1.7260 1
+"1080" "white" 52 10.0  3.4183 1
+"1081" "white" 25 14.0  0.7568 1
+"1082" "white" 26 10.0  0.9457 0
+"1083" "others" 22 12.0  0.8284 1
+"1084" "white" 33 17.0  2.8997 1
+"1085" "white" 34  6.0  1.1277 1
+"1086" "white" 65 12.0  0.7594 0
+"1087" "others" 44 11.0  0.7594 1
+"1088" "white" 62  5.0  1.1277 0
+"1089" "white" 65 14.0  2.7068 1
+"1090" "white" 64 16.0  5.8684 1
+"1091" "others" 51  8.0  0.2530 1
+"1092" "white" 40 12.0  6.0903 1
+"1093" "white" 45 12.0  6.7838 1
+"1094" "white" 31 12.0  6.7838 1
+"1095" "white" 49 12.0  6.7838 1
+"1096" "white" 22 12.0  3.4183 0
+"1097" "white" 29 12.0  6.7838 1
+"1098" "white" 34 15.0  8.6696 0
+"1099" "white" 52 12.0  1.8561 1
+"1100" "white" 47 19.0  1.6218 1
+"1101" "white" 48  7.0  1.2094 0
+"1102" "white" 79 12.0  0.2162 1
+"1103" "white" 34 13.0  6.3352 1
+"1104" "white" 22 13.0  2.1309 1
+"1105" "others" 80  0.0  0.2917 1
+"1106" "white" 52 14.0  4.2857 1
+"1107" "white" 31 12.0  4.0702 1
+"1108" "white" 78  4.0  3.7972 1
+"1109" "others" 40 11.0  2.2788 0
+"1110" "white" 43 19.0 11.2351 1
+"1111" "white" 77 12.0  2.5545 1
+"1112" "white" 38 12.0  2.1309 1
+"1113" "white" 47 11.0  2.5196 1
+"1114" "white" 36 12.0  1.4398 1
+"1115" "white" 26 16.0  4.4876 1
+"1116" "white" 38 12.0  2.4803 1
+"1117" "white" 38 12.0  5.8684 1
+"1118" "white" 39 14.0  7.5945 1
+"1119" "white" 59 10.0  2.9170 1
+"1120" "white" 30  9.0  1.8561 1
+"1121" "others" 44 11.0  0.6304 1
+"1122" "others" 29 12.0  1.3566 1
+"1123" "white" 21 11.0  0.6765 1
+"1124" "others" 59 11.0  7.5945 0
+"1125" "white" 62  9.0  1.8967 1
+"1126" "white" 36 10.0  2.0299 0
+"1127" "white" 22 14.0  5.1229 1
+"1128" "white" 41 12.0  6.3304 1
+"1129" "white" 19 12.0  2.4868 1
+"1130" "white" 58  9.0  1.8561 1
+"1131" "white" 52 19.0  9.5029 1
+"1132" "white" 28 13.0  3.8606 0
+"1133" "white" 24 19.0  3.4600 1
+"1134" "white" 46 19.0 11.8939 1
+"1135" "others" 24 12.0  3.7042 0
+"1136" "white" 48 12.0  8.3565 1
+"1137" "others" 72  0.0  0.7953 0
+"1138" "others" 43 14.0  6.3304 1
+"1139" "white" 28 14.0  3.5800 1
+"1140" "white" 28 14.0  0.9457 0
+"1141" "white" 87 14.0  7.5945 1
+"1142" "white" 53 10.0  7.0036 1
+"1143" "white" 27 14.0  5.1780 1
+"1144" "white" 31 19.0  9.5029 1
+"1145" "white" 36 16.0  8.7517 1
+"1146" "others" 58 16.0  6.3304 1
+"1147" "white" 61 12.0  5.9111 1
+"1148" "white" 65 14.0  6.6298 1
+"1149" "white" 59  4.0  2.7852 1
+"1150" "white" 60 12.0  2.1309 1
+"1151" "white" 31 16.0  7.0036 0
+"1152" "white" 70 12.0  1.9045 1
+"1153" "white" 49 14.0 10.0376 1
+"1154" "white" 76 19.0  1.2094 1
+"1155" "white" 66 10.0  1.1277 1
+"1156" "white" 28 13.0  2.1885 1
+"1157" "white" 38 16.0  8.3565 1
+"1158" "white" 21 14.0  1.1277 1
+"1159" "white" 31 12.0  6.3304 1
+"1160" "white" 47 17.0 11.8908 1
+"1161" "white" 32 12.0  4.6493 1
+"1162" "white" 32 12.0  0.2364 0
+"1163" "white" 54  8.0  5.9469 1
+"1164" "white" 56 12.0  5.2331 1
+"1165" "white" 28 12.0  2.9072 1
+"1166" "white" 40 12.0  5.2331 1
+"1167" "others" 58  5.0  0.2649 0
+"1168" "white" 48 16.0  7.8949 1
+"1169" "white" 45 12.0  3.3834 1
+"1170" "white" 53 14.0 11.2351 1
+"1171" "white" 22 14.0  2.9072 1
+"1172" "white" 21 12.0  4.4312 0
+"1173" "white" 87 16.0  3.8606 1
+"1174" "white" 75  7.0  2.0299 1
+"1175" "white" 71 12.0  1.9703 1
+"1176" "white" 70 17.0  4.2313 1
+"1177" "white" 67 15.0  1.8380 1
+"1178" "white" 38  8.0  2.4803 1
+"1179" "white" 84  8.0  1.6049 1
+"1180" "white" 65 12.0  1.6049 1
+"1181" "white" 72 12.0  7.0036 1
+"1182" "white" 48 19.0 13.6702 1
+"1183" "white" 30 12.0  6.3304 0
+"1184" "white" 67  5.0  0.1544 1
+"1185" "others" 60 17.0  1.1893 1
+"1186" "white" 46 12.0  2.2788 1
+"1187" "white" 28 12.0  2.9170 1
+"1188" "white" 34 13.0  6.5589 1
+"1189" "white" 18 13.0  0.9214 1
+"1190" "white" 70 11.0  1.7723 1
+"1191" "others" 22 10.0  0.2253 1
+"1192" "others" 75 12.0  1.5788 1
+"1193" "white" 47 10.0  3.1676 0
+"1194" "white" 49 12.0  3.7972 1
+"1195" "white" 40 12.0  5.8684 1
+"1196" "white" 32 15.0  4.4876 1
+"1197" "white" 79  5.0  0.7594 0
+"1198" "white" 30 12.0  3.4183 1
+"1199" "white" 28 16.0  6.5589 1
+"1200" "white" 41 12.0  1.8429 0
+"1201" "others" 21 11.0  0.7568 1
+"1202" "white" 44 12.0  3.7435 1
+"1203" "white" 64  8.0  0.5813 0
+"1204" "white" 33  8.0  2.1885 1
+"1205" "white" 26 11.0  1.2610 1
+"1206" "others" 59  8.0  0.8284 1
+"1207" "white" 54 19.0  5.1780 1
+"1208" "white" 31 12.0  2.9161 0
+"1209" "white" 22 14.0  6.0903 1
+"1210" "white" 45 16.0  7.8949 1
+"1211" "white" 33 10.0  2.9072 0
+"1212" "white" 35 12.0  3.4600 1
+"1213" "white" 47 10.0  5.9111 1
+"1214" "white" 52  5.0  2.9072 0
+"1215" "white" 33 19.0  5.6622 1
+"1216" "white" 22 11.0  5.4713 0
+"1217" "others" 27 11.0  4.8954 1
+"1218" "others" 80 12.0  3.3458 1
+"1219" "white" 42 10.0  2.9161 0
+"1220" "others" 33 11.0  1.6702 0
+"1221" "white" 64  8.0  1.8967 1
+"1222" "white" 54 14.0  3.2949 1
+"1223" "white" 82  8.0  1.0212 0
+"1224" "white" 54 14.0  6.5589 1
+"1225" "white" 50 12.0  8.3565 1
+"1226" "white" 21 12.0  7.5945 0
+"1227" "others" 36 12.0  1.0942 0
+"1228" "white" 26 12.0  4.6408 1
+"1229" "white" 22 14.0  1.1277 0
+"1230" "white" 28 12.0  5.3986 1
+"1231" "others" 62 10.0  2.3866 1
+"1232" "white" 22 12.0  1.7723 1
+"1233" "white" 68  5.0  1.3257 1
+"1234" "others" 54  9.0  9.1907 1
+"1235" "others" 29 12.0  4.0702 0
+"1236" "white" 54 12.0  3.5800 1
+"1237" "white" 48  8.0 11.8939 0
+"1238" "white" 24 12.0  0.2364 0
+"1239" "white" 50 12.0 11.8939 0
+"1240" "white" 39 16.0  8.7220 1
+"1241" "white" 40 12.0  1.8640 0
+"1242" "white" 70  0.0  1.7723 1
+"1243" "others" 60  6.0  1.8967 1
+"1244" "white" 25 16.0  2.4189 1
+"1245" "white" 67 19.0 11.2307 1
+"1246" "white" 32  5.0  1.8640 1
+"1247" "white" 51 10.0  3.8797 1
+"1248" "white" 69  8.0  2.4193 1
+"1249" "white" 49 12.0  0.2071 1
+"1250" "others" 26 10.0  2.1885 0
+"1251" "white" 47 12.0  5.2331 1
+"1252" "others" 48 10.0  1.5788 0
+"1253" "white" 65 12.0  2.4189 1
+"1254" "others" 40  9.0  6.7838 0
+"1255" "white" 63 12.0  2.4193 1
+"1256" "others" 41 12.0  6.2740 1
+"1257" "white" 50  5.0  2.5545 0
+"1258" "white" 40 12.0  4.0702 1
+"1259" "others" 32  9.0  3.2949 1
+"1260" "white" 80 11.0  0.2649 0
+"1261" "white" 25 16.0  7.4874 0
+"1262" "others" 59  9.0  4.0702 0
+"1263" "white" 41 16.0  7.7751 1
+"1264" "white" 21 14.0  0.6765 1
+"1265" "white" 35 14.0  1.2868 1
+"1266" "white" 40 12.0  5.3986 1
+"1267" "white" 46 12.0  7.8949 1
+"1268" "white" 30 16.0  4.4312 1
+"1269" "white" 78 17.0  4.3348 1
+"1270" "white" 18 10.0  3.1356 0
+"1271" "others" 45 12.0  0.4607 1
+"1272" "white" 50 12.0  4.6690 1
+"1273" "white" 42 19.0 11.2351 1
+"1274" "white" 28 12.0  6.3352 1
+"1275" "others" 38 14.0  2.9161 1
+"1276" "white" 38 14.0  4.3348 0
+"1277" "white" 74 10.0  0.7294 1
+"1278" "white" 33 16.0 10.0376 0
+"1279" "white" 51 12.0  7.7751 1
+"1280" "white" 46 19.0  3.1676 1
+"1281" "others" 65 19.0 11.6294 1
+"1282" "others" 52 11.0  0.7594 1
+"1283" "white" 82 10.0  0.9689 1
+"1284" "white" 39 14.0 11.2351 1
+"1285" "white" 83  7.0  1.2094 0
+"1286" "white" 35 12.0  6.7838 1
+"1287" "white" 56 12.0  5.3986 1
+"1288" "others" 22 12.0  1.3117 1
+"1289" "white" 74  4.0  1.3257 1
+"1290" "white" 26 14.0  7.0281 0
+"1291" "white" 71 16.0  3.7042 1
+"1292" "others" 51 12.0  2.0021 0
+"1293" "white" 36 17.0 11.8908 1
+"1294" "white" 59 12.0  1.4974 1
+"1295" "white" 35 12.0  4.3195 1
+"1296" "white" 51 12.0  9.3205 1
+"1297" "white" 66  6.0  1.3566 0
+"1298" "white" 61  8.0  0.7594 0
+"1299" "others" 39 19.0  9.3205 1
+"1300" "white" 24 14.0  5.1229 1
+"1301" "others" 41 14.0  2.1309 0
+"1302" "white" 28 13.0  2.9161 1
+"1303" "others" 24 16.0  5.3986 1
+"1304" "white" 37 16.0  3.9394 1
+"1305" "others" 71  8.0  1.2610 1
+"1306" "others" 20 14.0  3.2949 0
+"1307" "white" 50  5.0  7.5945 1
+"1308" "white" 57 10.0  4.2313 1
+"1309" "white" 67 16.0  6.2740 1
+"1310" "white" 28 10.0  2.3866 1
+"1311" "white" 58 10.0  1.1046 1
+"1312" "white" 34 16.0  3.6476 0
+"1313" "white" 41 19.0  5.9469 1
+"1314" "others" 52 12.0  0.8284 1
+"1315" "white" 20 12.0  4.4876 0
+"1316" "white" 25 14.0  3.3834 1
+"1317" "white" 45 15.0  4.3348 1
+"1318" "white" 81  8.0  0.2649 0
+"1319" "white" 20 12.0  3.3102 0
+"1320" "white" 60 12.0  7.5945 0
+"1321" "white" 88  9.0  0.6177 1
+"1322" "white" 57 16.0  4.0702 1
+"1323" "white" 45 15.0  9.1907 1
+"1324" "white" 61  8.0  2.9170 1
+"1325" "white" 60  8.0  0.6765 0
+"1326" "white" 47 14.0  6.7838 1
+"1327" "white" 56  5.0  0.7953 1
+"1328" "white" 54  9.0  3.8606 0
+"1329" "white" 62 14.0  2.3866 1
+"1330" "white" 48 15.0  6.9491 1
+"1331" "white" 39 14.0  3.8606 1
+"1332" "white" 23 12.0  2.7722 1
+"1333" "white" 24 16.0  6.7838 1
+"1334" "others" 45 14.0  5.1780 1
+"1335" "white" 26 16.0  2.9072 1
+"1336" "white" 23 12.0  1.6049 1
+"1337" "white" 72  8.0  2.0021 1
+"1338" "white" 47 12.0  5.2331 1
+"1339" "white" 35 14.0  8.7517 1
+"1340" "others" 35 17.0  2.4803 1
+"1341" "white" 29 14.0  1.6049 1
+"1342" "white" 51 12.0  2.7852 0
+"1343" "white" 26 12.0  1.6049 0
+"1344" "white" 42 12.0  4.0702 1
+"1345" "white" 77  9.0  1.7443 0
+"1346" "white" 41 16.0  5.6622 1
+"1347" "white" 52  8.0  3.5800 1
+"1348" "white" 42  8.0  1.2659 0
+"1349" "white" 37 16.0  8.3565 1
+"1350" "others" 41 15.0  0.6304 0
+"1351" "white" 57  8.0  1.7723 1
+"1352" "white" 63  6.0  5.3986 1
+"1353" "others" 46  9.0  1.8429 0
+"1354" "white" 21  7.0  2.1885 0
+"1355" "white" 58  3.0  0.7594 1
+"1356" "white" 24 16.0  2.7031 1
+"1357" "white" 62 12.0  1.4974 1
+"1358" "white" 36 19.0  8.6696 1
+"1359" "white" 70 16.0  2.8311 1
+"1360" "white" 31 12.0  2.9170 1
+"1361" "white" 55 16.0  4.6408 1
+"1362" "white" 36  9.0  1.8967 1
+"1363" "white" 37 13.0  5.9469 1
+"1364" "white" 66 12.0  0.5523 0
+"1365" "white" 29 19.0  3.8606 1
+"1366" "white" 26 16.0  3.2949 1
+"1367" "white" 43 12.0  7.8949 1
+"1368" "white" 38  9.0  2.4868 1
+"1369" "white" 35 12.0  3.3558 1
+"1370" "white" 44  8.0  6.7838 1
+"1371" "white" 77  8.0  1.6550 0
+"1372" "white" 44 14.0 10.0376 1
+"1373" "white" 56  7.0  0.2649 1
+"1374" "white" 27  6.0  0.6911 0
+"1375" "white" 39 16.0  1.8429 1
+"1376" "others" 51 15.0  5.6622 1
+"1377" "white" 44 12.0  2.4811 1
+"1378" "white" 35 19.0  3.0640 1
+"1379" "white" 60 12.0  5.3986 1
+"1380" "white" 53 12.0  1.3566 1
+"1381" "white" 43 16.0  7.7751 1
+"1382" "others" 21 14.0  1.3566 1
+"1383" "white" 36 12.0  3.5800 1
+"1384" "white" 76 10.0  1.2659 1
+"1385" "white" 35 12.0  2.9170 1
+"1386" "white" 56  7.0  3.3458 1
+"1387" "others" 82 12.0  1.5788 1
+"1388" "others" 23  8.0  0.7953 0
+"1389" "others" 25 12.0  3.8797 1
+"1390" "white" 39 12.0  4.4312 1
+"1391" "white" 52  8.0  2.7852 1
+"1392" "white" 51 14.0  4.8954 1
+"1393" "white" 64  7.0  1.8429 1
+"1394" "white" 32  8.0  3.4600 0
+"1395" "white" 20 12.0  3.7042 1
+"1396" "white" 75  0.0  2.3866 1
+"1397" "white" 29 16.0  2.2092 1
+"1398" "white" 62 14.0  1.4927 1
+"1399" "white" 60 12.0  6.7838 1
+"1400" "white" 55 14.0  5.6622 1
+"1401" "white" 30  9.0  0.9214 0
+"1402" "white" 20 13.0  1.1893 1
+"1403" "white" 34 17.0  9.5029 0
+"1404" "white" 44 12.0  4.0702 1
+"1405" "white" 67  6.0  1.6049 0
+"1406" "white" 40  8.0  2.4811 1
+"1407" "white" 38 13.0  5.6622 1
+"1408" "white" 50 12.0  2.4803 0
+"1409" "white" 60 10.0  2.3866 1
+"1410" "white" 53 12.0  4.6690 1
+"1411" "white" 29 14.0  4.4578 0
+"1412" "others" 80  5.0  0.7294 0
+"1413" "others" 39 16.0  2.1319 1
+"1414" "white" 34 12.0  2.7852 1
+"1415" "white" 48  9.0  0.9730 1
+"1416" "white" 39 12.0  8.7220 1
+"1417" "white" 57  6.0  1.5879 1
+"1418" "white" 72  0.0  0.2530 0
+"1419" "white" 75 13.0  0.2364 1
+"1420" "white" 33 14.0  1.6218 0
+"1421" "white" 52  8.0  4.6690 0
+"1422" "white" 23 10.0  3.5800 0
+"1423" "others" 34  9.0  3.5800 1
+"1424" "white" 31  9.0  0.6765 1
+"1425" "white" 32 12.0  5.3986 1
+"1426" "white" 86  9.0  0.4118 0
+"1427" "white" 35 14.0  1.6550 0
+"1428" "white" 57 10.0  6.3304 1
+"1429" "white" 35 14.0  3.5800 1
+"1430" "white" 35 12.0  7.8949 1
+"1431" "white" 52  8.0  5.1229 1
+"1432" "white" 39 14.0  3.1676 1
+"1433" "white" 52  9.0  3.7042 1
+"1434" "others" 23 14.0  0.9457 1
+"1435" "white" 63 14.0  8.7545 0
+"1436" "others" 56 14.0  3.4183 1
+"1437" "white" 59 12.0  3.4600 1
+"1438" "white" 29 14.0  8.4934 1
+"1439" "white" 58 10.0  0.9689 1
+"1440" "white" 30 11.0  3.4183 1
+"1441" "white" 34 11.0  2.3866 1
+"1442" "white" 33 15.0  6.2740 1
+"1443" "white" 37 16.0 12.4066 1
+"1444" "white" 42 12.0  8.7220 1
+"1445" "others" 57 17.0  4.8901 1
+"1446" "white" 31 12.0  1.2659 1
+"1447" "white" 40 16.0  2.8311 1
+"1448" "white" 21 14.0  0.5813 1
+"1449" "white" 24 12.0  1.0212 0
+"1450" "white" 34 12.0  3.7042 1
+"1451" "white" 21 14.0  3.2949 0
+"1452" "white" 54 12.0 10.6400 1
+"1453" "others" 24 12.0  3.7042 0
+"1454" "others" 19 12.0  1.8127 1
+"1455" "white" 30 13.0  4.8954 1
+"1456" "white" 27 13.0  4.2313 1
+"1457" "white" 37 12.0  1.4974 0
+"1458" "white" 72 12.0  3.8606 1
+"1459" "white" 30 10.0  2.3866 1
+"1460" "white" 78  8.0  0.2253 0
+"1461" "others" 26 12.0  3.2449 0
+"1462" "white" 24 16.0  2.9170 1
+"1463" "white" 30 16.0 11.8939 1
+"1464" "white" 65  5.0  1.8561 1
+"1465" "white" 67 12.0  2.1279 1
+"1466" "white" 72 12.0  2.2706 1
+"1467" "white" 36 19.0  8.4934 1
+"1468" "white" 51 11.0  1.6472 0
+"1469" "white" 65 13.0  1.5879 1
+"1470" "white" 47 12.0 11.2351 1
+"1471" "others" 64  6.0  2.9193 1
+"1472" "white" 72 19.0  4.0702 1
+"1473" "white" 33 16.0  3.9394 1
+"1474" "white" 65 10.0  8.6696 1
+"1475" "white" 60 19.0 13.3041 1
+"1476" "white" 88 14.0  0.9780 1
+"1477" "white" 56  9.0  1.3131 1
+"1478" "white" 50 16.0  7.7751 1
+"1479" "white" 66 14.0  0.7953 1
+"1480" "white" 37 12.0  3.3834 1
+"1481" "white" 36 12.0  2.2092 0
+"1482" "others" 20 12.0  4.2313 0
+"1483" "white" 67 13.0  8.7545 1
+"1484" "white" 27 10.0  4.6408 1
+"1485" "white" 45 12.0  7.5945 1
+"1486" "white" 27 13.0  3.7042 0
+"1487" "white" 38  8.0  3.4183 1
+"1488" "white" 61  8.0  3.4183 1
+"1489" "white" 52 12.0  6.2740 1
+"1490" "white" 37 10.0  4.4312 1
+"1491" "white" 46 12.0  7.8949 1
+"1492" "white" 57 12.0  3.7435 1
+"1493" "white" 49 13.0  9.5029 1
+"1494" "white" 21 13.0  1.8429 0
+"1495" "white" 35 14.0  7.5945 1
+"1496" "white" 25 12.0  6.9491 1
+"1497" "white" 21 10.0  7.0036 0
+"1498" "white" 29 12.0  7.7751 1
+"1499" "white" 48 15.0  3.4600 1
+"1500" "white" 29 12.0  1.2094 0
+"1501" "white" 49 14.0  5.9469 1
+"1502" "white" 66 14.0  7.5945 0
+"1503" "white" 33 12.0  4.0006 0
+"1504" "others" 23 12.0  3.2449 0
+"1505" "white" 28 14.0  2.4193 1
+"1506" "white" 77  8.0  1.8967 1
+"1507" "white" 46 17.0  6.2740 0
+"1508" "white" 60  8.0  0.7294 0
+"1509" "white" 37 16.0  7.7751 1
+"1510" "white" 80  9.0  1.2610 1
+"1511" "white" 70  8.0  2.5545 1
+"1512" "white" 22 12.0  1.7443 1
+"1513" "white" 80 12.0  3.8797 1
+"1514" "white" 28 16.0  4.6690 1
+"1515" "white" 24 11.0  4.4312 1
+"1516" "others" 62 10.0  1.0942 0
+"1517" "white" 25 12.0  4.0702 1
+"1518" "white" 75  9.0  1.4055 0
+"1519" "white" 31 11.0  2.4803 1
+"1520" "white" 84  7.0  1.3566 1
+"1521" "white" 81 16.0  1.2610 1
+"1522" "white" 68 17.0 13.3041 1
+"1523" "white" 50 10.0  3.3834 1
+"1524" "white" 56 12.0  0.7953 1
+"1525" "white" 33 12.0  1.1893 1
+"1526" "white" 20 12.0  5.4713 1
+"1527" "white" 41 14.0  6.3304 1
+"1528" "white" 40 14.0  2.7068 1
+"1529" "white" 52 12.0  0.6177 0
+"1530" "white" 69 17.0 13.3041 1
+"1531" "others" 74  4.0  1.3131 1
+"1532" "white" 54 12.0  3.3834 0
+"1533" "white" 44 12.0  8.7220 1
+"1534" "white" 29 13.0  2.4868 1
+"1535" "white" 24 13.0  2.2856 0
+"1536" "white" 30 13.0  1.1046 0
+"1537" "white" 41 14.0  2.7852 1
+"1538" "white" 39 19.0 11.3918 1
+"1539" "white" 54 12.0  5.2331 0
+"1540" "white" 46 19.0 11.6294 1
+"1541" "white" 33  8.0  6.6298 1
+"1542" "others" 65  7.0  0.7594 0
+"1543" "white" 59 10.0  1.6550 0
+"1544" "white" 45 12.0  6.3352 1
+"1545" "white" 32 12.0  6.0903 1
+"1546" "white" 86  7.0  0.7568 1
+"1547" "white" 52  6.0  0.9214 1
+"1548" "white" 41 11.0  2.3866 1
+"1549" "others" 37 12.0  3.3102 1
+"1550" "white" 48  8.0  2.2788 1
+"1551" "white" 35 14.0  5.6622 1
+"1552" "others" 26  4.0  1.2659 1
+"1553" "white" 38 13.0  3.7435 1
+"1554" "white" 35 12.0  8.7517 1
+"1555" "others" 41 16.0  5.9469 1
+"1556" "white" 33 14.0  4.9624 1
+"1557" "white" 48 12.0  6.6992 1
+"1558" "white" 41 19.0  7.8949 1
+"1559" "others" 41 12.0  2.7068 1
+"1560" "white" 64 12.0  2.1279 1
+"1561" "white" 26 12.0  2.7852 1
+"1562" "white" 28 12.0  4.6493 1
+"1563" "white" 45 15.0  5.6622 1
+"1564" "white" 44 12.0  2.2788 1
+"1565" "others" 19 12.0  4.4876 0
+"1566" "white" 50 16.0 11.3918 1
+"1567" "others" 23 12.0  1.0212 0
+"1568" "others" 43  8.0  0.2530 1
+"1569" "white" 51 15.0  4.8954 1
+"1570" "white" 41 16.0  2.5196 0
+"1571" "white" 38 12.0  3.4183 1
+"1572" "white" 50 14.0 11.2351 1
+"1573" "white" 42 19.0  4.8954 1
+"1574" "white" 31 12.0  4.4876 0
+"1575" "white" 63 17.0  1.8967 1
+"1576" "white" 36 13.0  6.3352 1
+"1577" "white" 43 12.0  6.3304 1
+"1578" "white" 77  6.0  1.2610 0
+"1579" "others" 39  3.0  1.8429 0
+"1580" "others" 51 12.0  3.1356 1
+"1581" "white" 63 12.0  0.7953 0
+"1582" "white" 27 11.0  6.6298 0
+"1583" "white" 58  9.0  6.3304 1
+"1584" "white" 54 12.0  2.2706 1
+"1585" "others" 39 16.0  6.7838 1
+"1586" "white" 35 12.0  4.6493 0
+"1587" "white" 29 12.0  4.2313 1
+"1588" "white" 25 14.0  3.3834 1
+"1589" "white" 52  7.0  2.2788 1
+"1590" "white" 21 14.0  1.7443 1
+"1591" "white" 53 12.0  6.7838 1
+"1592" "white" 21 15.0  0.1544 1
+"1593" "white" 47 12.0 14.9247 1
+"1594" "white" 80 12.0  1.3131 1
+"1595" "others" 92  2.0  1.4498 1
+"1596" "white" 31 14.0  5.1229 1
+"1597" "white" 63 11.0  3.3102 1
+"1598" "white" 31 12.0  4.9624 0
+"1599" "white" 72  4.0  0.5813 0
+"1600" "white" 33 16.0  3.3102 1
+"1601" "others" 31 16.0  3.9394 1
+"1602" "white" 53 12.0  6.3352 1
+"1603" "white" 65 12.0  0.8284 0
+"1604" "white" 34 12.0  3.3834 1
+"1605" "white" 28 12.0  8.7545 0
+"1606" "white" 27 12.0  1.4398 0
+"1607" "others" 67  1.0  0.2530 0
+"1608" "white" 65 10.0  1.8967 0
+"1609" "others" 19 12.0  2.1885 0
+"1610" "white" 24 13.0  4.3348 1
+"1611" "white" 33 12.0  4.8901 1
+"1612" "white" 37 16.0  3.3458 0
+"1613" "white" 44 12.0  2.3866 1
+"1614" "white" 64 12.0  4.4578 0
+"1615" "white" 36 11.0  2.4189 0
+"1616" "white" 67 12.0  1.4498 1
+"1617" "white" 21 14.0  7.7751 1
+"1618" "white" 34 15.0 11.2307 1
+"1619" "white" 52  9.0  3.6476 1
+"1620" "white" 70 10.0  2.3866 1
+"1621" "white" 36 12.0  4.0702 1
+"1622" "white" 23 10.0  1.3566 0
+"1623" "white" 61 12.0  2.0021 1
+"1624" "white" 48 16.0  8.3565 1
+"1625" "white" 37 14.0  4.3754 1
+"1626" "white" 57 10.0  1.8429 1
+"1627" "white" 21 15.0  3.7435 1
+"1628" "white" 32 11.0  2.7068 0
+"1629" "white" 82  9.0  0.4607 1
+"1630" "white" 31 14.0  4.4312 1
+"1631" "white" 25 14.0  4.2313 1
+"1632" "white" 67 12.0  2.2706 0
+"1633" "white" 36  8.0  1.8561 0
+"1634" "white" 28 12.0  5.4713 1
+"1635" "white" 46 14.0  4.6408 1
+"1636" "white" 52 12.0  9.5029 1
+"1637" "white" 62 19.0  2.8311 1
+"1638" "white" 33 13.0  1.4498 1
+"1639" "white" 20 14.0  2.1319 1
+"1640" "others" 34 16.0  3.4183 1
+"1641" "white" 45 16.0  6.3352 0
+"1642" "white" 61  9.0  2.8997 1
+"1643" "others" 50  8.0  0.6911 0
+"1644" "white" 21 12.0  3.7435 1
+"1645" "white" 19 13.0  0.6177 1
+"1646" "white" 34 12.0  3.7042 1
+"1647" "white" 53  7.0  0.7594 1
+"1648" "white" 28  9.0  2.4803 0
+"1649" "white" 57  8.0  3.2949 0
+"1650" "white" 66 16.0  5.2331 1
+"1651" "white" 40 14.0  6.6298 1
+"1652" "white" 58 10.0  4.4312 1
+"1653" "white" 58 12.0  9.1907 1
+"1654" "white" 69  8.0  1.3566 0
+"1655" "others" 46 14.0  1.5550 1
+"1656" "white" 60 11.0  1.0942 1
+"1657" "white" 50 16.0 11.2351 1
+"1658" "others" 40 13.0  3.7435 1
+"1659" "white" 36 13.0  0.2917 1
+"1660" "white" 26 14.0  4.3348 1
+"1661" "others" 22 12.0  0.6304 1
+"1662" "others" 69  4.0  0.7594 0
+"1663" "white" 42 10.0  3.9394 0
+"1664" "others" 42 17.0 11.2307 1
+"1665" "white" 34  9.0  3.8797 1
+"1666" "white" 36  8.0  2.7852 0
+"1667" "others" 45 17.0  8.7545 1
+"1668" "white" 66  7.0  3.3834 1
+"1669" "white" 36 19.0  4.4876 1
+"1670" "white" 41 12.0  4.4578 1
+"1671" "white" 54  9.0  4.4312 1
+"1672" "white" 19 12.0  8.7220 1
+"1673" "white" 29 12.0  5.4713 1
+"1674" "white" 35 12.0  3.7042 1
+"1675" "white" 49 12.0  5.2331 1
+"1676" "white" 82 10.0  0.8284 0
+"1677" "white" 36 13.0  3.1676 1
+"1678" "white" 31 16.0  8.7517 1
+"1679" "white" 67 12.0  4.4578 1
+"1680" "others" 35  6.0  2.7852 0
+"1681" "others" 22 11.0  2.5196 0
+"1682" "white" 70 14.0  5.8684 1
+"1683" "white" 62 13.0  5.9469 1
+"1684" "others" 48  7.0  3.4183 1
+"1685" "white" 31 12.0  4.8954 1
+"1686" "white" 72 11.0  1.1893 1
+"1687" "white" 54 11.0  3.3558 1
+"1688" "white" 33 14.0  2.2856 1
+"1689" "white" 72  7.0  1.0212 0
+"1690" "white" 25 14.0  3.7042 0
+"1691" "white" 77  9.0  0.2253 0
+"1692" "white" 37 14.0  5.1229 1
+"1693" "others" 67 10.0  0.5813 1
+"1694" "white" 27 15.0  1.5879 1
+"1695" "others" 33 17.0  4.8954 1
+"1696" "white" 45 16.0  8.7517 1
+"1697" "white" 79 12.0  1.0212 1
+"1698" "white" 25 14.0  6.7838 0
+"1699" "white" 72 12.0  2.0299 1
+"1700" "white" 37 12.0  3.4183 0
+"1701" "white" 45 17.0  9.5029 1
+"1702" "white" 49 12.0  2.4189 0
+"1703" "others" 55  6.0  0.2530 0
+"1704" "white" 63 11.0  1.4055 1
+"1705" "white" 47  6.0  1.7723 0
+"1706" "white" 26 12.0  0.6765 1
+"1707" "others" 36 12.0  3.7042 1
+"1708" "white" 70  8.0  1.7443 1
+"1709" "white" 39 12.0  4.4312 1
+"1710" "white" 23 16.0  3.2949 1
+"1711" "others" 34 14.0  2.7852 1
+"1712" "white" 35 13.0  4.3754 0
+"1713" "white" 58 12.0  6.3352 1
+"1714" "white" 51 12.0  4.3348 1
+"1715" "white" 22 14.0  4.9624 0
+"1716" "white" 28 16.0  7.0036 1
+"1717" "white" 37 16.0  6.3304 1
+"1718" "white" 24 12.0  3.7972 0
+"1719" "white" 67 19.0  5.1229 1
+"1720" "white" 23 10.0  2.3866 0
+"1721" "others" 30  8.0  8.7545 1
+"1722" "white" 50 10.0  4.2857 1
+"1723" "white" 22 13.0  0.7568 1
+"1724" "white" 26 11.0  3.0640 0
+"1725" "white" 68 13.0  3.7435 1
+"1726" "white" 50 11.0  4.0702 1
+"1727" "white" 32 19.0 14.9247 1
+"1728" "white" 83  7.0  0.7953 0
+"1729" "white" 77 12.0  0.9780 1
+"1730" "white" 45 14.0  4.8901 1
+"1731" "white" 32 16.0  2.4868 1
+"1732" "white" 43 12.0  5.1780 0
+"1733" "white" 51 12.0  4.6408 1
+"1734" "white" 78  9.0  1.6472 1
+"1735" "white" 42 13.0  5.8684 1
+"1736" "white" 74 12.0  1.7260 1
+"1737" "white" 75  4.0  0.7594 1
+"1738" "white" 87 10.0  0.5813 1
+"1739" "white" 28 12.0  3.2949 0
+"1740" "others" 46  7.0  0.7594 1
+"1741" "white" 45 12.0  2.9161 1
+"1742" "white" 52 12.0  3.6476 1
+"1743" "white" 50 12.0  3.4183 1
+"1744" "white" 84  9.0  1.1277 0
+"1745" "white" 86  8.0  0.2253 0
+"1746" "white" 29 11.0  3.9394 1
+"1747" "white" 36 17.0  4.3348 1
+"1748" "white" 26 12.0  3.7042 1
+"1749" "white" 78 16.0  1.3131 1
+"1750" "white" 29 13.0  3.0640 0
+"1751" "white" 32 17.0  4.3195 1
+"1752" "white" 25 12.0  4.0702 1
+"1753" "white" 79  8.0  1.2610 1
+"1754" "white" 72  8.0  4.4312 0
+"1755" "white" 69 12.0  8.3565 1
+"1756" "others" 26 12.0  1.8967 1
+"1757" "white" 69 12.0  2.5220 1
+"1758" "white" 49 14.0 11.2307 1
+"1759" "white" 43  9.0  0.9689 1
+"1760" "white" 18 10.0  0.2364 1
+"1761" "white" 42 19.0  4.4876 1
+"1762" "white" 37 14.0  2.8311 1
+"1763" "others" 24 12.0  7.0281 1
+"1764" "white" 57 16.0  3.8606 0
+"1765" "white" 39 14.0  8.7220 1
+"1766" "others" 22 13.0  4.6493 0
+"1767" "others" 42 12.0  1.7723 1
+"1768" "white" 42 12.0  3.4183 1
+"1769" "white" 53 19.0 10.1506 1
+"1770" "white" 23 12.0  1.3566 0
+"1771" "white" 30 13.0  5.1780 0
+"1772" "white" 54 19.0  9.5029 1
+"1773" "white" 23 16.0  0.2364 1
+"1774" "white" 40 12.0  0.2649 1
+"1775" "white" 43 12.0  8.7517 1
+"1776" "others" 59 12.0  0.2917 0
+"1777" "white" 30 11.0  3.8797 1
+"1778" "white" 49 14.0  2.4193 0
+"1779" "others" 26 12.0  1.5788 0
+"1780" "white" 63  4.0  2.2092 0
+"1781" "white" 59 10.0  2.0299 1
+"1782" "white" 21 12.0  1.8561 1
+"1783" "white" 71  8.0  2.5545 1
+"1784" "white" 64 14.0  3.3458 1
+"1785" "white" 18 11.0  3.6476 0
+"1786" "others" 21  8.0  2.7852 0
+"1787" "white" 25 11.0  2.0543 0
+"1788" "white" 37 12.0  6.7838 1
+"1789" "white" 63  8.0  3.9394 1
+"1790" "white" 56 15.0  3.4600 1
+"1791" "white" 23 16.0  0.2071 1
+"1792" "white" 66 16.0  4.6408 1
+"1793" "white" 47 16.0  8.3565 1
+"1794" "white" 39 17.0 10.0376 1
+"1795" "white" 46 14.0 11.8908 1
+"1796" "others" 39 15.0  6.9491 1
+"1797" "others" 60  8.0  2.5545 1
+"1798" "white" 82 10.0  1.5788 0
+"1799" "white" 67  8.0  1.3257 1
+"1800" "white" 52 12.0  3.1676 0
+"1801" "others" 24 10.0  0.7594 0
+"1802" "others" 26 11.0  1.3257 1
+"1803" "others" 21 14.0  1.2094 1
+"1804" "white" 26  9.0  2.7852 1
+"1805" "white" 31 17.0  4.4876 0
+"1806" "white" 58 12.0  9.1907 1
+"1807" "others" 34 16.0  5.4713 1
+"1808" "white" 47 16.0  7.5945 1
+"1809" "white" 57 12.0  4.4312 1
+"1810" "white" 21 12.0  1.2094 1
+"1811" "white" 31 11.0  2.7068 0
+"1812" "white" 31 12.0  2.4803 1
+"1813" "white" 57 12.0  1.4055 1
+"1814" "white" 52 13.0  2.5220 1
+"1815" "white" 41 12.0  2.2788 0
+"1816" "white" 41  9.0  4.6408 1
+"1817" "white" 27 12.0  4.8901 0
+"1818" "white" 51 13.0  7.7751 1
+"1819" "white" 75 12.0  3.1676 1
+"1820" "white" 21 12.0  2.9072 0
+"1821" "white" 47  8.0  2.7852 1
+"1822" "white" 42 19.0  8.7517 1
+"1823" "white" 72 14.0  4.8954 1
+"1824" "white" 46 12.0  4.6493 0
+"1825" "white" 29 12.0  5.3986 1
+"1826" "white" 82  8.0  0.8284 0
+"1827" "white" 45 12.0  6.6298 1
+"1828" "white" 32 16.0  1.5879 1
+"1829" "white" 65  9.0  2.3866 1
+"1830" "white" 21 12.0  2.7852 1
+"1831" "white" 66 17.0  8.4934 1
+"1832" "white" 26 16.0  1.8967 0
+"1833" "white" 40 13.0  6.2740 1
+"1834" "white" 29 12.0  4.2313 1
+"1835" "white" 71 12.0  0.9689 0
+"1836" "others" 28 13.0  9.3205 1
+"1837" "white" 57  8.0  3.3558 0
+"1838" "white" 23 12.0  2.1319 1
+"1839" "white" 40 13.0  0.4607 0
+"1840" "white" 79  5.0  0.5813 1
+"1841" "white" 46 19.0 11.8908 1
+"1842" "white" 24 12.0  0.9689 0
+"1843" "white" 22 12.0  3.7042 0
+"1844" "others" 54  7.0  0.2364 1
+"1845" "white" 79 16.0  1.9045 1
+"1846" "white" 39 19.0  6.3352 1
+"1847" "white" 77 14.0  1.3566 1
+"1848" "white" 69 12.0  1.6218 1
+"1849" "white" 19 12.0  2.5196 0
+"1850" "white" 20 13.0  0.4118 0
+"1851" "white" 23 12.0  1.7723 0
+"1852" "white" 36 14.0  6.9491 1
+"1853" "white" 22 12.0  9.1907 1
+"1854" "white" 29 12.0  5.9469 1
+"1855" "white" 65  0.0  0.2253 0
+"1856" "white" 22 16.0  0.0000 1
+"1857" "white" 70 14.0  2.5220 1
+"1858" "white" 71  7.0  0.7294 1
+"1859" "white" 32 12.0  3.0640 0
+"1860" "others" 23 12.0  1.6550 1
+"1861" "white" 54 10.0  1.2659 1
+"1862" "white" 65 12.0 11.2351 1
+"1863" "others" 83 10.0  0.7568 0
+"1864" "white" 32 16.0  6.7838 1
+"1865" "others" 47 12.0  5.9111 0
+"1866" "white" 28 17.0  5.9111 1
+"1867" "white" 50 12.0  3.8797 1
+"1868" "white" 45 19.0 11.8908 1
+"1869" "white" 45 19.0  5.6622 1
+"1870" "white" 25 12.0  4.3348 1
+"1871" "white" 21 10.0  2.4189 0
+"1872" "white" 46 12.0  5.2331 1
+"1873" "white" 62 14.0  2.9072 1
+"1874" "white" 72 10.0  1.3246 0
+"1875" "white" 55 12.0  3.7435 1
+"1876" "white" 68 13.0  3.2449 1
+"1877" "white" 39 12.0  4.4312 1
+"1878" "white" 28 14.0  4.6690 1
+"1879" "others" 48  6.0  0.5523 0
+"1880" "white" 35 12.0  1.3246 1
+"1881" "white" 40 14.0  3.3834 0
+"1882" "others" 62  4.0  0.7594 1
+"1883" "white" 36 16.0 11.2307 1
+"1884" "white" 22 14.0  0.2364 1
+"1885" "white" 27  9.0 11.6294 0
+"1886" "others" 55 12.0  4.6493 1
+"1887" "white" 41 19.0 11.8908 1
+"1888" "others" 75  0.0  0.2649 0
+"1889" "white" 59 12.0  3.4600 1
+"1890" "white" 25 13.0  3.8606 1
+"1891" "white" 53  8.0  6.3304 1
+"1892" "white" 26 12.0  5.2331 1
+"1893" "white" 56 12.0  6.0903 0
+"1894" "white" 25 19.0  3.3834 1
+"1895" "white" 42 12.0  5.9111 1
+"1896" "white" 69  5.0  0.7294 1
+"1897" "white" 33 11.0  1.1839 0
+"1898" "white" 21 12.0  2.5196 1
+"1899" "white" 73 12.0  1.9045 1
+"1900" "white" 46 13.0  5.3986 1
+"1901" "white" 42 10.0  3.3834 0
+"1902" "white" 66 19.0  7.5945 1
+"1903" "white" 22 16.0  9.5029 1
+"1904" "white" 73 16.0  2.4189 0
+"1905" "white" 58 16.0  6.3352 1
+"1906" "white" 46 16.0  4.3754 1
+"1907" "white" 29 12.0  4.0006 0
+"1908" "white" 61  6.0  6.6992 1
+"1909" "white" 78  8.0  0.9689 0
+"1910" "white" 30 16.0  6.3352 0
+"1911" "white" 32 13.0  2.2092 1
+"1912" "white" 58 12.0  3.7435 1
+"1913" "white" 39  8.0  3.2949 1
+"1914" "others" 82 13.0  0.7568 0
+"1915" "others" 29 12.0  0.2364 1
+"1916" "white" 35 13.0 11.2351 1
+"1917" "white" 56  7.0  1.8561 0
+"1918" "white" 28 12.0  3.4183 0
+"1919" "white" 25 12.0  3.3102 0
+"1920" "white" 31 14.0  3.1356 0
+"1921" "white" 51 19.0 11.2351 1
+"1922" "others" 38  7.0  3.4183 1
+"1923" "white" 46 12.0 12.4066 1
+"1924" "white" 50 12.0  2.5220 1
+"1925" "white" 53 16.0  1.7723 1
+"1926" "white" 42  8.0  5.2331 0
+"1927" "white" 22  9.0  1.3566 0
+"1928" "white" 44 11.0  2.9170 0
+"1929" "white" 26 14.0  3.4183 1
+"1930" "white" 34 12.0  3.2949 0
+"1931" "white" 64 14.0  2.4189 1
+"1932" "others" 38  7.0  1.5788 0
+"1933" "white" 46 12.0  5.3986 1
+"1934" "others" 53 12.0  1.3131 0
+"1935" "white" 28 12.0  5.9111 0
+"1936" "white" 36 12.0  4.6690 0
+"1937" "white" 43  8.0 12.4066 0
+"1938" "others" 26 12.0  3.1676 1
+"1939" "white" 53 12.0  1.6472 0
+"1940" "white" 67  9.0  5.1780 1
+"1941" "white" 82  8.0  1.2610 1
+"1942" "white" 69  8.0  2.2706 1
+"1943" "white" 79 12.0  1.9703 1
+"1944" "white" 70  7.0  2.2788 1
+"1945" "white" 23 12.0  1.8967 1
+"1946" "white" 41 12.0  5.2331 1
+"1947" "white" 29 16.0  2.2856 1
+"1948" "white" 78 16.0  2.3866 1
+"1949" "white" 33 16.0  3.6476 1
+"1950" "white" 64 10.0  1.6472 1
+"1951" "white" 38 11.0  4.2313 1
+"1952" "white" 56 12.0  4.4312 1
+"1953" "others" 68  6.0  0.7594 0
+"1954" "white" 75 14.0  3.8606 1
+"1955" "white" 41 19.0 14.9247 1
+"1956" "white" 37 16.0 11.2307 1
+"1957" "white" 52 10.0  1.5788 1
+"1958" "white" 67  6.0  2.7068 1
+"1959" "white" 43 14.0  6.3304 1
+"1960" "white" 35 12.0  0.5523 0
+"1961" "white" 63 12.0  1.1277 1
+"1962" "white" 48 16.0  6.5589 0
+"1963" "white" 23 16.0  2.4189 1
+"1964" "white" 56 12.0  6.9491 1
+"1965" "white" 52 12.0  5.4713 1
+"1966" "white" 73 12.0  1.9703 1
+"1967" "white" 30 16.0  3.6476 1
+"1968" "white" 28 11.0  2.1309 0
+"1969" "white" 44 14.0  8.7220 1
+"1970" "white" 57 17.0  2.8997 1
+"1971" "white" 24 16.0  6.9491 1
+"1972" "white" 71 14.0  6.7838 1
+"1973" "others" 30 19.0  4.2857 1
+"1974" "white" 66 12.0  9.1907 1
+"1975" "white" 37 14.0  3.3102 1
+"1976" "others" 24 12.0  0.1727 0
+"1977" "white" 27 14.0  6.0903 1
+"1978" "white" 32 12.0  2.5196 0
+"1979" "white" 47 12.0  2.7852 0
+"1980" "white" 51 14.0  4.0702 0
+"1981" "white" 60 11.0  1.3566 1
+"1982" "others" 43 11.0  1.5788 1
+"1983" "white" 26 13.0  4.8954 1
+"1984" "white" 50  8.0  2.2788 1
+"1985" "white" 39 12.0  3.4183 1
+"1986" "white" 78  8.0  1.3566 1
+"1987" "white" 24 11.0  3.4183 1
+"1988" "others" 62  9.0  0.7294 0
+"1989" "white" 74 12.0  2.8311 1
+"1990" "white" 48  9.0  2.2788 1
+"1991" "white" 76  7.0  1.3566 1
+"1992" "white" 30 19.0  3.5800 1
+"1993" "white" 28 12.0  6.3304 1
+"1994" "white" 58 12.0  0.1936 0
+"1995" "white" 22  7.0  0.2364 0
+"1996" "white" 26 16.0  3.3834 0
+"1997" "white" 34 12.0  2.9170 1
+"1998" "white" 51 16.0  7.8949 1
+"1999" "white" 22 10.0  2.4811 0
+"2000" "white" 59 10.0  0.5523 0
diff --git a/demo/00Index b/demo/00Index
new file mode 100644
index 0000000..7ee10ce
--- /dev/null
+++ b/demo/00Index
@@ -0,0 +1,23 @@
+beta          Beta regression and simulation
+blogit        Bivariate Logit regression and simulation 
+bprobit       Bivariate Probit regression and simulation 
+conditional   Conditional prediction
+exp           Exponential regression and simulation 
+gamma         Gamma regression and simulation 
+logit         Logit regression and simulation 
+lognorm       Lognormal regression and simulation 
+ls            Least Squares regression and simulation 
+match         Regression and simulation on a matched data set 
+mi            Regression and simulation on multiply imputed data sets
+mlogit        Multinomial Logit regression and simulation 
+negbin        Negative Binomial regression and simulation
+normal        Normal (Gaussian) regression and simulation
+ologit        Ordinal Logit regression and simulation
+oprobit       Ordinal Probit regression and simulation
+poisson       Poisson regression and simulation
+probit        Probit regression and simulation
+relogit       Rare events logit regression and simulation
+strata        Regression and simulation in a stratified model
+roc           ROC plot
+vertci        Vertical confidence interval plot
+weibull       Weibull regression and simulation
diff --git a/demo/blogit.R b/demo/blogit.R
new file mode 100644
index 0000000..a12100d
--- /dev/null
+++ b/demo/blogit.R
@@ -0,0 +1,90 @@
+# Load the sample data:
+data(sanction)
+
+#####  Example 1: Basics #####
+
+# Note that by default, zelig() estimates two parameter estimates
+# for explanatory variable as well as the correlation parameter; this
+# formulation is parametrically independent (estimating separate effects
+# for each explanatory variable), but stochastically dependent because
+# the models share an odds ratio.  See Example 2 for a more constrained
+# form of stochastic dependence.a list of at most 3 elements (corresponding to the 3
+# equations).  Each element consists of a character vector of the
+# variables omitted from each equation.  
+z.out1 <- zelig(cbind(import, export) ~ coop + cost + target,
+                model = "blogit", data = sanction)
+user.prompt()
+summary(z.out1)
+user.prompt()
+# Generate baseline values for the explanatory variables (with cost set
+# to 1, net gain to sender) and alternative values (with cost set to 4,
+# major loss to sender):
+x.low <- setx(z.out1, cost = 1)
+x.high <- setx(z.out1, cost = 4)
+# Simulate fitted values and first differences:  
+user.prompt()
+s.out1 <- sim(z.out1, x = x.low, x1 = x.high)
+user.prompt()
+summary(s.out1)
+
+# Plot the s.out
+user.prompt()
+plot(s.out1)
+user.prompt()
+
+##### Example 2: Joint Estimation of a Model with        #####
+#####            Different Sets of Explanatory Variables #####
+
+# Estimate the statistical model, with import a function of coop
+# in the first equation and export a function of cost and target
+# in the second equation, by using the zeros argument:
+z.out2 <- zelig(cbind(import, export) ~ coop + cost + target,
+                omit = list("1" = "cost", "2" = c("coop", "target")), 
+                model = "blogit", data = sanction)
+user.prompt()
+summary(z.out2)
+user.prompt()
+# Set the explanatory variables to their default values:
+x.out2 <- setx(z.out2)
+
+# Simulate draws from the posterior distribution:
+user.prompt()
+s.out2 <- sim(z.out2, x = x.out2)
+user.prompt()
+summary(s.out2)
+
+# Plotting marginal densities:
+user.prompt()
+plot(s.out2)
+
+##### Example 3: Joint Estimation of a Parametrically #####
+##### and Stochastically Dependent Model              #####
+
+# A bivariate model is parametrically dependent if Y1 and Y2 share
+# some or all explanatory variables, {\it and} the effects of the shared
+# explanatory variables are jointly estimated.  For example,
+user.prompt()
+z.out3 <- zelig(cbind(import, export) ~ coop + cost + target, 
+                constrain = list("1" = c("coop", "cost", "target"),
+                                 "2" = c("coop", "cost", "target")),
+                model = "blogit", data = sanction)
+user.prompt()
+summary(z.out3)
+
+# Note that this model only returns one parameter estimate for each of
+# coop, cost, and target.  Contrast this to Example 1 which returns two
+# parameter estimates for each of the explanatory variables.
+
+# Set values for the explanatory variables:
+user.prompt()
+x.out3 <- setx(z.out3, cost = 1:4)
+
+# Draw simulated expected values:  
+user.prompt()
+s.out3 <- sim(z.out3, x = x.out3)
+user.prompt()
+summary(s.out3)
+
+
+
+
diff --git a/demo/bprobit.R b/demo/bprobit.R
new file mode 100644
index 0000000..f86c828
--- /dev/null
+++ b/demo/bprobit.R
@@ -0,0 +1,92 @@
+# Load the sample data:
+data(sanction)
+
+#####  Example 1: Basics #####
+
+# Note that by default, zelig() estimates two parameter estimates
+# for explanatory variable as well as the correlation parameter; this
+# formulation is parametrically independent (estimating separate effects
+# for each explanatory variable), but stochastically dependent because
+# the models share an odds ratio.  See Example 2 for a more constrained
+# form of stochastic dependence.
+user.prompt()
+z.out1 <- zelig(cbind(import, export) ~ coop + cost + target, 
+                  model = "bprobit", data = sanction)
+user.prompt()
+summary(z.out1)
+
+# Generate baseline values for the explanatory variables (with cost set
+# to 1, net gain to sender) and alternative values (with cost set to 4,
+# major loss to sender):
+user.prompt()
+x.low <- setx(z.out1, cost = 1)
+x.high <- setx(z.out1, cost = 4)
+
+# Simulate fitted values and first differences:  
+user.prompt()
+s.out1 <- sim(z.out1, x = x.low, x1 = x.high)
+user.prompt()
+summary(s.out1)
+
+# Plot the s.out
+user.prompt()
+plot(s.out1)
+
+
+##### Example 2: Joint Estimation of a Model with        #####
+#####            Different Sets of Explanatory Variables #####
+
+# Estimate the statistical model, with import a function of coop
+# in the first equation and export a function of cost and target
+# in the second equation, by using the zeros argument:
+user.prompt()
+z.out2 <- zelig(cbind(import, export) ~ coop + cost + target,
+                  omit = list("1"="coop", "2"="cost", "3" = "target"), 
+                  model = "bprobit", data = sanction)
+user.prompt()
+summary(z.out2)
+
+# Set the explanatory variables to their default values:
+user.prompt()
+Xval2 <- setx(z.out2)
+
+# Simulate draws from the posterior distribution:
+user.prompt()
+s.out2 <- sim(z.out2, x = Xval2)
+user.prompt()
+summary(s.out2)
+
+# Plotting marginal densities:
+user.prompt()
+plot(s.out2)
+
+##### Example 3: Joint Estimation of a Parametrically #####
+##### and Stochastically Dependent Model              #####
+
+# A bivariate model is parametrically dependent if Y1 and Y2 share
+# some or all explanatory variables, {\it and} the effects of the shared
+# explanatory variables are jointly estimated.  For example,
+user.prompt()
+z.out3 <- zelig(cbind(import, export) ~ coop + cost + target, 
+                  constrain = list("1"=c("coop", "cost", "target"),
+                    "2"=c("coop", "cost", "target")), 
+                model = "bprobit", data = sanction)
+user.prompt()
+summary(z.out3)
+
+# Note that this model only returns one parameter estimate for each of
+# coop, cost, and target.  Contrast this to Example 1 which returns two
+# parameter estimates for each of the explanatory variables.
+
+# Set values for the explanatory variables:
+user.prompt()
+x.out3 <- setx(z.out3, cost = 1:4)
+
+# Draw simulated expected values:  
+user.prompt()
+s.out3 <- sim(z.out3, x = x.out3)
+user.prompt()
+summary(s.out3)
+
+
+
diff --git a/demo/conditional.R b/demo/conditional.R
new file mode 100644
index 0000000..84312a5
--- /dev/null
+++ b/demo/conditional.R
@@ -0,0 +1,13 @@
+data(turnout)
+z.out <- zelig(vote ~ age + educate + income, by = "race",
+               data = turnout, model = "probit")
+user.prompt()
+x.white <- setx(z.out$others, fn = NULL, data = turnout[turnout$race == "white",], cond = TRUE)
+user.prompt()
+s.others <- sim(z.out$others, x = x.white)
+summary(s.others)
+user.prompt()
+x.others <- setx(z.out$white, fn = NULL, data = turnout[turnout$race == "others",], cond = TRUE)
+s.others <- sim(z.out$white, x = x.others)
+summary(s.others)
+
diff --git a/demo/exp.R b/demo/exp.R
new file mode 100644
index 0000000..82dd4ec
--- /dev/null
+++ b/demo/exp.R
@@ -0,0 +1,33 @@
+data(coalition)
+
+##  Creating a censored object for the dependent variable using
+##  Surv(duration, ciep12), where duration is the dependent variable
+##  (number of days alive during the observation period), and ciep12
+##  is the censoring indicator (coded 0 if alive and 1 if dead at the
+##  end of the observation period), and regressing this censored
+##  object using the selected explanatory variables:  
+user.prompt()
+z.out <- zelig(Surv(duration, ciep12) ~ invest + polar + numst2 + crisis,
+               model = "exp", data = coalition)
+user.prompt()
+summary(z.out)
+
+##  Setting the explanatory variables at their default values
+##  (mode for factor variables and mean for non-factor variables),
+##  with numst2 set to the vector 0 = no crisis, 1 = crisis. 
+user.prompt()
+x.low<- setx(z.out, numst2 = 0)
+x.high <- setx(z.out, numst2 = 1)
+
+##  Simulating draws using the default bootstrap method.
+user.prompt()
+s.out <- sim(z.out, x = x.low, x1 = x.high)
+user.prompt()
+
+##  Viewing the simulated quantities of interest, for every
+##  observation:
+summary(s.out)
+user.prompt()
+plot(s.out)
+
+
diff --git a/demo/gamma.R b/demo/gamma.R
new file mode 100644
index 0000000..5412083
--- /dev/null
+++ b/demo/gamma.R
@@ -0,0 +1,27 @@
+data(coalition)
+user.prompt()
+z.out <- zelig(duration ~ fract + numst2, model = "gamma", data = coalition)
+user.prompt()
+summary(z.out)
+
+##  Setting the explanatory variables at their default values
+##  (mode for factor variables and mean for non-factor variables),
+##  with numst2 set to the vector 0 = no crisis, 1 = crisis. 
+user.prompt()
+x.low <- setx(z.out, numst2 = 0)
+x.high <- setx(z.out, numst2 = 1)
+
+##  Simulating draws using the default bootstrap method.
+user.prompt()
+s.out <- sim(z.out, x = x.low, x1 = x.high)
+user.prompt()
+
+##  Viewing the simulated quantities of interest, for every
+##  observation:
+summary(s.out)
+user.prompt()
+plot(s.out)
+
+
+
+
diff --git a/demo/logit.R b/demo/logit.R
new file mode 100644
index 0000000..cdddde8
--- /dev/null
+++ b/demo/logit.R
@@ -0,0 +1,69 @@
+##  Attaching the sample turnout dataset:
+data(turnout)
+
+#####  Example 1:  Simple Example 
+
+##  Generating empirical estimates:
+user.prompt()
+z.out1 <- zelig(vote ~ race + educate, model = "logit", data = turnout)
+user.prompt()
+##  Viewing the regression output:
+summary(z.out1)
+
+##  Using setx to generate baseline and alternative velus for the
+##  explanatory variables.  
+user.prompt()
+x.out1 <- setx(z.out1)
+
+##  Simulating quantities of interest (predicted probabilites, risk
+##  ratios, and risk differences):
+user.prompt()
+s.out1 <- sim(z.out1, x = x.out1)
+user.prompt()
+## Summarizing the simulated quantities of interest:
+summary(s.out1)
+
+## Diagnostic plot of the s.out:
+user.prompt()
+plot(s.out1)
+
+##  Example 2: First Differences
+
+user.prompt()
+x.high <- setx(z.out1, educate = quantile(turnout$educate, prob = 0.75))
+x.low <- setx(z.out1, educate = quantile(turnout$educate, prob = 0.25))
+
+user.prompt()
+s.out2 <- sim(z.out1, x = x.high, x1 = x.low)
+user.prompt()
+summary(s.out2)
+user.prompt()
+plot(s.out2)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/lognorm.R b/demo/lognorm.R
new file mode 100644
index 0000000..824c9ae
--- /dev/null
+++ b/demo/lognorm.R
@@ -0,0 +1,25 @@
+# Load the sample data:  
+data(coalition)
+
+# Estimate the model:
+user.prompt()
+z.out <- zelig(Surv(duration, ciep12) ~ fract + numst2, model = "lognorm",
+               data = coalition)
+user.prompt()
+# View the regression output:  
+summary(z.out)
+
+# Set the baseline values (with the ruling coalition in the minority)
+# and the alternative values (with the ruling coalition in the majority)
+# for X:
+user.prompt()
+x.low <- setx(z.out, numst2 = 0)
+x.high <- setx(z.out, numst2 = 1)
+
+# Simulate expected values qi$ev and first differences qi$fd:
+user.prompt()
+s.out <- sim(z.out, x = x.low, x1 = x.high)
+user.prompt()
+summary(s.out)
+user.prompt()
+plot(s.out)
diff --git a/demo/ls.R b/demo/ls.R
new file mode 100644
index 0000000..8c5abbc
--- /dev/null
+++ b/demo/ls.R
@@ -0,0 +1,51 @@
+#####  Example 1: Basic Example with First Differences  #####
+
+# Attach sample data and variable names:  
+data(macro)
+
+# Estimate model and present a summary:
+user.prompt()
+z.out1 <- zelig(unem ~ gdp + capmob + trade, model = "ls", data = macro)
+user.prompt()
+summary(z.out1)
+
+# Set explanatory variables to their default (mean/mode) values, with
+# high (80th percentile) and low (20th percentile) values:
+user.prompt()
+x.high<- setx(z.out1, trade = quantile(macro$trade, 0.8))
+x.low <- setx(z.out1, trade = quantile(macro$trade, 0.2))
+
+# Generate first differences for the effect of high versus low trade on
+# GDP:
+user.prompt()
+s.out1 <- sim(z.out1, x = x.high, x1 = x.low)
+user.prompt()
+summary(s.out1)
+
+# Generate a second set of fitted values and a plot:
+user.prompt()
+plot(s.out1)
+
+#####  Example 2:  Using Dummy Variables #####
+
+# Estimate a model with a dummy variable for each year and country.  
+# Note that you do not need to create dummy variables, as the program 
+# will automatically parse the unique values in the selected variables 
+# into dummy variables.
+user.prompt()
+z.out2 <- zelig(unem ~ gdp + trade + capmob + as.factor(country), 
+                model = "ls", data = macro)
+user.prompt()
+# Set values for the explanatory variables, using the default mean/mode
+# values, with country set to the United States and Japan, respectively:
+user.prompt()
+x.US <- setx(z.out2, country = "United States")
+x.Japan <- setx(z.out2, country = "Japan")
+
+# Simulate quantities of interest:
+user.prompt()
+s.out2 <- sim(z.out2, x = x.US, x1 = x.Japan)
+
+# Plot differences:  
+user.prompt()
+plot(s.out2)
diff --git a/demo/match.R b/demo/match.R
new file mode 100644
index 0000000..788b8db
--- /dev/null
+++ b/demo/match.R
@@ -0,0 +1,42 @@
+library(MatchIt)
+data(lalonde)
+user.prompt()
+## an example for propensity score matching
+match.out1 <- matchit(treat ~ age + educ + black + hispan + married + 
+                      nodegree + re74 + re75, data = lalonde)
+user.prompt()
+
+z.out1 <- zelig(re78 ~ pscore, data = match.data(match.out1, "control"), model = "ls")
+user.prompt()
+
+x.out1 <- setx(z.out1, fn = NULL, data = match.data(match.out1, "treat"), cond = TRUE)
+user.prompt()
+
+s.out1 <- sim(z.out1, x = x.out1)
+user.prompt()
+summary(s.out1)
+user.prompt()
+
+## an example for subclassification
+match.out2 <- matchit(treat ~ age + educ + black + hispan + married +
+                      nodegree + re74 + re75, data = lalonde,
+                      replace = FALSE, subclass = 3) 
+user.prompt()
+
+z.out2 <- zelig(re78 ~ pscore, data = match.data(match.out2, "control"),
+                model="ls", by="psclass")
+user.prompt()
+
+x.out2 <- setx(z.out2, fn = NULL, data = match.data(match.out2, "treat"), cond = TRUE)
+user.prompt()
+
+s.out2 <- sim(z.out2, x = x.out2)
+user.prompt()
+
+summary(s.out2) # overall results
+user.prompt()
+
+summary(s.out2, subset = 2) # subclass 2
+
+
+
diff --git a/demo/mi.R b/demo/mi.R
new file mode 100644
index 0000000..62127f1
--- /dev/null
+++ b/demo/mi.R
@@ -0,0 +1,16 @@
+data(immi1, immi2, immi3, immi4, immi5)
+user.prompt()
+
+z.out <- zelig(as.factor(ipip) ~ wage1992 + prtyid + ideol, model = "ologit",
+               data = list(immi1, immi2, immi3, immi4, immi5))
+user.prompt()
+summary(z.out)
+user.prompt()
+
+x.out <- setx(z.out) 
+user.prompt()
+s.out <- sim(z.out, x = x.out)
+user.prompt()
+summary(s.out)
+user.prompt()
+plot(s.out)
diff --git a/demo/mlogit.R b/demo/mlogit.R
new file mode 100644
index 0000000..a22c620
--- /dev/null
+++ b/demo/mlogit.R
@@ -0,0 +1,27 @@
+data(mexico)
+user.prompt()
+z.out <- zelig(vote88 ~ pristr + othcok + othsocok, model = "mlogit", 
+               data = mexico)
+user.prompt()
+summary(z.out)
+
+user.prompt()
+x.weak <- setx(z.out, pristr = 1)
+x.strong <- setx(z.out, pristr = 3)
+
+user.prompt()
+s.out <- sim(z.out, x = x.strong, x1 = x.weak)
+user.prompt()
+summary(s.out)
+
+user.prompt()
+ev.weak <- s.out$qi$ev + s.out$qi$fd
+
+user.prompt()
+library(vcd)
+ternaryplot(s.out$qi$ev, pch = ".", col = "blue",
+            main = "1988 Mexican Presidential Election")
+user.prompt()
+ternarypoints(ev.weak, pch = ".", col = "red")
+
+
diff --git a/demo/negbin.R b/demo/negbin.R
new file mode 100644
index 0000000..87119a9
--- /dev/null
+++ b/demo/negbin.R
@@ -0,0 +1,13 @@
+data(sanction)
+user.prompt()
+z.out <- zelig(num ~ target + coop, model = "negbin", data = sanction)
+user.prompt()
+summary(z.out)
+user.prompt()
+x.out <- setx(z.out)
+user.prompt()
+s.out <- sim(z.out, x = x.out)
+user.prompt()
+summary(s.out)
+user.prompt()
+plot(s.out)
diff --git a/demo/normal.R b/demo/normal.R
new file mode 100644
index 0000000..42de1e0
--- /dev/null
+++ b/demo/normal.R
@@ -0,0 +1,55 @@
+#####  Example 1: Basic Example with First Differences  #####
+
+# Attach sample data and variable names:  
+data(macro)
+
+# Estimate model and present a summary:
+user.prompt()
+z.out1 <- zelig(unem ~ gdp + capmob + trade, model = "normal", data = macro)
+user.prompt()
+summary(z.out1)
+
+# Set explanatory variables to their default (mean/mode) values, with
+# high (80th percentile) and low (20th percentile) values:
+user.prompt()
+x.high <- setx(z.out1, trade = quantile(macro$trade, 0.8))
+x.low <- setx(z.out1, trade = quantile(macro$trade, 0.2))
+
+# Generate first differences for the effect of high versus low trade on
+# GDP:
+user.prompt()
+s.out1 <- sim(z.out1, x = x.high, x1 = x.low)
+user.prompt()
+summary(s.out1)
+
+# Generate a second set of fitted values and a plot:
+user.prompt()
+plot(s.out1)
+
+#####  Example 2:  Using Dummy Variables #####
+
+# Estimate a model with a dummy variable for each year and country.  
+# Note that you do not need to create dummy variables, as the program 
+# will automatically parse the unique values in the selected variables 
+# into dummy variables.  
+user.prompt()
+z.out2 <- zelig(unem ~ gdp + trade + capmob + as.factor(year) 
+                    + as.factor(country), model = "normal", data = macro)
+
+# Set values for the explanatory variables, using the default mean/mode
+# values, with country set to the United States and Japan, respectively:
+user.prompt()
+x.US <- setx(z.out2, country = "United States")
+x.Japan <- setx(z.out2, country = "Japan")
+
+# Simulate quantities of interest:
+user.prompt()
+s.out2 <- sim(z.out2, x = x.US, x1 = x.Japan)
+user.prompt()
+summary(s.out2) 
+
+# Plot differences:  
+user.prompt()
+plot(s.out2)
+
+
diff --git a/demo/ologit.R b/demo/ologit.R
new file mode 100644
index 0000000..96318a0
--- /dev/null
+++ b/demo/ologit.R
@@ -0,0 +1,67 @@
+#####  Example 1: First Differences
+
+# Load the sample data: 
+data(sanction)
+
+# Estimate the empirical model and returning the coefficients:
+user.prompt()
+z.out1 <- zelig(as.factor(cost) ~ mil + coop, model = "ologit", 
+                   data = sanction)
+user.prompt()
+summary(z.out1)
+
+# Set the explanatory variables to their means, with 'mil' set
+# to 0 (no military action in addition to sanctions) in the baseline
+# case and set to 1 (military action in addition to sanctions) in the
+# alternative case:
+user.prompt()
+x.low <- setx(z.out1, coop = 1)
+x.high <- setx(z.out1, coop = 4)
+
+# Generate simulated fitted values and first differences, and view 
+# the results:
+user.prompt()
+s.out1 <- sim(z.out1, x = x.low, x1 = x.high)
+user.prompt()
+summary(s.out1)
+user.prompt()
+plot(s.out1)
+
+##### Example 2: Creating An Ordered Dependent Variable #####
+
+# Create an ordered dependent variable: 
+user.prompt()
+sanction$ncost <- factor(sanction$ncost, ordered = TRUE,
+                         levels = c("net gain", "little effect", 
+                           "modest loss", "major loss"))
+
+# Estimate the model:
+user.prompt()
+z.out2 <- zelig(ncost ~ mil + coop, model = "ologit", data = sanction)
+user.prompt()
+summary(z.out2)
+
+# Set the explanatory variables to their observed values:  
+user.prompt()
+x.out2 <- setx(z.out2, fn = NULL)
+
+# Simulate fitted values given Xval and view the results:
+user.prompt()
+s.out2 <- sim(z.out2, x = x.out2)
+user.prompt()
+summary(s.out2)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/oprobit.R b/demo/oprobit.R
new file mode 100644
index 0000000..6d43f65
--- /dev/null
+++ b/demo/oprobit.R
@@ -0,0 +1,63 @@
+#####  Example 1: First Differences
+
+# Load the sample data: 
+data(sanction)
+
+# Estimate the empirical model and returning the coefficients:
+user.prompt()
+z.out1 <- zelig(as.factor(cost) ~ mil + coop, model = "oprobit", 
+                    data = sanction)
+user.prompt()
+summary(z.out1)
+
+# Set the explanatory variables to their means, with 'mil' set
+# to 0 (no military action in addition to sanctions) in the baseline
+# case and set to 1 (military action in addition to sanctions) in the
+# alternative case:
+user.prompt()
+x.low <- setx(z.out1, mil = 0)
+x.high <- setx(z.out1, mil = 1)
+
+# Generate simulated fitted values and first differences, and view 
+# the results:
+user.prompt()
+s.out1 <- sim(z.out1, x = x.low, x1 = x.high)
+user.prompt()
+summary(s.out1)
+
+
+##### Example 2: Creating An Ordered Dependent Variable #####
+
+# Create an ordered dependent variable: 
+user.prompt()
+sanction$ncost <- factor(sanction$ncost, ordered = TRUE,
+                         levels = c("net gain", "little effect", 
+                         "modest loss", "major loss"))
+
+# Z.Out the model:
+user.prompt()
+z.out2 <- zelig(ncost ~ mil + coop, model = "oprobit", data = sanction)
+user.prompt()
+summary(z.out2)
+
+# Set the explanatory variables to their observed values:  
+user.prompt()
+x.out2 <- setx(z.out2, fn = NULL)
+
+# Simulate fitted values given Xval and view the results:
+user.prompt()
+s.out2 <- sim(z.out2, x = x.out2)
+user.prompt()
+summary(s.out2)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/poisson.R b/demo/poisson.R
new file mode 100644
index 0000000..0c6e185
--- /dev/null
+++ b/demo/poisson.R
@@ -0,0 +1,16 @@
+data(sanction)
+user.prompt()
+
+z.out <- zelig(num ~ target + coop, model = "poisson", data = sanction)
+user.prompt()
+summary(z.out)
+user.prompt()
+
+x.out <- setx(z.out)
+user.prompt()
+
+s.out <- sim(z.out, x = x.out)
+user.prompt()
+summary(s.out)
+user.prompt()
+plot(s.out)
diff --git a/demo/probit.R b/demo/probit.R
new file mode 100644
index 0000000..2e27ab1
--- /dev/null
+++ b/demo/probit.R
@@ -0,0 +1,69 @@
+##  Attaching the sample turnout dataset:
+data(turnout)
+
+#####  Example 1:  Simple Example 
+
+##  Generating empirical estimates:
+user.prompt()
+z.out1 <- zelig(vote ~ race + educate, model = "probit", data = turnout)
+##  Viewing the regression output:
+user.prompt()
+summary(z.out1)
+
+##  Using setx to generate baseline and alternative velus for the
+##  explanatory variables.  
+user.prompt()
+x.out1 <- setx(z.out1)
+
+##  Simulating quantities of interest (predicted probabilites, risk
+##  ratios, and risk differences):
+user.prompt()
+s.out1 <- sim(z.out1, x = x.out1)
+user.prompt()
+## Summarizing the simulated quantities of interest:
+summary(s.out1)
+
+## Diagnostic plot of the s.out:
+user.prompt()
+plot(s.out1)
+
+##  Example 2: First Differences
+
+user.prompt()
+x.low <- setx(z.out1, educate = quantile(turnout$educate, prob = 0.75))
+x.high <- setx(z.out1, educate = quantile(turnout$educate, prob = 0.25))
+
+user.prompt()
+s.out2 <- sim(z.out1, x = x.low, x1 = x.high)
+user.prompt()
+summary(s.out2)
+user.prompt()
+plot(s.out2)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/relogit.R b/demo/relogit.R
new file mode 100644
index 0000000..6f41180
--- /dev/null
+++ b/demo/relogit.R
@@ -0,0 +1,28 @@
+data(mid)
+user.prompt()
+z.out1 <- zelig(conflict ~ major + contig + power + maxdem + mindem + years,
+                data = mid, model = "relogit", tau = 1042/303772)
+user.prompt()
+summary(z.out1)
+user.prompt()
+x.out1 <- setx(z.out1)
+user.prompt()
+s.out1 <- sim(z.out1, x = x.out1)
+user.prompt()
+summary(s.out1)
+user.prompt()
+plot(s.out1)
+user.prompt()
+z.out2 <- zelig(conflict ~ major + contig + power + maxdem + mindem + years,
+                data = mid, model = "relogit", tau = c(0.002, 0.005))
+user.prompt()
+summary(z.out2)
+user.prompt()
+x.out2 <- setx(z.out2)
+user.prompt()
+s.out2 <- sim(z.out2, x = x.out2)
+user.prompt()
+summary(s.out2)
+user.prompt()
+plot(s.out2)
+
diff --git a/demo/roc.R b/demo/roc.R
new file mode 100644
index 0000000..068750d
--- /dev/null
+++ b/demo/roc.R
@@ -0,0 +1,8 @@
+data(turnout)
+z.out1 <- zelig(vote ~ race + educate + age, model = "logit", 
+                data = turnout)
+user.prompt()
+z.out2 <- zelig(vote ~ race + educate, model = "logit", 
+                data = turnout)
+user.prompt()
+rocplot(z.out1$y, z.out2$y, fitted(z.out1), fitted(z.out2))
diff --git a/demo/vertci.R b/demo/vertci.R
new file mode 100644
index 0000000..144eb1b
--- /dev/null
+++ b/demo/vertci.R
@@ -0,0 +1,44 @@
+
+##  Attaching the sample turnout dataset:
+data(turnout)
+
+##  Estimate the model:
+user.prompt()
+z.out <- zelig(vote ~ race + educate + age + I(age^2) + income,
+               model = "logit", data = turnout)
+user.prompt()
+summary(z.out)
+
+##  Creating setx structures with education set to high school and
+##  post-college levels, for the whole range of the age variable.  
+user.prompt()
+age.range <- 18:95
+user.prompt()
+x.low <- setx(z.out, educate = 12, age = age.range)
+x.high <- setx(z.out, educate = 16, age = age.range)
+
+##  Using sim to generate the simulated predicted probabilites:
+user.prompt()
+s.out <- sim(z.out, x = x.low, x1 = x.high)
+user.prompt()
+plot.ci(s.out, xlab = "Age in Years",
+        ylab = "Predicted Probability of Voting",
+        main = "Effect of Education and Age on Voting Behavior")
+user.prompt()
+legend(45, 0.55, legend = c("College Education (16 years)",
+       "High School Education (12 years)"), col = c("blue","red"), 
+       lty = c("solid"))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/weibull.R b/demo/weibull.R
new file mode 100644
index 0000000..f3a4a8c
--- /dev/null
+++ b/demo/weibull.R
@@ -0,0 +1,39 @@
+data(coalition)
+
+##  Creating a censored object for the dependent variable using
+##  Surv(duration, ciep12), where duration is the dependent variable
+##  (number of days alive during the observation period), and ciep12
+##  is the censoring indicator (coded 0 if alive and 1 if dead at the
+##  end of the observation period), and regressing this censored
+##  object using the selected explanatory variables:  
+user.prompt()
+z.out <- zelig(Surv(duration, ciep12) ~ invest + polar + numst2 + crisis,
+               model = "weibull", data = coalition)
+user.prompt()
+##  Viewing the regression output.  Note that the Weibull model
+##  differs from the exponential model in that the Weibull has an
+##  optional scale parameter.  (The exponential is a special case of
+##  the Weibull with scale set to 1.)
+summary(z.out)
+
+##  Setting the explanatory variables at their default values
+##  (mode for factor variables and mean for non-factor variables).
+user.prompt()
+x.out <- setx(z.out)
+
+##  Simulating draws from the posterior distribution.
+user.prompt()
+s.out <- sim(z.out, x = x.out)
+user.prompt()
+##  Viewing the simulated quantities of interest (in this case, the
+##  expected value is the ceteris paribus predicted duration): 
+summary(s.out)
+
+##  Plotting the differences in the expected values for the Weibull
+##  predictions:
+user.prompt()
+plot(s.out)
+
+
+
+
diff --git a/man/MatchIt.url.Rd b/man/MatchIt.url.Rd
new file mode 100644
index 0000000..312c598
--- /dev/null
+++ b/man/MatchIt.url.Rd
@@ -0,0 +1,15 @@
+\name{MatchIt.url}
+
+\alias{MatchIt.url}
+
+\title{Table of links for Zelig}
+
+\description{
+  Table of linds for \code{help.zelig} for the companion MatchIt package.  
+}
+
+\keyword{datasets}
+
+
+
+
diff --git a/man/Zelig.Rd b/man/Zelig.Rd
new file mode 100644
index 0000000..7a33f92
--- /dev/null
+++ b/man/Zelig.Rd
@@ -0,0 +1,89 @@
+\name{zelig}
+
+\alias{zelig}
+\alias{Zelig}
+
+\title{Estimating a Statistical Model}
+
+\description{ The \code{zelig} command estimates a variety of statistical
+models.  Use \code{zelig} output with \code{setx} and \code{sim} to compute
+quantities of interest, such as predicted probabilities, expected values, and
+first differences, along with the associated measures of uncertainty
+(standard errors and confidence intervals). }
+
+\usage{
+z.out <- zelig(formula, model, data, by, \dots) 
+}
+
+\arguments{
+\item{formula}{a symbolic representation of the model to be
+  estimated, in the form \code{y \~\, x1 + x2}, where \code{y} is the
+  dependent variable and \code{x1} and \code{x2} are the explanatory
+  variables, and \code{y}, \code{x1}, and \code{x2} are contained in the
+  same dataset.  (You may include more than two explanatory variables,
+  of course.)  The \code{+} symbol means ``inclusion'' not
+  ``addition.''  You may also include interaction terms and main
+  effects in the form \code{x1*x2} without computing them in prior
+  steps; \code{I(x1*x2)} to include only the interaction term and
+  exclude the main effects; and quadratic terms in the form
+  \code{I(x1^2)}.  }
+\item{model}{the name of a statistical model, enclosed in \code{""}.
+  Type \code{help.zelig("models")} to see a list of currently supported
+  models.  }
+\item{data}{the name of a data frame containing the variables
+  referenced in the formula, or a list of multiply imputed data frames
+  each having the same variable names and row numbers. }
+\item{by}{a factor variable contained in \code{data}.  Zelig will subset
+the data frame based on the levels in the \code{by} variable, and
+estimate a model for each subset.  This a particularly powerful option
+which will allow you to save a considerable amount of effort.  For
+example, to run the same model on all fifty states, you could type:
+\code{z.out <- zelig(y ~ x1 + x2, data = mydata, model = "ls", by = "state")}
+  You may also use \code{by} to run models using MatchIt subclass.  }
+\item{\dots}{additional arguments passed to \code{zelig},
+  depending on the model to be estimated. }
+}
+
+\value{
+Depending on the class of model selected, \code{zelig} will return
+an object with elements including \code{coefficients}, \code{residuals},
+and \code{formula} which may be summarized using
+\code{summary(z.out)} or individually extracted using, for example,
+\code{z.out\$coefficients}.  See the specific models listed above
+for additional output values, or simply type \code{names(z.out)}.  
+}
+
+\seealso{ The full Zelig manual is available at
+  \url{http://gking.harvard.edu/zelig}.
+}
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{file}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/man/Zelig.url.Rd b/man/Zelig.url.Rd
new file mode 100644
index 0000000..be3c704
--- /dev/null
+++ b/man/Zelig.url.Rd
@@ -0,0 +1,15 @@
+\name{Zelig.url}
+
+\alias{Zelig.url}
+
+\title{Table of links for Zelig}
+
+\description{
+  Table of linds for \code{help.zelig} for the core Zelig package.  
+}
+
+\keyword{datasets}
+
+
+
+
diff --git a/man/coalition.Rd b/man/coalition.Rd
new file mode 100644
index 0000000..e1fc926
--- /dev/null
+++ b/man/coalition.Rd
@@ -0,0 +1,38 @@
+\name{coalition}
+
+\alias{coalition}
+
+\title{Coalition Dissolution in Parliamentary Democracies}
+
+\description{
+  This data set contains survival data on government coalitions in
+  parliamentary democracies (Belgium, Canada, Denmark, Finland, France,
+  Iceland, Ireland, Israel, Italy, Netherlands, Norway, Portugal, Spain,
+  Sweden, and the United Kingdom) for the period 1945-1987.  For
+  parsimony, country indicator variables are omitted in the sample data.  
+}
+
+\usage{data(coalition)}
+
+\format{
+  A table containing 7 variables ("duration", "ciep12", "invest",
+  "fract", "polar", "numst2", "crisis") and 314 observations.  For
+  variable descriptions, please refer to King, Alt, Burns and Laver
+  (1990).  
+}
+
+\source{ICPSR}
+
+\references{
+  King, Gary, James E. Alt, Nancy Elizabeth Burns and Michael Laver (1990).
+  ``A Unified Model  of Cabinet Dissolution in Parliamentary
+  Democracies,'' \emph{American Journal of Political Science}, vol. 34,
+  no. 3, pp. 846-870.  
+  
+  Gary King, James E. Alt, Nancy Burns, and Michael Laver.  ICPSR
+  Publication Related Archive, 1115.
+}
+
+\keyword{datasets}
+
+
diff --git a/man/gsource.Rd b/man/gsource.Rd
new file mode 100644
index 0000000..1d92197
--- /dev/null
+++ b/man/gsource.Rd
@@ -0,0 +1,51 @@
+\name{gsource}
+
+\alias{gsource}
+
+\title{Read Data As a Space-Delimited Table}
+
+\description{
+  The \code{gsource} function allows you to read a space delimited table
+  as a data frame.  Unlike \code{scan}, you may use \code{gsource} in a
+  \code{source}ed file, and unlike \code{read.table}, you may use
+  \code{gsource} to include a small (or large) data set in a file that
+  also contains other commands.
+}
+
+\usage{
+gsource(var.names = NULL, variables)
+}
+
+\arguments{
+  \item{var.names}{An optional vector of character strings representing
+    the column names.  By default, \code{var.names = NULL}. }
+  \item{variables}{A single character string representing the data.}
+}
+
+\value{
+  The output from \code{gsource} is a data frame, which you may save to
+  an object in your workspace.
+}
+
+\seealso{\code{read.table}, \code{scan}}
+
+\author{ Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\examples{
+\dontrun{
+data <- gsource(variables =  "
+                 1 2 3 4 5    
+                 6 7 8 9 10   
+                 3 4 5 1 3    
+                 6 7 8 1 9    ")
+
+data <- gsource(var.names = "Vote Age Party", variables = "
+                             0    23 Democrat             
+                             0    27 Democrat             
+			     1    45 Republican           
+                             1    65 Democrat             ")
+}
+}
+
+\keyword{file}
diff --git a/man/help.zelig.Rd b/man/help.zelig.Rd
new file mode 100644
index 0000000..9b5c8d4
--- /dev/null
+++ b/man/help.zelig.Rd
@@ -0,0 +1,47 @@
+\name{help.zelig}
+
+\alias{help.zelig}
+
+\title{HTML Help for Zelig Commands and Models}
+
+\description{
+  The \code{help.zelig} command launches html help for Zelig commands
+  and supported models.  The full manual is available online at
+  \url{http://gking.harvard.edu/zelig}.
+  }
+
+\usage{
+help.zelig(object)
+}
+
+\arguments{
+  \item{object}{a character string representing a Zelig command or model. 
+    \code{help.zelig("command")} will take you to an index of Zelig
+    commands and \code{help.zelig("model")} will take you to a list of
+    models. }
+  }
+
+\seealso{The complete document is available online at
+  \url{http://gking.harvard.edu/zelig}.  
+}
+
+\references{Gary King, Michael Tomz, and Jason Wittenberg (2000),
+``Making the Most of Statistical Analyses: Improving Interpretation and
+  Presentation,'' \emph{American Journal of Political Science}, vol. 44,
+  pp.347--355.
+}
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau<\email{olau at fas.harvard.edu}>
+}
+
+\keyword{documentation}
+
+
+
+
+
+
+
+
diff --git a/man/house.Rd b/man/house.Rd
new file mode 100644
index 0000000..29d6e33
--- /dev/null
+++ b/man/house.Rd
@@ -0,0 +1,30 @@
+\name{house}
+
+\alias{house}
+
+\title{Elections to the United States House of Representatives}
+
+\description{
+  This data set contains data on the 1984 and 1986 elections for the US
+House of Representatives. }
+
+\usage{data(house)}
+
+\format{
+  A table containing 12 variables and 320 observations.  Districts that 
+were uncontested were omitted from the final data.  
+}
+
+\source{ICPSR}
+
+\references{
+  Andrew Gelman and Gary King.  ``Estimating Incumbency Advantage Without 
+      Bias.'' American Journal of Political Science 34 (1990), 1142-1164.
+
+  King, Gary.  ICPSR Publication Related Archive, 6311.
+  
+}
+
+\keyword{datasets}
+
+
diff --git a/man/immigration.Rd b/man/immigration.Rd
new file mode 100644
index 0000000..c6b0418
--- /dev/null
+++ b/man/immigration.Rd
@@ -0,0 +1,35 @@
+\name{immigration}
+
+\alias{immigration}
+\alias{immi1}
+\alias{immi2}
+\alias{immi3}
+\alias{immi4}
+\alias{immi5}
+\alias{data}
+
+\title{Individual Preferences Over Immigration Policy}
+
+\description{These five datasets are part of a larger set of 10 multiply
+  imputed data sets describing individual preferences toward immigration
+  policy.  Imputation was performed via Amelia.  
+}
+
+\format{
+  Each multiply-inputed data set consists of a table with 7 variables
+  ("ipip", "wage1992", "prtyid",
+  "ideol", "gender") and 2,485 observations.  For variable descriptions,
+  please refer to Scheve and
+  Slaugher, 2001.  
+}
+
+\source{National Election Survey}
+
+\references{
+ Scheve, Kenneth and Matthew Slaughter (2001). ``Labor Market Competition
+ and Individual Preferences Over Immigration Policy,'' \emph{The Review of
+ Economics and Statistics}, vol. 83, no. 1, pp. 133-145.  }
+
+\keyword{datasets}
+
+
diff --git a/man/macro.Rd b/man/macro.Rd
new file mode 100644
index 0000000..61a7878
--- /dev/null
+++ b/man/macro.Rd
@@ -0,0 +1,37 @@
+\name{macro}
+
+\alias{macro}
+
+\title{Macroeconomic Data}
+
+\description{
+  Selected macroeconomic indicators for Austria, Belgium, Canada,
+  Denmark, Finland, France, Italy, Japan, the Netherlands, Norway,
+  Sweden, the United Kingdom, the United States, and West Germany for
+  the period 1966-1990.  
+}
+
+\usage{data(macro)}
+
+\format{
+  A table containing 6 variables ("country", "year", "gdp", 
+  "unem", "capmob", and "trade") and 350 observations.
+}
+
+\source{ICPSR}
+
+\references{
+  King, Gary, Michael Tomz and Jason Wittenberg. ICPSR Publication
+  Related Archive, 1225.
+  
+  King, Gary, Michael Tomz and Jason Wittenberg (2000).
+  ``Making the Most of Statistical Analyses: Improving Interpretation and 
+  Presentation,'' \emph{American Journal of Political Science}, vol. 44,
+  pp. 341-355.
+}
+
+\keyword{datasets}
+
+
+
+
diff --git a/man/match.data.Rd b/man/match.data.Rd
new file mode 100644
index 0000000..8309460
--- /dev/null
+++ b/man/match.data.Rd
@@ -0,0 +1,41 @@
+\name{match.data}
+
+\alias{match.data}
+
+\title{Output matched data sets}
+
+\description{The code \code{match.data} creates output data sets from the \code{matchit}
+matching algorithm.}
+
+\usage{
+match.data <- match.data(object, group = "all")
+}
+
+\arguments{ 
+\item{object}{Stored output from \code{matchit}.} 
+
+\item{group}{Which units to output.  Selecting "all" (default) gives all
+matched units (treated and control), "treat" gives just the matched
+treated units, and "control" gives just the matched control units.} }
+
+\value{ The \code{match.data} command generates a matched data set from
+the output of the \code{matchit} function, according to the options
+selected in the \code{group} argument.  The matched data set contains
+the additional variables: 
+  \item{pscore}{The propensity score for each unit.}
+  \item{psclass}{The subclass index for each unit (if applicable).}
+  \item{psweights}{The weight for each unit (generated from the matching
+    procedure).}
+See the \code{matchit} documentation for more details on these items.
+}
+
+\seealso{The complete documentation for \code{matchit} is available online at
+  \url{http://gking.harvard.edu/matchit}.}
+
+\author{
+  Daniel Ho <\email{deho at fas.harvard.edu}>; Kosuke Imai
+  <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Elizabeth Stuart<\email{stuart at stat.harvard.edu}>
+}
+
+\keyword{methods}
diff --git a/man/mexico.Rd b/man/mexico.Rd
new file mode 100644
index 0000000..de1b387
--- /dev/null
+++ b/man/mexico.Rd
@@ -0,0 +1,28 @@
+\name{mexico}
+
+\alias{mexico}
+
+\title{Voting Data from the 1988 Mexican Presidental Election}
+
+\description{
+  This dataset contains voting data for the 1988 Mexican presidential
+  election.  
+}
+
+\usage{data(mexico)}
+
+\format{A table containing 33 variables and 1,359 observations.}
+
+\source{ICPSR}
+
+\references{
+  King, Gary, Michael Tomz and Jason Wittenberg (2000).
+  ``Making the Most of Statistical Analyses: Improving Interpretation and 
+  Presentation,'' \emph{American Journal of Political Science}, vol. 44,
+  pp. 341-355.
+
+  King, Tomz and Wittenberg.  ICPSR Publication Related Archive, 1255.  
+}
+
+\keyword{datasets}
+
diff --git a/man/mid.Rd b/man/mid.Rd
new file mode 100644
index 0000000..1bc0f83
--- /dev/null
+++ b/man/mid.Rd
@@ -0,0 +1,35 @@
+\name{mid}
+
+\alias{mid}
+
+\title{Militarized Interstate Disputes}
+
+\description{
+  A small sample from the militarized interstate disputes database,
+  available at \url{http://pss.la.psu.edu/MID_DATA.HTM}.  
+}
+
+\usage{data(mid)}
+
+\format{
+  A table containing 6 variables ("conflict", "major", "contig", 
+  "power", "maxdem", "mindem", and "years") and 3,126 observations.  For
+  full variable descriptions, please see King and Zeng, 2001.  
+}
+
+\source{Militarized Interstate Disputes database}
+
+\references{
+  King, Gary, and Lanche Zeng (2001).  ``Explaining Rare Events in
+  International Relations,'' \emph{International Organization}, vol. 55,
+  no. 3, pp. 693-715.  
+
+  Jones, Daniel M., Stuart A. Bremer and David Singer (1996).  ``Militarized
+  Interstate Disputes, 1816-1992: Rationale, Coding Rules, and Empirical
+  Patterns,'' \emph{Conflict Management and Peace Science}, vol. 15,
+  no. 2, pp. 163-213.  
+}
+
+\keyword{datasets}
+
+
diff --git a/man/plot.ci.Rd b/man/plot.ci.Rd
new file mode 100644
index 0000000..e855b0c
--- /dev/null
+++ b/man/plot.ci.Rd
@@ -0,0 +1,76 @@
+\name{plot.ci}
+
+\alias{plot.ci}
+
+\title{Plotting Vertical confidence Intervals}
+
+\description{ The \code{plot.ci} command generates vertical
+  confidence intervals for linear or generalized linear univariate
+  response models.  }
+
+\usage{
+plot.ci(x, CI = 95, qi = "ev", main = "", ylab = NULL, xlab = NULL,
+        xlim = NULL, ylim = NULL, col = c("red", "blue"), ...) 
+}
+
+\arguments{
+  \item{x}{stored output from \code{sim}.  The \code{x$x} and optional
+  \code{x$x1} values used to generate the \code{sim} output object must
+  have more than one observation.}  
+\item{CI}{the selected confidence interval.  Defaults to 95
+  percent.}
+\item{qi}{the selected quantity of interest.  Defaults to
+  expected values.}
+\item{main}{a title for the plot.}
+\item{ylab}{label for the y-axis.}
+\item{xlab}{label for the x-axis.}
+\item{xlim}{limits on the x-axis.}
+\item{ylim}{limits on the y-axis.}
+\item{col}{a vector of at most two colors for plotting the
+  expected value given by \code{x} and the alternative set of expected
+  values given by \code{x1} in \code{sim}.  If the quantity of
+  interest selected is not the expected value, or \code{x1 = NULL},
+  only the first color will be used.}
+\item{\dots}{Additional parameters passed to \code{plot}.}
+}  
+
+\value{
+For all univariate response models, {\tt plot.ci()} returns vertical
+confidence intervals over a specified range of one explanatory
+variable.  You may save this plot using the commands described in the
+Zelig manual (\url{http://gking.harvard.edu/zelig}).  
+}
+
+\example{
+data(turnout)
+z.out <- zelig(vote ~ race + educate + age + I(age^2) + income,
+               model = "logit", data = turnout)
+age.range <- 18:95
+x.low <- setx(z.out, educate = 12, age = age.range)
+x.high <- setx(z.out, educate = 16, age = age.range)
+s.out <- sim(z.out, x = x.low, x1 = x.high)
+plot.ci(s.out, xlab = "Age in Years",
+        ylab = "Predicted Probability of Voting",
+        main = "Effect of Education and Age on Voting Behavior")
+legend(45, 0.52, legend = c("College Education (16 years)",
+       "High School Education (12 years)"), col = c("blue","red"), 
+       lty = c("solid"))
+}
+
+\seealso{
+  The full Zelig manual is available at
+  \url{http://gking.harvard.edu/zelig}, and users may also wish to see
+  \code{plot}, \code{lines}.
+  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{hplot}
+
+
+
+
+
diff --git a/man/plot.zelig.Rd b/man/plot.zelig.Rd
new file mode 100644
index 0000000..9abd49f
--- /dev/null
+++ b/man/plot.zelig.Rd
@@ -0,0 +1,49 @@
+\name{plot.zelig}
+
+\alias{plot.zelig}
+\alias{plot}
+
+\title{Graphing Quantities of Interest}
+
+\description{ The \code{zelig} method for the generic \code{plot}
+  command generates default plots for \code{\link{sim}} output with
+  one-observation values in \code{x} and \code{x1}.  }
+
+\usage{
+\method{plot}{zelig}(x, xlab = "", user.par = FALSE, ...)
+}
+
+\arguments{
+\item{x}{stored output from \code{\link{sim}}.  If the \code{x$x} or
+  \code{x$x1} values stored in the object contain more than one
+  observation, \code{plot.zelig} will return an error.  For linear or
+  generalized linear models with more than one observation in \code{x$x}
+  and optionally \code{x$x1}, you may use \code{\link{plot.ci}}.  }
+\item{xlab}{a character string for the x-axis label for all graphs.}
+\item{user.par}{a logical value indicating whether to use the default
+    Zelig plotting parameters (\code{user.par = FALSE}) or
+    user-defined parameters (\code{user.par = TRUE}), set using the
+    \code{par} function prior to plotting. }
+\item{\dots}{Additional parameters passed to \code{plot.default}.
+  Because \code{plot.zelig} primarily produces diagnostic plots, many
+  of these parameters are hard-coded for convenience and
+  presentation. }  
+}
+
+\value{
+Depending on the class of model selected, \code{plot.zelig} will
+return an on-screen window with graphs of the various quantities of
+interest.  You may save these plots using the commands described in
+the Zelig manual (available at \url{http://gking.harvard.edu/zelig}).  
+}
+
+\seealso{ The full Zelig manual at
+  \url{http://gking.harvard.edu/zelig} and \code{plot}, \code{lines},
+  and \code{par}.  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{hplot}
diff --git a/man/repl.Rd b/man/repl.Rd
new file mode 100644
index 0000000..f97fd0c
--- /dev/null
+++ b/man/repl.Rd
@@ -0,0 +1,89 @@
+\name{repl}
+
+\alias{repl}
+\alias{repl.default}
+\alias{repl.zelig}
+
+\title{Replicating Analyses}
+
+\description{ The generic function \code{repl} command takes 
+\code{\link{zelig}} or
+  \code{\link{sim}} output objects and replicates (literally, re-runs)
+  the entire analysis.  The results should be an output 
+object
+  identical to the original input object in the case of
+  \code{\link{zelig}} output.  In the case of \code{\link{sim}}
+  output, the replicated analyses may differ slightly due to
+  stochastic randomness in the simulation procedure.  }
+
+\usage{
+repl(object, \dots)
+repl.default(object, data = NULL, \dots)
+repl.zelig(object, prev = NULL, data = NULL, x = NULL, x1 = NULL,
+     bootfn = NULL, \dots) 
+}
+
+\arguments{
+\item{object}{Stored output from either \code{\link{zelig}} or
+    \code{\link{sim}}.}
+\item{data}{You may manually input the data frame name rather
+  than allowing replicate to draw the data frame name from the object
+  to be replicated.}
+\item{prev}{When replicating \code{\link{sim}} output, you may
+  optionally use the previously simulated parameters to calculate the
+  quantities of interest rather than simulating a new set of
+  parameters.  For all models, this should produce identical
+  quantities of interest.  In addition, for if the parameters were
+  bootstrapped in the original analysis, this will save a considerable
+  amount of time. }
+\item{x}{When replicating \code{\link{sim}} output, you may
+  optionally use an alternative \code{\link{setx}} value for the \code{x}
+  input. } 
+\item{x1}{When replicating \code{\link{sim}} output, you may
+  optionally use an alternative \code{\link{setx}} object for the \code{x1}
+  input to replicating the \code{\link{sim}} object. }
+\item{bootfn}{When replicating \code{\link{sim}} output with
+    bootstrapped parameters, you should manually specify the
+    \code{bootfn} if a non-default option was used.  }
+\item{\dots}{Additional arguments passed to either \code{\link{zelig}} or 
+\code{\link{sim}}.  }
+}
+
+\value{
+For \code{\link{zelig}} output, \code{repl} will create output that is in
+every way identical to the original input.  You may check to see
+whether they are identical by using the \code{identical} command.  
+
+For \code{\link{sim}} output, \code{repl} output will be will be
+identical to the original object if you choose not to simulate new
+parameters, and instead choose to calculate quantities of interest
+using the previously simulated parameters (using the \code{prev}
+option.  If you choose to simulate new parameters, the summary
+statistics for each quantity of interest should be identical, up to a
+random approximation error.  As the number of simulations increases,
+this error decreases.
+}
+
+\seealso{ \code{\link{zelig}}, \code{\link{setx}}, and
+  \code{\link{sim}}.  In addition, the full Zelig manual may be
+  accessed online at \url{http://gking.harvard.edu/zelig}.  }
+
+\example{
+data(turnout)
+z.out <- zelig(vote ~ race + educate, model = "logit", data = turnout[1:1000,$
+x.out <- setx(z.out)
+s.out <- sim(z.out, x = x.out)
+z.rep <- repl(z.out)
+identical(z.out$coef, z.rep$coef)
+z.alt <- repl(z.out, data = turnout[1001:2000,])
+s.rep <- repl(s.out, prev = s.out$par)
+identical(s.out$ev, s.rep$ev)
+}
+
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{file}
diff --git a/man/rocplot.Rd b/man/rocplot.Rd
new file mode 100644
index 0000000..0f03e49
--- /dev/null
+++ b/man/rocplot.Rd
@@ -0,0 +1,72 @@
+\name{rocplot}
+
+\alias{rocplot}
+\alias{roc}
+\alias{ROC}
+\alias{ROCplot}
+
+\title{Receiver Operator Characteristic Plots}
+
+\description{
+The \code{rocplot} command generates a receiver operator
+characteristic plot to compare the in-sample (default) or
+out-of-sample fit for two logit or probit regressions.  
+}
+
+\usage{
+rocplot(y1, y2, fitted1, fitted2, cutoff = seq(from=0, to=1, length=100), 
+        lty1 = "solid", lty2 = "dashed", lwd1 = par("lwd"), lwd2 = par("lwd"),
+        col1 = par("col"), col2 = par("col"), main, xlab, ylab, ...)
+}
+
+\arguments{
+\item{y1}{Response variable for the first model.  }
+\item{y2}{Response variable for the second model. }
+\item{fitted1}{Fitted values for the first model.  These values
+  may represent either the in-sample or out-of-sample fitted values. }
+\item{fitted2}{Fitted values for the second model. } 
+\item{cutoff}{A vector of cut-off values between 0 and 1, at
+  which to evaluate the proportion of 0s and 1s correctly predicted by
+  the first and second model.  By default, this is 100 increments
+  between 0 and 1, inclusive.  }
+\item{lty1, lty2}{The line type for the first model ({\tt
+    lty1}) and the second model (\code{lty2}), defaulting to solid and
+  dashed, respectively.    }
+\item{lwd1, lwd2}{The width of the line for the first
+  model (\code{lwd1}) and the second model (\code{lwd2}), defaulting to
+  1 for both.  }
+\item{col1, col2}{The colors of the line for the first
+  model (\code{col1}) and the second model (\code{col2}), defaulting to
+  black for both. }
+\item{main}{a title for the plot.  Defaults to "Roc Curve".}
+\item{xlab}{a label for the x-axis.  Defaults to "Proportion of 1's 
+Correctly Predicted".}
+\item{ylab}{a label for the y-axis.  Defaults to Proportion of 0's 
+Correctly Predicted".}
+\item{\dots}{Additional parameters passed to plot, including
+  \code{xlab}, \code{ylab}, and \code{main}.  }
+}
+
+\value{
+For two logit or probit models, \code{rocplot} returns an on-screen
+window with the desired ROC plot.  
+}
+
+\example{
+data(turnout)
+z.out1 <- zelig(vote ~ race + educate + age, model = "logit", 
+                data = turnout)
+z.out2 <- zelig(vote ~ race + educate, model = "logit", 
+                data = turnout)
+rocplot(z.out1$y, z.out2$y, fitted(z.out1), fitted(z.out2))
+}
+
+\seealso{ The full Zelig manual (available at
+  \url{http://gking.harvard.edu/zelig}), \code{plot}, \code{lines}.  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{aplot}
diff --git a/man/sanction.Rd b/man/sanction.Rd
new file mode 100644
index 0000000..3707245
--- /dev/null
+++ b/man/sanction.Rd
@@ -0,0 +1,27 @@
+\name{sanction}
+
+\alias{sanction}
+
+\title{Multilateral Economic Sanctions}
+
+\description{
+  Data on bilateral sanctions behavior for selected years during the
+  general period 1939-1983.  This data contains errors that have since
+  been corrected.  Please contact Lisa Martin before using this data for
+  publication.   
+}
+
+\usage{data(sanction)}
+
+\format{A table containing 8 variables ("mil", "coop", "target",
+  "import", "export", "cost", "num", and "ncost") and 78 observations.
+  For full variable description, see Martin, 1992. }
+
+\source{Martin, 1992}
+
+\references{
+  Martin, Lisa (1992).  \emph{Coercive Cooperation: Explaining Multilateral
+    Economic Sanctions}, Princeton: Princeton University Press.
+}
+
+\keyword{datasets}
diff --git a/man/setx.Rd b/man/setx.Rd
new file mode 100644
index 0000000..9860462
--- /dev/null
+++ b/man/setx.Rd
@@ -0,0 +1,111 @@
+\name{setx}
+
+\alias{setx}
+
+\title{Setting Explanatory Variable Values}
+
+\description{ The \code{setx} command uses the variables identified in
+  the \code{formula} generated by \code{zelig} and sets the values of
+  the explanatory variables to the selected values.  Use \code{setx}
+  after \code{zelig} and before \code{sim} to simulate quantities of
+  interest.  }
+
+\usage{
+x.out <- setx(object, fn = list(numeric = mean, ordered = median, 
+                                others = mode), 
+              data = NULL, cond = FALSE, \dots)
+}
+
+\arguments{
+  \item{object}{the saved output from \code{\link{zelig}}. }
+  \item{fn}{a list of functions to apply to three types of variables:
+      \item{numeric}{\code{numeric} variables are set to their mean by
+      default, but you may select any mathematical function to apply to
+      numeric variables.}
+      \item{ordered}{\code{ordered} factors are set to their meidan by
+      default, and most mathematical operations will work on them.  If
+      you select \code{ordered = mean}, however, \code{setx} will
+      default to median with a warning.}
+      \item{other}{variables may consist of unordered factors, character
+	strings, or logical variables.  The \code{other} variables may
+	only be set to their mode.  If you wish to set one of the other
+	variables to a specific value, you may do so using \code{\dots}
+	below. }
+    In the special case \code{fn = NULL}, \code{setx} will return all
+    of the observations without applying any function to the data.  }
+  \item{data}{a new data frame used to set the values of
+    explanatory variables. If \code{data = NULL} (the default), the
+    data frame called in \code{zelig} is used. }
+  \item{cond}{a logical value indicating whether unconditional
+    (default) or conditional (choose \code{cond = TRUE}) prediction
+    should be performed.  If you choose \code{cond = TRUE}, \code{setx}
+    will coerce \code{fn = NULL} and ignore the additional arguments in 
+    \code{\dots}.  If \code{cond = TRUE} and \code{data = NULL},
+    \code{setx} will prompt you for a data frame.  }  
+  \item{\dots}{user-defined values of specific variables
+    overwriting the default values set by the function \code{fn}.  For
+    example, adding \code{var1 = mean(data\$var1)} or \code{x1 = 12}
+    explicitly sets the value of \code{x1} to 12.  In addition, you may
+    specify one explanatory variable as a range of values, creating one
+    observation for every unique value in the range of values. }
+}
+
+\value{
+  For unconditional prediction, \code{x.out} is a model matrix based
+  on the specified values for the explanatory variables.  For multiple
+  analyses (i.e., when choosing the \code{by} option in \code{\link{zelig}},
+  \code{setx} returns the selected values calculated over the entire
+  data frame.  If you wish to calculate values over just one subset of
+  the data frame, the 5th subset for example, you may use:  
+\begin{verbatim}
+x.out <- setx(z.out[[5]])
+\end{verbatim} 
+
+For conditional prediction, \code{x.out} includes the model matrix
+  and the dependent variables.  For multiple analyses (when choosing
+  the \code{by} option in \code{zelig}), \code{setx} returns the
+  observed explanatory variables in each subset.
+}
+
+\example{
+# Unconditional prediction:
+data(turnout)
+z.out <- zelig(vote ~ race + educate, model = "logit", data = turnout)
+x.out <- setx(z.out)
+s.out <- sim(z.out, x = x.out)
+
+# Unconditional prediction with all observations:
+x.out <- setx(z.out, fn = NULL)
+s.out <- sim(z.out, x = x.out)
+
+# Unconditional prediction with out of sample data:
+z.out <- zelig(vote ~ race + educate, model = "logit",
+               data = turnout[1:1000,])
+x.out <- setx(z.out, data = turnout[1001:2000,])
+s.out <- sim(z.out, x = x.out)
+
+# Using a user-defined function in fn:
+quants <- function(x)
+  quantile(x, 0.25)
+x.out <- setx(z.out, fn = list(numeric = quants))
+
+# Conditional prediction:  
+data(lalonde)
+match.out <- matchit(treat ~ age + educ + black + hispan + married + 
+                     nodegree + re74 + re75, data = lalonde)
+z.out <- zelig(re78 ~ pscore, data = match.data(match, "control"), 
+               model = "ls")
+x.out <- setx(z.out, fn = NULL, data = match.data(match.out, "treat"),
+	      cond = TRUE)
+s.out <- sim(z.out, x = x.out)
+}
+
+\seealso{ The full Zelig manual may be accessed online at
+  \url{http://gking.harvard.edu/zelig}.  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{file}
diff --git a/man/sim.Rd b/man/sim.Rd
new file mode 100644
index 0000000..0e1c4c6
--- /dev/null
+++ b/man/sim.Rd
@@ -0,0 +1,143 @@
+\name{sim}
+
+\alias{sim}
+
+\title{Simulating Quantities of Interest}
+
+\description{ Simulate quantities of interest from the estimated model
+  output from \code{zelig()} given specified values of explanatory
+  variables established in \code{setx()}.  For classical \emph{maximum
+    likelihood} models, \code{sim()} uses asymptotic normal
+  approximation to the log-likelihood.  For \emph{Bayesian models},
+  Zelig simulates quantities of interest from the posterior density,
+  whenever possible.  For \emph{robust Bayesian models}, simulations
+  are drawn from the identified class of Bayesian posteriors.
+  Alternatively, you may generate quantities of interest using
+  bootstrapped parameters.  }
+
+\usage{
+s.out <- sim(object, x, x1 = NULL, num = c(1000, 100), prev = NULL, 
+             bootstrap = FALSE,  bootfn = NULL, cond.data = NULL, \dots)
+}
+
+\arguments{
+  \item{object}{the output object from \code{\link{zelig}}. }
+  \item{x}{values of explanatory variables used for simulation,
+      generated by \code{\link{setx}}.  }
+  \item{x1}{optional values of explanatory variables (generated by a
+      second call of \code{\link{setx}}), used to simulate first
+      differences and risk ratios.  (Not available for conditional
+      prediction.) }
+  \item{num}{the number of simulations, i.e., posterior draws.  If the
+      \code{num} argument is omitted, \code{sim} draws 1,000
+      simulations by if \code{bootstrap = FALSE} (the default), or 100
+      simulations if \code{bootstrap = TRUE}.  You may increase this
+      value to improve accuracy.  (Not available for conditional
+      prediction.) }
+  \item{bootstrap}{a logical value indicating if parameters
+    should be generated by re-fitting the model for bootstrapped
+    data, rather than from the likelihood or posterior.  (Not
+    available for conditional prediction.) }
+  \item{bootfn}{a function which governs how the data is
+    sampled, re-fits the model, and returns the bootstrapped model
+    parameters.  If \code{bootstrap = TRUE} and \code{bootfn = NULL},
+    \code{\link{sim}} will sample observations from the original data
+    (with
+    replacement) until it creates a sampled dataset with the same
+    number of observations as the original data.  Alternative
+    bootstrap methods include sampling the residuals rather than the
+    observations, weighted sampling, and parametric bootstrapping.
+    (Not available for conditional prediction.) }  
+  \item{cond.data}{a data frame, identical to the \code{data}
+    argument in \code{\link{setx}}.  Required for conditional prediction
+    with the exponential, Weibull, and lognormal models. } 
+  \item{\dots}{additional optional arguments passed to
+    \code{boot}. }
+}
+
+\value{ The output stored in \code{s.out} varies by model.  Use the
+  \code{names} command to view the output stored in \code{s.out}.
+  Common elements include:  {
+  \item{x}{the \code{\link{setx}} values for the explanatory variables,
+    used to calculate the quantities of interest (expected values,
+    predicted values, etc.). }
+  \item{x1}{the optional \code{\link{setx}} object used to simulate
+    first differences, and other model-specific quantities of
+    interest, such as risk-ratios.}
+  \item{call}{the options selected for \code{\link{sim}}, used to
+    replicate quantities of interest. } 
+\item{zelig.call}{the original command and options for
+    \code{\link{zelig}}, used to replicate analyses. }
+  \item{num}{the number of simulations requested. }
+  \item{par}{the parameters (coefficients, and additional
+    model-specific parameters).  You may wish to use the same set of
+    simulated parameters to calculate quantities of interest rather
+    than simulating another set.}
+  \item{qi\$ev}{simulations of the expected values given the
+    model and \code{x}. }
+  \item{qi\$pr}{simulations of the predicted values given by the
+    fitted values. }
+  \item{qi\$fd}{simulations of the first differences (or risk
+    difference for binary models) for the given \code{x} and \code{x1}.
+    The difference is calculated by subtracting the expected values
+    given \code{x} from the expected values given \code{x1}.  (If do not
+    specify \code{x1}, you will not get first differences or risk
+    ratios.) }
+  \item{qi\$rr}{simulations of the risk ratios for binary and
+    multinomial models.  See specific models for details.}
+  \item{qi\$ate.ev}{simulations of the average expected
+    treatment effect for the treatment group, using conditional
+    prediction. Let \eqn{t_i} be a binary explanatory variable defining
+    the treatment (\eqn{t_i=1}) and control (\eqn{t_i=0}) groups.  Then the
+    average expected treatment effect for the treatment group is
+    \deqn{ \frac{1}{n}\sum_{i=1}^n [ \, Y_i(t_i=1) -
+      E[Y_i(t_i=0)] \mid t_i=1 \,],} 
+    where \eqn{Y_i(t_i=1)} is the value of the dependent variable for
+    observation \eqn{i} in the treatment group.  Variation in the
+    simulations are due to uncertainty in simulating \eqn{E[Y_i(t_i=0)]},
+    the counterfactual expected value of \eqn{Y_i} for observations in the
+    treatment group, under the assumption that everything stays the
+    same except that the treatment indicator is switched to \eqn{t_i=0}. }
+  \item{qi\$ate.pr}{simulations of the average predicted
+    treatment effect for the treatment group, using conditional
+    prediction. Let \eqn{t_i} be a binary explanatory variable defining
+    the treatment (\eqn{t_i=1}) and control (\eqn{t_i=0}) groups.  Then the
+    average predicted treatment effect for the treatment group is
+    \deqn{ \frac{1}{n}\sum_{i=1}^n [ \, Y_i(t_i=1) -
+      \widehat{Y_i(t_i=0)} \mid t_i=1 \,],} 
+    where \eqn{Y_i(t_i=1)} is the value of the dependent variable for
+    observation \eqn{i} in the treatment group.  Variation in the
+    simulations are due to uncertainty in simulating
+    \eqn{\widehat{Y_i(t_i=0)}}, the counterfactual predicted value of
+    \eqn{Y_i} for observations in the treatment group, under the
+    assumption that everything stays the same except that the
+    treatment indicator is switched to \eqn{t_i=0}. }
+}
+
+In the case of censored $Y$ in the exponential, Weibull, and lognormal
+models, \code{sim} first imputes the uncensored values for $Y$ before
+calculating the ATE.  
+
+You may use the \code{\$} operator to extract any of the
+above from \code{s.out}.  For example, \code{s.out\$qi\$ev} extracts the
+simulated expected values.
+}
+
+\seealso{The full Zelig at \url{http://gking.harvard.edu/zelig}, and \code{boot}.  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{file}
+
+
+
+
+
+
+
+
+
+
diff --git a/man/summary.zelig.Rd b/man/summary.zelig.Rd
new file mode 100644
index 0000000..91f41ba
--- /dev/null
+++ b/man/summary.zelig.Rd
@@ -0,0 +1,56 @@
+\name{summary.zelig}
+
+\alias{summary.zelig}
+\alias{summary}
+
+\title{Summary of Simulated Quantities of Interest}
+
+\description{Summarizes the object of class \code{\link{zelig}} (output
+  from \code{\link{sim}}) which contains simulated quantities of
+  interst.} 
+
+\usage{
+\method{summary}{zelig}(object, subset = NULL, CI = 95, stats = c("mean", "sd", "min", "max"), \dots)
+}
+
+\arguments{
+  \item{object}{output object from \code{\link{sim}} (of class
+    \code{"zelig"}).}
+  \item{subset}{takes one of three values:
+    \item{NULL}{(default) for more than one observation, summarizes all the
+      observations at once for each quantity of interest.}
+    \item{a numeric vector}{indicates which observations to summarize,
+      and summarizes each one independently.}
+    \item{all}{summarizes all the observations independently.}
+    }
+  \item{stats}{summary statistics to be calculated.}
+  \item{CI}{a confidence interval to be calculated.}
+  \item{\ldots}{further arguments passed to or from other methods.}
+}
+
+\value{
+  \item{sim}{number of simulations, i.e., posterior draws.}
+  \item{x}{values of explanatory variables used for simulation.}
+  \item{x1}{values of explanatory variables used for simulation of first
+    differences etc.}
+  \item{qi.stats}{summary of quantities of interst.  Use
+    \code{\link{names}} to view the model-specific items available in
+    \code{qi.stats}.}
+}
+
+\seealso{
+  \code{\link{zelig}}, \code{\link{setx}}, \code{\link{sim}},
+  and \code{\link{names}}, and the full Zelig manual at
+  \url{http://gking.harvard.edu/zelig}.  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{file}
+
+
+
+
+
diff --git a/man/ternarypoints.Rd b/man/ternarypoints.Rd
new file mode 100644
index 0000000..0488891
--- /dev/null
+++ b/man/ternarypoints.Rd
@@ -0,0 +1,52 @@
+\name{ternarypoints}
+
+\alias{ternarypoints}
+
+\title{Adding Points to Ternary Diagrams}
+
+\description{
+Use \code{ternarypoints} to add points to a ternary diagram generated
+using the \code{ternaryplot} function in the vcd library.  Use
+ternary diagrams to plot expected values for multinomial choice models
+with three categories in the dependent variable.  
+}
+
+\usage{
+ternarypoints(object, pch = 19, col = "blue", ...)
+}
+
+\arguments{
+\item{object}{The input object must be a matrix with three
+  columns. }
+\item{pch}{The selected type of point.  By default, \code{pch =
+    19}, solid disks. } 
+\item{col}{The color of the points.  By default, \code{col =
+    "blue"}. }  
+\item{\dots}{Additional parameters passed to \code{points}. }  
+}
+
+\value{
+The \code{ternarypoints} command adds points to a previously existing
+ternary diagram.  Use \code{ternaryplot} in the \code{vcd} library to
+generate the main ternary diagram.  
+}
+
+\example{
+
+}
+
+\seealso{ The full Zelig manual at
+  \url{http://gking.harvard.edu/zelig}, \code{points}, and
+  \code{ternaryplot} in the \code{vcd} library.  }
+
+\author{
+  Kosuke Imai <\email{kimai at princeton.edu}>; Gary King
+  <\email{king at harvard.edu}>; Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\keyword{aplot}
+
+
+
+
+
diff --git a/man/turnout.Rd b/man/turnout.Rd
new file mode 100644
index 0000000..3d9c30a
--- /dev/null
+++ b/man/turnout.Rd
@@ -0,0 +1,28 @@
+\name{turnout}
+
+\alias{turnout}
+
+\title{Turnout Data Set from the National Election Survey}
+
+\description{
+  This data set contains individual-level turnout data. It pools several
+  American National Election Surveys conducted during the 1992 presidential
+  election year.  Only the first 2,000 observations (from a total of 15,837 
+  observations) are included in the sample data.  
+}
+
+\usage{data(turnout)}
+
+\format{A table containing 5 variables ("race", "age", "educate", 
+"income", and "vote") and 2,000 observations.}
+
+\source{National Election Survey}
+
+\references{
+  King, Gary, Michael Tomz, Jason Wittenberg (2000).
+  ``Making the Most of Statistical Analyses: Improving Interpretation and 
+  Presentation,'' \emph{American Journal of Political Science}, vol. 44,
+  pp.341--355.
+}
+
+\keyword{datasets}
diff --git a/man/user.prompt.Rd b/man/user.prompt.Rd
new file mode 100644
index 0000000..277b4fb
--- /dev/null
+++ b/man/user.prompt.Rd
@@ -0,0 +1,27 @@
+\name{user.prompt}
+
+\alias{user.prompt}
+
+\title{Pause in demo files}
+
+\description{
+  Use \code{user.prompt} while writing demo files to force users to hit
+  return before continuing.  
+}
+
+\usage{
+user.prompt()
+}
+
+\seealso{\code{readline}}
+
+\author{Olivia Lau <\email{olau at fas.harvard.edu}>
+}
+
+\examples{
+\dontrun{
+user.prompt()
+}
+}
+
+\keyword{file}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-zelig.git



More information about the debian-science-commits mailing list